Re: [PHP-CVS] cvs: php-src /build order_by_dep.awk /ext/date config.m4 config0.m4 php_date.c ZendEngine2 zend.c

2009-05-13 Thread Dmitry Stogov
Hi Jani, Unfortunately this patch doesn't fix the bug. I'm not sure if it fixes module dependency issues (let me know how to check it), but the original bug has the same two problems. 1) Possible infinity recursion in php_log_err() 2) Uninitialized DATEG(tzcache. It's initialized only during

Re: [PHP-CVS] cvs: php-src /build order_by_dep.awk /ext/date config.m4 config0.m4 php_date.c ZendEngine2 zend.c

2009-05-13 Thread Stanislav Malyshev
Hi! 2) Uninitialized DATEG(tzcache. It's initialized only during RINIT() so any error messages befor this may crash PHP. This isn't the first time we see extension being used before initialization. Maybe we need some infrastructure to prevent that. -- Stanislav Malyshev, Zend Software Archit

Re: [PHP-CVS] cvs: php-src /build order_by_dep.awk /ext/date config.m4 config0.m4 php_date.c ZendEngine2 zend.c

2009-05-13 Thread Derick Rethans
On Wed, 13 May 2009, Stanislav Malyshev wrote: > > 2) Uninitialized DATEG(tzcache. It's initialized only during RINIT() so any > > error messages befor this may crash PHP. > > This isn't the first time we see extension being used before initialization. > Maybe we need some infrastructure to preve

Re: [PHP-CVS] cvs: php-src /build order_by_dep.awk /ext/date config.m4 config0.m4 php_date.c ZendEngine2 zend.c

2009-05-13 Thread Dmitry Stogov
Derick Rethans wrote: On Wed, 13 May 2009, Stanislav Malyshev wrote: 2) Uninitialized DATEG(tzcache. It's initialized only during RINIT() so any error messages befor this may crash PHP. This isn't the first time we see extension being used before initialization. Maybe we need some infrastruc

[PHP-CVS] cvs: phpruntests /tests/configuration rtRuntestsConfigurationTest.php

2009-05-13 Thread Zoe Slattery
zoe Wed May 13 10:02:49 2009 UTC Modified files: /phpruntests/tests/configurationrtRuntestsConfigurationTest.php Log: fixing stupidity in check http://cvs.php.net/viewvc.cgi/phpruntests/tests/configuration/rtRuntestsConfigurationTest.php?r1=1.5&r2=1.6&di

[PHP-CVS] cvs: phpruntests /tests/testcase rtTestConfigurationTest.php

2009-05-13 Thread Zoe Slattery
zoe Wed May 13 10:04:43 2009 UTC Modified files: /phpruntests/tests/testcase rtTestConfigurationTest.php Log: fixing stupidity in check http://cvs.php.net/viewvc.cgi/phpruntests/tests/testcase/rtTestConfigurationTest.php?r1=1.6&r2=1.7&diff_format=u Index: ph

[PHP-CVS] cvs: phpruntests /src/configuration rtRuntestsConfiguration.php

2009-05-13 Thread Stefan Priebsch
spriebsch Wed May 13 11:08:32 2009 UTC Modified files: /phpruntests/src/configuration rtRuntestsConfiguration.php Log: Moved factory method for better readability. http://cvs.php.net/viewvc.cgi/phpruntests/src/configuration/rtRuntestsConfiguration.

[PHP-CVS] cvs: phpruntests /src/configuration rtPreConditionList.php /tests/configuration rtPreconditionListTest.php

2009-05-13 Thread Stefan Priebsch
spriebsch Wed May 13 11:10:55 2009 UTC Modified files: /phpruntests/src/configuration rtPreConditionList.php /phpruntests/tests/configurationrtPreconditionListTest.php Log: Fixed test and removed obsolete code from rtPreConditionList. http

[PHP-CVS] cvs: phpruntests /src/testrun rtPhpTestRun.php

2009-05-13 Thread Zoe Slattery
zoe Wed May 13 11:42:15 2009 UTC Modified files: /phpruntests/src/testrunrtPhpTestRun.php Log: Moving precondition check in line with Stefans changes http://cvs.php.net/viewvc.cgi/phpruntests/src/testrun/rtPhpTestRun.php?r1=1.4&r2=1.5&diff_format=u Index

[PHP-CVS] cvs: phpruntests /phpt-tests sample_deflatepost.phpt

2009-05-13 Thread Zoe Slattery
zoe Wed May 13 11:51:56 2009 UTC Modified files: /phpruntests/phpt-tests sample_deflatepost.phpt Log: fixing the delate post test failure http://cvs.php.net/viewvc.cgi/phpruntests/phpt-tests/sample_deflatepost.phpt?r1=1.1&r2=1.2&diff_format=u Index: phpr

[PHP-CVS] cvs: phpruntests /src/testrun rtPhpTestRun.php

2009-05-13 Thread Zoe Slattery
zoe Wed May 13 13:39:49 2009 UTC Modified files: /phpruntests/src/testrunrtPhpTestRun.php Log: fix typo http://cvs.php.net/viewvc.cgi/phpruntests/src/testrun/rtPhpTestRun.php?r1=1.5&r2=1.6&diff_format=u Index: phpruntests/src/testrun/rtPhpTestRun.php dif

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

2009-05-13 Thread Ilia Alshanetsky
iliaa Wed May 13 14:23:14 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/xmlrpc xmlrpc-epi-php.c Log: Fixed bug #44996 (xmlrpc_decode() ignores time zone on iso8601.datetime) # Original patch by kawai at apache dot org http://cvs.php.net/viewvc.cgi/p

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

2009-05-13 Thread Ilia Alshanetsky
iliaa Wed May 13 14:23:29 2009 UTC Modified files: /php-src/ext/xmlrpc xmlrpc-epi-php.c Log: MFB: Fixed bug #44996 (xmlrpc_decode() ignores time zone on iso8601.datetime) http://cvs.php.net/viewvc.cgi/php-src/ext/xmlrpc/xmlrpc-epi-php.c?r1=1.69&r2=1.70&di

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

2009-05-13 Thread Ilia Alshanetsky
iliaa Wed May 13 14:25:59 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/xmlrpc xmlrpc-epi-php.c /php-srcNEWS Log: MFB: Fixed bug #44996 (xmlrpc_decode() ignores time zone on iso8601.datetime). http://cvs.php.net/viewvc.cgi/php-src/ext/xmlr

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

2009-05-13 Thread Kalle Sommer Nielsen
kalle Wed May 13 15:54:49 2009 UTC Modified files: /php-src/ext/phar func_interceptors.c Log: Nuke compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/phar/func_interceptors.c?r1=1.30&r2=1.31&diff_format=u Index: php-src/ext/phar/func_interceptors.c d

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

2009-05-13 Thread Kalle Sommer Nielsen
kalle Wed May 13 15:55:12 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar func_interceptors.c Log: MFH: Nuke compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/phar/func_interceptors.c?r1=1.20.2.21&r2=1.20.2.22&diff_format=u Index: php-sr

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

2009-05-13 Thread Kalle Sommer Nielsen
kalle Wed May 13 16:29:03 2009 UTC Modified files: /php-src/ext/standard uuencode.c Log: Fix compiler warnings, safe_emalloc expects size_t, not double as ceil returns http://cvs.php.net/viewvc.cgi/php-src/ext/standard/uuencode.c?r1=1.15&r2=1.16&diff_for

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

2009-05-13 Thread Kalle Sommer Nielsen
kalle Wed May 13 16:29:26 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard uuencode.c Log: MFH: Fix compiler warnings, safe_emalloc expects size_t, not double as ceil returns http://cvs.php.net/viewvc.cgi/php-src/ext/standard/uuencode.c?r

[PHP-CVS] cvs: phpruntests /tests/testcase/sections/outputsections rtExpectFSectionTest.php

2009-05-13 Thread Zoe Slattery
zoe Wed May 13 16:58:10 2009 UTC Modified files: /phpruntests/tests/testcase/sections/outputsections rtExpectFSectionTest.php Log: Added support for %r http://cvs.php.net/viewvc.cgi/phpruntests/tests/

[PHP-CVS] cvs: phpruntests /src/testcase/sections/outputsections rtExpectFSection.php

2009-05-13 Thread Zoe Slattery
zoe Wed May 13 16:58:27 2009 UTC Modified files: /phpruntests/src/testcase/sections/outputsections rtExpectFSection.php Log: Added support for %r http://cvs.php.net/viewvc.cgi/phpruntests/src/testcas

Re: [PHP-CVS] cvs: php-src /build order_by_dep.awk /ext/date config.m4 config0.m4 php_date.c ZendEngine2 zend.c

2009-05-13 Thread Jani Taskinen
Dmitry Stogov kirjoitti: Hi Jani, Unfortunately this patch doesn't fix the bug. I'm not sure if it fixes module dependency issues (let me know how to check it), but the original bug has the same two problems. 1) Possible infinity recursion in php_log_err() I did not even try to fix that pro

Re: [PHP-CVS] cvs: php-src /build order_by_dep.awk /ext/date config.m4 config0.m4 php_date.c ZendEngine2 zend.c

2009-05-13 Thread Jani Taskinen
Stanislav Malyshev kirjoitti: Hi! 2) Uninitialized DATEG(tzcache. It's initialized only during RINIT() so any error messages befor this may crash PHP. This isn't the first time we see extension being used before initialization. Maybe we need some infrastructure to prevent that. Yes, we hav

Re: [PHP-CVS] cvs: php-src /build order_by_dep.awk /ext/date config.m4 config0.m4 php_date.c ZendEngine2 zend.c

2009-05-13 Thread Jani Taskinen
Dmitry Stogov kirjoitti: Derick Rethans wrote: On Wed, 13 May 2009, Stanislav Malyshev wrote: 2) Uninitialized DATEG(tzcache. It's initialized only during RINIT() so any error messages befor this may crash PHP. This isn't the first time we see extension being used before initialization. May

Re: [PHP-CVS] cvs: php-src /build order_by_dep.awk /ext/date config.m4 config0.m4 php_date.c ZendEngine2 zend.c

2009-05-13 Thread Johannes Schlüter
On Wed, 2009-05-13 at 00:45 +, Jani Taskinen wrote: > Log: > - Fixed bug #48247 (PHP crashes on errors during startup) Looks good for 5.3 to me. One comment though: > cat > $ext_builddir/lib/timelib_config.h < #ifdef PHP_WIN32 > # include "config.w32.h" > #else > # include > #endif > EO

[PHP-CVS] cvs: php-src(PHP_5_3) /build order_by_dep.awk /ext/date config.m4 config0.m4 php_date.c ZendEngine2 zend.c

2009-05-13 Thread Jani Taskinen
janiWed May 13 18:48:21 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/date config0.m4 Removed files: /php-src/ext/date config.m4 Modified files: /ZendEngine2zend.c /php-src/build order_by_de

Re: [PHP-CVS] cvs: php-src /build order_by_dep.awk /ext/date config.m4 config0.m4 php_date.c ZendEngine2 zend.c

2009-05-13 Thread Jani Taskinen
Johannes Schlüter kirjoitti: On Wed, 2009-05-13 at 00:45 +, Jani Taskinen wrote: Log: - Fixed bug #48247 (PHP crashes on errors during startup) Looks good for 5.3 to me. Committed. One comment though: cat > $ext_builddir/lib/timelib_config.h < #endif EOF Any issue with this fil

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/phar phar.c phar_internal.h tar.c /ext/phar/tests/tar require_hash.phpt tar_nohash.phpt /ext/phar/tests/tar/files Net_URL-1.0.15.tgz

2009-05-13 Thread Greg Beaver
cellog Wed May 13 20:25:44 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/phar/tests/tar tar_nohash.phpt /php-src/ext/phar/tests/tar/files Net_URL-1.0.15.tgz Modified files: /php-srcNEWS /php-src/ext/phar phar.c phar_inte

[PHP-CVS] cvs: php-src /ext/phar phar.c phar_internal.h tar.c /ext/phar/tests/tar require_hash.phpt /ext/phar/tests/tar/files Net_URL-1.0.15.tgz

2009-05-13 Thread Greg Beaver
cellog Wed May 13 20:26:18 2009 UTC Modified files: /php-src/ext/phar phar.c phar_internal.h tar.c /php-src/ext/phar/tests/tar require_hash.phpt /php-src/ext/phar/tests/tar/files Net_URL-1.0.15.tgz Log: MFB: fix Bug #48257: PharData throws exception

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

2009-05-13 Thread Scott MacVicar
scottmacThu May 14 00:13:57 2009 UTC Modified files: /php-src/ext/json JSON_parser.c JSON_parser.h json.c Log: Allow the json_decode() depth to be any size, but keep the static one around for now. It might make sense to allow an unbound depth. h

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

2009-05-13 Thread Felipe Pena
felipe Thu May 14 01:25:17 2009 UTC Modified files: /php-src/ext/odbc php_odbc.c Log: - Fixed bug #42414 (some odbc_*() functions incompatible with Oracle ODBC driver) http://cvs.php.net/viewvc.cgi/php-src/ext/odbc/php_odbc.c?r1=1.219&r2=1.220&diff_format=u

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

2009-05-13 Thread Felipe Pena
felipe Thu May 14 01:26:39 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/odbc php_odbc.c Log: MFH: - Fixed bug #42414 (some odbc_*() functions incompatible with Oracle ODBC driver) patch by: jhml at gmx dot net http://cvs.php.net/viewvc.

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

2009-05-13 Thread Felipe Pena
felipe Thu May 14 01:27:24 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/odbc php_odbc.c Log: MFH: - Fixed bug #42414 (some odbc_*() functions incompatible with Oracle ODBC driver) patch by: jhml at gmx dot net http://cvs.php.net/viewvc.cgi

[PHP-CVS] cvs: php-src /ext/odbc/tests odbc_columnprivileges_001.phpt odbc_columns_001.phpt odbc_data_source_001.phpt odbc_exec_002.phpt odbc_free_result_001.phpt odbc_tables_001.phpt

2009-05-13 Thread Felipe Pena
felipe Thu May 14 01:28:23 2009 UTC Added files: /php-src/ext/odbc/tests odbc_columnprivileges_001.phpt odbc_columns_001.phpt odbc_data_source_001.phpt odbc_exec_0

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/odbc/tests odbc_columnprivileges_001.phpt odbc_columns_001.phpt odbc_data_source_001.phpt odbc_exec_002.phpt odbc_free_result_001.phpt odbc_tables_001.phpt

2009-05-13 Thread Felipe Pena
felipe Thu May 14 01:28:58 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/odbc/tests odbc_columnprivileges_001.phpt odbc_columns_001.phpt odbc_data_source_001.phpt

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/odbc/tests odbc_columnprivileges_001.phpt odbc_columns_001.phpt odbc_data_source_001.phpt odbc_exec_002.phpt odbc_free_result_001.phpt odbc_tables_001.phpt

2009-05-13 Thread Felipe Pena
felipe Thu May 14 01:29:37 2009 UTC Added files: (Branch: PHP_5_2) /php-src/ext/odbc/tests odbc_columnprivileges_001.phpt odbc_columns_001.phpt odbc_data_source_001.phpt

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

2009-05-13 Thread Matt Wilmas
mattwil Thu May 14 01:31:02 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Now in 5.2 (or should the entry be here as well...?) http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.600&r2=1.2027.2.547.2.965.2.601&diff_format=u Inde

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

2009-05-13 Thread Felipe Pena
felipe Thu May 14 01:31:51 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1505&r2=1.2027.2.547.2.1506&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.1505 ph

[PHP-CVS] cvs: phpruntests /tests/configuration/preconditions rtVersionCheckTest.php

2009-05-13 Thread Georg Gradwohl
g2 Wed May 13 12:20:48 2009 UTC Modified files: /phpruntests/tests/configuration/preconditions rtVersionCheckTest.php Log: phpruntests - removed invalid assertion http://cvs.php.net/viewvc.cgi/ph

Re: [PHP-CVS] cvs: php-src /build order_by_dep.awk /ext/date config.m4 config0.m4 php_date.c ZendEngine2 zend.c

2009-05-13 Thread Dmitry Stogov
Jani Taskinen wrote: Dmitry Stogov kirjoitti: Hi Jani, Unfortunately this patch doesn't fix the bug. I'm not sure if it fixes module dependency issues (let me know how to check it), but the original bug has the same two problems. 1) Possible infinity recursion in php_log_err() I did not ev