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

2006-09-15 Thread changelog
changelog Sat Sep 16 01:30:54 2006 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2454r2=1.2455diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2454

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

2006-09-15 Thread Dmitry Stogov
dmitry Fri Sep 15 07:11:09 2006 UTC Modified files: /php-src/ext/soap soap.c Log: Fixed memory leak http://cvs.php.net/viewvc.cgi/php-src/ext/soap/soap.c?r1=1.207r2=1.208diff_format=u Index: php-src/ext/soap/soap.c diff -u php-src/ext/soap/soap.c:1.207

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

2006-09-15 Thread Dmitry Stogov
dmitry Fri Sep 15 07:11:35 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/soap soap.c Log: Fixed memory leak http://cvs.php.net/viewvc.cgi/php-src/ext/soap/soap.c?r1=1.156.2.28.2.10r2=1.156.2.28.2.11diff_format=u Index: php-src/ext/soap/soap.c

[PHP-CVS] cvs: php-src /ext/standard/tests/file stream_001.phpt /main/streams streams.c

2006-09-15 Thread Antony Dovgal
tony2001Fri Sep 15 07:26:19 2006 UTC Added files: /php-src/ext/standard/tests/filestream_001.phpt Modified files: /php-src/main/streams streams.c Log: fix double free(), add test

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/file stream_001.phpt /main/streams streams.c

2006-09-15 Thread Antony Dovgal
tony2001Fri Sep 15 07:27:22 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/filestream_001.phpt Modified files: /php-src/main/streams streams.c Log: MFH: fix double free(), add test

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

2006-09-15 Thread Antony Dovgal
tony2001Fri Sep 15 07:44:20 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/domelement.c Log: MFH: free node pointer using correct function fixes leak in ext/dom/tests/dom_create_element.phpt

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

2006-09-15 Thread Antony Dovgal
tony2001Fri Sep 15 07:43:59 2006 UTC Modified files: /php-src/ext/domelement.c Log: free node pointer using correct function fixes leak in ext/dom/tests/dom_create_element.phpt

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

2006-09-15 Thread Antony Dovgal
tony2001Fri Sep 15 08:18:10 2006 UTC Modified files: /php-src/sapi/cli php_cli.c Log: fix leaks with `php -d option=value -c /path -h` http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/php_cli.c?r1=1.161r2=1.162diff_format=u Index:

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

2006-09-15 Thread Antony Dovgal
tony2001Fri Sep 15 08:18:37 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/cli php_cli.c Log: fix leak with `php -c /path -h` http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/php_cli.c?r1=1.129.2.13.2.7r2=1.129.2.13.2.8diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c /ext/standard/tests/general_functions 010.phpt

2006-09-15 Thread Antony Dovgal
tony2001Fri Sep 15 09:11:31 2006 UTC Added files: /php-src/ext/standard/tests/general_functions 010.phpt Modified files: /php-src/ext/standard basic_functions.c Log: fix leak when call to shutdown function fails

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard basic_functions.c /ext/standard/tests/general_functions 010.phpt

2006-09-15 Thread Antony Dovgal
tony2001Fri Sep 15 09:12:17 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/general_functions 010.phpt Modified files: /php-src/ext/standard basic_functions.c Log: MFH: fix leak when call to shutdown

[PHP-CVS] cvs: php-src /ext/zip php_zip.c /ext/zip/tests bug8700.phpt

2006-09-15 Thread Pierre-Alain Joye
pajoye Fri Sep 15 12:10:50 2006 UTC Added files: /php-src/ext/zip/tests bug8700.phpt Modified files: /php-src/ext/zipphp_zip.c Log: - PECL Bug #8700, zipArchive::getFromIndex() fails

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/zip php_zip.c /ext/zip/tests bug8700.phpt

2006-09-15 Thread Pierre-Alain Joye
pajoye Fri Sep 15 12:12:25 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/zip/tests bug8700.phpt Modified files: /php-src/ext/zipphp_zip.c Log: - MFH: PECL Bug #8700, zipArchive::getFromIndex() fails

[PHP-CVS] cvs: php-src /ext/curl config.m4 streams.c

2006-09-15 Thread Antony Dovgal
tony2001Fri Sep 15 13:43:55 2006 UTC Modified files: /php-src/ext/curl streams.c config.m4 Log: fix #38844 (curl_easy_strerror() is defined only since cURL 7.12.0) http://cvs.php.net/viewvc.cgi/php-src/ext/curl/streams.c?r1=1.22r2=1.23diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/curl config.m4 streams.c

2006-09-15 Thread Antony Dovgal
tony2001Fri Sep 15 13:44:50 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/curl streams.c config.m4 /php-srcNEWS Log: MFH: fix #38844 (curl_easy_strerror() is defined only since cURL 7.12.0)

[PHP-CVS] cvs: php-src /ext/tidy php_tidy.h tidy.c

