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

2008-01-29 Thread Dmitry Stogov
dmitry Tue Jan 29 12:25:39 2008 UTC Modified files: /php-src/ext/mysqlndconfig.w32 Log: missing spaces http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/config.w32?r1=1.8r2=1.9diff_format=u Index: php-src/ext/mysqlnd/config.w32 diff -u

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli mysqli.c mysqli_mysqlnd.h mysqli_nonapi.c mysqli_prop.c php_mysqli_structs.h /ext/mysqli/tests mysqli_get_client_stats.phpt /ext/mysqlnd mysqlnd.c mys

2008-01-29 Thread Dmitry Stogov
Hi Andrey, The win32 build is completely broken because of ext/mysqlnd. Thanks. Dmitry. Andrey Hristov wrote: andrey Mon Jan 28 18:25:51 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli mysqli.c mysqli_mysqlnd.h mysqli_nonapi.c

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

2008-01-29 Thread Dmitry Stogov
dmitry Tue Jan 29 14:25:08 2008 UTC Modified files: /php-src/main fopen_wrappers.c Log: Fixed bug #43491 (Under certain conditions, file_exists() never returns) http://cvs.php.net/viewvc.cgi/php-src/main/fopen_wrappers.c?r1=1.201r2=1.202diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /main fopen_wrappers.c

2008-01-29 Thread Dmitry Stogov
dmitry Tue Jan 29 14:24:55 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main fopen_wrappers.c Log: Fixed bug #43491 (Under certain conditions, file_exists() never returns)

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/simplexml simplexml.c ZendEngine2 zend_gc.c zend_gc.h ZendEngine2/tests bug43918.phpt

2008-01-29 Thread Dmitry Stogov
The fix affects get_properties() callback only in the moments when GC is in progress (not when GC is enabled). The SimpleXML extensions already makes a trick keeping and reusing fictive properties HashTable, so I've extend it to support GC. Thanks. Dmitry. Marcus Boerger wrote: Hello

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/date/tests bug43003.phpt

2008-01-29 Thread Dmitry Stogov
dmitry Tue Jan 29 10:43:42 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/tests bug43003.phpt Log: Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/bug43003.phpt?r1=1.1.4.2r2=1.1.4.3diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqlnd config.w32

2008-01-29 Thread Dmitry Stogov
dmitry Tue Jan 29 12:25:25 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqlndconfig.w32 Log: missing spaces http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/config.w32?r1=1.4.2.5r2=1.4.2.6diff_format=u Index:

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

2008-01-29 Thread Dmitry Stogov
dmitry Tue Jan 29 14:23:19 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/main fopen_wrappers.c Log: Fixed bug #43491 (Under certain conditions, file_exists() never returns)

[PHP-CVS] cvs: php-src /sapi/cli php_cli.c

2008-01-29 Thread Dmitry Stogov
dmitry Tue Jan 29 20:01:43 2008 UTC Modified files: /php-src/sapi/cli php_cli.c Log: Fixed bug #43968 (Extending internal class causes a crash) The fix is a workaround for GCC optizer bug.

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cli php_cli.c

2008-01-29 Thread Dmitry Stogov
dmitry Tue Jan 29 20:01:31 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/cli php_cli.c Log: Fixed bug #43968 (Extending internal class causes a crash) The fix is a workaround for GCC optizer bug.

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

2008-01-30 Thread Dmitry Stogov
dmitry Wed Jan 30 08:10:28 2008 UTC Modified files: /php-src/ext/json json.c Log: ZTS fix http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.34r2=1.35diff_format=u Index: php-src/ext/json/json.c diff -u php-src/ext/json/json.c:1.34

[PHP-CVS] cvs: php-src / configure.in /ext/bz2 php_bz2.h /ext/dom xml_common.h /ext/gd php_gd.h /ext/hash php_hash.h /ext/iconv php_iconv.h /ext/libxml php_libxml.h /ext/mbstring mbstring.h /e

2008-01-30 Thread Dmitry Stogov
dmitry Wed Jan 30 09:56:22 2008 UTC Modified files: /php-srcconfigure.in /TSRM TSRM.h tsrm_virtual_cwd.h /ZendEngine2acconfig.h /php-src/ext/bz2php_bz2.h /php-src/ext/domxml_common.h /php-src/ext/gd php_gd.h

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

2008-01-31 Thread Dmitry Stogov
Hi Ilia, Probably your fix is not accurate, because it breaks ext/gmp/tests/021.phpt, however it shouldn't from my point of view. BTW my math knowledge is not excellent. Could you please take a look. May be the fix should be done only for gmp_div_r() and shouldn't affect other functions.

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

2008-02-01 Thread Dmitry Stogov
: Dmitry, I've just tried to run the test on a patched 5.3 system and the test passes without any problems. Why is the test failing on your machine? On 31-Jan-08, at 3:50 AM, Dmitry Stogov wrote: Hi Ilia, Probably your fix is not accurate, because it breaks ext/gmp/tests/021.phpt, however

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

2008-02-02 Thread Dmitry Stogov
branch? On 1-Feb-08, at 4:19 AM, Dmitry Stogov wrote: It's very strange, because I still have the test failed. ext/gmp/tests/021.php The exactly broken thing is gmp_gcd(-1,0) that now returns -1 instead of 1. However you can see that return value of gmp_gcd(-2,2) now is not equal to gmp_gcd

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/hash hash_md.c php_hash_md.h /ext/standard md5.c md5.h

2008-02-08 Thread Dmitry Stogov
dmitry Fri Feb 8 09:11:17 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/standard md5.c md5.h /php-src/ext/hash hash_md.c php_hash_md.h Log: Improved md5() implementation (Solar Designer)

[PHP-CVS] cvs: php-src /ext/hash hash_md.c php_hash_md.h /ext/standard md5.c md5.h

2008-02-08 Thread Dmitry Stogov
dmitry Fri Feb 8 09:11:28 2008 UTC Modified files: /php-src/ext/standard md5.c md5.h /php-src/ext/hash hash_md.c php_hash_md.h Log: Improved md5() implementation (Solar Designer)

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/tokenizer tokenizer.c

2008-02-12 Thread Dmitry Stogov
dmitry Tue Feb 12 09:28:01 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/tokenizer tokenizer.c Log: Added NOWDOC http://cvs.php.net/viewvc.cgi/php-src/ext/tokenizer/tokenizer.c?r1=1.31.2.5.2.7.2.2r2=1.31.2.5.2.7.2.3diff_format=u Index:

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

2008-02-12 Thread Dmitry Stogov
dmitry Tue Feb 12 09:28:31 2008 UTC Modified files: /php-src/ext/tokenizer tokenizer.c Log: Added NOWDOC http://cvs.php.net/viewvc.cgi/php-src/ext/tokenizer/tokenizer.c?r1=1.45r2=1.46diff_format=u Index: php-src/ext/tokenizer/tokenizer.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard array.c /ext/standard/tests/array array_push_variation4.phpt

2008-02-14 Thread Dmitry Stogov
dmitry Thu Feb 14 08:46:08 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard array.c /php-src/ext/standard/tests/array array_push_variation4.phpt Log: Fixed memory leak

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

2008-02-14 Thread Dmitry Stogov
dmitry Thu Feb 14 08:46:25 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard array.c Log: Fixed memory leak http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.37.2.22r2=1.308.2.21.2.37.2.23diff_format=u Index:

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

2008-02-14 Thread Dmitry Stogov
dmitry Thu Feb 14 08:46:42 2008 UTC Modified files: /php-src/ext/standard array.c Log: Fixed memory leak http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.443r2=1.444diff_format=u Index: php-src/ext/standard/array.c diff -u

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

2008-02-14 Thread Dmitry Stogov
dmitry Thu Feb 14 14:47:25 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: Fixed bug #44069 (Huge memory usage with concatenation using . instead of .=)

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/array array_values_variation4.phpt

2008-02-14 Thread Dmitry Stogov
dmitry Fri Feb 15 06:38:37 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array array_values_variation4.phpt Log: Fixed test

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

