]> granicus.if.org Git - php/log
php
9 years agoMerge branch 'PHP-7.0'
Dmitry Stogov [Wed, 2 Mar 2016 08:54:44 +0000 (11:54 +0300)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Introduce zend_symtable_exists_ind() for API consistency

9 years agoIntroduce zend_symtable_exists_ind() for API consistency
Dmitry Stogov [Wed, 2 Mar 2016 08:53:47 +0000 (11:53 +0300)]
Introduce zend_symtable_exists_ind() for API consistency

9 years agoMerge branch 'PHP-7.0'
Stanislav Malyshev [Wed, 2 Mar 2016 08:03:09 +0000 (00:03 -0800)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  fix wddx merge

9 years agofix wddx merge
Stanislav Malyshev [Wed, 2 Mar 2016 08:02:33 +0000 (00:02 -0800)]
fix wddx merge

9 years agoMerge branch 'PHP-7.0'
Stanislav Malyshev [Wed, 2 Mar 2016 07:11:42 +0000 (23:11 -0800)]
Merge branch 'PHP-7.0'

* PHP-7.0: (25 commits)
  Update NEWS
  update NEWS
  fix test file
  Fix version
  update NEWS
  Update NEWS
  Fix bug #71610: Type Confusion Vulnerability - SOAP / make_http_soap_request()
  Fix bug #71637: Multiple Heap Overflow due to integer overflows
  extend check for add_flag
  Fixed another segfault with file_cache_only now
  set version
  fix nmake clean in phpize mode
  Fixed segfault with file_cache_only
  Fixed possible crash at PCRE on MSHUTDOWN
  Fixed more synchronisation issues during SHM reload
  Set proper type flags (REFCOUNTED and COPYABLE) according to interned or regular string
  sync with improvements in NEWS
  Fixed process synchronisation problem, that may cause crashes after opcache restart
  Fix bug #71610: Type Confusion Vulnerability - SOAP / make_http_soap_request()
  Fix bug #71637: Multiple Heap Overflow due to integer overflows
  ...

9 years agoUpdate NEWS
Stanislav Malyshev [Wed, 2 Mar 2016 07:09:47 +0000 (23:09 -0800)]
Update NEWS

9 years agoMerge branch 'PHP-7.0.4' into PHP-7.0
Stanislav Malyshev [Wed, 2 Mar 2016 07:08:19 +0000 (23:08 -0800)]
Merge branch 'PHP-7.0.4' into PHP-7.0

* PHP-7.0.4: (21 commits)
  update NEWS
  fix test file
  Fix version
  update NEWS
  Update NEWS
  Fix bug #71610: Type Confusion Vulnerability - SOAP / make_http_soap_request()
  Fix bug #71637: Multiple Heap Overflow due to integer overflows
  extend check for add_flag
  Fixed another segfault with file_cache_only now
  set version
  fix nmake clean in phpize mode
  Fixed segfault with file_cache_only
  Fixed possible crash at PCRE on MSHUTDOWN
  Fixed more synchronisation issues during SHM reload
  Set proper type flags (REFCOUNTED and COPYABLE) according to interned or regular string
  sync with improvements in NEWS
  Fixed process synchronisation problem, that may cause crashes after opcache restart
  Fix bug #71498: Out-of-Bound Read in phar_parse_zipfile()
  fix ts buld
  prep for 5.6.19RC1
  ...

Conflicts:
configure.in
main/php_version.h

9 years agoMerge branch 'PHP-7.0' of git.php.net:php-src into PHP-7.0
Stanislav Malyshev [Wed, 2 Mar 2016 07:07:49 +0000 (23:07 -0800)]
Merge branch 'PHP-7.0' of git.php.net:php-src into PHP-7.0

* 'PHP-7.0' of git.php.net:php-src:
  limit size of result set so unit test runs reliably

9 years agoupdate NEWS
Stanislav Malyshev [Wed, 2 Mar 2016 07:07:32 +0000 (23:07 -0800)]
update NEWS

9 years agoMerge branch 'PHP-5.6.19' into PHP-7.0.4
Stanislav Malyshev [Wed, 2 Mar 2016 07:01:48 +0000 (23:01 -0800)]
Merge branch 'PHP-5.6.19' into PHP-7.0.4

* PHP-5.6.19:
  fix test file
  Fix version
  update NEWS
  Update NEWS
  Fix bug #71498: Out-of-Bound Read in phar_parse_zipfile()
  fix ts buld
  prep for 5.6.19RC1
  5.6.20 is next
  Fixed bug #71587 - Use-After-Free / Double-Free in WDDX Deserialize

Conflicts:
configure.in
ext/wddx/wddx.c
main/php_version.h

9 years agoMerge branch 'PHP-5.5' into PHP-5.6.19
Stanislav Malyshev [Wed, 2 Mar 2016 06:55:49 +0000 (22:55 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6.19

* PHP-5.5:
  fix test file
  Fix version
  Update NEWS

9 years agofix test file
Stanislav Malyshev [Wed, 2 Mar 2016 06:55:02 +0000 (22:55 -0800)]
fix test file

9 years agoFix version
Stanislav Malyshev [Wed, 2 Mar 2016 06:47:27 +0000 (22:47 -0800)]
Fix version

9 years agoupdate NEWS
Stanislav Malyshev [Wed, 2 Mar 2016 06:41:10 +0000 (22:41 -0800)]
update NEWS

9 years agoMerge branch 'PHP-5.5.33' into PHP-5.6.19
Stanislav Malyshev [Wed, 2 Mar 2016 06:40:00 +0000 (22:40 -0800)]
Merge branch 'PHP-5.5.33' into PHP-5.6.19

* PHP-5.5.33:
  Fix bug #71498: Out-of-Bound Read in phar_parse_zipfile()
  Fixed bug #71587 - Use-After-Free / Double-Free in WDDX Deserialize

9 years agoUpdate NEWS
Stanislav Malyshev [Wed, 2 Mar 2016 06:37:23 +0000 (22:37 -0800)]
Update NEWS

9 years agoFix bug #71610: Type Confusion Vulnerability - SOAP / make_http_soap_request()
Stanislav Malyshev [Mon, 22 Feb 2016 07:45:57 +0000 (23:45 -0800)]
Fix bug #71610: Type Confusion Vulnerability - SOAP / make_http_soap_request()

9 years agoFix bug #71637: Multiple Heap Overflow due to integer overflows
Stanislav Malyshev [Mon, 22 Feb 2016 07:14:29 +0000 (23:14 -0800)]
Fix bug #71637: Multiple Heap Overflow due to integer overflows

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Wed, 2 Mar 2016 06:27:20 +0000 (14:27 +0800)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  limit size of result set so unit test runs reliably

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Xinchen Hui [Wed, 2 Mar 2016 06:27:09 +0000 (14:27 +0800)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  limit size of result set so unit test runs reliably

9 years agoMerge branch 'PHP-5.6-bug_69757' of https://github.com/wayfair/php-src into PHP-5.6
Xinchen Hui [Wed, 2 Mar 2016 06:26:34 +0000 (14:26 +0800)]
Merge branch 'PHP-5.6-bug_69757' of https://github.com/wayfair/php-src into PHP-5.6

* 'PHP-5.6-bug_69757' of https://github.com/wayfair/php-src:
  limit size of result set so unit test runs reliably

9 years agoMerge branch 'PHP-7.0.4' into PHP-7.0
Stanislav Malyshev [Wed, 2 Mar 2016 06:22:47 +0000 (22:22 -0800)]
Merge branch 'PHP-7.0.4' into PHP-7.0

* PHP-7.0.4:
  Fix bug #71610: Type Confusion Vulnerability - SOAP / make_http_soap_request()
  Fix bug #71637: Multiple Heap Overflow due to integer overflows
  set versions

Conflicts:
configure.in
main/php_version.h

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Wed, 2 Mar 2016 04:31:30 +0000 (12:31 +0800)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed test ext/readline/tests/readline_read_history_error_001.phpt

9 years agoFixed test ext/readline/tests/readline_read_history_error_001.phpt
Xinchen Hui [Wed, 2 Mar 2016 04:29:15 +0000 (12:29 +0800)]
Fixed test ext/readline/tests/readline_read_history_error_001.phpt

This only pass with libedit

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Wed, 2 Mar 2016 04:12:12 +0000 (12:12 +0800)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Use hash_exists_ind in symbol table

9 years agoUse hash_exists_ind in symbol table
Xinchen Hui [Wed, 2 Mar 2016 04:11:13 +0000 (12:11 +0800)]
Use hash_exists_ind in symbol table

9 years agoMerge branch 'PHP-7.0'
Nikita Popov [Tue, 1 Mar 2016 23:38:33 +0000 (00:38 +0100)]
Merge branch 'PHP-7.0'

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Nikita Popov [Tue, 1 Mar 2016 23:37:40 +0000 (00:37 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

9 years agoFix intermittent failure of bug_68819_002.phpt
Nikita Popov [Tue, 1 Mar 2016 23:34:36 +0000 (00:34 +0100)]
Fix intermittent failure of bug_68819_002.phpt

The test used rand(32, 127) to select the character, however
chr(127) results in "data" instead of the expected result, so this
test would fail in something like 1% of the runs.

Replace rand() with fixed character "a".

9 years agoMerge branch 'PHP-7.0'
Nikita Popov [Tue, 1 Mar 2016 22:33:05 +0000 (23:33 +0100)]
Merge branch 'PHP-7.0'

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Nikita Popov [Tue, 1 Mar 2016 22:32:24 +0000 (23:32 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

9 years agoFix bug #71694
mpyw [Tue, 1 Mar 2016 06:30:04 +0000 (15:30 +0900)]
Fix bug #71694

Exports contants CURLM_ADDED_ALREADY.

9 years agolimit size of result set so unit test runs reliably
Adam Baratz [Tue, 1 Mar 2016 22:15:07 +0000 (17:15 -0500)]
limit size of result set so unit test runs reliably

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Tue, 1 Mar 2016 12:01:19 +0000 (20:01 +0800)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Maybe we should introduce a symtable_exists_ind

9 years agoMaybe we should introduce a symtable_exists_ind
Xinchen Hui [Tue, 1 Mar 2016 12:01:02 +0000 (20:01 +0800)]
Maybe we should introduce a symtable_exists_ind

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Tue, 1 Mar 2016 11:21:16 +0000 (19:21 +0800)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed bug #71695 (Global variables are reserved before execution).

9 years agoMerge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0
Xinchen Hui [Tue, 1 Mar 2016 11:20:57 +0000 (19:20 +0800)]
Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0

* 'PHP-7.0' of git.php.net:/php-src:
  remove unused vars
  fix possible pointer truncation on win64
  Updated NEWS
  extend check for add_flag
  LDAP - Added support to change the certificates verification

9 years agoFixed bug #71695 (Global variables are reserved before execution).
Xinchen Hui [Tue, 1 Mar 2016 11:19:07 +0000 (19:19 +0800)]
Fixed bug #71695 (Global variables are reserved before execution).

Instead of slow down hash_merge, we may also check the array(whether it
contains INDIRECT) outside of the loop, however, consisdering hash_merge
is not widly used, I prefer fix this in the current way to keep the
codes simple

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Tue, 1 Mar 2016 10:10:31 +0000 (11:10 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  remove unused vars
  fix possible pointer truncation on win64

9 years agoremove unused vars
Anatol Belski [Tue, 1 Mar 2016 09:52:49 +0000 (10:52 +0100)]
remove unused vars

9 years agofix possible pointer truncation on win64
Anatol Belski [Tue, 1 Mar 2016 09:51:55 +0000 (10:51 +0100)]
fix possible pointer truncation on win64

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Tue, 1 Mar 2016 09:15:13 +0000 (10:15 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Updated NEWS

9 years agoUpdated NEWS
Côme Bernigaud [Tue, 1 Mar 2016 08:55:24 +0000 (09:55 +0100)]
Updated NEWS

9 years agoextend check for add_flag
Anatol Belski [Tue, 1 Mar 2016 08:35:00 +0000 (09:35 +0100)]
extend check for add_flag

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Tue, 1 Mar 2016 08:36:36 +0000 (09:36 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  extend check for add_flag

9 years agoextend check for add_flag
Anatol Belski [Tue, 1 Mar 2016 08:35:00 +0000 (09:35 +0100)]
extend check for add_flag

9 years agoFixed another segfault with file_cache_only now
Xinchen Hui [Tue, 1 Mar 2016 02:50:56 +0000 (10:50 +0800)]
Fixed another segfault with file_cache_only now

9 years agoMerge branch 'PHP-7.0'
Côme Bernigaud [Tue, 1 Mar 2016 04:00:16 +0000 (05:00 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  LDAP - Added support to change the certificates verification

9 years agoLDAP - Added support to change the certificates verification
Edwin Hoksberg [Tue, 16 Feb 2016 08:39:58 +0000 (09:39 +0100)]
LDAP - Added support to change the certificates verification

9 years agoMerge branch 'master' of git.php.net:/php-src
Xinchen Hui [Tue, 1 Mar 2016 02:51:52 +0000 (10:51 +0800)]
Merge branch 'master' of git.php.net:/php-src

* 'master' of git.php.net:/php-src:

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Tue, 1 Mar 2016 02:51:36 +0000 (10:51 +0800)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed another segfault with file_cache_only now
  Fixed bugs #71317 and #71504
  add test for bug #68957
  update NEWS
  update NEWS
  Fixed #54648 PDO::MSSQL forces format of datetime fields
  remove unneeded free parts
  fix leaks and add one more NULL check
  add NULL check
  fix C89 compat
  fix arg type
  fix nmake clean in phpize mode

9 years agoFixed another segfault with file_cache_only now
Xinchen Hui [Tue, 1 Mar 2016 02:50:56 +0000 (10:50 +0800)]
Fixed another segfault with file_cache_only now

9 years agoMerge branch 'PHP-7.0'
Nikita Popov [Mon, 29 Feb 2016 21:44:58 +0000 (22:44 +0100)]
Merge branch 'PHP-7.0'

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Nikita Popov [Mon, 29 Feb 2016 21:44:06 +0000 (22:44 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

Conflicts:
ext/phar/tar.c

9 years agoFixed bugs #71317 and #71504
Jos Elstgeest [Tue, 2 Feb 2016 23:24:06 +0000 (00:24 +0100)]
Fixed bugs #71317 and #71504

If there are duplicate filenames in tar, the last one wins.

9 years agoset version
Anatol Belski [Mon, 29 Feb 2016 19:44:00 +0000 (20:44 +0100)]
set version

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Mon, 29 Feb 2016 17:44:36 +0000 (18:44 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  add test for bug #68957

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Anatol Belski [Mon, 29 Feb 2016 17:44:15 +0000 (18:44 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  add test for bug #68957

9 years agoadd test for bug #68957
Anatol Belski [Mon, 29 Feb 2016 17:43:03 +0000 (18:43 +0100)]
add test for bug #68957

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Mon, 29 Feb 2016 17:27:08 +0000 (18:27 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  update NEWS
  update NEWS

9 years agoupdate NEWS
Anatol Belski [Mon, 29 Feb 2016 17:26:48 +0000 (18:26 +0100)]
update NEWS

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Anatol Belski [Mon, 29 Feb 2016 17:26:08 +0000 (18:26 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  update NEWS

9 years agoupdate NEWS
Anatol Belski [Mon, 29 Feb 2016 17:25:16 +0000 (18:25 +0100)]
update NEWS

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Mon, 29 Feb 2016 16:08:13 +0000 (17:08 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed #54648 PDO::MSSQL forces format of datetime fields

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Anatol Belski [Mon, 29 Feb 2016 16:07:05 +0000 (17:07 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Fixed #54648 PDO::MSSQL forces format of datetime fields

9 years agoFixed #54648 PDO::MSSQL forces format of datetime fields
Anatol Belski [Mon, 29 Feb 2016 16:04:49 +0000 (17:04 +0100)]
Fixed #54648 PDO::MSSQL forces format of datetime fields

adopted patch by steven dot lambeth at gmx dot de

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Mon, 29 Feb 2016 15:31:00 +0000 (16:31 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  remove unneeded free parts

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Anatol Belski [Mon, 29 Feb 2016 15:30:33 +0000 (16:30 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  remove unneeded free parts

9 years agoremove unneeded free parts
Anatol Belski [Mon, 29 Feb 2016 15:26:46 +0000 (16:26 +0100)]
remove unneeded free parts

See bug #71667, free_statement already does the job

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Mon, 29 Feb 2016 14:49:28 +0000 (15:49 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  fix leaks and add one more NULL check
  add NULL check
  fix C89 compat
  fix arg type

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Anatol Belski [Mon, 29 Feb 2016 14:48:51 +0000 (15:48 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  fix leaks and add one more NULL check
  add NULL check
  fix C89 compat
  fix arg type

9 years agofix leaks and add one more NULL check
Anatol Belski [Mon, 29 Feb 2016 14:38:42 +0000 (15:38 +0100)]
fix leaks and add one more NULL check

9 years agoadd NULL check
Anatol Belski [Mon, 29 Feb 2016 14:26:57 +0000 (15:26 +0100)]
add NULL check

9 years agofix C89 compat
Anatol Belski [Mon, 29 Feb 2016 14:24:31 +0000 (15:24 +0100)]
fix C89 compat

9 years agofix arg type
Anatol Belski [Mon, 29 Feb 2016 14:23:53 +0000 (15:23 +0100)]
fix arg type

9 years agofix nmake clean in phpize mode
Anatol Belski [Mon, 29 Feb 2016 09:58:56 +0000 (10:58 +0100)]
fix nmake clean in phpize mode

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Mon, 29 Feb 2016 13:48:28 +0000 (14:48 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  fix nmake clean in phpize mode

9 years agofix nmake clean in phpize mode
Anatol Belski [Mon, 29 Feb 2016 09:58:56 +0000 (10:58 +0100)]
fix nmake clean in phpize mode

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Mon, 29 Feb 2016 07:19:46 +0000 (15:19 +0800)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  The test self should be fixed(maybe relates to env?)

9 years agoThe test self should be fixed(maybe relates to env?)
Xinchen Hui [Mon, 29 Feb 2016 07:19:18 +0000 (15:19 +0800)]
The test self should be fixed(maybe relates to env?)

Revert "Fixed test ext/readline/tests/readline_read_history_error_001.phpt"

This reverts commit 69e26f9f8fb444fab29bba0fc99fab0cf6f80dd4.

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Mon, 29 Feb 2016 07:10:23 +0000 (15:10 +0800)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Revert "Fixed test ext/readline/tests/readline_read_history_error_001.phpt"

9 years agoRevert "Fixed test ext/readline/tests/readline_read_history_error_001.phpt"
Xinchen Hui [Mon, 29 Feb 2016 07:10:17 +0000 (15:10 +0800)]
Revert "Fixed test ext/readline/tests/readline_read_history_error_001.phpt"

This reverts commit 69e26f9f8fb444fab29bba0fc99fab0cf6f80dd4.

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Mon, 29 Feb 2016 07:08:11 +0000 (15:08 +0800)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed test ext/readline/tests/readline_read_history_error_001.phpt

9 years agoMerge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0
Xinchen Hui [Mon, 29 Feb 2016 07:07:38 +0000 (15:07 +0800)]
Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0

* 'PHP-7.0' of git.php.net:/php-src:
  test fixes
  update NEWS
  Fix bug #71536 Access Violation crashes php-cgi.exe

9 years agoFixed test ext/readline/tests/readline_read_history_error_001.phpt
Xinchen Hui [Mon, 29 Feb 2016 07:07:19 +0000 (15:07 +0800)]
Fixed test ext/readline/tests/readline_read_history_error_001.phpt

9 years agoVarious SSA-related tweaks
Nikita Popov [Sat, 27 Feb 2016 17:51:53 +0000 (18:51 +0100)]
Various SSA-related tweaks

* Add FETCH_LIST to inference
* Restrict JMP_SET/COALESCE result type
* Fix typos in range inference
* Add const annotations in zend_ssa.h
* For pi statements dump the associated predecessor block
* If type can be both true and false, dump bool instead

9 years agoFixed segfault with file_cache_only
Xinchen Hui [Sun, 28 Feb 2016 03:50:06 +0000 (11:50 +0800)]
Fixed segfault with file_cache_only

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Sun, 28 Feb 2016 10:53:55 +0000 (11:53 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  test fixes

9 years agotest fixes
Anatol Belski [Sun, 28 Feb 2016 10:53:21 +0000 (11:53 +0100)]
test fixes

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Sun, 28 Feb 2016 10:07:32 +0000 (11:07 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  update NEWS
  Fix bug #71536 Access Violation crashes php-cgi.exe

9 years agoupdate NEWS
Anatol Belski [Sun, 28 Feb 2016 10:06:55 +0000 (11:06 +0100)]
update NEWS

9 years agoFix bug #71536 Access Violation crashes php-cgi.exe
Anatol Belski [Sun, 28 Feb 2016 10:01:00 +0000 (11:01 +0100)]
Fix bug #71536 Access Violation crashes php-cgi.exe

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Sun, 28 Feb 2016 03:50:28 +0000 (11:50 +0800)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed segfault with file_cache_only

9 years agoFixed segfault with file_cache_only
Xinchen Hui [Sun, 28 Feb 2016 03:50:06 +0000 (11:50 +0800)]
Fixed segfault with file_cache_only

9 years agoSupport dropping rc1/rcn from dumps
Nikita Popov [Sat, 27 Feb 2016 14:30:18 +0000 (15:30 +0100)]
Support dropping rc1/rcn from dumps

For non-JIT we're not interested in rc inference.

9 years agoFix dominator tree construction
Nikita Popov [Sat, 27 Feb 2016 14:02:48 +0000 (15:02 +0100)]
Fix dominator tree construction

The used dominator intersection algorithm assumes a postorder
numbering of the CFG. The reversal of our natural numbering is
quite similar to postorder, but not the same.

In the future we should precompute both preorder/postorder
numberings and orderings, as these are useful in many places.

9 years agoUse quick check for first arguments
Dmitry Stogov [Fri, 26 Feb 2016 18:44:28 +0000 (21:44 +0300)]
Use quick check for first arguments

9 years agoUse more general optimisation patterns
Dmitry Stogov [Fri, 26 Feb 2016 18:02:41 +0000 (21:02 +0300)]
Use more general optimisation patterns

9 years agoFixed possible crash at PCRE on MSHUTDOWN
Dmitry Stogov [Wed, 24 Feb 2016 20:46:11 +0000 (23:46 +0300)]
Fixed possible crash at PCRE on MSHUTDOWN

9 years agoFixed more synchronisation issues during SHM reload
Dmitry Stogov [Wed, 24 Feb 2016 18:15:53 +0000 (21:15 +0300)]
Fixed more synchronisation issues during SHM reload