[PHP-CVS] com php-src: Fixed bug #63757 (getenv() produces memory leak with CGI SAPI): NEWS main/SAPI.c

2012-12-13 Thread Dmitry Stogov
Commit:35f86d24d81b81e8c755e82d0b2e76d36f4a0201 Author:Dmitry Stogov Thu, 13 Dec 2012 13:39:42 +0400 Parents: 1f516510b77eade91e56de4f64183ea44d0cde0f Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=35f86d24d81b81e8c755e82d0b2e76d

[PHP-CVS] com php-src: Merge branch 'PHP-5.5': Zend/zend.h

2012-12-13 Thread Dmitry Stogov
Commit:cc118f78d74079266a94b51acfaa706aa12a2fe0 Author:Dmitry Stogov Thu, 13 Dec 2012 14:47:23 +0400 Parents: 20113b56400a3676d72b8d2e1324441060889bd9 ff1e1d7a8e32cdf231b2f8085afd99de11b2db7b Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=cc118

[PHP-CVS] com php-src: Removed redundand checks from release build: Zend/zend.h Zend/zend_execute.c Zend/zend_execute.h Zend/zend_execute_API.c

2012-12-13 Thread Dmitry Stogov
Commit:ff1e1d7a8e32cdf231b2f8085afd99de11b2db7b Author:Dmitry Stogov Thu, 13 Dec 2012 14:46:44 +0400 Parents: 4b1b11563396012797f7729cd6fe8172bf3ca08d Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=ff1e1d7a8e32cdf231b2f8085afd99de11b2db7

[PHP-CVS] com php-src: Removed unnecessary checks: Zend/zend_execute.h Zend/zend_execute_API.c Zend/zend_vm_def.h Zend/zend_vm_execute.h

2012-12-13 Thread Dmitry Stogov
Commit:438cd863783ad4b72fa5ef0df23665b84f97c33f Author:Dmitry Stogov Thu, 13 Dec 2012 17:29:30 +0400 Parents: ff1e1d7a8e32cdf231b2f8085afd99de11b2db7b Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=438cd863783ad4b72fa5ef0df23665b84f97c33

[PHP-CVS] com php-src: Removed unreachable code: Zend/zend_vm_def.h Zend/zend_vm_execute.h

2012-12-13 Thread Dmitry Stogov
Commit:d5c2da57560017c2b4f8951f600d8e6a839568ec Author:Dmitry Stogov Thu, 13 Dec 2012 17:51:04 +0400 Parents: 438cd863783ad4b72fa5ef0df23665b84f97c33f Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=d5c2da57560017c2b4f8951f600d8e6a839568e

[PHP-CVS] com php-src: Fixed mysqlnd compilation in debug mode on windows: ext/mysqlnd/mysqlnd_driver.c

2012-12-13 Thread Anatoliy Belsky
Commit:0d458ae89f7499da51636140c186970dbfdc06ae Author:Anatoliy Belsky Thu, 13 Dec 2012 15:01:01 +0100 Parents: 35f86d24d81b81e8c755e82d0b2e76d36f4a0201 Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=0d458ae89f7499da51636140c1869

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

2012-12-13 Thread Anatoliy Belsky
Commit:bef54e53653951bd28e0a2e5a40cfe139033dfd4 Author:Anatoliy Belsky Thu, 13 Dec 2012 15:05:35 +0100 Parents: d5c2da57560017c2b4f8951f600d8e6a839568ec 0d458ae89f7499da51636140c186970dbfdc06ae Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdi

[PHP-CVS] com php-src: Fix Bug #63762 Sigsegv when Exception::$trace is changed by user: NEWS Zend/tests/bug63762.phpt Zend/zend_exceptions.c

2012-12-13 Thread Johannes Schlüter
Commit:a11606b18fd20be1048a858eb5011fb7117855a9 Author:Johannes Schlüter Thu, 13 Dec 2012 22:39:35 +0100 Parents: 39a3007ab2f88d860beb524024ab97fb13110561 Branches: PHP-5.3 PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=a11606b18fd20be1048

[PHP-CVS] com php-src: Fix #63379 - Don't reset mod_user_is_open in destroy: ext/session/mod_user_class.c ext/session/tests/bug63379.phpt ext/session/tests/bug63379_nodestroy.phpt

2012-12-13 Thread Arpad Ray
Commit:6566ea61732a1ab42c1a57e60adc96788cb0feb2 Author:Arpad Ray Thu, 13 Dec 2012 23:51:43 + Parents: ef37055c344da33f6f42b4cdbf9c1a928a52063a Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=6566ea61732a1ab42c1a57e60adc96788cb

[PHP-CVS] com php-src: Fix broken test This was missing a %s for the path here: ext/session/tests/bug60860.phpt

2012-12-13 Thread Rasmus Lerdorf
Commit:eecdb4c254bafe5fc53b1e06055482944cd3560f Author:Rasmus Lerdorf Thu, 13 Dec 2012 16:13:37 -0800 Parents: a11606b18fd20be1048a858eb5011fb7117855a9 Branches: PHP-5.3 PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=eecdb4c254bafe5fc53b1e06055482

Re: [PHP-CVS] com php-src: Fix broken test This was missing a %s for the path here: ext/session/tests/bug60860.phpt

2012-12-13 Thread Rasmus Lerdorf
I forgot 5.5 initially here and merged it: http://git.php.net/?p=php-src.git;a=commitdiff;h=17b803d4488931603517ac6c11180fffae93a82f Not sure why there was no email notification about that. On 12/13/2012 04:13 PM, Rasmus Lerdorf wrote: > Commit:eecdb4c254bafe5fc53b1e06055482944cd3560f > Auth

[PHP-CVS] com php-src: Fix broken test Need to use the configured connection parameters here. We can't assume the test user has access.: ext/mysqli/tests/bug63398.phpt

2012-12-13 Thread Rasmus Lerdorf
Commit:9d1bc1b622f1c28a55fe4dc4e87e111aff6ed8b8 Author:Rasmus Lerdorf Thu, 13 Dec 2012 16:41:56 -0800 Parents: eecdb4c254bafe5fc53b1e06055482944cd3560f Branches: PHP-5.3 PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=9d1bc1b622f1c28a55fe4d

[PHP-CVS] com php-src: Need connect.inc here: ext/mysqli/tests/bug63398.phpt

2012-12-13 Thread Rasmus Lerdorf
Commit:7a49e09fd8ef612df45e540a5b1895b045c46235 Author:Rasmus Lerdorf Thu, 13 Dec 2012 16:54:16 -0800 Parents: 9d1bc1b622f1c28a55fe4dc4e87e111aff6ed8b8 Branches: PHP-5.3 PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=7a49e09fd8ef612df45e54