[Apachetoolbox-commit] Apachetoolbox/bin/php php,1.4,1.5
Brought to you by:
bryanandrews
From: Kevin J. M. Jr. <nir...@us...> - 2004-08-12 14:04:02
|
Update of /cvsroot/apachetoolbox/Apachetoolbox/bin/php In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20522/bin/php Modified Files: php Log Message: A small fix for PHP5 and security update for libpng. Will go into the 1.5.71 release. Index: php =================================================================== RCS file: /cvsroot/apachetoolbox/Apachetoolbox/bin/php/php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** php 23 Nov 2003 05:57:46 -0000 1.4 --- php 12 Aug 2004 14:03:52 -0000 1.5 *************** *** 39,42 **** --- 39,43 ---- test $INSTALL_PHP_DOM -eq $TRUE && . $root/bin/php/php-dom test $INSTALL_PHP_XSLT -eq $TRUE && . $root/bin/php/php-xslt + test $INSTALL_PHP_5 -eq $TRUE && .$root/bin/php/php-dom test $INSTALL_PHP_GMP -eq $TRUE && . $root/bin/php/php-gmp test $INSTALL_PHP_GD -eq $TRUE && . $root/bin/php/php-gd |