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

2007-05-19 Thread Pierre-Alain Joye
pajoye Sat May 19 22:26:32 2007 UTC Modified files: /php-src/ext/zipphp_zip.c Log: - MFB: - Fixed a possible crash in the event directory cannot be created, due to a double free. (Ilia) - Use the same tests for zip_stat http://cvs.php.net/view

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

2007-05-19 Thread Pierre-Alain Joye
pajoye Sat May 19 22:25:11 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: - use the same checks for zip_stat http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.32&r2=1.1.2.33&diff_format=u Index: php-src/ext/zip/ph

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

2007-05-19 Thread Pierre-Alain Joye
pajoye Sat May 19 22:05:08 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/opensslopenssl.c Log: - #41423. PHP assumes wrongly that certain ciphers are enabled in OpenSSL http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.20

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

2007-05-19 Thread Pierre-Alain Joye
pajoye Sat May 19 22:04:28 2007 UTC Modified files: /php-src/ext/opensslopenssl.c Log: - #41423, PHP assumes wrongly that certain ciphers are enabled in OpenSSL http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.137&r2=1.138&diff_format

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard md5.c md5.h sha1.c

2007-05-19 Thread Ilia Alshanetsky
iliaa Sat May 19 20:30:35 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/standard md5.c md5.h sha1.c Log: Optimized digest generation in md5() and sha1() functions by using code from ext/hash. This makes the functions 20-5

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

2007-05-19 Thread Michael Wallner
mikeSat May 19 19:36:35 2007 UTC Modified files: /php-src/ext/curl config.m4 Log: - fix compiler/linker agnostic runpath switch http://cvs.php.net/viewvc.cgi/php-src/ext/curl/config.m4?r1=1.36&r2=1.37&diff_format=u Index: php-src/ext/curl/config.m4 dif

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

2007-05-19 Thread Michael Wallner
mikeSat May 19 19:36:11 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/curl config.m4 Log: - fix compile/linker agnostic runpath switch http://cvs.php.net/viewvc.cgi/php-src/ext/curl/config.m4?r1=1.28.2.3.2.4&r2=1.28.2.3.2.5&diff_format=u Index:

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

2007-05-19 Thread Ilia Alshanetsky
iliaa Sat May 19 19:29:37 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: CS fixes Fixed a possible crash in the event directory cannot be created, due to a double free. http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.

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

2007-05-19 Thread Ilia Alshanetsky
iliaa Sat May 19 18:40:27 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/splphp_spl.c Log: Fixed typo in constant name http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.52.2.28.2.16&r2=1.52.2.28.2.17&diff_format=u Index: php-src/ext/s

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

2007-05-19 Thread Ilia Alshanetsky
iliaa Sat May 19 18:32:35 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/splphp_spl.c Log: Eliminate memory allocation in RINIT for spl http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.52.2.28.2.15&r2=1.52.2.28.2.16&diff_format=u Ind

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/sockets php_sockets.h sockets.c /ext/sqlite php_sqlite.h sqlite.c

2007-05-19 Thread Ilia Alshanetsky
iliaa Sat May 19 17:58:22 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sqlite sqlite.c php_sqlite.h /php-src/ext/socketssockets.c php_sockets.h Log: Remove pointless RINIT http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite/sqlite.c?r1=1

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

2007-05-19 Thread Ilia Alshanetsky
iliaa Sat May 19 17:52:30 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/iconv iconv.c Log: Avoid strlen() http://cvs.php.net/viewvc.cgi/php-src/ext/iconv/iconv.c?r1=1.124.2.8.2.15&r2=1.124.2.8.2.16&diff_format=u Index: php-src/ext/iconv/iconv.c

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

2007-05-19 Thread Ilia Alshanetsky
iliaa Sat May 19 15:28:37 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo/tests pdo_034.phpt Log: Fixed test to work with postgresql http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/tests/pdo_034.phpt?r1=1.1.2.3&r2=1.1.2.4&diff_format=u Index:

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

2007-05-19 Thread Antony Dovgal
tony2001Sat May 19 12:53:06 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main php_ini.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/main/php_ini.c?r1=1.136.2.4.2.12&r2=1.136.2.4.2.13&diff_format=u Index: php-src/main/php_ini.c diff -u p

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

2007-05-19 Thread Antony Dovgal
tony2001Sat May 19 12:52:31 2007 UTC Modified files: /php-src/main php_ini.c Log: use correct constant http://cvs.php.net/viewvc.cgi/php-src/main/php_ini.c?r1=1.153&r2=1.154&diff_format=u Index: php-src/main/php_ini.c diff -u php-src/main/php_in

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

2007-05-19 Thread Stanislav Malyshev
stasSat May 19 08:10:52 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: and now the right number http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.721&r2=1.2027.2.547.2.722&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:

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

2007-05-19 Thread Stanislav Malyshev
stasSat May 19 08:08:03 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: fix reference http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.720&r2=1.2027.2.547.2.721&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.54