2006-09-15 Thread Nuno Lopes
nlopess Fri Sep 15 14:43:08 2006 UTC Modified files: /php-src/ext/tidy php_tidy.h tidy.c Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/php_tidy.h?r1=1.33r2=1.34diff_format=u Index: php-src/ext/tidy/php_tidy.h diff -u php-src/ext/tidy/php_tidy.h:1.33

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

2006-09-15 Thread Nuno Lopes
nlopess Fri Sep 15 14:57:52 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/tidy tidy.c Log: remove warning. thanks Tony for noticing http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/tidy.c?r1=1.66.2.8.2.13r2=1.66.2.8.2.14diff_format=u Index:

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

2006-09-15 Thread Nuno Lopes
nlopess Fri Sep 15 14:59:04 2006 UTC Modified files: /php-src/ext/tidy tidy.c Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/tidy.c?r1=1.100r2=1.101diff_format=u Index: php-src/ext/tidy/tidy.c diff -u php-src/ext/tidy/tidy.c:1.100

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

2006-09-15 Thread Antony Dovgal
tony2001Fri Sep 15 15:04:03 2006 UTC Modified files: /php-src/ext/curl multi.c Log: fix segfault in curl_multi_info_read() http://cvs.php.net/viewvc.cgi/php-src/ext/curl/multi.c?r1=1.25r2=1.26diff_format=u Index: php-src/ext/curl/multi.c diff -u

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

2006-09-15 Thread Antony Dovgal
tony2001Fri Sep 15 15:04:59 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/curl multi.c Log: MFH: fix segfault in curl_multi_info_read() http://cvs.php.net/viewvc.cgi/php-src/ext/curl/multi.c?r1=1.19.2.3.2.3r2=1.19.2.3.2.4diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd/libgd gd.h gdfontg.c gdfontl.c gdfontmb.c gdfonts.c gdfontt.c gdtables.c

2006-09-15 Thread Nuno Lopes
nlopess Fri Sep 15 15:11:54 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd/libgd gd.h gdfontg.c gdfontl.c gdfontmb.c gdfonts.c gdfontt.c gdtables.c Log: mark some huge arrays as read-only

[PHP-CVS] cvs: php-src /ext/gd/libgd gd.h gdfontg.c gdfontl.c gdfontmb.c gdfonts.c gdfontt.c gdtables.c

2006-09-15 Thread Nuno Lopes
nlopess Fri Sep 15 15:14:04 2006 UTC Modified files: /php-src/ext/gd/libgd gd.h gdfontg.c gdfontl.c gdfontmb.c gdfonts.c gdfontt.c gdtables.c Log: MFB

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

2006-09-15 Thread Antony Dovgal
tony2001Fri Sep 15 15:33:30 2006 UTC Modified files: /php-src/ext/curl streams.c Log: MFB: still output an error, even if there is no curl_easy_strerror() http://cvs.php.net/viewvc.cgi/php-src/ext/curl/streams.c?r1=1.23r2=1.24diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/curl config.m4 streams.c

2006-09-15 Thread Antony Dovgal
tony2001Fri Sep 15 15:42:39 2006 UTC Modified files: /php-src/ext/curl streams.c config.m4 Log: missing part of the fix for #38844 http://cvs.php.net/viewvc.cgi/php-src/ext/curl/streams.c?r1=1.24r2=1.25diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/curl config.m4 streams.c

2006-09-15 Thread Antony Dovgal
tony2001Fri Sep 15 15:42:53 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/curl streams.c config.m4 Log: MFH: missing part of the fix for #38844

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

2006-09-15 Thread Nuno Lopes
nlopess Fri Sep 15 16:11:39 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd/libgd gdft.c Log: fix a valgrind warning. this also provides a 5x speedup in the imagefttext.phpt test, because without this patch it never got cache hits

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

2006-09-15 Thread Nuno Lopes
nlopess Fri Sep 15 16:14:57 2006 UTC Modified files: /php-src/ext/gd/libgd gdft.c Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gdft.c?r1=1.37r2=1.38diff_format=u Index: php-src/ext/gd/libgd/gdft.c diff -u php-src/ext/gd/libgd/gdft.c:1.37

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pgsql config.m4 config.w32 pgsql.c

2006-09-15 Thread Ilia Alshanetsky
iliaa Fri Sep 15 19:47:51 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pgsql config.w32 config.m4 pgsql.c Log: Added a check for PQftable() function http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/config.w32?r1=1.7r2=1.7.4.1diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/pgsql config.m4 config.w32 pgsql.c

2006-09-15 Thread Ilia Alshanetsky
iliaa Fri Sep 15 19:48:55 2006 UTC Modified files: /php-src/ext/pgsql config.w32 config.m4 pgsql.c Log: MFB: Added a check for PQftable() function http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/config.w32?r1=1.7r2=1.8diff_format=u Index: