Re: [PHP-CVS] com php-src: Support for CLI process title (https://wiki.php.net/rfc/cli_process_title): sapi/cli/config.m4 sapi/cli/config.w32 sapi/cli/php_cli.c sapi/cli/php_cli_process_title.c sapi/c

2013-03-09 Thread Hannes Magnusson
I'm still worried about the function name. It will most probably be used by other sapis in the future too. And I believe our naming convention says it should be "process_title_[set|get]". -Hannes On Thu, Mar 7, 2013 at 10:54 AM, Keyur Govande wrote: > Commit:a0a995cff356a6e7526188ad1979fac6c

[PHP-CVS] com php-src: Fix get_property_ptr_ptr declaration in simplexml: ext/simplexml/simplexml.c

2013-03-09 Thread Nikita Popov
Commit:a59b211b2ddc84a2cca572409c4a66b2ed487e0e Author:Nikita Popov Sat, 9 Mar 2013 20:15:00 +0100 Parents: 9d816ba1d3df25969c2a9f6e659201d2caaf8af3 Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=a59b211b2ddc84a2cca572409c4a66b2ed487e0e

[PHP-CVS] com php-src: Fix tests after laruence unserialize change: Zend/tests/generators/errors/serialize_unserialize_error.phpt

2013-03-09 Thread Nikita Popov
Commit:9490118fdb66eb6148dc74b24399eb72dc55aec1 Author:Nikita Popov Sat, 9 Mar 2013 20:21:33 +0100 Parents: a59b211b2ddc84a2cca572409c4a66b2ed487e0e Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=9490118fdb66eb6148dc74b24399eb72dc55aec1

[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/standard/var_unserializer.c

2013-03-09 Thread Xinchen Hui
Commit:1be745ce1bad3875aa2b1fc7abeefda22f372f19 Author:Xinchen Hui Sat, 9 Mar 2013 23:10:48 +0800 Parents: af5ada3871d110add52f5a5df8c601d994b9345b 7197f0ffccea7f195bc28571e30c389eadda874b Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=1be745ce

[PHP-CVS] com php-src: Update NEWS: NEWS

2013-03-09 Thread Xinchen Hui
Commit:9d816ba1d3df25969c2a9f6e659201d2caaf8af3 Author:Xinchen Hui Sat, 9 Mar 2013 23:11:48 +0800 Parents: 1be745ce1bad3875aa2b1fc7abeefda22f372f19 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=9d816ba1d3df25969c2a9f6e659201d2caaf8af3 Log: Upd

[PHP-CVS] com php-src: Fixed confused exception message while user threw exception: Zend/tests/bug64354.phpt Zend/zend_interfaces.c

2013-03-09 Thread Xinchen Hui
Commit:7197f0ffccea7f195bc28571e30c389eadda874b Author:Xinchen Hui Sat, 9 Mar 2013 23:08:14 +0800 Parents: f52b2e6a6572018eb61ad830206ed172b033232a Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=7197f0ffccea7f195bc28571e30c389eadda874b Log: Fix

[PHP-CVS] com php-src: Fixed bug #64354 (Unserialize array of objects whose class can't be autoloaded fail): NEWS ext/standard/tests/serialize/bug64354_1.phpt ext/standard/tests/serialize/bug64354_2.p

2013-03-09 Thread Xinchen Hui
Commit:f52b2e6a6572018eb61ad830206ed172b033232a Author:Xinchen Hui Sat, 9 Mar 2013 23:00:58 +0800 Parents: 6fece94369bdef32ce0307bd124803c8e8bf54cf Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=f52b2e6a6572018eb61ad830206ed172b033232a Log: Fix