]> granicus.if.org Git - php/log
php
9 years agoMerge branch 'PHP-7.0'
Dmitry Stogov [Thu, 3 Dec 2015 10:40:53 +0000 (13:40 +0300)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed bug #71006 (symbol referencing errors on Sparc/Solaris)

9 years agoFixed bug #71006 (symbol referencing errors on Sparc/Solaris)
Dmitry Stogov [Thu, 3 Dec 2015 10:28:41 +0000 (13:28 +0300)]
Fixed bug #71006 (symbol referencing errors on Sparc/Solaris)

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Thu, 3 Dec 2015 09:56:37 +0000 (10:56 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  remove PHP 5 NEWS entries

9 years agoremove PHP 5 NEWS entries
Anatol Belski [Thu, 3 Dec 2015 09:52:04 +0000 (10:52 +0100)]
remove PHP 5 NEWS entries

9 years agoMerge branch 'master' of git.php.net:php-src
Anatol Belski [Thu, 3 Dec 2015 09:54:51 +0000 (10:54 +0100)]
Merge branch 'master' of git.php.net:php-src

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Thu, 3 Dec 2015 09:54:35 +0000 (10:54 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  remove PHP 5 NEWS entries

9 years agoremove PHP 5 NEWS entries
Anatol Belski [Thu, 3 Dec 2015 09:52:04 +0000 (10:52 +0100)]
remove PHP 5 NEWS entries

9 years agoMerge branch 'PHP-7.0'
Lior Kaplan [Wed, 2 Dec 2015 17:34:13 +0000 (19:34 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  SIZEOF_SIZE_T doesn't exist on AIX, keep using SIZEOF_LONG

9 years agoSIZEOF_SIZE_T doesn't exist on AIX, keep using SIZEOF_LONG
Lior Kaplan [Mon, 23 Nov 2015 17:08:46 +0000 (19:08 +0200)]
SIZEOF_SIZE_T doesn't exist on AIX, keep using SIZEOF_LONG

Follow up for 3689b444

9 years agoAdd a method for checking if the underlying stream is valid.
Andrey Hristov [Tue, 1 Dec 2015 11:52:36 +0000 (12:52 +0100)]
Add a method for checking if the underlying stream is valid.

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Tue, 1 Dec 2015 10:35:00 +0000 (11:35 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  remove older UPGRADING entry, bug #38409 is already fixed in 5.6

9 years agoremove older UPGRADING entry, bug #38409 is already fixed in 5.6
Anatol Belski [Tue, 1 Dec 2015 10:32:52 +0000 (11:32 +0100)]
remove older UPGRADING entry, bug #38409 is already fixed in 5.6

9 years agoMerge branch 'PHP-7.0'
Adam Harvey [Tue, 1 Dec 2015 03:10:04 +0000 (03:10 +0000)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fix bug #71005 (Segfault in php_cli_server_dispatch_router()).

9 years agoFix bug #71005 (Segfault in php_cli_server_dispatch_router()).
Adam Harvey [Tue, 1 Dec 2015 03:09:36 +0000 (03:09 +0000)]
Fix bug #71005 (Segfault in php_cli_server_dispatch_router()).

We didn't initialise the retval variable in
php_cli_server_dispatch_router(); let's now initialise it to be
IS_UNDEF, as the following if condition expects.

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Tue, 1 Dec 2015 02:35:48 +0000 (10:35 +0800)]
Merge branch 'PHP-7.0'

9 years agoFixed bug #70991 (zend_file_cache.c:710: error: array type has incomplete element...
Xinchen Hui [Tue, 1 Dec 2015 02:35:32 +0000 (10:35 +0800)]
Fixed bug #70991 (zend_file_cache.c:710: error: array type has incomplete element type)

9 years agoUpdate random.c
Scott [Wed, 14 Oct 2015 19:16:59 +0000 (15:16 -0400)]
Update random.c

Ref: https://github.com/jedisct1/libsodium/commit/beb826f6fd173cff4473c8b7614033dbd4803500

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Tue, 1 Dec 2015 01:05:20 +0000 (02:05 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  arrange NEWS for final and fix one NEWS mistake

9 years agoarrange NEWS for final and fix one NEWS mistake
Anatol Belski [Tue, 1 Dec 2015 00:58:01 +0000 (01:58 +0100)]
arrange NEWS for final and fix one NEWS mistake

9 years agoMerge branch 'PHP-7.0'
Dmitry Stogov [Mon, 30 Nov 2015 13:54:37 +0000 (16:54 +0300)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed bug #70997 (When using parentClass:: instead of parent::, static context changed)

9 years agoFixed bug #70997 (When using parentClass:: instead of parent::, static context changed)
Dmitry Stogov [Mon, 30 Nov 2015 13:52:57 +0000 (16:52 +0300)]
Fixed bug #70997 (When using parentClass:: instead of parent::, static context changed)

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Mon, 30 Nov 2015 02:50:34 +0000 (10:50 +0800)]
Merge branch 'PHP-7.0'

9 years agoFixed bug #70993 (Array key references break argument processing)
Xinchen Hui [Mon, 30 Nov 2015 02:50:23 +0000 (10:50 +0800)]
Fixed bug #70993 (Array key references break argument processing)

9 years agoMerge branch 'PHP-7.0'
Jakub Zelenka [Sun, 29 Nov 2015 19:31:04 +0000 (19:31 +0000)]
Merge branch 'PHP-7.0'

9 years agoFix typo in php_stream_from_res_no_verify
Jakub Zelenka [Sun, 29 Nov 2015 19:28:25 +0000 (19:28 +0000)]
Fix typo in php_stream_from_res_no_verify

This macro is not used but it's wrong as zend_fetch_resource
accepts only 3 args and just one res index. So obviously
we need to use zend_fetch_resource2 here.

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Sun, 29 Nov 2015 07:48:20 +0000 (23:48 -0800)]
Merge branch 'PHP-7.0'

9 years agoOrder the NEWS
Xinchen Hui [Sun, 29 Nov 2015 07:48:12 +0000 (23:48 -0800)]
Order the NEWS

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Sun, 29 Nov 2015 07:44:06 +0000 (23:44 -0800)]
Merge branch 'PHP-7.0'

9 years agoFixed bug #70931 (Two errors messages are in conflict)
Xinchen Hui [Sun, 29 Nov 2015 07:43:41 +0000 (23:43 -0800)]
Fixed bug #70931 (Two errors messages are in conflict)

9 years agoFixed Bug #70967 (Weird error handling for __toString when Error is thrown)
Xinchen Hui [Sun, 29 Nov 2015 07:38:19 +0000 (23:38 -0800)]
Fixed Bug #70967 (Weird error handling for __toString when Error is thrown)

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Sat, 28 Nov 2015 03:12:37 +0000 (19:12 -0800)]
Merge branch 'PHP-7.0'

9 years agoSpace
Xinchen Hui [Sat, 28 Nov 2015 03:12:26 +0000 (19:12 -0800)]
Space

9 years agoMerge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0
Xinchen Hui [Fri, 27 Nov 2015 15:32:21 +0000 (07:32 -0800)]
Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0

9 years agoMerge branch 'master' of git.php.net:/php-src
Xinchen Hui [Fri, 27 Nov 2015 15:31:53 +0000 (07:31 -0800)]
Merge branch 'master' of git.php.net:/php-src

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Fri, 27 Nov 2015 15:31:19 +0000 (07:31 -0800)]
Merge branch 'PHP-7.0'

9 years agoFixed bug #70977, #70973 (Segmentation fault with opcache.huge_code_pages=1)
Xinchen Hui [Fri, 27 Nov 2015 15:30:37 +0000 (07:30 -0800)]
Fixed bug #70977, #70973 (Segmentation fault with opcache.huge_code_pages=1)

9 years agoMerge branch 'PHP-7.0'
Andrea Faulds [Fri, 27 Nov 2015 15:20:25 +0000 (15:20 +0000)]
Merge branch 'PHP-7.0'

9 years agoSet called_scope in Closure::call (fixes bug #70987)
Andrea Faulds [Fri, 27 Nov 2015 15:06:13 +0000 (15:06 +0000)]
Set called_scope in Closure::call (fixes bug #70987)

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Fri, 27 Nov 2015 07:53:19 +0000 (15:53 +0800)]
Merge branch 'PHP-7.0'

9 years agoFixed bug #70949 (SQL Result Sets With NULL Can Cause Fatal Memory Errors)
Xinchen Hui [Fri, 27 Nov 2015 07:52:55 +0000 (15:52 +0800)]
Fixed bug #70949 (SQL Result Sets With NULL Can Cause Fatal Memory Errors)

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Fri, 27 Nov 2015 03:42:39 +0000 (11:42 +0800)]
Merge branch 'PHP-7.0'

9 years agoFixed test
Xinchen Hui [Fri, 27 Nov 2015 03:42:30 +0000 (11:42 +0800)]
Fixed test

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Fri, 27 Nov 2015 03:33:05 +0000 (11:33 +0800)]
Merge branch 'PHP-7.0'

9 years agoFixed bug #70982 (setStaticPropertyValue behaviors inconsistently with 5.6)
Xinchen Hui [Fri, 27 Nov 2015 03:32:38 +0000 (11:32 +0800)]
Fixed bug #70982 (setStaticPropertyValue behaviors inconsistently with 5.6)

9 years agoMerge branch 'PHP-7.0'
Nikita Popov [Thu, 26 Nov 2015 15:57:11 +0000 (16:57 +0100)]
Merge branch 'PHP-7.0'

9 years agoForbid namespace\int type hint as well
Nikita Popov [Thu, 26 Nov 2015 15:56:08 +0000 (16:56 +0100)]
Forbid namespace\int type hint as well

9 years agoFixed compilation warning
Dmitry Stogov [Thu, 26 Nov 2015 08:27:24 +0000 (11:27 +0300)]
Fixed compilation warning

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Thu, 26 Nov 2015 04:00:37 +0000 (12:00 +0800)]
Merge branch 'PHP-7.0'

9 years agoFixed test
Xinchen Hui [Thu, 26 Nov 2015 04:00:25 +0000 (12:00 +0800)]
Fixed test

9 years agoMerge branch 'PHP-7.0'
Bob Weinand [Wed, 25 Nov 2015 22:10:06 +0000 (23:10 +0100)]
Merge branch 'PHP-7.0'

9 years agoFixed bug causing exception not being thrown immediately into a generator yielding...
Bob Weinand [Wed, 25 Nov 2015 22:09:44 +0000 (23:09 +0100)]
Fixed bug causing exception not being thrown immediately into a generator yielding from an array

9 years agoMerge branch 'PHP-7.0'
Christopher Jones [Wed, 25 Nov 2015 19:53:54 +0000 (06:53 +1100)]
Merge branch 'PHP-7.0'

9 years agoChange line endings: Windows to Unix
Christopher Jones [Wed, 25 Nov 2015 19:51:46 +0000 (06:51 +1100)]
Change line endings: Windows to Unix

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Wed, 25 Nov 2015 16:04:59 +0000 (08:04 -0800)]
Merge branch 'PHP-7.0'

