[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2005-12-25 Thread changelog
changelog Mon Dec 26 06:31:54 2005 EDT Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2204r2=1.2205diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2204

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo_odbc odbc_driver.c

2005-12-25 Thread Markus Fischer
Hi Wez, I've tested a snapshot 23th and it still crashes. See my comment in http://bugs.php.net/bug.php?id=35552 . Thanks and mery christman, - Markus Wez Furlong wrote: wez Wed Dec 14 04:56:22 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pdo_odbc

[PHP-CVS] cvs: php-src /sapi/cgi cgi_main.c config.w32 config9.m4

2005-12-25 Thread Zeev Suraski
zeevSun Dec 25 12:45:01 2005 EDT Modified files: /php-src/sapi/cgi cgi_main.c config.w32 config9.m4 Log: Reimplement FastCGI interface Due to licensing restrictions that actually don't allow anybody to use the libfcgi code without prior approval from

[PHP-CVS] cvs: php-src /ext/mbstring mb_gpc.c mbstring.c mbstring.h /ext/mbstring/libmbfl/mbfl mbfilter.c mbfilter.h

2005-12-25 Thread Rui Hirokawa
hirokawaSun Dec 25 15:21:54 2005 EDT Modified files: /php-src/ext/mbstring mb_gpc.c mbstring.c mbstring.h /php-src/ext/mbstring/libmbfl/mbfl mbfilter.c mbfilter.h Log: fixed #35711, added mbstring.strict_detection to detect the encoding

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/mbstring mb_gpc.c mbstring.c mbstring.h /ext/mbstring/libmbfl/mbfl mbfilter.c mbfilter.h

2005-12-25 Thread Rui Hirokawa
hirokawaSun Dec 25 15:23:55 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/mbstring mb_gpc.c mbstring.c mbstring.h /php-src/ext/mbstring/libmbfl/mbfl mbfilter.c mbfilter.h Log: MFH: fixed #35711, added mbstring.strict_detection to

[PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/tests array_004.phpt array_006.phpt array_008.phpt

2005-12-25 Thread Jani Taskinen
sniper Sun Dec 25 16:03:38 2005 EDT Modified files: /php-src/ext/splspl_iterators.c /php-src/ext/spl/tests array_004.phpt array_006.phpt array_008.phpt Log: - Remove wrong inline usage (and fix bug #35796)

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

2005-12-25 Thread Jani Taskinen
sniper Sun Dec 25 16:04:15 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/splspl_iterators.c Log: MFH http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_iterators.c?r1=1.73.2.15r2=1.73.2.16diff_format=u Index: php-src/ext/spl/spl_iterators.c diff

Re: [PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/tests array_004.phpt array_006.phpt array_008.phpt

2005-12-25 Thread Marcus Boerger
Hello Jani, a, jani there was no wrong inline usage, just stupid compilers ignoring the specs, and the way to fix it is to find the places where an inline function is used as a non inline function and prodive a non inline wrapper for it. Which is probably only one single instance. regards

Re: [PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/tests array_004.phpt array_006.phpt array_008.phpt

2005-12-25 Thread Jani Taskinen
It was wrong since you can safely use inline anywhere. It's checked elsewhere and re-defined for each OS/compiler properly. You're not supposed to create such macros yourself. --Jani On Sun, 25 Dec 2005, Marcus Boerger wrote: Hello Jani, a, jani there was no wrong

Re: [PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/tests array_004.phpt array_006.phpt array_008.phpt

2005-12-25 Thread Marcus Boerger
Hello Jani, though what you said is also true, i can nolonger easily get rid of those inline definitions for debugging purpose. marcus Sunday, December 25, 2005, 5:15:35 PM, you wrote: It was wrong since you can safely use inline anywhere. It's checked elsewhere and re-defined

Re: [PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/tests array_004.phpt array_006.phpt array_008.phpt

2005-12-25 Thread Jani Taskinen
Easy: #undef inline #define inline On Sun, 25 Dec 2005, Marcus Boerger wrote: Hello Jani, though what you said is also true, i can nolonger easily get rid of those inline definitions for debugging purpose. marcus Sunday, December 25, 2005, 5:15:35 PM, you wrote: It was wrong

[PHP-CVS] cvs: php-src /ext/gd gd.c /ext/gd/libgd gd_topal.c /ext/gd/tests colorexact.phpt colormatch.phpt

2005-12-25 Thread Pierre-Alain Joye
pajoye Sun Dec 25 19:21:58 2005 EDT Added files: /php-src/ext/gd/tests colorexact.phpt colormatch.phpt Modified files: /php-src/ext/gd gd.c /php-src/ext/gd/libgd gd_topal.c Log: - fix leak/segfaults in imagecolormatch

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/gd gd.c /ext/gd/libgd gd_topal.c /ext/gd/tests colormatch.phpt

2005-12-25 Thread Pierre-Alain Joye
pajoye Sun Dec 25 19:39:54 2005 EDT Added files: (Branch: PHP_5_1) /php-src/ext/gd/tests colormatch.phpt Modified files: /php-src/ext/gd gd.c /php-src/ext/gd/libgd gd_topal.c Log: - MFH: fix segfault/leak in

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

2005-12-25 Thread Ilia Alshanetsky
iliaa Sun Dec 25 20:30:40 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pdo_mysql mysql_driver.c Log: Make MySQL driver use ANSI complaint quoting style.

[PHP-CVS] cvs: php-src /ext/pdo_mysql mysql_driver.c

2005-12-25 Thread Ilia Alshanetsky
iliaa Sun Dec 25 20:30:56 2005 EDT Modified files: /php-src/ext/pdo_mysql mysql_driver.c Log: MFB51: Make MySQL driver use ANSI complaint quoting style. http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo_mysql/mysql_driver.c?r1=1.67r2=1.68diff_format=u

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

2005-12-25 Thread Pierre-Alain Joye
pajoye Sun Dec 25 20:32:25 2005 EDT Modified files: /php-src/ext/gd gd.c Log: - raise warning instread of errors in colormatch http://cvs.php.net/viewcvs.cgi/php-src/ext/gd/gd.c?r1=1.330r2=1.331diff_format=u Index: php-src/ext/gd/gd.c diff -u

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

2005-12-25 Thread Pierre-Alain Joye
pajoye Sun Dec 25 20:33:05 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/gd gd.c Log: - MFH: raise warnings instead of errors in colormatch http://cvs.php.net/viewcvs.cgi/php-src/ext/gd/gd.c?r1=1.312.2.9r2=1.312.2.10diff_format=u Index:

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

2005-12-25 Thread Pierre-Alain Joye
pajoye Sun Dec 25 20:34:59 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: - imagecolormatch fix and changes http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.322r2=1.2027.2.323diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] 跟,��,�T,工,作,技,能,提,升

2005-12-25 Thread 1月6日杭州举办
= 跟,��,�T,工,作,技,能,提,升,�c,策,略,��,化,��,�� ★�竺��⒓�([EMAIL PROTECTED])�W�T,��送一本《�艹龈�.��.�T》★ = 主�k�挝唬合��J企�I管理 �r  

[PHP-CVS] cvs: php-src /ext/gd/tests colormatch.phpt colorresolve.phpt

2005-12-25 Thread Pierre-Alain Joye
pajoye Sun Dec 25 21:45:05 2005 EDT Modified files: /php-src/ext/gd/tests colormatch.phpt colorresolve.phpt Log: - add colorresolvealpha to colorresolve tests - update colormatch

[PHP-CVS] cvs: php-src /ext/gd/tests colorclosest.phpt

2005-12-25 Thread Pierre-Alain Joye
pajoye Sun Dec 25 22:02:53 2005 EDT Modified files: /php-src/ext/gd/tests colorclosest.phpt Log: - add colorclosestalpha tests http://cvs.php.net/viewcvs.cgi/php-src/ext/gd/tests/colorclosest.phpt?r1=1.3r2=1.4diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/zlib/tests compress_zlib_wrapper.phpt

2005-12-25 Thread Antony Dovgal
tony2001Sun Dec 25 22:38:14 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/zlib/tests compress_zlib_wrapper.phpt Log: add missing skipif tag

[PHP-CVS] cvs: php-src /ext/zlib/tests compress_zlib_wrapper.phpt

2005-12-25 Thread Antony Dovgal
tony2001Sun Dec 25 22:38:36 2005 EDT Modified files: /php-src/ext/zlib/tests compress_zlib_wrapper.phpt Log: add missing skipif tag http://cvs.php.net/viewcvs.cgi/php-src/ext/zlib/tests/compress_zlib_wrapper.phpt?r1=1.3r2=1.4diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/xsl php_xsl.c

2005-12-25 Thread Pierre-Alain Joye
pajoye Mon Dec 26 00:54:13 2005 EDT Modified files: /php-src/ext/xslphp_xsl.c Log: - #35805 add LIBXSLT_VERSION, LIBXSLT_DOTTED_VERSION, LIBEXSLT_VERSION and LIBEXSLT_DOTTED_VERSION MFH?

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

2005-12-25 Thread Pierre-Alain Joye
pajoye Mon Dec 26 00:56:41 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/xslphp_xsl.c Log: - MFH: #35805 add LIBXSLT_VERSION, LIBXSLT_DOTTED_VERSION, LIBEXSLT_VERSION and LIBEXSLT_DOTTED_VERSION

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

2005-12-25 Thread Pierre-Alain Joye
pajoye Mon Dec 26 00:59:33 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: - xslt/exslt versions constants entry http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.323r2=1.2027.2.324diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src /sapi/cgi fastcgi.c fastcgi.h

2005-12-25 Thread Zeev Suraski
zeevMon Dec 26 07:25:45 2005 EDT Added files: /php-src/sapi/cgi fastcgi.c fastcgi.h Log: Commit missing files - sorry! http://cvs.php.net/viewcvs.cgi/php-src/sapi/cgi/fastcgi.c?view=markuprev=1.1 Index: php-src/sapi/cgi/fastcgi.c +++

[PHP-CVS] cvs: php-src /sapi/cgi fastcgi.c

2005-12-25 Thread Sebastian Bergmann
sebastian Mon Dec 26 07:56:38 2005 EDT Modified files: /php-src/sapi/cgi fastcgi.c Log: Fix Windows build. http://cvs.php.net/viewcvs.cgi/php-src/sapi/cgi/fastcgi.c?r1=1.1r2=1.2diff_format=u Index: php-src/sapi/cgi/fastcgi.c diff -u