2008-02-14 Thread Dmitry Stogov
/soap.c:1.156.2.28.2.37 Wed Jan 16 06:14:45 2008 +++ php-src/ext/soap/soap.c Fri Feb 15 06:50:39 2008 @@ -17,7 +17,7 @@ | Dmitry Stogov [EMAIL PROTECTED] | +--+ */ -/* $Id: soap.c,v

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

2008-02-14 Thread Dmitry Stogov
Feb 15 06:51:12 2008 @@ -17,7 +17,7 @@ | Dmitry Stogov [EMAIL PROTECTED] | +--+ */ -/* $Id: soap.c,v 1.156.2.28.2.30.2.11 2008/01/16 06:15:04 dmitry Exp $ */ +/* $Id: soap.c,v

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cgi cgi_main.c fastcgi.c

2008-02-15 Thread Dmitry Stogov
dmitry Fri Feb 15 14:45:42 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/cgi cgi_main.c fastcgi.c Log: optimization http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.267.2.15.2.50.2.11r2=1.267.2.15.2.50.2.12diff_format=u Index:

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

2008-02-15 Thread Dmitry Stogov
dmitry Fri Feb 15 14:51:53 2008 UTC Modified files: /php-src/sapi/cgi cgi_main.c fastcgi.c Log: optimization http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.348r2=1.349diff_format=u Index: php-src/sapi/cgi/cgi_main.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/array count_variation3.phpt

2008-02-18 Thread Dmitry Stogov
dmitry Mon Feb 18 09:02:17 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array count_variation3.phpt Log: Fixed test

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

2008-02-18 Thread Dmitry Stogov
Hi Rui, Your commits broke several ext/mbstring tests. I assume you broke them in proper way. :) Could you please look into them, and fix test files or code. Thanks. Dmitry. Rui Hirokawa wrote: hirokawaSun Feb 17 02:06:56 2008 UTC Modified files: (Branch:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c

2008-02-18 Thread Dmitry Stogov
dmitry Mon Feb 18 14:30:44 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/reflection php_reflection.c Log: Made code opcode-cache friendly. (It is disallowed to change code during execution)

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

2008-02-18 Thread Dmitry Stogov
dmitry Mon Feb 18 14:30:25 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/reflection php_reflection.c Log: Made code opcode-cache friendly. (It is disallowed to change code during execution)

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

2008-02-18 Thread Dmitry Stogov
dmitry Mon Feb 18 14:31:01 2008 UTC Modified files: /php-src/ext/reflection php_reflection.c Log: Made code opcode-cache friendly. (It is disallowed to change code during execution)

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/array natcasesort_variation7.phpt

2008-02-19 Thread Dmitry Stogov
dmitry Tue Feb 19 16:33:17 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array natcasesort_variation7.phpt Log: Fixed test

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/array current_variation4.phpt

2008-02-21 Thread Dmitry Stogov
dmitry Thu Feb 21 08:17:00 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array current_variation4.phpt Log: Fixed test

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/array key_variation4.phpt

2008-02-22 Thread Dmitry Stogov
dmitry Fri Feb 22 08:16:32 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array key_variation4.phpt Log: Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/key_variation4.phpt?r1=1.1.2.1r2=1.1.2.2diff_format=u

[PHP-CVS] cvs: php-src /ext/pcre/tests bug44191.phpt

2008-02-22 Thread Dmitry Stogov
dmitry Fri Feb 22 08:31:50 2008 UTC Modified files: /php-src/ext/pcre/tests bug44191.phpt Log: Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/tests/bug44191.phpt?r1=1.3r2=1.4diff_format=u Index: php-src/ext/pcre/tests/bug44191.phpt diff -u

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

2008-02-28 Thread Dmitry Stogov
dmitry Thu Feb 28 16:59:10 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dl.c Log: We don't nave to change request shutdown sequence if dl() was failed

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

2008-02-28 Thread Dmitry Stogov
dmitry Thu Feb 28 16:59:21 2008 UTC Modified files: /php-src/ext/standard dl.c Log: We don't nave to change request shutdown sequence if dl() was failed http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dl.c?r1=1.124r2=1.125diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pcre php_pcre.c

2008-03-03 Thread Dmitry Stogov
dmitry Mon Mar 3 11:11:43 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcre php_pcre.c Log: Removed unnecassary strlen() http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.168.2.9.2.21.2.11r2=1.168.2.9.2.21.2.12diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /tests/lang bug22592.phpt

2008-03-04 Thread Dmitry Stogov
dmitry Tue Mar 4 10:07:17 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/tests/lang bug22592.phpt Log: Fixed wrong result of cascading assignment to string offset

[PHP-CVS] cvs: php-src /tests/lang bug22592.phpt

2008-03-04 Thread Dmitry Stogov
dmitry Tue Mar 4 10:07:28 2008 UTC Modified files: /php-src/tests/lang bug22592.phpt Log: Fixed wrong result of cascading assignment to string offset http://cvs.php.net/viewvc.cgi/php-src/tests/lang/bug22592.phpt?r1=1.2r2=1.3diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /tests/lang bug22592.phpt

2008-03-04 Thread Dmitry Stogov
dmitry Tue Mar 4 11:49:32 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/tests/lang bug22592.phpt Log: Fixed wrong result of cascading assignment to string offset

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

2008-03-04 Thread Dmitry Stogov
Index: php-src/ext/soap/soap.c diff -u php-src/ext/soap/soap.c:1.156.2.28.2.38 php-src/ext/soap/soap.c:1.156.2.28.2.39 --- php-src/ext/soap/soap.c:1.156.2.28.2.38 Fri Feb 15 06:50:39 2008 +++ php-src/ext/soap/soap.c Tue Mar 4 12:23:10 2008 @@ -17,7 +17,7 @@ | Dmitry Stogov

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

2008-03-04 Thread Dmitry Stogov
-u php-src/ext/soap/soap.c:1.243 php-src/ext/soap/soap.c:1.244 --- php-src/ext/soap/soap.c:1.243 Thu Feb 28 14:16:13 2008 +++ php-src/ext/soap/soap.c Tue Mar 4 12:47:36 2008 @@ -17,7 +17,7 @@ | Dmitry Stogov [EMAIL PROTECTED

[PHP-CVS] cvs: php-src /main fopen_wrappers.c fopen_wrappers.h main.c ZendEngine2 zend.c zend.h zend_vm_def.h zend_vm_execute.h

2008-03-05 Thread Dmitry Stogov
dmitry Wed Mar 5 13:35:02 2008 UTC Modified files: /ZendEngine2zend.c zend.h zend_vm_def.h zend_vm_execute.h /php-src/main fopen_wrappers.c fopen_wrappers.h main.c Log: Optimized require_once() and include_once() by eliminationg open() syscall

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

2008-03-11 Thread Dmitry Stogov
dmitry Tue Mar 11 09:36:52 2008 UTC Modified files: /php-src/ext/sessionsession.c Log: Fixed memory corruption because of double free() http://cvs.php.net/viewvc.cgi/php-src/ext/session/session.c?r1=1.481r2=1.482diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/session session.c

2008-03-11 Thread Dmitry Stogov
dmitry Tue Mar 11 09:36:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sessionsession.c Log: Fixed memory corruption because of double free()

[PHP-CVS] cvs: php-src(PHP_5_3) /main fopen_wrappers.c

2008-03-13 Thread Dmitry Stogov
dmitry Thu Mar 13 14:09:54 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main fopen_wrappers.c Log: Disable path resolution for filenames with stream wrappers More careful check for relative pathes (./xxx and ../xxx)

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_fetch_row.phpt

2008-03-18 Thread Dmitry Stogov
dmitry Tue Mar 18 06:38:13 2008 UTC Modified files: /php-src/ext/mysql/testsmysql_fetch_row.phpt Log: Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_fetch_row.phpt?r1=1.3r2=1.4diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/pdo/tests bug_43663.phpt

2008-03-18 Thread Dmitry Stogov
dmitry Tue Mar 18 06:39:06 2008 UTC Modified files: /php-src/ext/pdo/tests bug_43663.phpt Log: Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/tests/bug_43663.phpt?r1=1.1r2=1.2diff_format=u Index: php-src/ext/pdo/tests/bug_43663.phpt diff -u

[PHP-CVS] cvs: php-src /ext/standard/tests/file fgetss_variation2.phpt

2008-03-18 Thread Dmitry Stogov
dmitry Tue Mar 18 06:41:17 2008 UTC Modified files: /php-src/ext/standard/tests/filefgetss_variation2.phpt Log: Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/fgetss_variation2.phpt?r1=1.2r2=1.3diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard/tests/file unlink_error-win32.phpt

2008-03-18 Thread Dmitry Stogov
dmitry Tue Mar 18 06:42:13 2008 UTC Modified files: /php-src/ext/standard/tests/fileunlink_error-win32.phpt Log: Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/unlink_error-win32.phpt?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard/tests/strings implode1.phpt

2008-03-18 Thread Dmitry Stogov
dmitry Tue Mar 18 06:44:54 2008 UTC Modified files: /php-src/ext/standard/tests/strings implode1.phpt Log: Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/implode1.phpt?r1=1.5r2=1.6diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/serialize serialization_arrays_004.phpt

2008-03-19 Thread Dmitry Stogov
dmitry Wed Mar 19 09:11:13 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/serialize serialization_arrays_004.phpt Log: Fixed test

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/serialize serialization_arrays_001.phpt

2008-03-19 Thread Dmitry Stogov
dmitry Wed Mar 19 09:14:06 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/serialize serialization_arrays_001.phpt Log: Fixed test

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/serialize serialization_arrays_005.phpt

2008-03-19 Thread Dmitry Stogov
dmitry Wed Mar 19 09:17:21 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/serialize serialization_arrays_005.phpt Log: Fixed test

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/dir readdir_basic.phpt readdir_variation6.phpt

2008-03-24 Thread Dmitry Stogov
dmitry Mon Mar 24 09:00:33 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/dir readdir_basic.phpt readdir_variation6.phpt Log: Fixed tests (file order is undefined, so we need to sort() them)

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/dir readdir_basic.phpt readdir_variation6.phpt

2008-03-24 Thread Dmitry Stogov
dmitry Mon Mar 24 09:00:19 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/dir readdir_basic.phpt readdir_variation6.phpt Log: Fixed tests (file order is undefined, so we need to sort() them)

[PHP-CVS] cvs: php-src /ext/standard/tests/dir readdir_basic.phpt readdir_variation6.phpt

2008-03-24 Thread Dmitry Stogov
dmitry Mon Mar 24 09:00:41 2008 UTC Modified files: /php-src/ext/standard/tests/dir readdir_basic.phpt readdir_variation6.phpt Log: Fixed tests (file order is undefined, so we need to sort() them)

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

2008-03-24 Thread Dmitry Stogov
dmitry Mon Mar 24 09:30:54 2008 UTC Modified files: /php-src/main fopen_wrappers.c Log: Fixed ws and comment http://cvs.php.net/viewvc.cgi/php-src/main/fopen_wrappers.c?r1=1.204r2=1.205diff_format=u Index: php-src/main/fopen_wrappers.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/strings 006.phpt 007.phpt

2008-03-24 Thread Dmitry Stogov
dmitry Mon Mar 24 10:09:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/strings 006.phpt 007.phpt Log: Fixed tests http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/006.phpt?r1=1.1.2.2.2.1r2=1.1.2.2.2.2diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/array bug42177.phpt

2008-03-25 Thread Dmitry Stogov
dmitry Tue Mar 25 07:01:23 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array bug42177.phpt Log: Fixed test (removed leaks becaue of cyrcular references)

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/standard/tests/file include_streams.phpt /main fopen_wrappers.c php_streams.h /main/streams plain_wrapper.c streams.c

2008-03-27 Thread Dmitry Stogov
dmitry Thu Mar 27 10:33:40 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/fileinclude_streams.phpt Modified files: /php-srcNEWS /php-src/main fopen_wrappers.c php_streams.h /php-src/main/streams

[PHP-CVS] cvs: php-src /ext/standard/tests/file include_streams.phpt /main fopen_wrappers.c php_streams.h /main/streams plain_wrapper.c streams.c

2008-03-27 Thread Dmitry Stogov
dmitry Thu Mar 27 10:33:53 2008 UTC Modified files: /php-src/main fopen_wrappers.c php_streams.h /php-src/main/streams plain_wrapper.c streams.c /php-src/ext/standard/tests/fileinclude_streams.phpt Log: Added ability to use stream

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

2008-04-03 Thread Dmitry Stogov
dmitry Thu Apr 3 10:24:58 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/cgi fastcgi.c Log: - Fixed possible stack buffer overflow in FastCGI SAPI. (Andrey Nigmatulin) - Fixed sending of uninitialized paddings which may contain some information.

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

2008-04-03 Thread Dmitry Stogov
dmitry Thu Apr 3 10:25:08 2008 UTC Modified files: /php-src/sapi/cgi fastcgi.c Log: - Fixed possible stack buffer overflow in FastCGI SAPI. (Andrey Nigmatulin) - Fixed sending of uninitialized paddings which may contain some information. (Andrey

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /sapi/cgi cgi_main.c

2008-04-09 Thread Dmitry Stogov
dmitry Wed Apr 9 09:16:40 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/sapi/cgi cgi_main.c Log: Fixed bug #44673 (With CGI argv/argc starts from arguments, not from script)

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

2008-04-09 Thread Dmitry Stogov
dmitry Wed Apr 9 09:17:02 2008 UTC Modified files: /php-src/sapi/cgi cgi_main.c Log: Fixed bug #44673 (With CGI argv/argc starts from arguments, not from script) http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.353r2=1.354diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /main php_ini.c php_ini.h /sapi/cgi cgi_main.c

2008-04-15 Thread Dmitry Stogov
dmitry Tue Apr 15 11:31:58 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main php_ini.c php_ini.h /php-src/sapi/cgi cgi_main.c Log: Optimized request startup sequence for php.ini without per dir and per host configurations

[PHP-CVS] cvs: php-src /main php_ini.c php_ini.h /sapi/cgi cgi_main.c

2008-04-15 Thread Dmitry Stogov
dmitry Tue Apr 15 11:32:13 2008 UTC Modified files: /php-src/main php_ini.c php_ini.h /php-src/sapi/cgi cgi_main.c Log: Optimized request startup sequence for php.ini without per dir and per host conf igurations

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

2008-04-29 Thread Dmitry Stogov
dmitry Tue Apr 29 09:18:26 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splphp_spl.c Log: Added missing lazy initialization http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.52.2.28.2.17.2.15r2=1.52.2.28.2.17.2.16diff_format=u

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

2008-04-29 Thread Dmitry Stogov
dmitry Tue Apr 29 09:18:54 2008 UTC Modified files: /php-src/ext/splphp_spl.c Log: Added missing lazy initialization http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.128r2=1.129diff_format=u Index: php-src/ext/spl/php_spl.c diff -u

[PHP-CVS] cvs: php-src /ext/soap/tests/bugs bug42151.phpt

2008-05-08 Thread Dmitry Stogov
dmitry Thu May 8 09:15:20 2008 UTC Modified files: /php-src/ext/soap/tests/bugsbug42151.phpt Log: Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/soap/tests/bugs/bug42151.phpt?r1=1.4r2=1.5diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/soap/tests/bugs bug42151.phpt

2008-05-08 Thread Dmitry Stogov
dmitry Thu May 8 09:15:49 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/soap/tests/bugsbug42151.phpt Log: Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/soap/tests/bugs/bug42151.phpt?r1=1.1.2.2r2=1.1.2.3diff_format=u Index:

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /tests/classes __call_005.phpt ZendEngine2 zend_compile.c ZendEngine2/tests magic_methods_001.phpt magic_methods_002.phpt magic_methods_003.phpt magic_methods_004

2008-06-10 Thread Dmitry Stogov
Hi Felipe, This patch breaks some existent code that worked fine before 5.3 (for example ZendFramework). I understood the inconsistency, but I would prefer to change E_ERROR into E_WARNING, so the code which worked with 5.2 will continue work with 5.3. Thanks. Dmitry. Felipe Pena wrote:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/tokenizer tokenizer.c

2008-06-11 Thread Dmitry Stogov
dmitry Wed Jun 11 07:45:44 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/tokenizer tokenizer.c Log: Fixed memory leak http://cvs.php.net/viewvc.cgi/php-src/ext/tokenizer/tokenizer.c?r1=1.31.2.5.2.7.2.4r2=1.31.2.5.2.7.2.5diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard dir.c /main php_streams.h /main/streams streams.c

2008-06-11 Thread Dmitry Stogov
dmitry Wed Jun 11 09:02:09 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/main php_streams.h /php-src/main/streams streams.c /php-src/ext/standard dir.c Log: closeder/readdir/rewinddir must work only with directories

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_phpinfo.phpt

2008-06-11 Thread Dmitry Stogov
dmitry Wed Jun 11 09:58:45 2008 UTC Modified files: /php-src/ext/mysql/testsmysql_phpinfo.phpt Log: Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_phpinfo.phpt?r1=1.3r2=1.4diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_trace_mode.phpt

2008-06-11 Thread Dmitry Stogov
dmitry Wed Jun 11 10:07:20 2008 UTC Modified files: /php-src/ext/mysql/testsmysql_trace_mode.phpt Log: Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_trace_mode.phpt?r1=1.5r2=1.6diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysql/tests mysql_phpinfo.phpt

2008-06-11 Thread Dmitry Stogov
dmitry Wed Jun 11 09:58:32 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysql/testsmysql_phpinfo.phpt Log: Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_phpinfo.phpt?r1=1.2.2.4r2=1.2.2.5diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysql/tests mysql_trace_mode.phpt

2008-06-11 Thread Dmitry Stogov
dmitry Wed Jun 11 10:08:14 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysql/testsmysql_trace_mode.phpt Log: Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_trace_mode.phpt?r1=1.1.2.3r2=1.1.2.4diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/soap php_sdl.c /ext/soap/tests/bugs bug29109.phpt multiport.phpt multiport.wsdl

2008-06-18 Thread Dmitry Stogov
:1.88.2.12.2.11 Wed May 7 14:57:56 2008 +++ php-src/ext/soap/php_sdl.c Wed Jun 18 07:23:42 2008 @@ -17,7 +17,7 @@ | Dmitry Stogov [EMAIL PROTECTED] | +--+ */ -/* $Id: php_sdl.c,v

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/soap php_sdl.c /ext/soap/tests/bugs bug29109.phpt multiport.phpt multiport.wsdl

2008-06-18 Thread Dmitry Stogov
/php_sdl.c:1.88.2.12.2.9.2.3Wed May 7 15:23:10 2008 +++ php-src/ext/soap/php_sdl.c Wed Jun 18 07:23:58 2008 @@ -17,7 +17,7 @@ | Dmitry Stogov [EMAIL PROTECTED] | +--+ */ -/* $Id

[PHP-CVS] cvs: php-src /ext/soap php_sdl.c /ext/soap/tests/bugs bug29109.phpt multiport.phpt multiport.wsdl

2008-06-18 Thread Dmitry Stogov
2008 @@ -17,7 +17,7 @@ | Dmitry Stogov [EMAIL PROTECTED] | +--+ */ -/* $Id: php_sdl.c,v 1.112 2008/05/07 15:45:02 davidc Exp $ */ +/* $Id: php_sdl.c,v 1.113 2008/06/18 07:24:14 dmitry Exp

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c /ext/standard/tests/array bug45312.phpt

2008-06-19 Thread Dmitry Stogov
dmitry Thu Jun 19 12:09:22 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array bug45312.phpt Modified files: /php-srcNEWS /php-src/ext/standard array.c Log: Fixed bug #45312 (Segmentation fault on

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/array bug45312.phpt

2008-06-19 Thread Dmitry Stogov
dmitry Thu Jun 19 12:09:44 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/array bug45312.phpt Log: Added test for bug #45312 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/bug45312.phpt?view=markuprev=1.1 Index:

[PHP-CVS] cvs: php-src /ext/standard/tests/array bug45312.phpt

2008-06-19 Thread Dmitry Stogov
dmitry Thu Jun 19 12:10:00 2008 UTC Modified files: /php-src/ext/standard/tests/array bug45312.phpt Log: Added test for bug #45312 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/bug45312.phpt?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cgi cgi_main.c

2008-06-23 Thread Dmitry Stogov
dmitry Mon Jun 23 11:37:50 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/cgi cgi_main.c Log: Fixed possible buffer overflow http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.267.2.15.2.50.2.18r2=1.267.2.15.2.50.2.19diff_format=u

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

2008-06-23 Thread Dmitry Stogov
dmitry Mon Jun 23 11:38:10 2008 UTC Modified files: /php-src/sapi/cgi cgi_main.c Log: Fixed possible buffer overflow http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.355r2=1.356diff_format=u Index: php-src/sapi/cgi/cgi_main.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) / run-tests.php

2008-06-24 Thread Dmitry Stogov
dmitry Tue Jun 24 06:05:29 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcrun-tests.php Log: Reverted part of Steph's patch (stdin stream must be closed to make script finish)

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

2008-06-24 Thread Dmitry Stogov
dmitry Tue Jun 24 06:07:08 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c Log: Fixed strtolower/strtoupper to not modify the passed argument

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/gd/tests image_type_to_mime_type_error.phpt image_type_to_mime_type_variation1.phpt

2008-06-24 Thread Dmitry Stogov
dmitry Tue Jun 24 06:25:51 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/gd/tests image_type_to_mime_type_error.phpt image_type_to_mime_type_variation1.phpt Log: Fixed tests

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/session session.c

2008-06-24 Thread Dmitry Stogov
dmitry Tue Jun 24 06:47:45 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sessionsession.c Log: Fixed memory leaks http://cvs.php.net/viewvc.cgi/php-src/ext/session/session.c?r1=1.417.2.8.2.40.2.8r2=1.417.2.8.2.40.2.9diff_format=u Index:

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard formatted_print.c

2008-06-25 Thread Dmitry Stogov
David, Are you going to run make test before commits? I see more than 60 new failed tests and some of them show memory corruption. make doesn't work too, as it crashes during phar.phar build. Also why don't you commit to HEAD? Thanks. Dmitry. David Coallier wrote: davidcTue

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard formatted_print.c

2008-06-25 Thread Dmitry Stogov
functionality [ext/standard/tests/strings/vfprintf_variation1.phpt] Test vsprintf() function : error conditions [ext/standard/tests/strings/vsprintf_error.phpt] = Thanks. Dmitry David Coallier wrote: 2008/6/25 Dmitry Stogov

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

2008-06-25 Thread Dmitry Stogov
dmitry Wed Jun 25 12:18:22 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/main main.c php_ticks.c php_ticks.h Log: Fixed bug #45352 (Segmentation fault because of tick function on second request)

[PHP-CVS] cvs: php-src(PHP_5_3) /main main.c php_ticks.c php_ticks.h

2008-06-25 Thread Dmitry Stogov
dmitry Wed Jun 25 12:18:36 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main main.c php_ticks.c php_ticks.h Log: Fixed bug #45352 (Segmentation fault because of tick function on second request)

[PHP-CVS] cvs: php-src /main main.c php_ticks.c php_ticks.h

2008-06-25 Thread Dmitry Stogov
dmitry Wed Jun 25 12:18:51 2008 UTC Modified files: /php-src/main main.c php_ticks.c php_ticks.h Log: Fixed bug #45352 (Segmentation fault because of tick function on second request)

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c /ext/reflection/tests ReflectionFunction_getNamespaceName.phpt reflectionClass_getNamespaceName.phpt

2008-06-25 Thread Dmitry Stogov
dmitry Wed Jun 25 12:33:46 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/reflection/tests ReflectionFunction_getNamespaceName.phpt reflectionClass_getNamespaceName.phpt

<    1   2   3   4   5   6   7   8   9   10   >