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

2007-02-20 Thread changelog
changelog Wed Feb 21 01:31:03 2007 UTC Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1070r2=1.1071diff_format=u Index: ZendEngine2/ChangeLog diff -u

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

2007-02-20 Thread Antony Dovgal
tony2001Tue Feb 20 09:09:47 2007 UTC Modified files: /php-src/sapi/cgi cgi_main.c Log: MFB http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.312r2=1.313diff_format=u Index: php-src/sapi/cgi/cgi_main.c diff -u

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

2007-02-20 Thread Antony Dovgal
tony2001Tue Feb 20 12:01:41 2007 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.550r2=1.2027.2.547.2.551diff_format=u Index: php-src/NEWS diff -u

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

2007-02-20 Thread Marcus Boerger
helly Tue Feb 20 13:07:53 2007 UTC Modified files: /php-src/ext/splspl_directory.c Log: - Make stat based functions throw an exception http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?r1=1.118r2=1.119diff_format=u Index:

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

2007-02-20 Thread Marcus Boerger
helly Tue Feb 20 13:08:01 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/splspl_directory.c Log: - Make stat based functions throw an exception

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

2007-02-20 Thread Marcus Boerger
helly Tue Feb 20 13:09:54 2007 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.551r2=1.2027.2.547.2.552diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.551

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

2007-02-20 Thread Antony Dovgal
tony2001Tue Feb 20 13:21:54 2007 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: fix #38406 (crash when assigning objects to SimpleXML attributes)

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

2007-02-20 Thread Antony Dovgal
tony2001Tue Feb 20 14:04:59 2007 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: fix leak, convert unicode values to string before assigning change error message to use zend_error() since there is no active function

[PHP-CVS] cvs: php-src /ext/simplexml/tests bug38406.phpt

2007-02-20 Thread Antony Dovgal
tony2001Tue Feb 20 14:06:05 2007 UTC Added files: /php-src/ext/simplexml/testsbug38406.phpt Log: new test http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/tests/bug38406.phpt?view=markuprev=1.1 Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/simplexml simplexml.c /ext/simplexml/tests bug38406.phpt

2007-02-20 Thread Antony Dovgal
tony2001Tue Feb 20 14:08:43 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/simplexml/testsbug38406.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: MFH: fix leak and errmsg add test

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/ircg ircg.c php_ircg.h

2007-02-20 Thread Sascha Schumann
sas Tue Feb 20 19:04:28 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/ircg ircg.c php_ircg.h Log: - sync with current dev http://cvs.php.net/viewvc.cgi/php-src/ext/ircg/ircg.c?r1=1.137.2.18.4.2r2=1.137.2.18.4.3diff_format=u Index:

Re: [PHP-CVS] cvs: php-src(PHP_4_4) /ext/ircg ircg.c php_ircg.h

2007-02-20 Thread Derick Rethans
On Tue, 20 Feb 2007, Sascha Schumann wrote: sas Tue Feb 20 19:04:28 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/ircg ircg.c php_ircg.h Log: - sync with current dev Please revert that, PHP 4 is a bug-fix only branch AND the idea is to do a

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

2007-02-20 Thread Antony Dovgal
tony2001Tue Feb 20 19:19:14 2007 UTC Modified files: /php-src/sapi/cgi cgi_main.c /php-src/sapi/cli php_cli.c Log: don't call php_module_startup() directly, use startup functions patch by Andrei Nigmatulin

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

2007-02-20 Thread Antony Dovgal
tony2001Tue Feb 20 19:20:41 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/cgi cgi_main.c /php-src/sapi/cli php_cli.c Log: MFH: make use of startup hooks

[PHP-CVS] cvs: php-src / acinclude.m4 configure.in /sapi/cgi config9.m4

2007-02-20 Thread Antony Dovgal
tony2001Tue Feb 20 20:10:53 2007 UTC Modified files: /php-srcacinclude.m4 configure.in /php-src/sapi/cgi config9.m4 Log: move PHP_TEST_WRITE_STDOUT to acinclude.m4 and use it in configure.in its result is used in sapi/cli sapi/embed, not just

[PHP-CVS] cvs: php-src(PHP_5_2) / acinclude.m4 configure.in /sapi/cgi config9.m4

2007-02-20 Thread Antony Dovgal
tony2001Tue Feb 20 20:11:11 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcacinclude.m4 configure.in /php-src/sapi/cgi config9.m4 Log: MFH: move PHP_TEST_WRITE_STDOUT to acinclude.m4 and use it in configure.in

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

2007-02-20 Thread Stanislav Malyshev
stasTue Feb 20 20:30:36 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/com_dotnet com_dotnet.c Log: fix unallocated free http://cvs.php.net/viewvc.cgi/php-src/ext/com_dotnet/com_dotnet.c?r1=1.14.2.1.2.2r2=1.14.2.1.2.3diff_format=u Index:

Re: [PHP-CVS] cvs: php-src(PHP_4_4) /ext/ircg ircg.c php_ircg.h

2007-02-20 Thread Marcus Boerger
Hello Sascha, can we all please stick to our rules and not add new code to mini releases. We even did not apply the patch we need for gcov testing. If that is a problem I suggest to move this to extension pecl or create a copy in pecl and do the changes there. best regards marcus Tuesday,

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

2007-02-20 Thread Stanislav Malyshev
stasWed Feb 21 01:11:12 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/com_dotnet com_dotnet.c Log: CreateInstance requires BSTR (should fix #33188)

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

2007-02-20 Thread Stanislav Malyshev
stasWed Feb 21 01:13:44 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/com_dotnet com_olechar.c Log: Cosmetic fix - safe_emalloc(nmemb, size, offset)

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

2007-02-20 Thread Stanislav Malyshev
stasWed Feb 21 01:21:24 2007 UTC Modified files: /php-src/ext/com_dotnet com_dotnet.c Log: MF5.2: CreateInstance requires BSTR (should fix #33188) http://cvs.php.net/viewvc.cgi/php-src/ext/com_dotnet/com_dotnet.c?r1=1.17r2=1.18diff_format=u Index:

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

2007-02-20 Thread Stanislav Malyshev
stasWed Feb 21 03:03:37 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard basic_functions.c Log: fix putenv - if there was no previous, remove variable from environ

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

2007-02-20 Thread Ilia Alshanetsky
iliaa Wed Feb 21 03:59:05 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard html.c Log: Use strlcpy() rather then strcpy() http://cvs.php.net/viewvc.cgi/php-src/ext/standard/html.c?r1=1.111.2.2.2.6r2=1.111.2.2.2.7diff_format=u Index:

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

2007-02-20 Thread Ilia Alshanetsky
iliaa Wed Feb 21 04:29:15 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/soap php_http.c Log: Improve redirect validation http://cvs.php.net/viewvc.cgi/php-src/ext/soap/php_http.c?r1=1.77.2.11.2.5r2=1.77.2.11.2.6diff_format=u Index: