[PHP-CVS] cvs: php-src(PHP_5_1) /ext/xml config.m4

2005-12-22 Thread Marcus Boerger
helly Thu Dec 22 08:57:38 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/xmlconfig.m4 Log: - Find lib in default locations, too http://cvs.php.net/viewcvs.cgi/php-src/ext/xml/config.m4?r1=1.54r2=1.54.2.1diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/xml config.m4

2005-12-22 Thread Marcus Boerger
helly Thu Dec 22 08:57:50 2005 EDT Modified files: /php-src/ext/xmlconfig.m4 Log: - Find lib in default locations, too http://cvs.php.net/viewcvs.cgi/php-src/ext/xml/config.m4?r1=1.54r2=1.55diff_format=u Index: php-src/ext/xml/config.m4 diff -u

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/xml config.m4

2005-12-22 Thread Jani Taskinen
Please revert. Those paths were intentionally left out! --Jani On Thu, 22 Dec 2005, Marcus Boerger wrote: helly Thu Dec 22 08:57:38 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/xml config.m4 Log: - Find lib in default locations, too

[PHP-CVS] cvs: php-src /ext/ldap config.m4 /ext/snmp config.m4 /ext/standard config.m4 /ext/xmlrpc config.m4 /sapi/caudium config.m4 /sapi/roxen config.m4

2005-12-22 Thread Antony Dovgal
tony2001Thu Dec 22 11:02:52 2005 EDT Modified files: /php-src/ext/ldap config.m4 /php-src/ext/snmp config.m4 /php-src/ext/standard config.m4 /php-src/ext/xmlrpc config.m4 /php-src/sapi/caudium config.m4

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS configure.in /main php_version.h

2005-12-22 Thread Ilia Alshanetsky
iliaa Thu Dec 22 14:17:56 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcNEWS configure.in /php-src/main php_version.h Log: 5.1.2RC1 http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.314r2=1.2027.2.315diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/mysqli mysqli_nonapi.c

2005-12-22 Thread Zeev Suraski
zeevThu Dec 22 14:55:55 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/mysqli mysqli_nonapi.c Log: Fix prototype http://cvs.php.net/viewcvs.cgi/php-src/ext/mysqli/mysqli_nonapi.c?r1=1.54.2.2r2=1.54.2.3diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/mysqli mysqli_nonapi.c

2005-12-22 Thread Zeev Suraski
zeevThu Dec 22 14:56:29 2005 EDT Modified files: /php-src/ext/mysqli mysqli_nonapi.c Log: Fix prototype (MFB) http://cvs.php.net/viewcvs.cgi/php-src/ext/mysqli/mysqli_nonapi.c?r1=1.56r2=1.57diff_format=u Index: php-src/ext/mysqli/mysqli_nonapi.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/mysqli mysqli.c mysqli_api.c /ext/mysqli/tests bug35759.phpt

2005-12-22 Thread Andrey Hristov
andrey Thu Dec 22 18:11:39 2005 EDT Added files: (Branch: PHP_5_1) /php-src/ext/mysqli/tests bug35759.phpt Modified files: /php-src/ext/mysqli mysqli.c mysqli_api.c Log: fix for bug# 35759 (mysqli_stmt_bind_result() makes huge

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS

2005-12-22 Thread Andrey Hristov
andrey Thu Dec 22 18:13:47 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: BFN #if it is not clear from the previous commit that fixes the bug. the leaks #does not come from the fix bug from some other bug.

Re: [PHP-CVS] cvs: php-src /ext/spl config.m4 spl_observer.c

2005-12-22 Thread Andi Gutmans
Are you sure you want to fix it this way? It'll make things less maintainable. I'm sure there's a way to make it one implementation that works everywhere. At 01:36 PM 12/20/2005, Marcus Boerger wrote: helly Tue Dec 20 21:36:48 2005 EDT Modified files: /php-src/ext/spl

Re: [PHP-CVS] cvs: php-src /ext/spl config.m4 spl_observer.c

2005-12-22 Thread Marcus Boerger
Hello Andi, we would need to enforce structure packing change the type of zend_object_handle in zend_object_value or both. But even if we go that way we are not sure it works, so the only way that would always work is the memset. However setting all structure bytes to zero while on many

Re: [PHP-CVS] cvs: php-src /ext/spl config.m4 spl_observer.c

2005-12-22 Thread Andi Gutmans
It's hard for me to believe though that memset() plus copying some values is noticeably slower. For such small structures I doubt it has any impact on the SPL Iterator performance (you're allocating on stack so allocation is not an issue). You can keep it this way, but my $.02 would be to only

[PHP-CVS] cvs: php-src / CODING_STANDARDS

2005-12-22 Thread Marcus Boerger
helly Thu Dec 22 20:24:39 2005 EDT Modified files: /php-srcCODING_STANDARDS Log: - Point to README.TESTING http://cvs.php.net/viewcvs.cgi/php-src/CODING_STANDARDS?r1=1.34r2=1.35diff_format=u Index: php-src/CODING_STANDARDS diff -u

[PHP-CVS] cvs: php-src(PHP_5_1) / CODING_STANDARDS

2005-12-22 Thread Marcus Boerger
helly Thu Dec 22 20:24:46 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcCODING_STANDARDS Log: - MFH Point to README.TESTING http://cvs.php.net/viewcvs.cgi/php-src/CODING_STANDARDS?r1=1.32.4.1r2=1.32.4.2diff_format=u Index: php-src/CODING_STANDARDS

[PHP-CVS] cvs: php-src / CODING_STANDARDS

2005-12-22 Thread Marcus Boerger
helly Thu Dec 22 20:27:04 2005 EDT Modified files: /php-srcCODING_STANDARDS Log: \# Damn ! http://cvs.php.net/viewcvs.cgi/php-src/CODING_STANDARDS?r1=1.35r2=1.36diff_format=u Index: php-src/CODING_STANDARDS diff -u php-src/CODING_STANDARDS:1.35

[PHP-CVS] cvs: php-src(PHP_5_1) / CODING_STANDARDS

2005-12-22 Thread Marcus Boerger
helly Thu Dec 22 20:27:11 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcCODING_STANDARDS Log: \# Damn ! http://cvs.php.net/viewcvs.cgi/php-src/CODING_STANDARDS?r1=1.32.4.2r2=1.32.4.3diff_format=u Index: php-src/CODING_STANDARDS diff -u

[PHP-CVS] cvs: php-src /ext/gd config.m4 gd.c /ext/gd/tests colorclosest.phpt colorresolve.phpt copy.phpt dashedlines.phpt lines.phpt

2005-12-22 Thread Pierre-Alain Joye
pajoye Thu Dec 22 23:22:26 2005 EDT Added files: /php-src/ext/gd/tests colorclosest.phpt colorresolve.phpt copy.phpt dashedlines.phpt lines.phpt Modified files: /php-src/ext/gd config.m4 gd.c Log:

[PHP-CVS] cvs: php-src /ext/gd config.w32 gd.dsp

2005-12-22 Thread Pierre-Alain Joye
pajoye Thu Dec 22 23:25:06 2005 EDT Modified files: /php-src/ext/gd config.w32 gd.dsp Log: - remove HAVE_GDIMAGECOLORRESOLVE here too (w32) http://cvs.php.net/viewcvs.cgi/php-src/ext/gd/config.w32?r1=1.15r2=1.16diff_format=u Index: