[PHP-CVS] cvs: php-src(PHP_5_2) /main config.w32.h fopen_wrappers.c php.h safe_mode.c /win32 glob.c globals.c php5dll.dsp php5dllts.dsp php_win32_globals.h pwd.c pwd.h /win32/build config.w32 config

2006-11-10 Thread Dmitry Stogov
dmitry Fri Nov 10 09:56:17 2006 UTC Removed files: (Branch: PHP_5_2) /php-src/win32 pwd.c pwd.h Modified files: /php-src/win32 glob.c globals.c php5dll.dsp php5dllts.dsp php_win32_globals.h

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard rand.c

2006-11-10 Thread Dmitry Stogov
dmitry Fri Nov 10 10:10:39 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard rand.c Log: Faster and better licensed implementation http://cvs.php.net/viewvc.cgi/php-src/ext/standard/rand.c?r1=1.70.2.1r2=1.70.2.1.2.1diff_format=u Index:

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

2006-11-10 Thread Dmitry Stogov
dmitry Fri Nov 10 10:11:05 2006 UTC Modified files: /php-src/ext/standard rand.c Log: Faster and better licensed implementation http://cvs.php.net/viewvc.cgi/php-src/ext/standard/rand.c?r1=1.72r2=1.73diff_format=u Index: php-src/ext/standard/rand.c

[PHP-CVS] cvs: php-src(PHP_5_2) /win32/build Makefile confutils.js

