[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2009-05-18 Thread changelog
changelog Tue May 19 01:32:43 2009 UTC Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1486r2=1.1487diff_format=u Index: ZendEngine2/ChangeLog diff -u

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

2009-05-18 Thread Pierre-Alain Joye
pajoye Mon May 18 09:11:31 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/curl interface.c Log: - WS http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.62.2.14.2.46r2=1.62.2.14.2.47diff_format=u Index: php-src/ext/curl/interface.c diff -u

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

2009-05-18 Thread Pierre-Alain Joye
pajoye Mon May 18 10:31:08 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/curl config.m4 interface.c Log: - MFB: - disable file:// when safe_mode or open_basedir are enabled

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

2009-05-18 Thread Pierre-Alain Joye
pajoye Mon May 18 10:32:04 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/curl config.m4 Log: - should not have been commited http://cvs.php.net/viewvc.cgi/php-src/ext/curl/config.m4?r1=1.28.2.3.2.7.2.3r2=1.28.2.3.2.7.2.4diff_format=u Index:

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

2009-05-18 Thread Pierre-Alain Joye
pajoye Mon May 18 11:17:52 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/curl interface.c Log: - WS http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.62.2.14.2.27.2.40r2=1.62.2.14.2.27.2.41diff_format=u Index:

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

2009-05-18 Thread Pierre-Alain Joye
pajoye Mon May 18 11:18:59 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/curl interface.c Log: - MFH: add CURLPROXY_SOCKS4 http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.62.2.14.2.27.2.41r2=1.62.2.14.2.27.2.42diff_format=u Index:

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

2009-05-18 Thread Pierre-Alain Joye
pajoye Mon May 18 11:40:25 2009 UTC Modified files: /php-src/ext/curl interface.c Log: - MFB: - disable file:// when open_basedir are enabled http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.157r2=1.158diff_format=u Index:

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

2009-05-18 Thread Pierre-Alain Joye
pajoye Mon May 18 11:48:31 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/curl interface.c Log: - more WS http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.62.2.14.2.27.2.42r2=1.62.2.14.2.27.2.43diff_format=u Index:

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

2009-05-18 Thread Pierre-Alain Joye
pajoye Mon May 18 11:48:56 2009 UTC Modified files: /php-src/ext/curl interface.c Log: - WS http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.158r2=1.159diff_format=u Index: php-src/ext/curl/interface.c diff -u

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

2009-05-18 Thread Pierre-Alain Joye
pajoye Mon May 18 11:50:29 2009 UTC Modified files: /php-src/ext/curl interface.c Log: - return NULL on invalid args http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.159r2=1.160diff_format=u Index: php-src/ext/curl/interface.c diff -u

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

2009-05-18 Thread Pierre-Alain Joye
pajoye Mon May 18 11:58:04 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/curl interface.c Log: - sync with HEAD http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.62.2.14.2.27.2.43r2=1.62.2.14.2.27.2.44diff_format=u Index:

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

2009-05-18 Thread Pierre-Alain Joye
pajoye Mon May 18 12:01:44 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/curl interface.c Log: - MFH: use ZEND_ARG_ARRAY_INFO for arginfo_curl_setopt_array

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

2009-05-18 Thread Pierre-Alain Joye
pajoye Mon May 18 12:03:05 2009 UTC Modified files: /php-src/ext/curl interface.c Log: - sync with 5.3 http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.160r2=1.161diff_format=u Index: php-src/ext/curl/interface.c diff -u

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

2009-05-18 Thread Jani Taskinen
Can't you do it all in one commit? Now you've littered the log with these half-assed commits, and STILL didn't do everything..there are several RETURN_FALSE;'s there where simple return is necessary. --Jani Pierre-Alain Joye wrote: pajoye Mon May 18 12:03:05 2009 UTC Modified

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

2009-05-18 Thread Pierre Joye
On Mon, May 18, 2009 at 2:07 PM, Jani Taskinen jani.taski...@sci.fi wrote: Can't you do it all in one commit? Now you've littered the log with these half-assed commits, and STILL didn't do everything..there are several RETURN_FALSE;'s there where simple return is necessary. I do, only missed

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

2009-05-18 Thread Jani Taskinen
Pierre Joye wrote: On Mon, May 18, 2009 at 2:07 PM, Jani Taskinen jani.taski...@sci.fi wrote: Can't you do it all in one commit? Now you've littered the log with these half-assed commits, and STILL didn't do everything..there are several RETURN_FALSE;'s there where simple return is necessary.

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

2009-05-18 Thread Jani Taskinen
janiMon May 18 12:14:25 2009 UTC Modified files: /php-src/ext/curl interface.c Log: - Fix CS http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.161r2=1.162diff_format=u Index: php-src/ext/curl/interface.c diff -u

Re: [PHP-CVS] cvs: php-src /ext/standard pack.c /ext/standard/tests/strings bug38770.phpt

2009-05-18 Thread Felipe Pena
Hello, Em Ter, 2009-05-12 às 12:37 +, Ilia Alshanetsky escreveu: iliaa Tue May 12 12:37:52 2009 UTC Modified files: /php-src/ext/standard/tests/strings bug38770.phpt /php-src/ext/standard pack.c Log: MFB: Fixed bug #47564 (unpacking

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

2009-05-18 Thread Jani Taskinen
janiMon May 18 12:50:44 2009 UTC Modified files: /php-src/ext/curl interface.c Log: - fix CS, merged one parameter parsing patch missing from HEAD http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.162r2=1.163diff_format=u Index:

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

2009-05-18 Thread Jani Taskinen
janiMon May 18 12:51:05 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/curl interface.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.62.2.14.2.27.2.45r2=1.62.2.14.2.27.2.46diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/sqlite3/tests sqlite3_31_open.phpt

2009-05-18 Thread Hannes Magnusson
bjori Mon May 18 13:52:05 2009 UTC Modified files: /php-src/ext/sqlite3/tests sqlite3_31_open.phpt Log: Fix test http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/tests/sqlite3_31_open.phpt?r1=1.1r2=1.2diff_format=u Index:

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

2009-05-18 Thread Hannes Magnusson
bjori Mon May 18 13:52:16 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sqlite3/tests sqlite3_31_open.phpt Log: Fix test http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/tests/sqlite3_31_open.phpt?r1=1.1.2.2r2=1.1.2.3diff_format=u Index:

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

2009-05-18 Thread Hannes Magnusson
bjori Mon May 18 14:07:59 2009 UTC Modified files: /php-srcrun-tests.php Log: Print out the WARNed section (contains f.e. passing XFAIL tests) http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.396r2=1.397diff_format=u Index:

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

2009-05-18 Thread Hannes Magnusson
bjori Mon May 18 14:08:23 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcrun-tests.php Log: MFH: Print out the WARNed section http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.35.2.65r2=1.226.2.37.2.35.2.66diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/session mod_files.c mod_mm.c mod_user.c php_session.h session.c

2009-05-18 Thread Jani Taskinen
janiMon May 18 16:09:51 2009 UTC Modified files: /php-src/ext/sessionmod_files.c mod_mm.c mod_user.c php_session.h session.c Log: - WS + sync with PHP_5_3 (thanks Ilia Co.)

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/session mod_files.c mod_mm.c mod_user.c php_session.h session.c

2009-05-18 Thread Jani Taskinen
janiMon May 18 16:10:09 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sessionmod_files.c mod_mm.c mod_user.c php_session.h session.c Log: MFH: ws + sync

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/session mod_files.c mod_mm.c mod_user.c php_session.h session.c

2009-05-18 Thread Jani Taskinen
janiMon May 18 17:23:42 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sessionmod_files.c mod_mm.c mod_user.c php_session.h session.c Log: MFH: Sync WS / CS changes where applicable

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

2009-05-18 Thread Ilia Alshanetsky
iliaa Mon May 18 18:45:30 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard file.c Log: Fixed bug #48313 (fgetcsv() does not return null for empty rows)

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

2009-05-18 Thread Ilia Alshanetsky
iliaa Mon May 18 18:46:07 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard file.c /php-srcNEWS Log: MFB: Fixed bug #48313 (fgetcsv() does not return null for empty rows)

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

2009-05-18 Thread Zoe Slattery
zoe Mon May 18 19:27:33 2009 UTC Modified files: /phpruntests/src/testcase/sections rtExecutableSection.php Log: typo http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/sections/rtExecutableSection.php?r1=1.5r2=1.6diff_format=u Index:

[PHP-CVS] cvs: phpruntests /src/testcase/sections/configurationsections rtEnvSection.php /tests/testcase/sections/configurationsections rtEnvSectionTest.php

2009-05-18 Thread Zoe Slattery
zoe Mon May 18 20:06:11 2009 UTC Modified files: /phpruntests/tests/testcase/sections/configurationsections rtEnvSectionTest.php /phpruntests/src/testcase/sections/configurationsections

[PHP-CVS] cvs: php-src /ext/dba config.m4 dba.c dba_tcadb.c php_tcadb.h

2009-05-18 Thread Scott MacVicar
scottmacMon May 18 20:21:39 2009 UTC Added files: /php-src/ext/dbadba_tcadb.c php_tcadb.h Modified files: /php-src/ext/dbaconfig.m4 dba.c Log: Add support for tokyo cabinet, patch from Michael Maclean

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

2009-05-18 Thread Jani Taskinen
What about HEAD? --Jani Ilia Alshanetsky kirjoitti: iliaa Mon May 18 18:45:30 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard file.c Log: Fixed bug #48313 (fgetcsv() does not return null for empty rows)

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

2009-05-18 Thread Ilia Alshanetsky
Work in progress, the code is very different there and the patch will be very different. Ilia Alshanetsky On 18-May-09, at 5:19 PM, Jani Taskinen wrote: What about HEAD? --Jani Ilia Alshanetsky kirjoitti: iliaa Mon May 18 18:45:30 2009 UTC Modified files:

[PHP-CVS] cvs: php-src / configure.in /main php_ini.c /scripts phpize.m4

2009-05-18 Thread Derick Rethans
derick Mon May 18 21:28:42 2009 UTC Modified files: /php-srcconfigure.in /php-src/scriptsphpize.m4 /php-src/main php_ini.c Log: - Get rid of the four different versions of zend_extension* and only use zend_extension. Because of the API

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS configure.in /main php_ini.c /scripts phpize.m4

2009-05-18 Thread Derick Rethans
derick Mon May 18 21:33:38 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcconfigure.in NEWS /php-src/scriptsphpize.m4 /php-src/main php_ini.c Log: - MFH: Get rid of the four different versions of zend_extension* and only use

[PHP-CVS] cvs: phpruntests /src/testcase/sections/executablesections rtFileExternalSection.php /tests/testcase/sections/executablesections rtFileExternalSectionTest.php

2009-05-18 Thread Georg Gradwohl
g2 Mon May 18 22:38:27 2009 UTC Modified files: /phpruntests/tests/testcase/sections/executablesections rtFileExternalSectionTest.php /phpruntests/src/testcase/sections/executablesections