]> granicus.if.org Git - php/log
php
9 years agoImproved fix for Fully qualified (leading backslash) type names must fail
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

9 years agoImprove test portability
Christopher Jones [Wed, 25 Nov 2015 01:43:05 +0000 (12:43 +1100)]
Improve test portability

9 years agoFix remaining gcov valgrind issues
Christopher Jones [Wed, 25 Nov 2015 01:42:27 +0000 (12:42 +1100)]
Fix remaining gcov valgrind issues

9 years agoFixed bug #70904 (yield from incorrectly marks valid generator as finished)
Bob Weinand [Tue, 24 Nov 2015 22:43:34 +0000 (23:43 +0100)]
Fixed bug #70904 (yield from incorrectly marks valid generator as finished)

9 years agoFix scalar type names with leading backslash
Bob Weinand [Tue, 24 Nov 2015 20:39:06 +0000 (21:39 +0100)]
Fix scalar type names with leading backslash

9 years agoUpdate NEWS
Xinchen Hui [Tue, 24 Nov 2015 05:45:56 +0000 (13:45 +0800)]
Update NEWS

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Xinchen Hui [Tue, 24 Nov 2015 05:45:32 +0000 (13:45 +0800)]
Merge branch 'PHP-5.6' into PHP-7.0

9 years agoFixed bug #70960 (ReflectionFunction for array_unique returns wrong number of parameters)
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)

9 years agoAlso fixed 'r'
Xinchen Hui [Tue, 24 Nov 2015 03:42:43 +0000 (11:42 +0800)]
Also fixed 'r'

9 years agoIndent (not sure why it was messed)
Xinchen Hui [Tue, 24 Nov 2015 03:08:30 +0000 (11:08 +0800)]
Indent (not sure why it was messed)

9 years agoMerge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0
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

9 years agoFixed bug #70963 (Unserialize shows UNKNOW in result)
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

9 years agoRevert "Added back support for undocummented host:port syntax"
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.

9 years agoRevert "Using default port in ldap_connect when NULL is passed (this was the behavior...
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.

9 years agoAlign NEWS entries format
Lior Kaplan [Mon, 23 Nov 2015 17:00:42 +0000 (19:00 +0200)]
Align NEWS entries format

9 years agoAdd NEWS entry for #61751
Lior Kaplan [Mon, 23 Nov 2015 16:58:03 +0000 (18:58 +0200)]
Add NEWS entry for #61751

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
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

9 years agoAlign NEWS entries format
Lior Kaplan [Mon, 23 Nov 2015 16:46:19 +0000 (18:46 +0200)]
Align NEWS entries format

9 years agoOutput stderr on real stderr in phpdbg
Bob Weinand [Mon, 23 Nov 2015 16:41:01 +0000 (17:41 +0100)]
Output stderr on real stderr in phpdbg

9 years agoAdd NEWS entry for #61751
Lior Kaplan [Mon, 23 Nov 2015 16:42:21 +0000 (18:42 +0200)]
Add NEWS entry for #61751

9 years agoFixed bug #61751 (SAPI build problem on AIX: Undefined symbol: php_register_internal_...
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)

9 years agoFixed bug #70959 (ArrayObject unserialize does not restore protected fields)
Xinchen Hui [Mon, 23 Nov 2015 15:15:33 +0000 (23:15 +0800)]
Fixed bug #70959 (ArrayObject unserialize does not restore protected fields)

9 years agoAdd test for bug (count on symbol table)
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 ....

9 years agoImproved fix for bug (count on symbol table)
Xinchen Hui [Mon, 23 Nov 2015 14:12:03 +0000 (06:12 -0800)]
Improved fix for bug (count on symbol table)

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Xinchen Hui [Mon, 23 Nov 2015 10:48:51 +0000 (18:48 +0800)]
Merge branch 'PHP-5.6' into PHP-7.0

9 years agoAdd bug #70957 and #70958 releated test in refection
Xinchen Hui [Mon, 23 Nov 2015 10:48:21 +0000 (18:48 +0800)]
Add bug #70957 and #70958 releated test in refection

9 years agoFixed test
Xinchen Hui [Mon, 23 Nov 2015 10:33:14 +0000 (18:33 +0800)]
Fixed test

9 years agoPort fix to 7.0
Xinchen Hui [Mon, 23 Nov 2015 10:31:56 +0000 (18:31 +0800)]
Port fix to 7.0

9 years agoMerge branch 'PHP-5.6' into PHP-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

9 years agoFixed bug #70958 (Invalid opcode while using ::class as trait method paramater defaul...
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)

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
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

9 years agoFixed bug #70957 (self::class can not be resolved with reflection for abstract class)
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)

9 years agoFixed bug (count on symbol tables)
Xinchen Hui [Sun, 22 Nov 2015 04:57:10 +0000 (20:57 -0800)]
Fixed bug (count on symbol tables)

9 years agoPort the fix of 5.6 to 7.0
Xinchen Hui [Sat, 21 Nov 2015 13:16:11 +0000 (05:16 -0800)]
Port the fix of 5.6 to 7.0

9 years agoMerge branch 'PHP-5.6' into PHP-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

9 years agoUpdate test script
Xinchen Hui [Sat, 21 Nov 2015 13:01:51 +0000 (05:01 -0800)]
Update test script

9 years agoUnused var
Xinchen Hui [Sat, 21 Nov 2015 12:54:21 +0000 (04:54 -0800)]
Unused var

9 years agoImproved fix for bug #70944
Xinchen Hui [Sat, 21 Nov 2015 08:27:56 +0000 (00:27 -0800)]
Improved fix for bug #70944

9 years agoImproved previously fix a little
Xinchen Hui [Fri, 20 Nov 2015 14:54:57 +0000 (06:54 -0800)]
Improved previously fix a little

9 years agoFixed bug #70947 (INI parser segfault with INI_SCANNER_TYPED)
Xinchen Hui [Fri, 20 Nov 2015 14:37:38 +0000 (06:37 -0800)]
Fixed bug #70947 (INI parser segfault with INI_SCANNER_TYPED)

9 years agoUpdate NEWS
Xinchen Hui [Fri, 20 Nov 2015 08:38:24 +0000 (16:38 +0800)]
Update NEWS

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
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

9 years agoFixed bug #70944 (try{ } finally{} can create infinite chains of exceptions)
Xinchen Hui [Fri, 20 Nov 2015 08:24:53 +0000 (16:24 +0800)]
Fixed bug #70944 (try{ } finally{} can create infinite chains of exceptions)

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Xinchen Hui [Fri, 20 Nov 2015 07:36:26 +0000 (15:36 +0800)]
Merge branch 'PHP-5.6' into PHP-7.0

9 years agoThis seems better
Xinchen Hui [Fri, 20 Nov 2015 07:36:13 +0000 (15:36 +0800)]
This seems better

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Xinchen Hui [Fri, 20 Nov 2015 07:22:45 +0000 (15:22 +0800)]
Merge branch 'PHP-5.6' into PHP-7.0

9 years agoFixed build error "undefined symbol gdJpegGetVersionString"
Xinchen Hui [Fri, 20 Nov 2015 07:22:05 +0000 (15:22 +0800)]
Fixed build error "undefined symbol gdJpegGetVersionString"

9 years agoFixed LOB implementation size_t/zend_long mismatch reported by gcov
Christopher Jones [Thu, 19 Nov 2015 22:14:05 +0000 (09:14 +1100)]
Fixed LOB implementation size_t/zend_long mismatch reported by gcov

9 years agoStablize test on Windows
Christopher Jones [Thu, 19 Nov 2015 22:13:47 +0000 (09:13 +1100)]
Stablize test on Windows

9 years agotypo
Remi Collet [Thu, 19 Nov 2015 08:20:13 +0000 (09:20 +0100)]
typo

9 years agoNEWS
Remi Collet [Thu, 19 Nov 2015 07:19:04 +0000 (08:19 +0100)]
NEWS

9 years agoFixed bug #70940 Segfault in soep / type_to_string
Remi Collet [Thu, 19 Nov 2015 07:18:13 +0000 (08:18 +0100)]
Fixed bug #70940 Segfault in soep / type_to_string

9 years agoFixed bug #70899 (buildconf failure in extensions)
Bob Weinand [Tue, 17 Nov 2015 20:06:39 +0000 (21:06 +0100)]
Fixed bug #70899 (buildconf failure in extensions)

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Xinchen Hui [Tue, 17 Nov 2015 12:14:11 +0000 (20:14 +0800)]
Merge branch 'PHP-5.6' into PHP-7.0

9 years agoMerge branch 'PHP-5.6' of git.php.net:/php-src into PHP-5.6
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

9 years agoImprove the test
Xinchen Hui [Tue, 17 Nov 2015 12:12:50 +0000 (20:12 +0800)]
Improve the test

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Andrey Hristov [Mon, 16 Nov 2015 11:39:04 +0000 (12:39 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

9 years agoNews for fixed bug #68344
Andrey Hristov [Mon, 16 Nov 2015 11:38:25 +0000 (12:38 +0100)]
News for fixed bug #68344

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
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

9 years agoMerge branch 'PHP-5.6' of git.php.net:/php-src into PHP-5.6
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

9 years agoFixed bug #68077 (LOAD DATA LOCAL INFILE / open_basedir restriction)
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

9 years agoAdded back support for undocummented host:port syntax
Côme Bernigaud [Mon, 16 Nov 2015 03:50:12 +0000 (04:50 +0100)]
Added back support for undocummented host:port syntax

9 years agoFixed LOB mem leak reported on gcov. Also fixed unsigend comparison compile warning...
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

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Jakub Zelenka [Sun, 15 Nov 2015 19:13:49 +0000 (19:13 +0000)]
Merge branch 'PHP-5.6' into PHP-7.0

9 years agoUse the same CS for all json tests
Jakub Zelenka [Sun, 15 Nov 2015 19:06:09 +0000 (19:06 +0000)]
Use the same CS for all json tests

9 years agoFixed bug #70917 install-pear-nozlib.phar missing
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.

9 years agoUpdate mime type generator script to keep track of additional mime-types
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

9 years agoAdded support for CSS/JavaScript source maps
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"

9 years agofix test title
Anatol Belski [Sat, 14 Nov 2015 23:03:40 +0000 (00:03 +0100)]
fix test title

c/p mistake :)

9 years agoupdate NEWS
Anatol Belski [Sat, 14 Nov 2015 22:48:40 +0000 (23:48 +0100)]
update NEWS

9 years agoFixed bug #70914 zend_throw_or_error() format string vulnerability
Taoguang Chen [Sat, 14 Nov 2015 22:44:59 +0000 (23:44 +0100)]
Fixed bug #70914 zend_throw_or_error() format string vulnerability

9 years agoUpdate NEWs
Xinchen Hui [Sat, 14 Nov 2015 09:14:36 +0000 (01:14 -0800)]
Update NEWs

9 years agoFixed bug #70910 (extract() breaks variable references)
Xinchen Hui [Sat, 14 Nov 2015 03:39:59 +0000 (19:39 -0800)]
Fixed bug #70910 (extract() breaks variable references)

9 years agoFixed bug #70912 (Null ptr dereference instantiating class with invalid array property)
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)

9 years agoUse distinguishable error messages.
Yasuo Ohgaki [Fri, 13 Nov 2015 12:22:59 +0000 (21:22 +0900)]
Use distinguishable error messages.

9 years agoSKIP on slow debug version PHP
Xinchen Hui [Fri, 13 Nov 2015 06:00:01 +0000 (14:00 +0800)]
SKIP on slow debug version PHP

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
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)

9 years agoFixed 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)

9 years agofixed typo
Anatol Belski [Thu, 12 Nov 2015 12:37:45 +0000 (13:37 +0100)]
fixed typo

