]>
granicus.if.org Git - php/log
Derick Rethans [Thu, 19 Dec 2013 19:01:08 +0000 (19:01 +0000)]
Merge branch 'PHP-5.6'
Derick Rethans [Thu, 19 Dec 2013 19:01:00 +0000 (19:01 +0000)]
Merge branch 'PHP-5.5' into PHP-5.6
Derick Rethans [Thu, 19 Dec 2013 18:58:48 +0000 (18:58 +0000)]
Merge branch 'PHP-5.5'
Derick Rethans [Thu, 19 Dec 2013 18:58:45 +0000 (18:58 +0000)]
Merge branch 'PHP-5.4' into PHP-5.5
Derick Rethans [Thu, 19 Dec 2013 18:58:44 +0000 (18:58 +0000)]
- Updated to version 2013.9 (2013i)
Remi Collet [Thu, 19 Dec 2013 09:56:25 +0000 (10:56 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
NEWS
save a few memory
Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real)
Remi Collet [Thu, 19 Dec 2013 09:56:16 +0000 (10:56 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
NEWS
Remi Collet [Thu, 19 Dec 2013 09:56:07 +0000 (10:56 +0100)]
NEWS
Remi Collet [Thu, 19 Dec 2013 09:55:26 +0000 (10:55 +0100)]
save a few memory
Remi Collet [Thu, 19 Dec 2013 09:54:06 +0000 (10:54 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real)
Remi Collet [Thu, 19 Dec 2013 09:53:50 +0000 (10:53 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real)
Remi Collet [Thu, 19 Dec 2013 09:53:38 +0000 (10:53 +0100)]
Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real)
Michael Wallner [Thu, 19 Dec 2013 09:10:09 +0000 (10:10 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Update NEWS handling section of README.GIT-RULES
krakjoe [Mon, 16 Dec 2013 09:31:58 +0000 (09:31 +0000)]
test commit
Michael Wallner [Thu, 19 Dec 2013 09:08:27 +0000 (10:08 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Update NEWS handling section of README.GIT-RULES
Michael Wallner [Thu, 19 Dec 2013 09:08:06 +0000 (10:08 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Update NEWS handling section of README.GIT-RULES
Michael Wallner [Thu, 19 Dec 2013 09:04:32 +0000 (10:04 +0100)]
Update NEWS handling section of README.GIT-RULES
See http://marc.info/?t=
138124004400005 &r=1&w=2
Bob Weinand [Wed, 18 Dec 2013 15:44:20 +0000 (16:44 +0100)]
Fixed ZTS build. Needed to bump API version number.
Dmitry Stogov [Wed, 18 Dec 2013 15:22:05 +0000 (19:22 +0400)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Fixed reavlidate_path=1 behavior to avoid caching of symlinks values.
Dmitry Stogov [Wed, 18 Dec 2013 15:21:21 +0000 (19:21 +0400)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fixed reavlidate_path=1 behavior to avoid caching of symlinks values.
Conflicts:
NEWS
Dmitry Stogov [Wed, 18 Dec 2013 15:19:53 +0000 (19:19 +0400)]
Fixed reavlidate_path=1 behavior to avoid caching of symlinks values.
Felipe Pena [Wed, 18 Dec 2013 10:28:44 +0000 (08:28 -0200)]
- Fixed build
Kalle Sommer Nielsen [Wed, 18 Dec 2013 08:32:26 +0000 (09:32 +0100)]
Eliminate the TSRMLS_FETCH() calls in the ticks functions and hook
Kalle Sommer Nielsen [Wed, 18 Dec 2013 08:19:24 +0000 (09:19 +0100)]
Kill a TSRMLS_FETCH() in php_stream_context_set() by passing TSRMLS_CC to it
# For mysqlnd: Relevant PHP_API_VERSION are put in place for cross version compatibility
Kalle Sommer Nielsen [Wed, 18 Dec 2013 08:11:15 +0000 (09:11 +0100)]
Kill a TSRMLS_FETCH() call in sapi/caudium
Kalle Sommer Nielsen [Wed, 18 Dec 2013 08:10:45 +0000 (09:10 +0100)]
We might as well re-use the TSRMLS parameters here as they are available in PHP_FUNCTION anyway to save a TSRMLS_FETCH() call
Kalle Sommer Nielsen [Wed, 18 Dec 2013 08:06:39 +0000 (09:06 +0100)]
Pass the TSRMLS parameters to the sapi flush hook, this shaves off a few TSRMLS_FETCH() calls in our various SAPIs
Kalle Sommer Nielsen [Wed, 18 Dec 2013 08:05:01 +0000 (09:05 +0100)]
Kill another TSRMLS_FECH() in sapi/roxen
Kalle Sommer Nielsen [Wed, 18 Dec 2013 08:01:44 +0000 (09:01 +0100)]
Fix these SAPI hooks so that the TSRMLS parameters are correctly passed as required by the sapi struct
# Not sure if this builds either
Kalle Sommer Nielsen [Wed, 18 Dec 2013 07:55:19 +0000 (08:55 +0100)]
Bump year
# Wonder if this is even working anymore
Kalle Sommer Nielsen [Wed, 18 Dec 2013 07:17:49 +0000 (08:17 +0100)]
Kill yet another TSRMLS_FETCH() inside the CLI HTTP server
Kalle Sommer Nielsen [Wed, 18 Dec 2013 06:59:47 +0000 (07:59 +0100)]
Kill another TSRMLS_FETCH() in the zend extension loading code
Kalle Sommer Nielsen [Wed, 18 Dec 2013 06:27:14 +0000 (07:27 +0100)]
Merge branch 'master' of https://git.php.net/push/php-src
Kalle Sommer Nielsen [Wed, 18 Dec 2013 06:25:05 +0000 (07:25 +0100)]
Eliminate another TSRMLS_FETCH() in i_zend_is_true()
# Affected extensions have all been updated, ext/opcache and ext/zip
# both have macros for cross version compatibility
Anatol Belski [Tue, 17 Dec 2013 07:45:49 +0000 (08:45 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
fixed possibly uninitialized value usage
Anatol Belski [Tue, 17 Dec 2013 07:45:30 +0000 (08:45 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
fixed possibly uninitialized value usage
Anatol Belski [Tue, 17 Dec 2013 07:45:07 +0000 (08:45 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
fixed possibly uninitialized value usage
Anatol Belski [Tue, 17 Dec 2013 07:44:22 +0000 (08:44 +0100)]
fixed possibly uninitialized value usage
Xinchen Hui [Tue, 17 Dec 2013 07:37:26 +0000 (15:37 +0800)]
Merge branch 'PHP-5.6'
Xinchen Hui [Tue, 17 Dec 2013 07:37:10 +0000 (15:37 +0800)]
Use memcmp here is better
Xinchen Hui [Tue, 17 Dec 2013 07:10:56 +0000 (15:10 +0800)]
Merge branch 'PHP-5.6'
Xinchen Hui [Tue, 17 Dec 2013 07:09:52 +0000 (15:09 +0800)]
Save one char compare
Xinchen Hui [Tue, 17 Dec 2013 07:06:36 +0000 (15:06 +0800)]
Merge branch 'PHP-5.6'
Xinchen Hui [Tue, 17 Dec 2013 07:05:31 +0000 (15:05 +0800)]
Fixed test failed after rev
57c1335f
Stanislav Malyshev [Mon, 16 Dec 2013 19:38:00 +0000 (11:38 -0800)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Fix bug #65873 - Integer overflow in exif_read_data()
Stanislav Malyshev [Mon, 16 Dec 2013 19:37:29 +0000 (11:37 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Fix bug #65873 - Integer overflow in exif_read_data()
Stanislav Malyshev [Mon, 16 Dec 2013 19:35:54 +0000 (11:35 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fix bug #65873 - Integer overflow in exif_read_data()
Stanislav Malyshev [Sun, 8 Dec 2013 23:37:35 +0000 (15:37 -0800)]
Fix bug #65873 - Integer overflow in exif_read_data()
David Soria Parra [Mon, 16 Dec 2013 18:28:11 +0000 (10:28 -0800)]
Merge branch 'PHP-5.6'
David Soria Parra [Mon, 16 Dec 2013 18:27:51 +0000 (10:27 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6
Dmitry Stogov [Mon, 16 Dec 2013 09:13:29 +0000 (13:13 +0400)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
* 'PHP-5.5' of git.php.net:php-src:
Fix tests expecting specific resource IDs
fixed parameter order for zend_throw_exception_ex call
Fix doc (svn -> git)
Updated release process
Dmitry Stogov [Mon, 16 Dec 2013 09:13:18 +0000 (13:13 +0400)]
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
* 'PHP-5.6' of git.php.net:php-src:
Fix tests expecting specific resource IDs
fixed parameter order for zend_throw_exception_ex call
Fix doc (svn -> git)
Test pushing
Updated release process
Dmitry Stogov [Mon, 16 Dec 2013 09:12:55 +0000 (13:12 +0400)]
Merge branch 'master' of git.php.net:php-src
* 'master' of git.php.net:php-src:
Fix tests expecting specific resource IDs
fixed parameter order for zend_throw_exception_ex call
Fix doc (svn -> git)
Fix tests expecting specific resource IDs
Test pushing
Updated release process
Xinchen Hui [Sun, 15 Dec 2013 08:55:29 +0000 (16:55 +0800)]
Merge branch 'PHP-5.6' of https://git.php.net/push/php-src into PHP-5.6
Xinchen Hui [Sun, 15 Dec 2013 08:55:11 +0000 (16:55 +0800)]
Merge branch 'PHP-5.5' of https://git.php.net/push/php-src into PHP-5.5
Xinchen Hui [Sun, 15 Dec 2013 08:51:43 +0000 (16:51 +0800)]
Merge branch 'PHP-5.6'
Xinchen Hui [Sun, 15 Dec 2013 08:51:32 +0000 (16:51 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
Eric Stenson [Fri, 13 Dec 2013 18:42:32 +0000 (10:42 -0800)]
Fix tests expecting specific resource IDs
When Wincache or APC are installed, the resource IDs are not the same.
This is because Wincache takes a few resource objects for itself. As a
result, these tests become false positives.
On Windows boxes, the microtime precision is not granular enough
to reliably register a difference if two calls to uniqid() are made
concurrently. This is a fix to the uniqid() test to avoid the false
positive when run on Windows machines. Also, added a test to exercise
the 'more_entropy' variant of uniqid().
Xinchen Hui [Sun, 15 Dec 2013 08:26:11 +0000 (16:26 +0800)]
Merge branch 'issue-phpt-resourceid-wincache' of https://github.com/EricSten/php-src
Anatol Belski [Sat, 14 Dec 2013 19:48:44 +0000 (20:48 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
fixed parameter order for zend_throw_exception_ex call
Fix doc (svn -> git)
Test pushing
Anatol Belski [Sat, 14 Dec 2013 19:47:37 +0000 (20:47 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
fixed parameter order for zend_throw_exception_ex call
Fix doc (svn -> git)
Anatol Belski [Sat, 14 Dec 2013 19:46:43 +0000 (20:46 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
fixed parameter order for zend_throw_exception_ex call
Fix doc (svn -> git)
Anatol Belski [Sat, 14 Dec 2013 19:43:02 +0000 (20:43 +0100)]
fixed parameter order for zend_throw_exception_ex call
DQNEO [Fri, 13 Dec 2013 21:20:37 +0000 (23:20 +0200)]
Fix doc (svn -> git)
Eric Stenson [Fri, 13 Dec 2013 18:42:32 +0000 (10:42 -0800)]
Fix tests expecting specific resource IDs
When Wincache or APC are installed, the resource IDs are not the same.
This is because Wincache takes a few resource objects for itself. As a
result, these tests become false positives.
On Windows boxes, the microtime precision is not granular enough
to reliably register a difference if two calls to uniqid() are made
concurrently. This is a fix to the uniqid() test to avoid the false
positive when run on Windows machines. Also, added a test to exercise
the 'more_entropy' variant of uniqid().
Xinchen Hui [Fri, 13 Dec 2013 13:32:14 +0000 (21:32 +0800)]
Test pushing
Julien Pauli [Fri, 13 Dec 2013 12:30:30 +0000 (13:30 +0100)]
Merge branch 'PHP-5.6'
* PHP-5.6:
Updated release process
Julien Pauli [Fri, 13 Dec 2013 12:27:45 +0000 (13:27 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Updated release process
Julien Pauli [Fri, 13 Dec 2013 12:27:19 +0000 (13:27 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Updated release process
Julien Pauli [Fri, 13 Dec 2013 12:26:16 +0000 (13:26 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Updated release process
Julien Pauli [Fri, 13 Dec 2013 12:16:54 +0000 (13:16 +0100)]
Updated release process
Dmitry Stogov [Fri, 13 Dec 2013 07:17:50 +0000 (11:17 +0400)]
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
* 'PHP-5.6' of git.php.net:php-src:
Use zend_error_noreturn here
OCI8 build change: Fix source variable definition for C89 compatibility
Add Tests for #65784 in 5.5
Disallowed JMP into a finally block.
Update NEWS for 5.5.7 release
Fixed bug #65784 (Segfault with finally).
Dmitry Stogov [Fri, 13 Dec 2013 07:16:17 +0000 (11:16 +0400)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
* 'PHP-5.5' of git.php.net:php-src:
Use zend_error_noreturn here
Add Tests for #65784 in 5.5
Disallowed JMP into a finally block.
Update NEWS for 5.5.7 release
Dmitry Stogov [Fri, 13 Dec 2013 07:15:38 +0000 (11:15 +0400)]
Merge branch 'master' of git.php.net:php-src
* 'master' of git.php.net:php-src:
Use zend_error_noreturn here
OCI8 build change: Fix source variable definition for C89 compatibility
Kill another TSRMLS_FETCH() in zend_indent()
Eliminate another straight forward TSRMLS_FETCH() in zend_startup_module()
Fix build
Add Tests for #65784 in 5.5
Disallowed JMP into a finally block.
Update NEWS for 5.5.7 release
Fixed bug #65784 (Segfault with finally).
Xinchen Hui [Fri, 13 Dec 2013 03:37:53 +0000 (11:37 +0800)]
Merge branch 'PHP-5.6'
Xinchen Hui [Fri, 13 Dec 2013 03:37:43 +0000 (11:37 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Fri, 13 Dec 2013 02:56:35 +0000 (10:56 +0800)]
Use zend_error_noreturn here
Christopher Jones [Thu, 12 Dec 2013 23:23:23 +0000 (15:23 -0800)]
Merge branch 'PHP-5.6'
* PHP-5.6:
OCI8 build change: Fix source variable definition for C89 compatibility
Christopher Jones [Wed, 6 Nov 2013 18:37:22 +0000 (10:37 -0800)]
OCI8 build change: Fix source variable definition for C89 compatibility
Kalle Sommer Nielsen [Thu, 12 Dec 2013 21:09:38 +0000 (22:09 +0100)]
Kill another TSRMLS_FETCH() in zend_indent()
Kalle Sommer Nielsen [Thu, 12 Dec 2013 19:30:45 +0000 (20:30 +0100)]
Eliminate another straight forward TSRMLS_FETCH() in zend_startup_module()
# For THTTPD:
# The code that uses a call to this function is for older versions of PHP anyway so its not covered
# For Zend OpCache:
# Added a new define for 5.6 and wrapped the code around that so its still compatible with older version
Kalle Sommer Nielsen [Thu, 12 Dec 2013 19:25:10 +0000 (20:25 +0100)]
Fix build
Xinchen Hui [Thu, 12 Dec 2013 17:50:22 +0000 (01:50 +0800)]
Merge remote-tracking branch 'origin/PHP-5.6'
Xinchen Hui [Thu, 12 Dec 2013 17:48:17 +0000 (01:48 +0800)]
Merge remote-tracking branch 'origin/PHP-5.5' into PHP-5.6
Xinchen Hui [Thu, 12 Dec 2013 17:46:28 +0000 (01:46 +0800)]
Merge remote-tracking branch 'origin/PHP-5.5' into PHP-5.6
Xinchen Hui [Thu, 12 Dec 2013 17:45:45 +0000 (01:45 +0800)]
Add Tests for #65784 in 5.5
Xinchen Hui [Thu, 12 Dec 2013 17:44:54 +0000 (01:44 +0800)]
Disallowed JMP into a finally block.
Xinchen Hui [Thu, 12 Dec 2013 16:54:36 +0000 (00:54 +0800)]
Merge branch 'PHP-5.6'
Conflicts:
NEWS
Julien Pauli [Thu, 12 Dec 2013 16:15:43 +0000 (17:15 +0100)]
Update NEWS for 5.5.7 release
Xinchen Hui [Thu, 12 Dec 2013 16:15:50 +0000 (00:15 +0800)]
Fixed bug #65784 (Segfault with finally).
Xinchen Hui [Thu, 12 Dec 2013 16:15:11 +0000 (00:15 +0800)]
Merge branch 'PHP-5.6'
Dmitry Stogov [Thu, 12 Dec 2013 12:46:49 +0000 (16:46 +0400)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
* 'PHP-5.5' of git.php.net:php-src:
fix test
Dmitry Stogov [Thu, 12 Dec 2013 12:46:37 +0000 (16:46 +0400)]
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
* 'PHP-5.6' of git.php.net:php-src:
fix test
Dmitry Stogov [Thu, 12 Dec 2013 12:46:15 +0000 (16:46 +0400)]
Merge branch 'master' of git.php.net:php-src
* 'master' of git.php.net:php-src:
fix test
Michael Wallner [Thu, 12 Dec 2013 11:10:08 +0000 (12:10 +0100)]
Merge branch 'PHP-5.5'
* PHP-5.5:
fix test
Michael Wallner [Thu, 12 Dec 2013 11:09:54 +0000 (12:09 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
fix test
Michael Wallner [Thu, 12 Dec 2013 11:09:34 +0000 (12:09 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
fix test
Michael Wallner [Thu, 12 Dec 2013 11:08:50 +0000 (12:08 +0100)]
fix test
Dmitry Stogov [Thu, 12 Dec 2013 10:42:19 +0000 (14:42 +0400)]
Merge branch 'master' of git.php.net:php-src
* 'master' of git.php.net:php-src:
remove always_populate_raw_post_data INI entries from master, UPGRADING.INTERNALS coming shortly
Michael Wallner [Thu, 12 Dec 2013 10:33:06 +0000 (11:33 +0100)]
remove always_populate_raw_post_data INI entries from master, UPGRADING.INTERNALS coming shortly