iliaa Sun Mar 28 19:09:34 2004 EDT Modified files: (Branch: PHP_4_3) /php-src NEWS /php-src/ext/xslt config.m4 Log: Fixed bug #27732 (Fixed compilation bug inside php_sab_info.h). http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.612&r2=1.1247.2.613&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.612 php-src/NEWS:1.1247.2.613 --- php-src/NEWS:1.1247.2.612 Sun Mar 28 09:57:31 2004 +++ php-src/NEWS Sun Mar 28 19:09:33 2004 @@ -1,6 +1,7 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2004, Version 4.3.6 +- Fixed bug #27732 (Fixed compilation bug inside php_sab_info.h). (Ilia) - Fixed bug #27719 (mktime issues on and around DST changeover). (Rasmus) - Fixed bug #27717 (Test Failures when compiled on 64-bit mode). (Ard, Derick) - Fixed bug #27687 (Bug Adding Default Charset to 'text/*' Content-Type http://cvs.php.net/diff.php/php-src/ext/xslt/config.m4?r1=1.30.2.6&r2=1.30.2.7&ty=u Index: php-src/ext/xslt/config.m4 diff -u php-src/ext/xslt/config.m4:1.30.2.6 php-src/ext/xslt/config.m4:1.30.2.7 --- php-src/ext/xslt/config.m4:1.30.2.6 Fri Oct 3 01:25:43 2003 +++ php-src/ext/xslt/config.m4 Sun Mar 28 19:09:34 2004 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.30.2.6 2003/10/03 05:25:43 sniper Exp $ +dnl $Id: config.m4,v 1.30.2.7 2004/03/29 00:09:34 iliaa Exp $ dnl dnl +------------------------------------------------------------------------------+ dnl | This is where the magic of the extension reallly is. Depending on what | @@ -67,7 +67,7 @@ SABINF_CFLAGS=`$XSLT_DIR/bin/sablot-config --cflags` SABINF_LIBS=`$XSLT_DIR/bin/sablot-config --libs` SABINF_PREFIX=`$XSLT_DIR/bin/sablot-config --prefix` - SABINF_ALL="\"Cflags: $SABINF_CFLAGS\nLibs: $SABINF_LIBS\nPrefix: $SABINF_PREFIX\"" + SABINF_ALL="\"Cflags: $SABINF_CFLAGS Libs: $SABINF_LIBS Prefix: $SABINF_PREFIX\"" PHP_DEFINE(SAB_INFO, "$SABINF_ALL") else AC_MSG_RESULT(not found)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php