9 years agoadd test for bug #70898
Anatol Belski [Thu, 12 Nov 2015 08:28:10 +0000 (09:28 +0100)]
add test for bug #70898

9 years agoAlso protects this one
Xinchen Hui [Thu, 12 Nov 2015 06:51:19 +0000 (14:51 +0800)]
Also protects this one

9 years agoUpdate NEWS
Xinchen Hui [Thu, 12 Nov 2015 06:38:16 +0000 (14:38 +0800)]
Update NEWS

9 years agoRe-fixed #70895
Xinchen Hui [Thu, 12 Nov 2015 06:35:34 +0000 (14:35 +0800)]
Re-fixed #70895

9 years agoRevert "Fixed bug Bug #70895 null ptr deref and segfault"
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.

9 years agoRevert "refix bug #70895"
Xinchen Hui [Thu, 12 Nov 2015 06:33:14 +0000 (14:33 +0800)]
Revert "refix bug #70895"

This reverts commit 93240102e0830802ca1b27ccabd9a899a1de7570.

9 years agoRevert "Fixed bug #70898 (SIGBUS/GPF zend_mm_alloc_small (zend_alloc.c:1291))"
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.

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Xinchen Hui [Thu, 12 Nov 2015 06:20:03 +0000 (14:20 +0800)]
Merge branch 'PHP-5.6' into PHP-7.0

9 years agoFixed bug #70898 (SIGBUS/GPF zend_mm_alloc_small (zend_alloc.c:1291))
Xinchen Hui [Thu, 12 Nov 2015 06:18:02 +0000 (14:18 +0800)]
Fixed bug #70898 (SIGBUS/GPF zend_mm_alloc_small (zend_alloc.c:1291))

Include tail \0

9 years agoUsing default port in ldap_connect when NULL is passed (this was the behavior prior...
Côme Bernigaud [Thu, 12 Nov 2015 06:04:09 +0000 (07:04 +0100)]
Using default port in ldap_connect when NULL is passed (this was the behavior prior to 5.6.11)

Note that passing 0 will also result in default port.

9 years agoupdate NEWS
Anatol Belski [Thu, 12 Nov 2015 00:41:59 +0000 (01:41 +0100)]
update NEWS

9 years agorefix bug #70895
Anatol Belski [Thu, 12 Nov 2015 00:39:02 +0000 (01:39 +0100)]
refix bug #70895

move this code to where it belongs, no behavior change to actual
throwing function, thus retaining compat with old ZPP

9 years agoFixed bug Bug #70895 null ptr deref and segfault
Anatol Belski [Wed, 11 Nov 2015 23:52:36 +0000 (00:52 +0100)]
Fixed bug Bug #70895 null ptr deref and segfault

9 years agofix format macro names in UPGRADING.INTERNALS
Anatol Belski [Wed, 11 Nov 2015 15:32:26 +0000 (16:32 +0100)]
fix format macro names in UPGRADING.INTERNALS

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Ferenc Kovacs [Wed, 11 Nov 2015 13:59:31 +0000 (14:59 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Ensure the test fails

9 years agoEnsure the test fails
Xinchen Hui [Wed, 11 Nov 2015 11:51:33 +0000 (19:51 +0800)]
Ensure the test fails

9 years agoEnsure the test fails
Xinchen Hui [Wed, 11 Nov 2015 11:51:33 +0000 (19:51 +0800)]
Ensure the test fails

9 years agoupdate NEWS, patch for #70249 pulled into RC7
Anatol Belski [Wed, 11 Nov 2015 11:20:18 +0000 (12:20 +0100)]
update NEWS, patch for #70249 pulled into RC7

9 years agoadjust test expectation
Anatol Belski [Tue, 10 Nov 2015 10:06:22 +0000 (11:06 +0100)]
adjust test expectation

9 years agofix test filename and title
Anatol Belski [Tue, 10 Nov 2015 10:01:53 +0000 (11:01 +0100)]
fix test filename and title

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Ferenc Kovacs [Wed, 11 Nov 2015 08:21:32 +0000 (09:21 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  propare for 5.6.16RC1