2006-11-10 Thread Dmitry Stogov
dmitry Fri Nov 10 10:30:46 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/win32/buildMakefile confutils.js Log: Use $(CC) for linking instead of $(LD). This allows usage of advansed optimization techniques (like Intel's inner-procedure optimization)

[PHP-CVS] cvs: php-src /win32/build Makefile confutils.js

2006-11-10 Thread Dmitry Stogov
dmitry Fri Nov 10 10:30:56 2006 UTC Modified files: /php-src/win32/buildMakefile confutils.js Log: Use $(CC) for linking instead of $(LD). This allows usage of advansed optimization techniques (like Intel's inner-procedure optimization)

[PHP-CVS] cvs: php-src /win32/build confutils.js

2006-11-10 Thread Dmitry Stogov
dmitry Fri Nov 10 10:38:23 2006 UTC Modified files: /php-src/win32/buildconfutils.js Log: Fix warnings http://cvs.php.net/viewvc.cgi/php-src/win32/build/confutils.js?r1=1.63r2=1.64diff_format=u Index: php-src/win32/build/confutils.js diff -u

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

2006-11-10 Thread Dmitry Stogov
dmitry Fri Nov 10 10:47:52 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: typo http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.344r2=1.2027.2.547.2.345diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.344

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main fopen_wrappers.c /main/streams plain_wrapper.c

2006-11-10 Thread Dmitry Stogov
dmitry Fri Nov 10 10:55:27 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/main fopen_wrappers.c /php-src/main/streams plain_wrapper.c Log: Removed unnecessary checks for ISREG file and corresponding stat() calls on

[PHP-CVS] cvs: php-src /main fopen_wrappers.c /main/streams plain_wrapper.c

2006-11-10 Thread Dmitry Stogov
dmitry Fri Nov 10 10:55:43 2006 UTC Modified files: /php-src/main fopen_wrappers.c /php-src/main/streams plain_wrapper.c Log: Removed unnecessary checks for ISREG file and corresponding stat() calls on Wind ows

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main reentrancy.c /win32 readdir.c readdir.h TSRM readdir.h

2006-11-10 Thread Dmitry Stogov
dmitry Fri Nov 10 11:20:48 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/win32 readdir.c readdir.h /TSRM readdir.h /php-src/main reentrancy.c Log: opendir() is reimplemented using GetFistFile/GetNextFile those

[PHP-CVS] cvs: php-src /main reentrancy.c /win32 readdir.c readdir.h TSRM readdir.h

2006-11-10 Thread Dmitry Stogov
dmitry Fri Nov 10 11:20:58 2006 UTC Modified files: /php-src/win32 readdir.c readdir.h /TSRM readdir.h /php-src/main reentrancy.c Log: opendir() is reimplemented using GetFistFile/GetNextFile those are faster then _findfirst/_findnext

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard basic_functions.c /main main.c /win32 globals.c php_win32_globals.h registry.c

2006-11-10 Thread Dmitry Stogov
dmitry Fri Nov 10 11:42:08 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/win32 globals.c php_win32_globals.h registry.c /php-src/main main.c /php-src/ext/standard basic_functions.c Log: Implemented registry

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c /main main.c /win32 globals.c php_win32_globals.h registry.c

2006-11-10 Thread Dmitry Stogov
dmitry Fri Nov 10 11:42:40 2006 UTC Modified files: /php-src/win32 globals.c php_win32_globals.h registry.c /php-src/main main.c /php-src/ext/standard basic_functions.c Log: Implemented registry cache that prevent registry lookup on

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

2006-11-10 Thread Andrei Zmievski
andrei Fri Nov 10 12:01:50 2006 UTC Modified files: /php-src/ext/standard string.c Log: Allow mixing Unicode/binary string types. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.609r2=1.610diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/bcmath bcmath.c php_bcmath.h

2006-11-10 Thread Dmitry Stogov
dmitry Fri Nov 10 12:02:10 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/bcmath bcmath.c php_bcmath.h Log: Intialization code is moved from request startup to module startup

[PHP-CVS] cvs: php-src /ext/bcmath bcmath.c php_bcmath.h

2006-11-10 Thread Dmitry Stogov
dmitry Fri Nov 10 12:02:22 2006 UTC Modified files: /php-src/ext/bcmath bcmath.c php_bcmath.h Log: Intialization code is moved from request startup to module startup http://cvs.php.net/viewvc.cgi/php-src/ext/bcmath/bcmath.c?r1=1.68r2=1.69diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main/streams plain_wrapper.c

2006-11-10 Thread Dmitry Stogov
dmitry Fri Nov 10 13:10:16 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/main/streams plain_wrapper.c Log: Disabled reading from stream (calls to read()) after EOF

[PHP-CVS] cvs: php-src /main/streams plain_wrapper.c

2006-11-10 Thread Dmitry Stogov
dmitry Fri Nov 10 13:10:28 2006 UTC Modified files: /php-src/main/streams plain_wrapper.c Log: Disabled reading from stream (calls to read()) after EOF http://cvs.php.net/viewvc.cgi/php-src/main/streams/plain_wrapper.c?r1=1.75r2=1.76diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main/streams plain_wrapper.c

2006-11-10 Thread Dmitry Stogov
dmitry Fri Nov 10 13:18:35 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/main/streams plain_wrapper.c Log: Removed unnecessary ftell() calls (one call for each included PHP file)

[PHP-CVS] cvs: php-src /main/streams plain_wrapper.c

2006-11-10 Thread Dmitry Stogov
dmitry Fri Nov 10 13:18:47 2006 UTC Modified files: /php-src/main/streams plain_wrapper.c Log: Removed unnecessary ftell() calls (one call for each included PHP file)

[PHP-CVS] cvs: php-src(PHP_5_2) /tests/classes array_access_005.phpt array_access_008.phpt array_access_012.phpt

2006-11-10 Thread Dmitry Stogov
dmitry Fri Nov 10 14:20:26 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/tests/classes array_access_005.phpt array_access_008.phpt array_access_012.phpt Log: Fixed tests

[PHP-CVS] cvs: php-src /tests/classes array_access_005.phpt array_access_008.phpt array_access_012.phpt

2006-11-10 Thread Dmitry Stogov
dmitry Fri Nov 10 14:21:26 2006 UTC Modified files: /php-src/tests/classes array_access_005.phpt array_access_008.phpt array_access_012.phpt Log: Fixed tests

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/soap php_encoding.c

2006-11-10 Thread Dmitry Stogov
dmitry Fri Nov 10 15:05:23 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/soap php_encoding.c Log: Fixed bug #39454 (Returning a SOAP array segfaults PHP)

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

2006-11-10 Thread Dmitry Stogov
dmitry Fri Nov 10 15:05:38 2006 UTC Modified files: /php-src/ext/soap php_encoding.c Log: Fixed bug #39454 (Returning a SOAP array segfaults PHP) http://cvs.php.net/viewvc.cgi/php-src/ext/soap/php_encoding.c?r1=1.146r2=1.147diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/oci8 oci8.c oci8_statement.c php_oci8_int.h

2006-11-10 Thread Antony Dovgal
tony2001Fri Nov 10 16:33:28 2006 UTC Modified files: /php-src/ext/oci8 oci8.c oci8_statement.c php_oci8_int.h Log: fix segfault in ZTS mode when statements containing sub-statements are destroyed in wrong order

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/oci8 oci8.c oci8_statement.c php_oci8_int.h

2006-11-10 Thread Antony Dovgal
tony2001Fri Nov 10 16:33:41 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/oci8 oci8.c oci8_statement.c php_oci8_int.h Log: fix segfault in ZTS mode when statements containing sub-statements are destroyed in wrong order

[PHP-CVS] cvs: php-src(PHP_5_2) /tests/classes array_access_005.phpt array_access_008.phpt array_access_012.phpt

2006-11-10 Thread Hannes Magnusson
bjori Fri Nov 10 17:04:03 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/tests/classes array_access_005.phpt array_access_008.phpt array_access_012.phpt Log: Fix tests

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/date/lib parse_tz.c

2006-11-10 Thread Nuno Lopes
nlopess Fri Nov 10 17:32:15 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/lib parse_tz.c Log: mark the binary search delimiters as unsigned, so that the compiler can use a quick shift operation

[PHP-CVS] cvs: php-src /ext/date/lib parse_tz.c

2006-11-10 Thread Nuno Lopes
nlopess Fri Nov 10 17:32:42 2006 UTC Modified files: /php-src/ext/date/lib parse_tz.c Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/parse_tz.c?r1=1.30r2=1.31diff_format=u Index: php-src/ext/date/lib/parse_tz.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/libxml libxml.c php_libxml.h

2006-11-10 Thread Nuno Lopes
nlopess Fri Nov 10 18:05:12 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/libxml libxml.c php_libxml.h Log: mark a few variables and functions as static

[PHP-CVS] cvs: php-src /ext/libxml libxml.c php_libxml.h

2006-11-10 Thread Nuno Lopes
nlopess Fri Nov 10 18:05:58 2006 UTC Modified files: /php-src/ext/libxml libxml.c php_libxml.h Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/libxml/libxml.c?r1=1.53r2=1.54diff_format=u Index: php-src/ext/libxml/libxml.c diff -u

[PHP-CVS] cvs: php-src /tests/classes array_access_005.phpt array_access_008.phpt array_access_012.phpt

2006-11-10 Thread Dmitry Stogov
dmitry Fri Nov 10 17:34:26 2006 UTC Modified files: /php-src/tests/classes array_access_005.phpt array_access_008.phpt array_access_012.phpt Log: Fixed tests

[PHP-CVS] cvs: CVSROOT / avail

2006-11-10 Thread Wez Furlong
wez Fri Nov 10 18:40:46 2006 UTC Modified files: /CVSROOTavail Log: pecl/pam karma for mikl http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1208r2=1.1209diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1208 CVSROOT/avail:1.1209 ---

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

2006-11-10 Thread Andi Gutmans
andiFri Nov 10 18:51:06 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: - Fix typo http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.355r2=1.2027.2.547.2.356diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/oci8 oci8_statement.c php_oci8_int.h

2006-11-10 Thread Antony Dovgal
tony2001Fri Nov 10 20:13:36 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/oci8 oci8_statement.c php_oci8_int.h Log: fix possible issue with negative values in oci_set_prefetch (reported by Chris Jones)

[PHP-CVS] cvs: php-src /ext/oci8 oci8_statement.c php_oci8_int.h

2006-11-10 Thread Antony Dovgal
tony2001Fri Nov 10 21:55:05 2006 UTC Modified files: /php-src/ext/oci8 oci8_statement.c php_oci8_int.h Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_statement.c?r1=1.34r2=1.35diff_format=u Index: php-src/ext/oci8/oci8_statement.c

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

2006-11-10 Thread Antony Dovgal
tony2001Fri Nov 10 21:57:04 2006 UTC Modified files: /php-src/ext/oci8 oci8_lob.c Log: fix build with old client versions http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_lob.c?r1=1.20r2=1.21diff_format=u Index: php-src/ext/oci8/oci8_lob.c diff

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/date/lib parse_tz.c

2006-11-10 Thread Hannes Magnusson
Hi Nuno This patch causes ext/date/tests/timezones.phpt to segfault... -Hannes On 11/10/06, Nuno Lopes [EMAIL PROTECTED] wrote: nlopess Fri Nov 10 17:32:15 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/lib parse_tz.c Log: mark the binary

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/date/lib parse_tz.c

2006-11-10 Thread Antony Dovgal
On 11/11/2006 01:27 AM, Hannes Magnusson wrote: Hi Nuno This patch causes ext/date/tests/timezones.phpt to segfault... This patch seems to fix it, though I'm not sure it's sane. Index: ext/date/lib/parse_tz.c === RCS file:

[PHP-CVS] cvs: php-src /ext/oci8 oci8_interface.c oci8_lob.c php_oci8_int.h

2006-11-10 Thread Antony Dovgal
tony2001Fri Nov 10 23:03:23 2006 UTC Modified files: /php-src/ext/oci8 oci8_interface.c oci8_lob.c php_oci8_int.h Log: fix type mess (thanks again, Chris) http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_interface.c?r1=1.19r2=1.20diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/oci8 oci8_interface.c oci8_lob.c php_oci8_int.h

2006-11-10 Thread Antony Dovgal
tony2001Fri Nov 10 23:03:32 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/oci8 oci8_interface.c oci8_lob.c php_oci8_int.h Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_interface.c?r1=1.8.2.7.2.3r2=1.8.2.7.2.4diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/date/lib parse_tz.c

2006-11-10 Thread Nuno Lopes
nlopess Fri Nov 10 23:27:11 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/lib parse_tz.c Log: fix the bug I introduced previously, sorry anyway, convert the recursive version of the binary search to an iterative one

[PHP-CVS] cvs: php-src /ext/date/lib parse_tz.c

2006-11-10 Thread Nuno Lopes
nlopess Fri Nov 10 23:27:31 2006 UTC Modified files: /php-src/ext/date/lib parse_tz.c Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/parse_tz.c?r1=1.31r2=1.32diff_format=u Index: php-src/ext/date/lib/parse_tz.c diff -u