]>
granicus.if.org Git - php/log
Joe Watkins [Sun, 27 Mar 2016 05:51:03 +0000 (06:51 +0100)]
Merge branch 'PHP-7.0'
* PHP-7.0:
fix #70189 (SAPI sends empty Content-Type when default_mimetype is empty)
Joe Watkins [Sun, 27 Mar 2016 05:50:11 +0000 (06:50 +0100)]
fix #70189 (SAPI sends empty Content-Type when default_mimetype is empty)
Joe Watkins [Sun, 27 Mar 2016 00:04:30 +0000 (00:04 +0000)]
Merge branch 'PHP-7.0'
* PHP-7.0:
my commits are bad, and I feel bad (test for bug #71414)
Joe Watkins [Sat, 26 Mar 2016 23:59:46 +0000 (23:59 +0000)]
my commits are bad, and I feel bad (test for bug #71414)
Bob Weinand [Sat, 26 Mar 2016 23:57:56 +0000 (00:57 +0100)]
Merge remote-tracking branch 'origin/PHP-7.0'
Joe Watkins [Sat, 26 Mar 2016 23:47:31 +0000 (23:47 +0000)]
fix #71414 (Interface method override inherited method and implemented in a trait causes fatal error)
Nikita Popov [Sat, 26 Mar 2016 21:43:58 +0000 (22:43 +0100)]
Fix FETCH_CLASS_SELF comparisons
Turns out those don't form a bitfield.
Nikita Popov [Sat, 26 Mar 2016 00:48:03 +0000 (01:48 +0100)]
Remove some dead defines
Joe Watkins [Sat, 26 Mar 2016 11:08:19 +0000 (11:08 +0000)]
add test for bug
Joe Watkins [Sat, 26 Mar 2016 10:43:56 +0000 (10:43 +0000)]
fix standard object handler for properties when type == BP_VAR_IS
Joe Watkins [Sat, 26 Mar 2016 11:08:19 +0000 (11:08 +0000)]
add test for bug
Joe Watkins [Sat, 26 Mar 2016 10:43:56 +0000 (10:43 +0000)]
fix standard object handler for properties when type == BP_VAR_IS
Nikita Popov [Fri, 25 Mar 2016 20:06:10 +0000 (21:06 +0100)]
Remove HAVE_CRYPT checks
We always provide a crypt implementation. HAVE_CRYPT is only
relevant as to whether the crypt() C function exists.
Nikita Popov [Fri, 25 Mar 2016 19:50:52 +0000 (20:50 +0100)]
Move HAVE_ATTRIBUTE_ALIGNED check outside crypt block
This is checked outside the crypt() implementation as well.
Nikita Popov [Fri, 25 Mar 2016 19:48:34 +0000 (20:48 +0100)]
Remove PHP_*_CRYPT constants
They are always 1.
Nikita Popov [Fri, 25 Mar 2016 19:37:17 +0000 (20:37 +0100)]
Ensure that all crypt() formats are supported
Checks for md5, sha512 and sha256 were missing.
As a result the PHP_*_CRYPT constants are always 1 now.
Nikita Popov [Fri, 25 Mar 2016 19:23:30 +0000 (20:23 +0100)]
Merge branch 'PHP-7.0'
Nikita Popov [Fri, 25 Mar 2016 19:23:04 +0000 (20:23 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0
Conflicts:
ext/standard/crypt.c
Nikita Popov [Fri, 25 Mar 2016 19:18:46 +0000 (20:18 +0100)]
Fixed bug #67512
Nikita Popov [Fri, 25 Mar 2016 18:27:20 +0000 (19:27 +0100)]
Fix assert() in EXT mode
Nikita Popov [Sat, 12 Mar 2016 15:00:04 +0000 (16:00 +0100)]
Evaluate arguments of new for classes without ctor
ML: http://markmail.org/message/4b3mk7jid64zvz34
Nikita Popov [Wed, 23 Mar 2016 18:14:22 +0000 (19:14 +0100)]
Print .0 in phpdbg opcode dumps
Andrea Faulds [Fri, 25 Mar 2016 17:18:42 +0000 (17:18 +0000)]
Allow specifying keys on list() elements
Squashed commit of the following:
commit
0361dbe35616722fbe51b446ab7b43a9ca01f455
Author: Andrea Faulds <ajf@ajf.me>
Date: Fri Mar 25 16:59:20 2016 +0000
UPGRADING and NEWS
commit
dca9d4a36c845bfe4fbcb9db18e184469110ea5a
Author: Andrea Faulds <ajf@ajf.me>
Date: Fri Mar 25 16:45:18 2016 +0000
Add tests contributed by @jesseschalken
commit
e557f77eab692ed8bb18dbdff48777d80b6f6cbd
Author: Andrea Faulds <ajf@ajf.me>
Date: Fri Mar 25 16:44:51 2016 +0000
Rebuild VM
commit
70942e4c3cbb6b4fe6305b27e1e1b2bed78e76df
Author: Andrea Faulds <ajf@ajf.me>
Date: Wed Feb 24 13:12:26 2016 +0000
Add test for evaluation order of nested list() keys
commit
ed3592e80c5231d9e9a95558aa768a42b75bdebc
Author: Andrea Faulds <ajf@ajf.me>
Date: Wed Feb 24 12:42:04 2016 +0000
Add test for evaluation order
commit
589756cbcccbb4702c90b5aa9c091af446058ca1
Author: Andrea Faulds <ajf@ajf.me>
Date: Tue Jan 19 17:29:34 2016 +0000
Allow arbitrary expressions for key
commit
3f622077c32fcd82fcf27a41bd0f22e2552ec4c5
Author: Andrea Faulds <ajf@ajf.me>
Date: Tue Jan 19 17:45:10 2016 +0000
Remove compile-time HANDLE_NUMERIC (see bug #63217)
commit
bab758119aec63289a2c5bef6a5f90a7bc6441a2
Author: Andrea Faulds <ajf@ajf.me>
Date: Sun Jan 17 01:20:26 2016 +0000
Handle numeric strings
commit
14bfe93ddc34d1175bccb42a158be8842c472a9c
Author: Andrea Faulds <ajf@ajf.me>
Date: Sun Jan 17 01:09:36 2016 +0000
Allow trailing comma
commit
f4c8b2cb30fc074b15b5f7aabef5444382403b5d
Author: Andrea Faulds <ajf@ajf.me>
Date: Sat Jan 16 23:47:11 2016 +0000
Add tests
commit
0085884a6176c3a981b53131fbb4fa0c44db2670
Author: Andrea Faulds <ajf@ajf.me>
Date: Sat Jan 16 22:24:23 2016 +0000
Handle non-integer/string opcodes
commit
e572d2d0ada6a64b36a2c6f5e8cb57439f51b55e
Author: Andrea Faulds <ajf@ajf.me>
Date: Sat Jan 16 21:10:33 2016 +0000
Disallow mixing keyed and unkeyed list() elements
commit
cede13ccfe0c486591fa84764271ac1b8cb90d0b
Author: Andrea Faulds <ajf@ajf.me>
Date: Sun Jan 10 20:46:44 2016 +0000
list() with keys (no foreach or tests)
Xinchen Hui [Fri, 25 Mar 2016 04:35:20 +0000 (12:35 +0800)]
Merge branch 'PHP-7.0'
Xinchen Hui [Fri, 25 Mar 2016 04:34:22 +0000 (12:34 +0800)]
Fixed bug #71891 (header_register_callback() and register_shutdown_function())
Actually, this fixed the memleak not the behavior(it is expected
behavior that "shutdown" is not outputed)
Derick Rethans [Thu, 24 Mar 2016 11:09:08 +0000 (11:09 +0000)]
Updated to version 2016.3 (2016c)
Derick Rethans [Thu, 24 Mar 2016 11:09:08 +0000 (11:09 +0000)]
Empty merge
Derick Rethans [Thu, 24 Mar 2016 11:09:07 +0000 (11:09 +0000)]
Updated to version 2016.3 (2016c)
Derick Rethans [Thu, 24 Mar 2016 11:09:06 +0000 (11:09 +0000)]
Empty merge
Derick Rethans [Thu, 24 Mar 2016 11:09:05 +0000 (11:09 +0000)]
Updated to version 2016.3 (2016c)
Anatol Belski [Wed, 23 Mar 2016 11:32:54 +0000 (12:32 +0100)]
Merge branch 'PHP-7.0'
* PHP-7.0:
update NEWS
Anatol Belski [Wed, 23 Mar 2016 11:32:16 +0000 (12:32 +0100)]
update NEWS
Xinchen Hui [Wed, 23 Mar 2016 08:16:47 +0000 (16:16 +0800)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Fixed Bug #71884 (Null pointer deref (segfault) in stream_context_get_default)
Xinchen Hui [Wed, 23 Mar 2016 08:16:26 +0000 (16:16 +0800)]
Fixed Bug #71884 (Null pointer deref (segfault) in stream_context_get_default)
Dmitry Stogov [Tue, 22 Mar 2016 21:46:48 +0000 (00:46 +0300)]
Fixed possible memory leak.
Dmitry Stogov [Tue, 22 Mar 2016 20:57:26 +0000 (23:57 +0300)]
Convert ASSIGN_ADD $a, $b into $a = ADD $a, $b, if possible.
Anatol Belski [Tue, 22 Mar 2016 20:48:11 +0000 (21:48 +0100)]
Merge branch 'PHP-7.0'
* PHP-7.0:
if there's no JIT support, no RINIT is really needed
Disable huge pages in the Zend allocator by default As per the discussion on internals, this is an expert feature that needs special system-level configuration and care.
Anatol Belski [Tue, 22 Mar 2016 20:41:35 +0000 (21:41 +0100)]
if there's no JIT support, no RINIT is really needed
Dmitry Stogov [Tue, 22 Mar 2016 19:50:43 +0000 (22:50 +0300)]
Convert ASSIGN_ADD $cv, int(1) into PRE_INC $cv, if it's safe.
Rasmus Lerdorf [Tue, 22 Mar 2016 15:04:53 +0000 (08:04 -0700)]
Disable huge pages in the Zend allocator by default
As per the discussion on internals, this is an expert feature
that needs special system-level configuration and care.
Matt Ficken [Tue, 22 Mar 2016 04:09:32 +0000 (21:09 -0700)]
bug #71478 implementing feature request
Xinchen Hui [Tue, 22 Mar 2016 03:28:45 +0000 (11:28 +0800)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Update test script
Xinchen Hui [Tue, 22 Mar 2016 03:28:19 +0000 (11:28 +0800)]
Update test script
Nikita Popov [Mon, 21 Mar 2016 21:50:03 +0000 (22:50 +0100)]
Merge branch 'PHP-7.0'
Nikita Popov [Mon, 21 Mar 2016 21:49:18 +0000 (22:49 +0100)]
Fixed bug #71871
Anatol Belski [Mon, 21 Mar 2016 18:00:10 +0000 (19:00 +0100)]
Merge branch 'PHP-7.0'
* PHP-7.0:
decrease the default PCRE JIT stack to 64K
Anatol Belski [Mon, 21 Mar 2016 17:59:39 +0000 (18:59 +0100)]
decrease the default PCRE JIT stack to 64K
Anatol Belski [Mon, 21 Mar 2016 17:32:50 +0000 (18:32 +0100)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Increase PCRE JIT stack size
Anatol Belski [Mon, 21 Mar 2016 16:15:44 +0000 (17:15 +0100)]
Increase PCRE JIT stack size
It is done by implementing the custom stack usage. This makes the
JIT with mode on more compatible with the JIT mode off. Until now, the
default PCRE JIT stack was used which is 32kb big by default. There
are situations where some patterns would fail with JIT while working
correctly without JIT.
The starting size of the JIT stack is still set to 32kb, while the
max is set to the permissive 256kb (and can be increased up to 1mb).
As until now no suchlike bugs regarding JIT were reported, it is expected,
that the stack usage will stay by 32kb in most cases. Though providing
the custom stack, applications will have more room for some sporadic
stack increase, thus more compatibility.
Julien Pauli [Mon, 21 Mar 2016 14:40:50 +0000 (15:40 +0100)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Updated NEWS
Updated NEWS
Reworked Fix bug #52098
Fix bug #52098
Julien Pauli [Mon, 21 Mar 2016 14:40:01 +0000 (15:40 +0100)]
Updated NEWS
Julien Pauli [Mon, 21 Mar 2016 14:32:52 +0000 (15:32 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
Updated NEWS
Reworked Fix bug #52098
Fix bug #52098
Conflicts:
ext/pdo/pdo_dbh.c
ext/pdo/pdo_stmt.c
Julien Pauli [Mon, 21 Mar 2016 14:26:21 +0000 (15:26 +0100)]
Updated NEWS
Julien Pauli [Mon, 21 Mar 2016 14:23:18 +0000 (15:23 +0100)]
Reworked Fix bug #52098
Daniel Persson [Sat, 26 Sep 2015 10:43:40 +0000 (12:43 +0200)]
Fix bug #52098
Xinchen Hui [Mon, 21 Mar 2016 11:20:11 +0000 (19:20 +0800)]
Merge branch 'PHP-7.0'
* PHP-7.0:
array_dup should not copy the nApplyCount
Also protects object to array cast
Xinchen Hui [Mon, 21 Mar 2016 11:19:05 +0000 (19:19 +0800)]
array_dup should not copy the nApplyCount
Xinchen Hui [Mon, 21 Mar 2016 11:12:50 +0000 (19:12 +0800)]
Also protects object to array cast
Dmitry Stogov [Mon, 21 Mar 2016 10:03:30 +0000 (13:03 +0300)]
Avoid data bypass delays between integer and floating point execution units on x86 CPUs.
Xinchen Hui [Mon, 21 Mar 2016 08:44:42 +0000 (16:44 +0800)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Update NEWS
Update NEWS for
efacdc3
FIX #71831: CURLOPT_NOPROXY applied as long instead of string
Xinchen Hui [Mon, 21 Mar 2016 08:44:30 +0000 (16:44 +0800)]
Update NEWS
Xinchen Hui [Mon, 21 Mar 2016 08:43:55 +0000 (16:43 +0800)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
Update NEWS for
efacdc3
FIX #71831: CURLOPT_NOPROXY applied as long instead of string
Xinchen Hui [Mon, 21 Mar 2016 08:43:30 +0000 (16:43 +0800)]
Xinchen Hui [Mon, 21 Mar 2016 08:39:22 +0000 (16:39 +0800)]
Merge branch 'PHP-5.6' of https://github.com/msierks/php-src into PHP-5.6
* 'PHP-5.6' of https://github.com/msierks/php-src:
FIX #71831: CURLOPT_NOPROXY applied as long instead of string
Xinchen Hui [Mon, 21 Mar 2016 08:22:02 +0000 (16:22 +0800)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Fix bug #71835 (json_encode sometimes incorrectly detects recursion with JsonSerializable)
Xinchen Hui [Mon, 21 Mar 2016 08:03:16 +0000 (16:03 +0800)]
Merge branch 'bug71835' of https://github.com/bukka/php-src into PHP-7.0
* 'bug71835' of https://github.com/bukka/php-src:
Fix bug #71835 (json_encode sometimes incorrectly detects recursion with JsonSerializable)
Stanislav Malyshev [Mon, 21 Mar 2016 05:51:12 +0000 (22:51 -0700)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Fix bug #71750: use zend_string_safe_alloc for calculated allocations
Fix bug #71735: Double-free in SplDoublyLinkedList::offsetSet
Stanislav Malyshev [Mon, 21 Mar 2016 05:39:17 +0000 (22:39 -0700)]
Fix bug #71750: use zend_string_safe_alloc for calculated allocations
Stanislav Malyshev [Mon, 21 Mar 2016 05:29:08 +0000 (22:29 -0700)]
Fix bug #71735: Double-free in SplDoublyLinkedList::offsetSet
Nikita Popov [Sun, 20 Mar 2016 17:18:14 +0000 (18:18 +0100)]
Merge branch 'PHP-7.0'
Nikita Popov [Sun, 20 Mar 2016 17:17:44 +0000 (18:17 +0100)]
Fixed bug #62059
Nikita Popov [Sun, 20 Mar 2016 16:48:22 +0000 (17:48 +0100)]
Merge branch 'PHP-7.0'
Nikita Popov [Sun, 20 Mar 2016 16:48:06 +0000 (17:48 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0
Conflicts:
ext/spl/spl_observer.c
Nikita Popov [Sun, 20 Mar 2016 16:46:12 +0000 (17:46 +0100)]
Fixed bug #67582
Jakub Zelenka [Sun, 20 Mar 2016 15:53:57 +0000 (15:53 +0000)]
Fix bug #71835 (json_encode sometimes incorrectly detects recursion with JsonSerializable)
Nikita Popov [Sun, 20 Mar 2016 12:52:00 +0000 (13:52 +0100)]
Merge branch 'PHP-7.0'
Nikita Popov [Sun, 20 Mar 2016 12:33:00 +0000 (13:33 +0100)]
Fixed bug #71731
The read_dimension() handler in BP_VAR_IS mode will now call
offsetExists() before caling offsetGet(). This has always been a
problem, however recently the issue has been exacerbated, because
the null-coalesce operator ?? makes it visible for non-nested
array accesses.
Also fixes #69659.
Nikita Popov [Sun, 20 Mar 2016 11:58:58 +0000 (12:58 +0100)]
Fix use of UNDEF instead of NULL in read_dimension
Xinchen Hui [Sun, 20 Mar 2016 11:55:11 +0000 (04:55 -0700)]
Merge branch 'PHP-7.0'
Xinchen Hui [Sun, 20 Mar 2016 11:52:57 +0000 (04:52 -0700)]
Fixed Bug #71859 (zend_objects_store_call_destructors operates on realloced memory, crashing)
Nikita Popov [Sun, 20 Mar 2016 00:34:56 +0000 (01:34 +0100)]
Fix broken merge
Nikita Popov [Sat, 19 Mar 2016 17:12:03 +0000 (18:12 +0100)]
Drop some dead defines
Andrea Faulds [Sun, 20 Mar 2016 00:15:39 +0000 (00:15 +0000)]
Replace php_math_is_finite with zend_finite
Nikita Popov [Fri, 18 Mar 2016 19:29:09 +0000 (20:29 +0100)]
Merge branch 'PHP-7.0'
Nikita Popov [Fri, 18 Mar 2016 19:26:24 +0000 (20:26 +0100)]
Fixed bug #52339
Autoloader 101: Don't throw if you fail. PHP will throw for you.
Nikita Popov [Fri, 18 Mar 2016 19:00:19 +0000 (20:00 +0100)]
Merge branch 'PHP-7.0'
Nikita Popov [Fri, 18 Mar 2016 18:59:08 +0000 (19:59 +0100)]
Add extra ArrayObject::sort() test
Nikita Popov [Fri, 18 Mar 2016 18:58:52 +0000 (19:58 +0100)]
Fix bug #71838
Nikita Popov [Fri, 18 Mar 2016 18:31:43 +0000 (19:31 +0100)]
Merge branch 'PHP-7.0'
Nikita Popov [Fri, 18 Mar 2016 18:30:29 +0000 (19:30 +0100)]
Fix ZEND_DEBUG condition
Michael Sierks [Fri, 18 Mar 2016 12:29:01 +0000 (07:29 -0500)]
FIX #71831: CURLOPT_NOPROXY applied as long instead of string
The CURLOPT_NOPROXY option value is converted to a long before
being applied as a curl option. This causes the option to have
no effect. This patch changes this conversion to a string.
Xinchen Hui [Fri, 18 Mar 2016 08:02:32 +0000 (16:02 +0800)]
Unused var
Dmitry Stogov [Fri, 18 Mar 2016 07:28:30 +0000 (10:28 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
typo
Dmitry Stogov [Fri, 18 Mar 2016 07:27:46 +0000 (10:27 +0300)]
typo
Dmitry Stogov [Fri, 18 Mar 2016 07:26:41 +0000 (10:26 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
typo
Dmitry Stogov [Fri, 18 Mar 2016 07:25:48 +0000 (10:25 +0300)]
typo
Xinchen Hui [Fri, 18 Mar 2016 03:55:06 +0000 (11:55 +0800)]
Merge branch 'typo-in-UPGRADING-doc' of https://github.com/drbyte/php-src
* 'typo-in-UPGRADING-doc' of https://github.com/drbyte/php-src:
Small typo in UPGRADING doc
Xinchen Hui [Fri, 18 Mar 2016 03:50:38 +0000 (11:50 +0800)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Fixed pdo_stmt.c: zval* being passed into zend_parse_parameters_ex
Xinchen Hui [Fri, 18 Mar 2016 03:50:03 +0000 (11:50 +0800)]
Fixed pdo_stmt.c: zval* being passed into zend_parse_parameters_ex
Dmitry Stogov [Thu, 17 Mar 2016 19:44:23 +0000 (22:44 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Added ability to disable huge pages in Zend Memeory Manager through the environment variable USE_ZEND_ALLOC_HUGE_PAGES=0.