9 years agoFixed NEWs again (not sure why this is messd up twice today)
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)

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Wed, 25 Nov 2015 16:00:50 +0000 (08:00 -0800)]
Merge branch 'PHP-7.0'

9 years agoFixed bug #70970 (Segfault when combining error handler with output buffering)
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

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

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Wed, 25 Nov 2015 12:20:51 +0000 (20:20 +0800)]
Merge branch 'PHP-7.0'

9 years agoZEND_SPACESHIP supports
Xinchen Hui [Wed, 25 Nov 2015 12:20:05 +0000 (20:20 +0800)]
ZEND_SPACESHIP supports

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Wed, 25 Nov 2015 11:15:41 +0000 (19:15 +0800)]
Merge branch 'PHP-7.0'

9 years agoFixed NEWS
Xinchen Hui [Wed, 25 Nov 2015 11:15:33 +0000 (19:15 +0800)]
Fixed NEWS

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

9 years agoMerge branch 'master' of git.php.net:/php-src
Xinchen Hui [Wed, 25 Nov 2015 11:12:04 +0000 (19:12 +0800)]
Merge branch 'master' of git.php.net:/php-src

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Wed, 25 Nov 2015 11:11:40 +0000 (19:11 +0800)]
Merge branch 'PHP-7.0'

