]>
granicus.if.org Git - php/log
Xinchen Hui [Thu, 4 Apr 2013 06:49:22 +0000 (14:49 +0800)]
Update NEWs
Xinchen Hui [Thu, 4 Apr 2013 06:48:53 +0000 (14:48 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Thu, 4 Apr 2013 06:47:49 +0000 (14:47 +0800)]
Use 5.4 specifical warnnig & Update NEWs
Xinchen Hui [Thu, 4 Apr 2013 06:44:28 +0000 (14:44 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Thu, 4 Apr 2013 06:34:11 +0000 (14:34 +0800)]
Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap: segfault)
Xinchen Hui [Thu, 4 Apr 2013 05:40:46 +0000 (13:40 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Thu, 4 Apr 2013 05:40:21 +0000 (13:40 +0800)]
Fixed Bug #64578
Nikita Popov [Wed, 3 Apr 2013 18:29:19 +0000 (20:29 +0200)]
Fix bug #64555: foreach no longer copies keys if they are interned
Xinchen Hui [Wed, 3 Apr 2013 11:52:09 +0000 (19:52 +0800)]
Fix test due to opcache
Xinchen Hui [Wed, 3 Apr 2013 10:51:19 +0000 (18:51 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5
ptarjan [Wed, 3 Apr 2013 02:24:11 +0000 (19:24 -0700)]
Fix #64572: Clean up after the test
Lets not leave stuff lying around.
ptarjan [Wed, 3 Apr 2013 02:24:11 +0000 (19:24 -0700)]
Fix #64572: Clean up after the test
Lets not leave stuff lying around.
Xinchen Hui [Wed, 3 Apr 2013 02:21:06 +0000 (10:21 +0800)]
format
Xinchen Hui [Wed, 3 Apr 2013 02:20:52 +0000 (10:20 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Wed, 3 Apr 2013 02:20:13 +0000 (10:20 +0800)]
format
Xinchen Hui [Wed, 3 Apr 2013 02:17:27 +0000 (10:17 +0800)]
Update NEWS & UPGRADING
Xinchen Hui [Wed, 3 Apr 2013 02:15:41 +0000 (10:15 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5
Conflicts:
ext/curl/interface.c
Xinchen Hui [Wed, 3 Apr 2013 02:12:49 +0000 (10:12 +0800)]
Use new constant replace ugly trick
Xinchen Hui [Wed, 3 Apr 2013 02:11:33 +0000 (10:11 +0800)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Xinchen Hui [Wed, 3 Apr 2013 02:09:51 +0000 (10:09 +0800)]
Add CURL_WRAPPERS_ENABLE constant
see http://news.php.net/php.internals/66871
Remi Collet [Tue, 2 Apr 2013 14:34:39 +0000 (16:34 +0200)]
NEW for #64565
Remi Collet [Tue, 2 Apr 2013 14:33:54 +0000 (16:33 +0200)]
NEW for #64565
Remi Collet [Tue, 2 Apr 2013 14:31:45 +0000 (16:31 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
keep previous test to avoid any behavior change
Remi Collet [Tue, 2 Apr 2013 14:31:36 +0000 (16:31 +0200)]
keep previous test to avoid any behavior change
Remi Collet [Tue, 2 Apr 2013 14:24:14 +0000 (16:24 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
fix comment
Fixed Bug #64565 copy doesn't report failure on partial copy
Remi Collet [Tue, 2 Apr 2013 14:24:00 +0000 (16:24 +0200)]
fix comment
Remi Collet [Tue, 2 Apr 2013 14:18:26 +0000 (16:18 +0200)]
Fixed Bug #64565 copy doesn't report failure on partial copy
_php_stream_copy_to_stream_ex, when mmap is possible, doesn't check
if actually written bytes match read bytes.
Fix this (paranoid check) to be consistent with non mmap mode
Seems hard to add a unit test, as this rely on a full filesystem.
Dmitry Stogov [Mon, 1 Apr 2013 17:16:33 +0000 (21:16 +0400)]
Fixed ZTS build
Xinchen Hui [Mon, 1 Apr 2013 11:11:45 +0000 (19:11 +0800)]
Fixed bug parameter is casted to string of array_column
Xinchen Hui [Mon, 1 Apr 2013 10:17:28 +0000 (18:17 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Mon, 1 Apr 2013 10:13:38 +0000 (18:13 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Mon, 1 Apr 2013 10:12:16 +0000 (18:12 +0800)]
Fix test
Dmitry Stogov [Mon, 1 Apr 2013 07:33:04 +0000 (11:33 +0400)]
Fixed issue #79 (Optimization Problem/Bug)
Nuno Lopes [Sun, 31 Mar 2013 19:43:08 +0000 (15:43 -0400)]
fix coverage data for the opcache optimizer
Xinchen Hui [Sun, 31 Mar 2013 13:26:26 +0000 (21:26 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Sun, 31 Mar 2013 13:22:48 +0000 (21:22 +0800)]
Skip test when --with-curlwrappers enabled.
Xinchen Hui [Sun, 31 Mar 2013 12:07:14 +0000 (20:07 +0800)]
Fix typo (it's in DateTime::__wakeup)
Derick Rethans [Sun, 31 Mar 2013 10:07:24 +0000 (11:07 +0100)]
Updated test case and added BFN to NEWS.
EC2 Default User [Sun, 5 Aug 2012 17:14:51 +0000 (17:14 +0000)]
Bug #60774 (DateInterval::format("%a") is always zero when an interval is
created using the createFromDateString method)
Derick Rethans [Sun, 31 Mar 2013 09:55:45 +0000 (10:55 +0100)]
Added the new .c files as well as they are not automatically regenerated.
Lonny Kapelushnik [Mon, 14 Jan 2013 23:03:52 +0000 (23:03 +0000)]
Rebased to PHP-5.4
Implemented Dmitrys change from
df97c3aa0d331be668bd5d8f27fff96d4e3ac1d7
Moved the timelib_parse_tz_cor function to ext/date/lib/timelib.c
Lonny Kapelushnik [Wed, 14 Nov 2012 05:04:46 +0000 (05:04 +0000)]
Made separate tests for each TZ type
Fixed handling of unserializing types 1 and 3
Lonny Kapelushnik [Sun, 30 Sep 2012 02:10:58 +0000 (22:10 -0400)]
Fixed the test to use %d instead of an actual number
Lonny Kapelushnik [Fri, 28 Sep 2012 12:15:20 +0000 (12:15 +0000)]
Bug 54567 DateTimeZone serialize/unserialize
Make DateTimeZone serializable and implement __set_state
Derick Rethans [Sun, 31 Mar 2013 09:39:01 +0000 (10:39 +0100)]
Merge branch 'splitting-out-date-time-immutable' into PHP-5.5
Derick Rethans [Sun, 31 Mar 2013 09:37:16 +0000 (10:37 +0100)]
Make DateTime and DateTimeImmutable siblings.
They both implement the DateTimeInterface interface, which specifies the
non-modifying methods of DateTime/DateTimeImmutable.
Stanislav Malyshev [Sun, 31 Mar 2013 04:24:21 +0000 (21:24 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fix bug #64433: does not follow redirects for non-3xx response codes
Sergey Akbarov [Fri, 15 Mar 2013 16:54:18 +0000 (09:54 -0700)]
Fix bug #64433: does not follow redirects for non-3xx response codes
Xinchen Hui [Fri, 29 Mar 2013 15:47:46 +0000 (23:47 +0800)]
missed part of the patch
Xinchen Hui [Fri, 29 Mar 2013 15:42:50 +0000 (23:42 +0800)]
Fixed bug #64544 (Valgrind warnings after using putenv)
The frozen_envion is needed, since if an item in environ is updated
(like the test script HOME one), invalid free still shows up
Keyur Govande [Fri, 29 Mar 2013 14:42:16 +0000 (14:42 +0000)]
Merge branch 'pull-request/313' into PHP-5.5
* pull-request/313:
Patch for Bug #64544. The process title change module keeps track of the locally allocated environ, so it doesn't need to worry about when environ changes underneath it, for example by putenv()/setenv()
Keyur Govande [Fri, 29 Mar 2013 14:35:45 +0000 (14:35 +0000)]
Merge branch 'PHP-5.5' of https://git.php.net/push/php-src into PHP-5.5
* 'PHP-5.5' of https://git.php.net/push/php-src: (266 commits)
Fix "passing NULL to non-pointer argument" warnings in intl
Remove support for cloning generators
Removed deprecated check
Fix whitespace issue in the SOAP test
Fix SOAP test
Forgot to fix the test on 5.4
Exclude Travis build for 5.3 and 5.4
Fix tests after addition of ^ (xor) operator to ini
Fix Bug #64545: PHP Error in
ef93a93ee21bce9218188
Attempt to fix SKIP
This will PHP 5.3.25
Typo fix (greater then => greater than)
don't optimize script if it's not going to be cached
Reimplemented OPcache restart trigger. Now, if memory or hash are full the restart is scheduled only in case the amount of wasted memory is above opcache.max_wasted_percentage. Otherwise OPcahce continue serving the following requests using already cached files, but doesn't try to add new files (the cache is full anyway).
With pkgconfig < 0.28 output is a single space With pkgconfig = 0.28 output is an empty string, This breaks the test on the 2 vars
Fixed issue #78 (incorrect file path validation)
Fix test on Mac (\D shows up)
Add test for #64529
will be 5.4.15
fix NEWS
...
Keyur Govande [Fri, 29 Mar 2013 14:27:36 +0000 (14:27 +0000)]
Patch for Bug #64544.
The process title change module keeps track of the locally allocated
environ, so it doesn't need to worry about when environ changes
underneath it, for example by putenv()/setenv()
Nikita Popov [Fri, 29 Mar 2013 11:36:57 +0000 (12:36 +0100)]
Fix "passing NULL to non-pointer argument" warnings in intl
The second argument to spprintf is a size_t (maximum length).
Nikita Popov [Mon, 25 Mar 2013 16:40:58 +0000 (17:40 +0100)]
Remove support for cloning generators
Dmitry Stogov [Thu, 28 Mar 2013 23:18:04 +0000 (03:18 +0400)]
Removed deprecated check
Nikita Popov [Thu, 28 Mar 2013 18:10:57 +0000 (19:10 +0100)]
Fix whitespace issue in the SOAP test
Nikita Popov [Thu, 28 Mar 2013 18:05:06 +0000 (19:05 +0100)]
Fix SOAP test
Doesn't look like these warnings are present anymore.
Nikita Popov [Thu, 28 Mar 2013 17:43:11 +0000 (18:43 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
Conflicts:
.travis.yml
Nikita Popov [Thu, 28 Mar 2013 17:42:01 +0000 (18:42 +0100)]
Forgot to fix the test on 5.4
Nikita Popov [Thu, 28 Mar 2013 17:41:34 +0000 (18:41 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4
Nikita Popov [Thu, 28 Mar 2013 17:40:57 +0000 (18:40 +0100)]
Exclude Travis build for 5.3 and 5.4
Nikita Popov [Thu, 28 Mar 2013 17:35:46 +0000 (18:35 +0100)]
Fix tests after addition of ^ (xor) operator to ini
Nikita Popov [Thu, 28 Mar 2013 17:23:23 +0000 (18:23 +0100)]
Fix Bug #64545: PHP Error in
ef93a93ee21bce9218188
Test was using die "Foo" instead of die("Foo").
Xinchen Hui [Thu, 28 Mar 2013 15:23:07 +0000 (23:23 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Thu, 28 Mar 2013 15:22:20 +0000 (23:22 +0800)]
Attempt to fix SKIP
Johannes Schlüter [Thu, 28 Mar 2013 14:09:06 +0000 (15:09 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
Johannes Schlüter [Thu, 28 Mar 2013 14:08:30 +0000 (15:08 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4
Johannes Schlüter [Thu, 28 Mar 2013 14:05:46 +0000 (15:05 +0100)]
This will PHP 5.3.25
Xinchen Hui [Thu, 28 Mar 2013 11:13:58 +0000 (19:13 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5
Veres Lajos [Thu, 28 Mar 2013 10:44:02 +0000 (10:44 +0000)]
Typo fix (greater then => greater than)
Dmitry Stogov [Thu, 28 Mar 2013 09:48:18 +0000 (13:48 +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:
With pkgconfig < 0.28 output is a single space With pkgconfig = 0.28 output is an empty string, This breaks the test on the 2 vars
Dmitry Stogov [Thu, 28 Mar 2013 09:45:40 +0000 (13:45 +0400)]
don't optimize script if it's not going to be cached
Dmitry Stogov [Thu, 28 Mar 2013 09:34:59 +0000 (13:34 +0400)]
Reimplemented OPcache restart trigger. Now, if memory or hash are full the restart is scheduled only in case the amount of wasted memory is above opcache.max_wasted_percentage. Otherwise OPcahce continue serving the following requests using already cached files, but doesn't try to add new files (the cache is full anyway).
Remi Collet [Thu, 28 Mar 2013 09:25:39 +0000 (10:25 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
With pkgconfig < 0.28 output is a single space With pkgconfig = 0.28 output is an empty string, This breaks the test on the 2 vars
Remi Collet [Thu, 28 Mar 2013 09:22:20 +0000 (10:22 +0100)]
With pkgconfig < 0.28 output is a single space
With pkgconfig = 0.28 output is an empty string,
This breaks the test on the 2 vars
Need to split when
LIB set (ex -lssl -lcrypto)
INC empty (because /usr/include used)
Dmitry Stogov [Thu, 28 Mar 2013 08:30:18 +0000 (12:30 +0400)]
Fixed issue #78 (incorrect file path validation)
Xinchen Hui [Thu, 28 Mar 2013 06:35:02 +0000 (14:35 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Thu, 28 Mar 2013 06:34:08 +0000 (14:34 +0800)]
Fix test on Mac (\D shows up)
Xinchen Hui [Thu, 28 Mar 2013 05:54:37 +0000 (13:54 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Thu, 28 Mar 2013 05:54:04 +0000 (13:54 +0800)]
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
Xinchen Hui [Thu, 28 Mar 2013 05:45:42 +0000 (13:45 +0800)]
Add test for #64529
Stanislav Malyshev [Wed, 27 Mar 2013 21:02:14 +0000 (14:02 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
will be 5.4.15
fix NEWS
Conflicts:
configure.in
main/php_version.h
Stanislav Malyshev [Wed, 27 Mar 2013 20:59:29 +0000 (13:59 -0700)]
will be 5.4.15
Stanislav Malyshev [Wed, 27 Mar 2013 20:57:53 +0000 (13:57 -0700)]
fix NEWS
Lars Strojny [Wed, 27 Mar 2013 20:30:56 +0000 (21:30 +0100)]
Added XOR support for expressions in INI parser: NEWS and zend_language_scanner.c
Dejan Marjanovic [Tue, 26 Mar 2013 22:54:09 +0000 (23:54 +0100)]
Added XOR support for expressions in INI parser
Dmitry Stogov [Wed, 27 Mar 2013 20:08:11 +0000 (00:08 +0400)]
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fixed bug #64529 (Ran out of opcode space)
Conflicts:
NEWS
Zend/zend_execute_API.c
Zend/zend_language_scanner.c
Zend/zend_language_scanner_defs.h
Dmitry Stogov [Wed, 27 Mar 2013 20:03:40 +0000 (00:03 +0400)]
Fixed bug #64529 (Ran out of opcode space)
Dmitry Stogov [Wed, 27 Mar 2013 19:15:38 +0000 (23:15 +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:
Remove unused variable
NEWS Section for beta 3
News for beta 2
Dmitry Stogov [Wed, 27 Mar 2013 19:13:21 +0000 (23:13 +0400)]
Fixed issue #74 (Allowed per request OPcache disabling)
David Soria Parra [Wed, 27 Mar 2013 19:00:54 +0000 (20:00 +0100)]
Remove unused variable
David Soria Parra [Wed, 27 Mar 2013 18:57:24 +0000 (19:57 +0100)]
NEWS Section for beta 3
David Soria Parra [Wed, 27 Mar 2013 18:30:43 +0000 (19:30 +0100)]
News for beta 2
Dmitry Stogov [Wed, 27 Mar 2013 18:16:18 +0000 (22:16 +0400)]
Fixed issue #76 (actually we don't need zend_shared_memory_block_header at all)
Dmitry Stogov [Wed, 27 Mar 2013 17:09:51 +0000 (21:09 +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:
add WebP support in phpinfo
Dmitry Stogov [Wed, 27 Mar 2013 17:08:18 +0000 (21:08 +0400)]
Added opcache.enable_cli=0
Dmitry Stogov [Wed, 27 Mar 2013 17:02:39 +0000 (21:02 +0400)]
Added description for opcache.enable_cli
Pierre Joye [Wed, 27 Mar 2013 16:38:57 +0000 (17:38 +0100)]
add WebP support in phpinfo
Pierre Joye [Wed, 27 Mar 2013 06:29:47 +0000 (07:29 +0100)]
add windows 8 and windows server 2012