Nikita Popov
|
8126599670
|
Drop dead abstract method check from zend_call_function()
zend_is_callable() is responsible for doing these kinds of checks
already.
Aldro drop a piece of obsolete commented out code.
|
2017-07-04 21:11:22 +02:00 |
|
Remi Collet
|
1be0563087
|
Merge branch 'PHP-7.1'
* PHP-7.1:
Adapt for 32-bits which fails at different offset (49 vs 38)
|
2017-07-04 20:27:10 +02:00 |
|
Remi Collet
|
1fa8e74d6e
|
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Adapt for 32-bits which fails at different offset (49 vs 38)
|
2017-07-04 20:26:53 +02:00 |
|
Remi Collet
|
4b38feabe7
|
Adapt for 32-bits which fails at different offset (49 vs 38)
|
2017-07-04 20:25:59 +02:00 |
|
Anatol Belski
|
bc5811f361
|
further sync for vim mode lines
|
2017-07-04 18:12:45 +02:00 |
|
Anatol Belski
|
6a3a2bf18e
|
vim folds and mode lines yet
|
2017-07-04 17:06:52 +02:00 |
|
Anatol Belski
|
a0203ea143
|
fix datatype
|
2017-07-04 16:41:29 +02:00 |
|
Anatol Belski
|
8bf7246310
|
Merge branch 'PHP-7.1'
* PHP-7.1:
fix datatype
|
2017-07-04 16:41:05 +02:00 |
|
Anatol Belski
|
41ba98f02d
|
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
fix datatype
|
2017-07-04 16:38:12 +02:00 |
|
Anatol Belski
|
a29264eb8c
|
fix datatype
|
2017-07-04 16:37:17 +02:00 |
|
Anatol Belski
|
bae668ee2a
|
add missing include guards
|
2017-07-04 16:21:45 +02:00 |
|
Anatol Belski
|
a56700043e
|
vim folds and modelines
|
2017-07-04 16:08:48 +02:00 |
|
Dmitry Stogov
|
0965a4ef9f
|
Check for exceptional cases before actual constant evaluation.
|
2017-07-04 16:09:28 +03:00 |
|
Dmitry Stogov
|
6276268b77
|
Separate constants propagation code shatred between "first" and "block" passes into helper functions.
|
2017-07-04 15:10:33 +03:00 |
|
Anatol Belski
|
816669af0c
|
Merge branch 'PHP-7.1'
* PHP-7.1:
[ci skip] sync NEWS
|
2017-07-04 12:15:19 +02:00 |
|
Anatol Belski
|
396c0f7a76
|
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
[ci skip] sync NEWS
|
2017-07-04 12:14:50 +02:00 |
|
Anatol Belski
|
4903f044d3
|
[ci skip] sync NEWS
|
2017-07-04 12:12:51 +02:00 |
|
Remi Collet
|
1605f5b8c4
|
Update NEWS for 7.2.0beta1
|
2017-07-04 11:35:39 +02:00 |
|
Remi Collet
|
8fa1f15e2d
|
Update NEWS for PHP 7.2.0alpha3
|
2017-07-04 11:35:39 +02:00 |
|
Anatol Belski
|
cae6767f8d
|
update NEWS
|
2017-07-04 11:31:35 +02:00 |
|
Anatol Belski
|
ff79b2070f
|
Merge branch 'PHP-7.1'
* PHP-7.1:
update NEWS
update NEWS
|
2017-07-04 11:31:09 +02:00 |
|
Anatol Belski
|
6f78923d1f
|
update NEWS
|
2017-07-04 11:30:30 +02:00 |
|
Anatol Belski
|
04904333fd
|
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
update NEWS
|
2017-07-04 11:29:54 +02:00 |
|
Anatol Belski
|
ce64b82ebb
|
update NEWS
|
2017-07-04 11:29:00 +02:00 |
|
Anatol Belski
|
b28c6515a6
|
Merge branch 'PHP-7.1'
* PHP-7.1:
Fixed bug #74101 and bug #74614
|
2017-07-04 10:44:50 +02:00 |
|
Anatol Belski
|
2dc24005d9
|
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fixed bug #74101 and bug #74614
|
2017-07-04 10:42:48 +02:00 |
|
Nikita Popov
|
d02f953faf
|
Fixed bug #74101 and bug #74614
|
2017-07-04 10:39:41 +02:00 |
|
Dmitry Stogov
|
10dbc0b2e7
|
Compile/optimisation-time constants can't be circular, but in general may be reference-countable. It's better to use zval_ptr_dtor_nogc() to release them.
|
2017-07-04 10:43:34 +03:00 |
|
Dmitry Stogov
|
b685991b44
|
Get rid of old compatibility macros
|
2017-07-04 09:50:57 +03:00 |
|
Dmitry Stogov
|
bfa24e3488
|
Fixed bug #74836 (isset on zero-prefixed numeric indexes in array broken)
|
2017-07-04 07:23:46 +03:00 |
|
Dmitry Stogov
|
02ef5d3803
|
Revert "Avoid run-time checks performed at compile-time."
This reverts commit 8fe47a47cf .
|
2017-07-04 07:15:42 +03:00 |
|
Anatol Belski
|
726f2f7403
|
[ci skip] update NEWS
|
2017-07-03 23:21:38 +02:00 |
|
Anatol Belski
|
8871d2d12e
|
Fixed bug #74849 Process is started as interactive shell in PhpStorm
|
2017-07-03 21:59:31 +02:00 |
|
Dmitry Stogov
|
55cd4e859b
|
Added missed opcodes
|
2017-07-03 21:26:44 +03:00 |
|
Sara Golemon
|
f066f59eab
|
Add NEWS entry and a test for Bug#71412
|
2017-07-02 10:41:38 -04:00 |
|
Tyson Andre
|
96fe07e006
|
Fixes Bug #71412 Incorrect ArrayIterator __construct signature
ArrayIterator doesn't have a getIterator method(), or an iterator setter,
and I don't think it makes sense for it to have one.
|
2017-07-02 10:37:28 -04:00 |
|
Anatol Belski
|
04d7595e58
|
Merge branch 'PHP-7.1'
* PHP-7.1:
yet one C++ compat fix
|
2017-07-01 20:07:05 +02:00 |
|
Anatol Belski
|
9d1575c495
|
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
yet one C++ compat fix
|
2017-07-01 20:06:39 +02:00 |
|
Anatol Belski
|
d0b7eed0c9
|
yet one C++ compat fix
|
2017-07-01 20:05:11 +02:00 |
|
Anatol Belski
|
46ef3e237c
|
Merge branch 'PHP-7.1'
* PHP-7.1:
fix C++ compat
|
2017-07-01 18:39:02 +02:00 |
|
Anatol Belski
|
667185a264
|
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
fix C++ compat
|
2017-07-01 18:38:18 +02:00 |
|
Anatol Belski
|
c71b773a62
|
fix C++ compat
|
2017-07-01 18:36:43 +02:00 |
|
Bob Weinand
|
2304bc2aa2
|
Merge branch 'PHP-7.1'
|
2017-07-01 11:53:00 +02:00 |
|
Bob Weinand
|
af7bfc71fd
|
Merge branch 'PHP-7.0' into PHP-7.1
|
2017-07-01 11:52:41 +02:00 |
|
Bob Weinand
|
e3cc15daf2
|
Fixed bug #74840 (Opcache overwrites argument of GENERATOR_RETURN within finally)
|
2017-07-01 11:52:03 +02:00 |
|
Yasuo Ohgaki
|
a2d766503a
|
Fixed bug #74514 5 session functions incorrectly warn when calling in read-only/getter mode
|
2017-07-01 03:32:54 +09:00 |
|
Richard Fussenegger
|
66e5dc5b9b
|
Fixed ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO macro
The macro was expanding to a wrong macro and thus leads to compile errors upon
usage. Changed it to expand to the correct macro.
|
2017-06-30 13:22:25 +02:00 |
|
Julien Pauli
|
cf7ae70540
|
Merge branch 'PHP-7.1'
* PHP-7.1:
Updated NEWS
Updated NEWS
Fix bug #74832, crash in extension loading
|
2017-06-29 20:25:18 +02:00 |
|
Julien Pauli
|
72f7143295
|
Updated NEWS
|
2017-06-29 20:24:34 +02:00 |
|
Julien Pauli
|
e57fce4d00
|
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Updated NEWS
Fix bug #74832, crash in extension loading
|
2017-06-29 20:24:03 +02:00 |
|