9 years agoAlways lower name
Xinchen Hui [Wed, 25 Nov 2015 11:11:22 +0000 (19:11 +0800)]
Always lower name

9 years agoRevert "Improved fix for Fully qualified (leading backslash) type names must fail"
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.

9 years agoMerge branch 'PHP-7.0'
Bob Weinand [Wed, 25 Nov 2015 08:55:59 +0000 (09:55 +0100)]
Merge branch 'PHP-7.0'

9 years agoFixed bug #70965 (yield from with a common iterator primes too much)
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)

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Wed, 25 Nov 2015 04:04:29 +0000 (05:04 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  fix NEWS

9 years agofix NEWS
Anatol Belski [Wed, 25 Nov 2015 04:03:15 +0000 (05:03 +0100)]
fix NEWS

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

9 years agoMerge branch 'master' of git.php.net:/php-src
Xinchen Hui [Wed, 25 Nov 2015 03:41:26 +0000 (11:41 +0800)]
Merge branch 'master' of git.php.net:/php-src

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Wed, 25 Nov 2015 03:41:01 +0000 (11:41 +0800)]
Merge branch 'PHP-7.0'

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 agoMerge branch 'PHP-7.0'
Anatol Belski [Wed, 25 Nov 2015 02:40:55 +0000 (03:40 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  rearrange NEWS for RC8

9 years agorearrange NEWS for RC8
Anatol Belski [Wed, 25 Nov 2015 02:39:28 +0000 (03:39 +0100)]
rearrange NEWS for RC8

9 years agoMerge branch 'PHP-7.0'
Christopher Jones [Wed, 25 Nov 2015 01:44:10 +0000 (12:44 +1100)]
Merge branch 'PHP-7.0'

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 agoMerge branch 'PHP-7.0'
Bob Weinand [Tue, 24 Nov 2015 22:44:17 +0000 (23:44 +0100)]
Merge branch 'PHP-7.0'

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 agoMerge branch 'PHP-7.0'
Bob Weinand [Tue, 24 Nov 2015 20:39:30 +0000 (21:39 +0100)]
Merge branch 'PHP-7.0'

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 agoGive the possibility of the client to pass a factory
Andrey Hristov [Tue, 24 Nov 2015 09:23:22 +0000 (10:23 +0100)]
Give the possibility of the client to pass a factory

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

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 agoMerge branch 'PHP-7.0'
Xinchen Hui [Tue, 24 Nov 2015 03:48:14 +0000 (11:48 +0800)]
Merge branch 'PHP-7.0'

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

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Tue, 24 Nov 2015 03:08:53 +0000 (11:08 +0800)]
Merge branch 'PHP-7.0'

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'
Xinchen Hui [Tue, 24 Nov 2015 03:06:18 +0000 (11:06 +0800)]
Merge branch 'PHP-7.0'

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 agoMerge branch 'PHP-7.0'
Xinchen Hui [Tue, 24 Nov 2015 03:05:13 +0000 (11:05 +0800)]
Merge branch '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 agoMerge branch 'PHP-7.0'
Lior Kaplan [Mon, 23 Nov 2015 17:02:41 +0000 (19:02 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed bug #61751 (SAPI build problem on AIX: Undefined symbol: php_register_internal_extensions)