]>
granicus.if.org Git - php/log
Christopher Jones [Wed, 25 Nov 2015 19:51:46 +0000 (06:51 +1100)]
Change line endings: Windows to Unix
Xinchen Hui [Wed, 25 Nov 2015 16:04:36 +0000 (08:04 -0800)]
Fixed NEWs again (not sure why this is messd up twice today)
Xinchen Hui [Wed, 25 Nov 2015 15:57:01 +0000 (07:57 -0800)]
Fixed bug #70970 (Segfault when combining error handler with output buffering)
of course we can try to refactor the current flow to make this error can
be catched safly.
but as 7.0.0 is releasing, I don't think a refactor is safe now. and
actually I don't see any gain to make this catchable.
so let's keep this be consistent with 5.6 and safe for now
Xinchen Hui [Wed, 25 Nov 2015 14:34:40 +0000 (06:34 -0800)]
Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0
Xinchen Hui [Wed, 25 Nov 2015 12:20:05 +0000 (20:20 +0800)]
ZEND_SPACESHIP supports
Xinchen Hui [Wed, 25 Nov 2015 11:15:33 +0000 (19:15 +0800)]
Fixed NEWS
Xinchen Hui [Wed, 25 Nov 2015 11:12:40 +0000 (19:12 +0800)]
Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0
Xinchen Hui [Wed, 25 Nov 2015 11:11:22 +0000 (19:11 +0800)]
Always lower name
Xinchen Hui [Wed, 25 Nov 2015 11:06:42 +0000 (19:06 +0800)]
Revert "Improved fix for Fully qualified (leading backslash) type names must fail"
This reverts commit
00865ae22f2c5fdee9e500ce79d442467e0a0899 .
Bob Weinand [Wed, 25 Nov 2015 08:49:39 +0000 (09:49 +0100)]
Fixed bug #70965 (yield from with a common iterator primes too much)
Anatol Belski [Wed, 25 Nov 2015 04:03:15 +0000 (05:03 +0100)]
fix NEWS
Xinchen Hui [Wed, 25 Nov 2015 03:46:14 +0000 (11:46 +0800)]
Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0
Xinchen Hui [Wed, 25 Nov 2015 03:27:32 +0000 (11:27 +0800)]
Improved fix for Fully qualified (leading backslash) type names must fail
it now all fails with COMPILE_ERROR instead of syntax error for T_ARRAY
but COMPILE_ERROR for int
Anatol Belski [Wed, 25 Nov 2015 02:39:28 +0000 (03:39 +0100)]
rearrange NEWS for RC8
Christopher Jones [Wed, 25 Nov 2015 01:43:05 +0000 (12:43 +1100)]
Improve test portability
Christopher Jones [Wed, 25 Nov 2015 01:42:27 +0000 (12:42 +1100)]
Fix remaining gcov valgrind issues
Bob Weinand [Tue, 24 Nov 2015 22:43:34 +0000 (23:43 +0100)]
Fixed bug #70904 (yield from incorrectly marks valid generator as finished)
Bob Weinand [Tue, 24 Nov 2015 20:39:06 +0000 (21:39 +0100)]
Fix scalar type names with leading backslash
Xinchen Hui [Tue, 24 Nov 2015 05:45:56 +0000 (13:45 +0800)]
Update NEWS
Xinchen Hui [Tue, 24 Nov 2015 05:45:32 +0000 (13:45 +0800)]
Merge branch 'PHP-5.6' into PHP-7.0
Xinchen Hui [Tue, 24 Nov 2015 05:45:16 +0000 (13:45 +0800)]
Fixed bug #70960 (ReflectionFunction for array_unique returns wrong number of parameters)
Xinchen Hui [Tue, 24 Nov 2015 03:42:43 +0000 (11:42 +0800)]
Also fixed 'r'
Xinchen Hui [Tue, 24 Nov 2015 03:08:30 +0000 (11:08 +0800)]
Indent (not sure why it was messed)
Xinchen Hui [Tue, 24 Nov 2015 03:05:56 +0000 (11:05 +0800)]
Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0
Xinchen Hui [Tue, 24 Nov 2015 03:02:24 +0000 (11:02 +0800)]
Fixed bug #70963 (Unserialize shows UNKNOW in result)
Thanks to ryat for reportinig
Côme Bernigaud [Mon, 23 Nov 2015 02:08:25 +0000 (03:08 +0100)]
Revert "Added back support for undocummented host:port syntax"
This reverts commit
15876e85e59658bfbda3bf0b0c34d56ca503fd2f .
Côme Bernigaud [Mon, 23 Nov 2015 02:08:02 +0000 (03:08 +0100)]
Revert "Using default port in ldap_connect when NULL is passed (this was the behavior prior to 5.6.11)"
This reverts commit
391087ed280f86f144ffa5a2b72eeeda3c271743 .
Lior Kaplan [Mon, 23 Nov 2015 17:00:42 +0000 (19:00 +0200)]
Align NEWS entries format
Lior Kaplan [Mon, 23 Nov 2015 16:58:03 +0000 (18:58 +0200)]
Add NEWS entry for #61751
Lior Kaplan [Mon, 23 Nov 2015 16:56:13 +0000 (18:56 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
Fixed bug #61751 (SAPI build problem on AIX: Undefined symbol: php_register_internal_extensions)
Conflicts:
sapi/cgi/config9.m4
sapi/fpm/config.m4
Lior Kaplan [Mon, 23 Nov 2015 16:46:19 +0000 (18:46 +0200)]
Align NEWS entries format
Bob Weinand [Mon, 23 Nov 2015 16:41:01 +0000 (17:41 +0100)]
Output stderr on real stderr in phpdbg
Lior Kaplan [Mon, 23 Nov 2015 16:42:21 +0000 (18:42 +0200)]
Add NEWS entry for #61751
Lior Kaplan [Mon, 23 Nov 2015 16:40:47 +0000 (18:40 +0200)]
Fixed bug #61751 (SAPI build problem on AIX: Undefined symbol: php_register_internal_extensions)
Xinchen Hui [Mon, 23 Nov 2015 15:15:33 +0000 (23:15 +0800)]
Fixed bug #70959 (ArrayObject unserialize does not restore protected fields)
Xinchen Hui [Mon, 23 Nov 2015 15:08:47 +0000 (07:08 -0800)]
Fixed bug #70959 (ArrayObject unserialize does not restore protected fields)
Xinchen Hui [Mon, 23 Nov 2015 14:21:30 +0000 (06:21 -0800)]
Add test for bug (count on symbol table)
I should have do this ....
Xinchen Hui [Mon, 23 Nov 2015 14:12:03 +0000 (06:12 -0800)]
Improved fix for bug (count on symbol table)
Xinchen Hui [Mon, 23 Nov 2015 10:48:51 +0000 (18:48 +0800)]
Merge branch 'PHP-5.6' into PHP-7.0
Xinchen Hui [Mon, 23 Nov 2015 10:48:21 +0000 (18:48 +0800)]
Add bug #70957 and #70958 releated test in refection
Xinchen Hui [Mon, 23 Nov 2015 10:33:14 +0000 (18:33 +0800)]
Fixed test
Xinchen Hui [Mon, 23 Nov 2015 10:31:56 +0000 (18:31 +0800)]
Port fix to 7.0
Xinchen Hui [Mon, 23 Nov 2015 10:30:41 +0000 (18:30 +0800)]
Merge branch 'PHP-5.6' into PHP-7.0
Conflicts:
Zend/zend_compile.c
Xinchen Hui [Mon, 23 Nov 2015 10:29:59 +0000 (18:29 +0800)]
Fixed bug #70958 (Invalid opcode while using ::class as trait method paramater default value)
Xinchen Hui [Mon, 23 Nov 2015 04:22:17 +0000 (12:22 +0800)]
Merge branch 'PHP-5.6' into PHP-7.0
Conflicts:
Zend/zend_compile.c
Xinchen Hui [Mon, 23 Nov 2015 04:20:44 +0000 (12:20 +0800)]
Fixed bug #70957 (self::class can not be resolved with reflection for abstract class)
Xinchen Hui [Sun, 22 Nov 2015 04:57:10 +0000 (20:57 -0800)]
Fixed bug (count on symbol tables)
Xinchen Hui [Sat, 21 Nov 2015 13:16:11 +0000 (05:16 -0800)]
Port the fix of 5.6 to 7.0
Xinchen Hui [Sat, 21 Nov 2015 13:03:20 +0000 (05:03 -0800)]
Merge branch 'PHP-5.6' into PHP-7.0
Conflicts:
Zend/tests/bug70944.phpt
Zend/zend_exceptions.c
Xinchen Hui [Sat, 21 Nov 2015 13:01:51 +0000 (05:01 -0800)]
Update test script
Xinchen Hui [Sat, 21 Nov 2015 12:54:21 +0000 (04:54 -0800)]
Unused var
Xinchen Hui [Sat, 21 Nov 2015 08:27:56 +0000 (00:27 -0800)]
Improved fix for bug #70944
Xinchen Hui [Fri, 20 Nov 2015 14:54:57 +0000 (06:54 -0800)]
Improved previously fix a little
Xinchen Hui [Fri, 20 Nov 2015 14:37:38 +0000 (06:37 -0800)]
Fixed bug #70947 (INI parser segfault with INI_SCANNER_TYPED)
Xinchen Hui [Fri, 20 Nov 2015 08:38:24 +0000 (16:38 +0800)]
Update NEWS
Xinchen Hui [Fri, 20 Nov 2015 08:38:00 +0000 (16:38 +0800)]
Merge branch 'PHP-5.6' into PHP-7.0
Conflicts:
Zend/zend_exceptions.c
Xinchen Hui [Fri, 20 Nov 2015 08:24:53 +0000 (16:24 +0800)]
Fixed bug #70944 (try{ } finally{} can create infinite chains of exceptions)
Xinchen Hui [Fri, 20 Nov 2015 07:36:26 +0000 (15:36 +0800)]
Merge branch 'PHP-5.6' into PHP-7.0
Xinchen Hui [Fri, 20 Nov 2015 07:36:13 +0000 (15:36 +0800)]
This seems better
Xinchen Hui [Fri, 20 Nov 2015 07:22:45 +0000 (15:22 +0800)]
Merge branch 'PHP-5.6' into PHP-7.0
Xinchen Hui [Fri, 20 Nov 2015 07:22:05 +0000 (15:22 +0800)]
Fixed build error "undefined symbol gdJpegGetVersionString"
Christopher Jones [Thu, 19 Nov 2015 22:14:05 +0000 (09:14 +1100)]
Fixed LOB implementation size_t/zend_long mismatch reported by gcov
Christopher Jones [Thu, 19 Nov 2015 22:13:47 +0000 (09:13 +1100)]
Stablize test on Windows
Remi Collet [Thu, 19 Nov 2015 08:20:13 +0000 (09:20 +0100)]
typo
Remi Collet [Thu, 19 Nov 2015 07:19:04 +0000 (08:19 +0100)]
NEWS
Remi Collet [Thu, 19 Nov 2015 07:18:13 +0000 (08:18 +0100)]
Fixed bug #70940 Segfault in soep / type_to_string
Bob Weinand [Tue, 17 Nov 2015 20:06:39 +0000 (21:06 +0100)]
Fixed bug #70899 (buildconf failure in extensions)
Xinchen Hui [Tue, 17 Nov 2015 12:14:11 +0000 (20:14 +0800)]
Merge branch 'PHP-5.6' into PHP-7.0
Xinchen Hui [Tue, 17 Nov 2015 12:13:22 +0000 (20:13 +0800)]
Merge branch 'PHP-5.6' of git.php.net:/php-src into PHP-5.6
Xinchen Hui [Tue, 17 Nov 2015 12:12:50 +0000 (20:12 +0800)]
Improve the test
Andrey Hristov [Mon, 16 Nov 2015 11:39:04 +0000 (12:39 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0
Andrey Hristov [Mon, 16 Nov 2015 11:38:25 +0000 (12:38 +0100)]
News for fixed bug #68344
Xinchen Hui [Mon, 16 Nov 2015 09:59:46 +0000 (17:59 +0800)]
Merge branch 'PHP-5.6' into PHP-7.0
Conflicts:
ext/mysql/php_mysql.c
Xinchen Hui [Mon, 16 Nov 2015 09:00:16 +0000 (17:00 +0800)]
Merge branch 'PHP-5.6' of git.php.net:/php-src into PHP-5.6
Xinchen Hui [Mon, 16 Nov 2015 08:58:19 +0000 (16:58 +0800)]
Fixed bug #68077 (LOAD DATA LOCAL INFILE / open_basedir restriction)
Actually, this only be fixed if php uses mysqlnd
Côme Bernigaud [Mon, 16 Nov 2015 03:50:12 +0000 (04:50 +0100)]
Added back support for undocummented host:port syntax
Christopher Jones [Sun, 15 Nov 2015 21:15:22 +0000 (08:15 +1100)]
Fixed LOB mem leak reported on gcov. Also fixed unsigend comparison compile warning; and remove direct field access
Jakub Zelenka [Sun, 15 Nov 2015 19:13:49 +0000 (19:13 +0000)]
Merge branch 'PHP-5.6' into PHP-7.0
Jakub Zelenka [Sun, 15 Nov 2015 19:06:09 +0000 (19:06 +0000)]
Use the same CS for all json tests
Anatol Belski [Sun, 15 Nov 2015 17:57:10 +0000 (18:57 +0100)]
Fixed bug #70917 install-pear-nozlib.phar missing
The actual bug is caused by some network error while packaged. An
error check added to interrupt the packaging process if phar package
download failed.
Reeze Xia [Sun, 15 Nov 2015 03:08:14 +0000 (11:08 +0800)]
Update mime type generator script to keep track of additional mime-types
Thorsten Rinne [Wed, 11 Nov 2015 07:34:36 +0000 (08:34 +0100)]
Added support for CSS/JavaScript source maps
Source maps (http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/) are basically a way to map a combined/minified file back to an unbuilt state. To avoid error messages in Browser DevTools, source map files should be served with the MIME type "application/json"
Anatol Belski [Sat, 14 Nov 2015 23:03:40 +0000 (00:03 +0100)]
fix test title
c/p mistake :)
Anatol Belski [Sat, 14 Nov 2015 22:48:40 +0000 (23:48 +0100)]
update NEWS
Taoguang Chen [Sat, 14 Nov 2015 22:44:59 +0000 (23:44 +0100)]
Fixed bug #70914 zend_throw_or_error() format string vulnerability
Xinchen Hui [Sat, 14 Nov 2015 09:14:36 +0000 (01:14 -0800)]
Update NEWs
Xinchen Hui [Sat, 14 Nov 2015 03:39:59 +0000 (19:39 -0800)]
Fixed bug #70910 (extract() breaks variable references)
Xinchen Hui [Fri, 13 Nov 2015 13:01:11 +0000 (21:01 +0800)]
Fixed bug #70912 (Null ptr dereference instantiating class with invalid array property)
Yasuo Ohgaki [Fri, 13 Nov 2015 12:22:59 +0000 (21:22 +0900)]
Use distinguishable error messages.
Xinchen Hui [Fri, 13 Nov 2015 06:00:01 +0000 (14:00 +0800)]
SKIP on slow debug version PHP
Dmitry Stogov [Thu, 12 Nov 2015 17:36:39 +0000 (20:36 +0300)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
Fixed bug #70900 (SoapClient systematic out of memory error)
Dmitry Stogov [Thu, 12 Nov 2015 17:31:52 +0000 (20:31 +0300)]
Fixed bug #70900 (SoapClient systematic out of memory error)
Anatol Belski [Thu, 12 Nov 2015 12:37:45 +0000 (13:37 +0100)]
fixed typo
Anatol Belski [Thu, 12 Nov 2015 08:28:10 +0000 (09:28 +0100)]
add test for bug #70898
Xinchen Hui [Thu, 12 Nov 2015 06:51:19 +0000 (14:51 +0800)]
Also protects this one
Xinchen Hui [Thu, 12 Nov 2015 06:38:16 +0000 (14:38 +0800)]
Update NEWS
Xinchen Hui [Thu, 12 Nov 2015 06:35:34 +0000 (14:35 +0800)]
Re-fixed #70895
Xinchen Hui [Thu, 12 Nov 2015 06:34:00 +0000 (14:34 +0800)]
Revert "Fixed bug Bug #70895 null ptr deref and segfault"
This reverts commit
8eef11d3179fe7c6fed8393c1bbae96fcab05c49 .
Xinchen Hui [Thu, 12 Nov 2015 06:33:14 +0000 (14:33 +0800)]
Revert "refix bug #70895"
This reverts commit
93240102e0830802ca1b27ccabd9a899a1de7570 .
Xinchen Hui [Thu, 12 Nov 2015 06:32:35 +0000 (14:32 +0800)]
Revert "Fixed bug #70898 (SIGBUS/GPF zend_mm_alloc_small (zend_alloc.c:1291))"
This reverts commit
e4e54f33ceb4ecce33397c867b45862af85c1fda .