2004-12-18 17:01:07 by Jaromir Dolecek | Files touched by this commit (1) |
Log message: claim MAINTAINER |
2004-12-17 08:53:06 by Jaromir Dolecek | Files touched by this commit (4) |
Log message: Update php5 to 5.0.3. This maintenance release addressing several very serious security issues, as well as bunch of non-critical bug fixes. All PHP5 users are strongly encouraged to upgrade to this version. Detailed change list at: http://www.php.net/ChangeLog-5.php#5.0.3 |
2004-12-17 08:36:13 by Jaromir Dolecek | Files touched by this commit (2) |
Log message: move DISTINFO_FILE setting from Makefile.common to Makefile.php, so that it PECL extension packages could override it properly |
2004-12-12 12:03:33 by Jaromir Dolecek | Files touched by this commit (6) |
Log message: completely ignore system php.ini for all pear-related operations; this is necessary to avoid being subject to e.g. open_basedir or safe_mode settings |
2004-11-06 19:24:40 by Jaromir Dolecek | Files touched by this commit (2) |
Log message: merge extension module handling for PHP4 and PHP5 into lang/php/ext.mk, g/c no longer needed Makefile.module add support for building extensions off PECL; version for PECL packages is built as ${PHP_BASE_VERS}.${PECL_VERSION}, i.e. PECL pkg version 1.0 would become php-pkg-4.3.9.1.0 or php-pkg-5.0.2.1.0 respectively |
2004-11-05 22:40:25 by Jaromir Dolecek | Files touched by this commit (6) |
Log message: share MESSAGE.module and PLIST.module between php4 and php5 packages, moving them to lang/php/ |
2004-11-04 19:38:55 by Jaromir Dolecek | Files touched by this commit (3) | |
Log message: put items only pertinent to interpreter build to new file Makefile.php (similar to PHP4 package), and also update to use PKG_OPTIONS this fixes environment pollution for extension modules, particularily CONFIGURE_ARGS |
2004-11-02 22:03:03 by Jaromir Dolecek | Files touched by this commit (3) |
Log message: s/PHP5_VERSION/PHP_BASE_VERS/, to match php4 package |
2004-11-01 22:57:25 by Jaromir Dolecek | Files touched by this commit (1) |
Log message: ${PREFIX}/lib/php/Net might or might not exist, so remove it using @unuexec ${RM} -rf |
2004-11-01 20:55:57 by Jaromir Dolecek | Files touched by this commit (3) |
Log message: use shared pear package support framework for both php4 & php5; based on the former php4 version |