2015-07-21 22:36:36 +08:00
|
|
|
PHP NEWS
|
1999-07-23 07:54:54 +08:00
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
2017-07-22 17:16:48 +08:00
|
|
|
?? ??? 2017, PHP 7.2.0beta2
|
2017-07-19 00:00:34 +08:00
|
|
|
|
2017-07-21 12:03:17 +08:00
|
|
|
- Core:
|
2017-07-31 11:52:23 +08:00
|
|
|
. Implemented FR #74963 (Improved error message on fetching property of
|
|
|
|
non-object). (Laruence)
|
2017-07-21 12:03:17 +08:00
|
|
|
. Fixed bug #74947 (Segfault in scanner on INF number). (Laruence)
|
2017-07-22 17:14:00 +08:00
|
|
|
. Fixed bug #74954 (null deref and segfault in zend_generator_resume()). (Bob)
|
2017-07-21 12:03:17 +08:00
|
|
|
|
2017-07-24 23:46:31 +08:00
|
|
|
- CLI:
|
|
|
|
. Fixed bug #74979 (Interactive shell opening instead of script execution
|
|
|
|
with -f flag). (Anatol)
|
|
|
|
|
2017-07-14 19:45:33 +08:00
|
|
|
- cURL:
|
|
|
|
. Fixed bug #74125 (Fixed finding CURL on systems with multiarch support).
|
|
|
|
(cebe)
|
|
|
|
|
2017-07-27 05:59:29 +08:00
|
|
|
- Intl:
|
|
|
|
. Fixed bug #74993 (Wrong reflection on some locale_* functions). (Sara)
|
|
|
|
|
2016-07-30 22:58:43 +08:00
|
|
|
- Mbstring:
|
2017-07-23 21:30:17 +08:00
|
|
|
. Fixed bug #69267 (mb_strtolower fails on titlecase characters). (Nikita)
|
2016-07-30 22:58:43 +08:00
|
|
|
. Fixed bug #71606 (Segmentation fault mb_strcut with HTML-ENTITIES encoding).
|
|
|
|
(cmb)
|
2017-07-28 19:02:25 +08:00
|
|
|
. Fixed bug #62934 (mb_convert_kana() does not convert iteration marks).
|
|
|
|
(Nikita)
|
2016-07-30 22:58:43 +08:00
|
|
|
|
2017-07-22 20:15:32 +08:00
|
|
|
- MySQLi:
|
|
|
|
. Fixed bug #74968 (PHP crashes when calling mysqli_result::fetch_object with
|
|
|
|
an abstract class). (Anatol)
|
|
|
|
|
2017-07-26 13:25:01 +08:00
|
|
|
- OCI8:
|
|
|
|
. Expose oci_unregister_taf_callback() (Tianfang Yang)
|
|
|
|
|
2017-07-26 12:07:20 +08:00
|
|
|
- Opcache:
|
|
|
|
. Fixed bug #74980 (Narrowing occurred during type inference). (Laruence)
|
|
|
|
|
2017-07-24 23:46:31 +08:00
|
|
|
- OpenSSL:
|
|
|
|
. Fixed bug #74903 (openssl_pkcs7_encrypt() uses different EOL than before).
|
|
|
|
(Anatol)
|
|
|
|
|
2017-07-26 14:16:37 +08:00
|
|
|
- phar:
|
|
|
|
. Fixed bug #74991 (include_path has a 4096 char limit in some cases).
|
|
|
|
(bwbroersma)
|
|
|
|
|
2017-07-27 11:24:26 +08:00
|
|
|
- Reflection:
|
|
|
|
. Fixed bug #74949 (null pointer dereference in _function_string). (Laruence)
|
|
|
|
|
2017-07-12 02:50:38 +08:00
|
|
|
- Session:
|
|
|
|
. Fixed bug #74892 (Url Rewriting (trans_sid) not working on urls that start
|
|
|
|
with "#"). (Andrew Nester)
|
2017-07-17 17:39:34 +08:00
|
|
|
. Fixed bug #74936 (session_cache_expire/cache_limiter/save_path() trigger a
|
|
|
|
warning in read mode). (morozov)
|
2017-07-19 22:13:34 +08:00
|
|
|
. Fixed bug #74941 (session fails to start after having headers sent).
|
|
|
|
(morozov)
|
2017-07-26 23:31:57 +08:00
|
|
|
. Fixed bug #74833 (SID constant created with wrong module number). (Anatol)
|
2017-07-17 17:39:34 +08:00
|
|
|
|
2017-07-21 18:17:54 +08:00
|
|
|
- SimpleXML:
|
|
|
|
. Fixed bug #74950 (nullpointer deref in simplexml_element_getDocNamespaces).
|
|
|
|
(Laruence)
|
|
|
|
|
2017-07-17 17:39:34 +08:00
|
|
|
- SPL:
|
|
|
|
. Fixed bug #74669 (Unserialize ArrayIterator broken). (Andrew Nester)
|
2017-07-24 23:41:02 +08:00
|
|
|
. Fixed bug #74977 (Appending AppendIterator leads to segfault).
|
|
|
|
(Andrew Nester)
|
2017-07-19 00:00:34 +08:00
|
|
|
|
2017-07-19 10:36:55 +08:00
|
|
|
- Standard:
|
|
|
|
. Fixed bug #74851 (uniqid() without more_entropy performs badly).
|
|
|
|
(Emmanuel Dreyfus)
|
|
|
|
|
2017-07-18 23:40:26 +08:00
|
|
|
20 Jul 2017, PHP 7.2.0beta1
|
2017-07-04 17:27:47 +08:00
|
|
|
|
2017-07-06 19:22:10 +08:00
|
|
|
- Core:
|
2017-07-18 04:21:03 +08:00
|
|
|
. Added new VM instuctions ISSET_ISEMPTY_CV and UNSET_CV. Previously they
|
|
|
|
were implemented as ISSET_ISEMPTY_VAR and UNSET_VAR variants with
|
|
|
|
ZEND_QUICK_SET flag. (Nikita, Dmitry)
|
2017-07-06 19:22:10 +08:00
|
|
|
. Fixed bug #74603 (PHP INI Parsing Stack Buffer Overflow Vulnerability).
|
|
|
|
(Stas)
|
|
|
|
. Fixed bug #74111 (Heap buffer overread (READ: 1) finish_nested_data from
|
|
|
|
unserialize). (Nikita)
|
|
|
|
. Fixed bug #74819 (wddx_deserialize() heap out-of-bound read via
|
|
|
|
php_parse_date()). (Derick)
|
2017-04-22 01:37:27 +08:00
|
|
|
. Fixed bug #49649 (unserialize() doesn't handle changes in property
|
|
|
|
visibility). (pmmaga)
|
2017-07-14 03:08:13 +08:00
|
|
|
. Fixed #74866 (extension_dir = "./ext" now use current directory for base).
|
|
|
|
(Francois Laupretre)
|
2017-07-15 03:08:36 +08:00
|
|
|
. Fixed bug #74923 (Crash when crawling through network share). (Anatol)
|
2017-07-17 13:52:00 +08:00
|
|
|
. Fixed bug #74913 (fixed incorrect poll.h include). (petk)
|
2017-07-13 03:42:06 +08:00
|
|
|
. Fixed bug #74906 (fixed incorrect errno.h include). (petk)
|
2017-05-27 12:09:11 +08:00
|
|
|
|
2017-05-26 18:56:41 +08:00
|
|
|
- Date:
|
2017-07-10 13:54:08 +08:00
|
|
|
. Fixed bug #74852 (property_exists returns true on unknown DateInterval
|
|
|
|
property). (jhdxr)
|
2017-05-26 18:56:41 +08:00
|
|
|
|
2017-07-10 14:50:38 +08:00
|
|
|
- DOM:
|
|
|
|
. Implement #74837 (Implement Countable for DomNodeList and DOMNamedNodeMap).
|
|
|
|
(Andreas Treichel)
|
|
|
|
|
2017-07-07 16:20:02 +08:00
|
|
|
- EXIF:
|
2017-07-12 11:43:50 +08:00
|
|
|
. Implemented #65187 (exif_read_data/thumbnail: add support for stream
|
|
|
|
resource). (Kalle)
|
2017-07-08 21:02:05 +08:00
|
|
|
. Deprecated the read_exif_data() alias. (Kalle)
|
2017-07-07 16:20:02 +08:00
|
|
|
. Fixed bug #74428 (exif_read_data(): "Illegal IFD size" warning occurs with
|
|
|
|
correct exif format). (bradpiccho at gmail dot com, Kalle)
|
2017-07-07 18:20:05 +08:00
|
|
|
. Fixed bug #72819 (EXIF thumbnails not read anymore). (Kalle)
|
|
|
|
. Fixed bug #62523 (php crashes with segfault when exif_read_data called).
|
|
|
|
(Kalle)
|
2017-07-07 17:29:23 +08:00
|
|
|
. Fixed bug #50660 (exif_read_data(): Illegal IFD offset (works fine with
|
|
|
|
other exif readers). (skinny dot bravo at gmail dot com, Kalle)
|
2017-07-06 19:22:10 +08:00
|
|
|
|
|
|
|
- GD:
|
|
|
|
. Fixed bug #74435 (Buffer over-read into uninitialized memory). (cmb)
|
|
|
|
|
2017-07-07 14:18:33 +08:00
|
|
|
- IMAP:
|
|
|
|
. Fixed bug #72324 (imap_mailboxmsginfo() return wrong size).
|
|
|
|
(ronaldpoon at udomain dot com dot hk, Kalle)
|
|
|
|
|
2017-07-16 19:35:24 +08:00
|
|
|
- JSON:
|
|
|
|
. Add JSON_INVALID_UTF8_IGNORE and JSON_INVALID_UTF8_SUBSTITUTE options for
|
|
|
|
json_encode and json_decode to ignore or replace invalid UTF-8 byte
|
|
|
|
sequences - it addresses request #65082. (Jakub Zelenka)
|
|
|
|
|
2017-07-11 22:23:21 +08:00
|
|
|
- LDAP:
|
|
|
|
. Fixed passing an empty array to ldap_set_option for client or server controls.
|
|
|
|
|
Added goblal optimisation passes based on data flow analyses using SSA form:
SCCP - Sparse Conditional Constant Propagation, DCE - Dead Code Elimination
and removing of unused local variablesi.
Squashed commit of the following:
commit bf5ac05fc0f5f6ab9c7f2e4eaa83a11c84f471d3
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 14:26:40 2017 +0300
Added news entry
commit 4cfa6984b1f3cd8008a0c0dc82ee3de2da02bf7c
Merge: 1cdaaac 1f261d7
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 13:30:50 2017 +0300
Merge branch 'sccp' into dce
* sccp:
Bump OCI8 version for recent patch
WS
Fix test title
Ensure that the stream position is kept between reads
Turn off EXIF_DEBUG so Travis don't complain at me
Don't add a new line to undefined tags in EXIF_DEBUG mode
Fix compile error with EXIF_DEBUG
update NEWS
disable --with-pcre-valgrind on travis
fix default args for --with-pcre-valgrind
Enable valgrind support for PCRE by default in debug builds
add oniguruma.patch to ease future upgrades
SIZEOF_SIZE_T doesn't exist on AIX and POWER8 (ppc64le), keep using SIZEOF_LONG
commit 1f261d77cb1cb966335097f364ace9349269c704
Merge: a32a3fb b280ba8
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 13:30:39 2017 +0300
Merge branch 'master' into sccp
* master:
Bump OCI8 version for recent patch
WS
Fix test title
Ensure that the stream position is kept between reads
Turn off EXIF_DEBUG so Travis don't complain at me
Don't add a new line to undefined tags in EXIF_DEBUG mode
Fix compile error with EXIF_DEBUG
update NEWS
disable --with-pcre-valgrind on travis
fix default args for --with-pcre-valgrind
Enable valgrind support for PCRE by default in debug builds
add oniguruma.patch to ease future upgrades
SIZEOF_SIZE_T doesn't exist on AIX and POWER8 (ppc64le), keep using SIZEOF_LONG
commit 1cdaaac601cff37fa729f3e6b31dc584782a1649
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 13:27:12 2017 +0300
Use generic evalution mechanism for constant functions
commit 75bd92a60928818358686410deec24a48e05d6da
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 12:39:05 2017 +0300
Fixed use-def chain unlinking for "$a = 1; $a += $a;"
commit 7d7746814dc382e468f9016d90c069b88b8b0f0d
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 12:38:29 2017 +0300
Enable duplicate predecessors verification
commit 6b1667f2062d7c1b55e389b03b155cbe132f5dbf
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 11:55:20 2017 +0300
Removed duplicate definitions
commit 1415b53014bf5aa1521b779debea6847db8c7940
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 11:51:29 2017 +0300
Enable evaluation of constant functions with 3 arguments
commit ab367deef99f39dee15c6bbac45cb25eb9d29e00
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 11:45:13 2017 +0300
Removed deprecated check
commit c51659ea8c62e4e8fbf32a0567d4f541807d6b6d
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 11:40:42 2017 +0300
Reduce limit
commit b1be5a04d783eb160a71fe26e030386b3e2771ba
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 11:38:23 2017 +0300
Disable constant array_flip() evaluation
commit 7a5b0596a149a2efc5893ea83be78ef9129009cb
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 11:33:20 2017 +0300
Fixed comments
commit 377e48b3426f9ccbcd6207acbbed87b9fdbf549d
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 11:28:50 2017 +0300
Cast of string to long/double can not produce exception
commit 228dd01af3bf6daefbd7d5be82938dec8b55b6a0
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 11:24:50 2017 +0300
Added missed return
commit 0972a2163643757e7e270b8e1c466800aedf1308
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 11:22:36 2017 +0300
objects may be nested in array operands
commit bd346bfa5c4c58896fabd9ab2e4d9bb85b3c1402
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 11:19:20 2017 +0300
~$resource is unsupported.
commit c77e45610c22e29b5f4ad7234e38a1f4e2498937
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 11:15:39 2017 +0300
ws
commit 0b64d71109fddfec736c91546b6df978adb1f4fd
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 11:14:40 2017 +0300
Call to zend_ssa_unlink_use_chain() shouldn't be dropped
commit cb7059fcf6e51616c08d5b8a933401a94ae0b6e0
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 11:11:58 2017 +0300
Safer check for function name. The previous check is incorrect in ZTS build.
commit 7280aba1e125fc314284d7ef1252e14d04c415a4
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 11:02:10 2017 +0300
Missing warning
commit 54bc7b576cee33037b7e575c013e3ede726647a2
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 10:56:42 2017 +0300
Proper check for successors count
commit ea8c004a155453b4e15684e2bd1bdb1dc99e8833
Merge: 624f76d a32a3fb
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 13 15:56:26 2017 +0300
Merge branch 'sccp' into dce
* sccp:
fix fold
Fixed bug #74866 extension_dir = "./ext" now use current directory for base
add next vc15 toolset to the list
Revert "Enable whole program optimization for builds without PGO, too"
extend comment
cleanup discontinued target
commit a32a3fb67cd03b9cdab8cd15f133ef55e717408d
Merge: 2722dbf 5fb2abd
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 13 15:56:14 2017 +0300
Merge branch 'master' into sccp
* master:
fix fold
Fixed bug #74866 extension_dir = "./ext" now use current directory for base
add next vc15 toolset to the list
Revert "Enable whole program optimization for builds without PGO, too"
extend comment
cleanup discontinued target
commit 624f76df48db42f616bdfd02e9b26515a97c68e2
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 13 12:30:27 2017 +0300
Set RETURN_VALUE_UNUSED instead of additional FREE opcode, if possible.
Keep alive dead instructions that have to free two temporary variables.
commit 94c9b26695702e863ebeb40fa3cce5f5f2db7744
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 13 11:51:14 2017 +0300
More accurate "vararg" handling in DCE
commit 665ed8491ca07cd6d3363abf42c5777e132a3da1
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 13 09:31:45 2017 +0300
Improved DCE performance, by avoiding redundand checks and repeatable iterations.
commit 3f42ce18ba4420aabb9b07b838096cce340d06b7
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 12 23:03:11 2017 +0300
Added few more instructions without side effects and exceptions
commit b17178f991c095d9137c1536b53b933208e575bf
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 12 20:39:02 2017 +0300
Temprary enable SSA validation in DEBUG build
commit e238a8dc79debcf2f833e07323f975173aec6205
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 12 20:37:53 2017 +0300
Inegrate SSA validation developed by Nikita
commit a247cee80b47ca335162e8bd46d06274f8af5a4d
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 12 20:31:27 2017 +0300
Perform DCE pass before other DFA optimisations, to properly reconstruct "no value" use-def chains.
commit a651564f299e3b413af1146149de0d7eec0dfb28
Merge: 06f6eb0 2722dbf
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 12 18:55:05 2017 +0300
Merge branch 'sccp' into dce
* sccp:
Resources should be closed during object destructioin, not during freeing.
Guard against AppVeyor losing deps issue
increase poll timeout as false positives mitigation
Value of EG(user_exception_handler) should't relive request boundary
sodium ext: remove function names before exception messages
sodium ext: update the crypto_kx_*() API to the libsodium one
Revert "fix macro redifinitions"
commit 2722dbfdf54702c8b429ed792e96f91219031eb6
Merge: 6595ea3 09d3b73
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 12 18:54:48 2017 +0300
Merge branch 'master' into sccp
* master:
Resources should be closed during object destructioin, not during freeing.
Guard against AppVeyor losing deps issue
increase poll timeout as false positives mitigation
Value of EG(user_exception_handler) should't relive request boundary
sodium ext: remove function names before exception messages
sodium ext: update the crypto_kx_*() API to the libsodium one
Revert "fix macro redifinitions"
commit 06f6eb0e6877d8b26c621f5627587539ebcc781f
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 12 14:52:28 2017 +0300
Use zend_ssa_is_no_val_use() instead of zend_has_improper_op1_use()
commit 4b64dbb30d519be359c44ad4f3802e93a7f5fa65
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 12 13:07:14 2017 +0300
Check if instruction may throw exception only for instructions without known side effects.
Always disable removing ASSIGN and UNSET_VAR that may throw.
commit c5aa1f47cd16290c77fb988504dc0dd8bad242a3
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 12 11:21:07 2017 +0300
Use existing bit
commit c2af153baea6e05401f78a856a8ae436e5f37bf9
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 12 11:10:48 2017 +0300
Updated Windows build
commit de5e8fc12971e55c81b0768daa96adcd6074038e
Merge: 8c0de53 6595ea3
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 12 11:10:12 2017 +0300
Merge branch 'sccp' into dce
* sccp: (29 commits)
Use existing bit
Updated Windows build
Fixed compilation error
Remove debug code
We need to check for the length here too, or we crash and no one likes that! :(
* Implemented #65187 (exif_read_data/thumbnail: add support for stream resource) * ext/exif now uses FAST_ZPP
Remove extraneous configure flag
Revert "remove excessive checks and fix warnings"
parametrize zip names
Upgrade bundled PCRE to 8.41
Updated NEWS file with LDAP changes
Fixed removing all controls by passing an empty array to ldap_set_option
Filled in NEWS file with ext/ldap last modifications
change order, allow to build as shared extension
restore file deleted by mistake in a merge commit
Fix segfault in php_stream_context_get_option call
remove excessive checks and fix warnings
fix macro redifinitions
fix symbol availability and ws
Remove this for now, as not found
...
commit 6595ea3420b686d1bfe49fbd5893b6a42115c60b
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 12 10:27:02 2017 +0300
Use existing bit
commit f0bfd36cb822dbbe28df827a53a2ed96aa61051f
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 12 10:21:22 2017 +0300
Updated Windows build
commit a9bd7c89f28cf99933a4d3d026a6da5f5e3ca0f7
Merge: d1eb5ed 2b7d3fb
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 12 09:51:32 2017 +0300
Merge branch 'master' into sccp
* master: (27 commits)
Fixed compilation error
Remove debug code
We need to check for the length here too, or we crash and no one likes that! :(
* Implemented #65187 (exif_read_data/thumbnail: add support for stream resource) * ext/exif now uses FAST_ZPP
Remove extraneous configure flag
Revert "remove excessive checks and fix warnings"
parametrize zip names
Upgrade bundled PCRE to 8.41
Updated NEWS file with LDAP changes
Fixed removing all controls by passing an empty array to ldap_set_option
Filled in NEWS file with ext/ldap last modifications
change order, allow to build as shared extension
restore file deleted by mistake in a merge commit
Fix segfault in php_stream_context_get_option call
remove excessive checks and fix warnings
fix macro redifinitions
fix symbol availability and ws
Remove this for now, as not found
fix authors
NEWS for Sodium
...
commit 8c0de53e5f599c83fa03c78931527ab4ff14cf93
Author: Dmitry Stogov <dmitry@zend.com>
Date: Tue Jul 11 21:54:36 2017 +0300
Initial integration of Dead Code Elimination (DCE) and unused variable removing passes, originally developed in https://github.com/nikic/php-src/tree/opt, into DFA optimization pass.
commit d1eb5ede3a2b9a0bf57e06783f7913a6383f5d6d
Author: Dmitry Stogov <dmitry@zend.com>
Date: Tue Jul 11 12:19:11 2017 +0300
Proper SSA reconstruction for "$a = $a;"
commit 4872d139b55c22c2325459dba0ee557c708567b5
Author: Dmitry Stogov <dmitry@zend.com>
Date: Tue Jul 11 11:57:33 2017 +0300
Replace conditions, that should be always true, by ZEND_ASSERT()
commit 9915b1f5cd2bdd92d0cc5e90244a90fbef06740b
Author: Dmitry Stogov <dmitry@zend.com>
Date: Tue Jul 11 11:56:51 2017 +0300
Fixed pass name
commit d26ff1b88d3b3b1e8742f2e7812ae5e2531958a6
Author: Dmitry Stogov <dmitry@zend.com>
Date: Tue Jul 11 11:55:47 2017 +0300
Don't create identical predecessors
commit 0625fbe32bd66b7bcca29e65b131f0cfccd3e074
Author: Dmitry Stogov <dmitry@zend.com>
Date: Tue Jul 11 09:36:07 2017 +0300
Update unreachable blocks.
commit 9d7d409e6abda5c2e13458f01b8133095fb68531
Author: Dmitry Stogov <dmitry@zend.com>
Date: Tue Jul 11 09:28:49 2017 +0300
Keep consistent cfg.map[]
commit 85a86e58b220eaf2012f652b97fbeb2d2f85646d
Author: Dmitry Stogov <dmitry@zend.com>
Date: Tue Jul 11 02:36:14 2017 +0300
Remove unusded phi
commit d5e0f2df4c76656bbe5973e69e12e1b7415de5ee
Author: Dmitry Stogov <dmitry@zend.com>
Date: Tue Jul 11 02:35:00 2017 +0300
Don't clear phi->spources[] too early.
commit a90ed34295a0bab09c00bb7001a368a858a38399
Author: Dmitry Stogov <dmitry@zend.com>
Date: Mon Jul 10 21:29:39 2017 +0300
Make SCCP to remove dead live ranges.
commit 320237f3d84b872dfa096b9a604ae4d5b4d28c8e
Merge: 63bbed5 7be2637
Author: Dmitry Stogov <dmitry@zend.com>
Date: Mon Jul 10 17:35:21 2017 +0300
Merge branch 'master' into sccp
* master:
Fixed memory leak introduced by 7cb5bdf64a95bd70623d33d6ea122c13b01113bd
eliminate casts
remove checks for eol dependencies
improve test
Small fix in ext/ldap, Moved vars definitions to the beginning of the block using them
ZipArchive implements countable, added ZipArchive::count() method
commit 63bbed5e71432d14217b591de511f09937a3c00c
Author: Dmitry Stogov <dmitry@zend.com>
Date: Mon Jul 10 17:01:15 2017 +0300
Evaluation of few more constant functions
commit 07f45d8a3dbfa67bc28c9ef4bb14c753816f4e44
Author: Dmitry Stogov <dmitry@zend.com>
Date: Mon Jul 10 16:22:47 2017 +0300
Properly unlinking dead blocks from predecessors/successors and dominators
commit 502002aa6e11452ed27829f7e29604b27fc69ad2
Author: Dmitry Stogov <dmitry@zend.com>
Date: Mon Jul 10 13:33:14 2017 +0300
Replacel constant JMPZ/NZ/ZNZ by JMP or NOP
commit 3253e61b66b3aa324115ec57ff1cb271ca27dc14
Merge: e7f69f0 161c378
Author: Dmitry Stogov <dmitry@zend.com>
Date: Mon Jul 10 12:22:39 2017 +0300
Merge branch 'master' into sccp
* master:
Revert "Fixed bug #74878"
Upgrading note for #74837
Fixed bug #74837 - NEWS
Implement Countable for DomNodeList and DOMNamedNodeMap (Request #74837)
Fix #49649 - Handle property visibility changes on unserialization
commit e7f69f07fc649692218d01dab34b8f8555a6f88c
Author: Dmitry Stogov <dmitry@zend.com>
Date: Mon Jul 10 12:15:08 2017 +0300
Prevent compile-time evaluation of implode() with arguments causing run-time warnings
commit 0e882f189a01b6ee648420776fb473c1efd22380
Author: Dmitry Stogov <dmitry@zend.com>
Date: Mon Jul 10 11:54:04 2017 +0300
Constant evaluation of ini_get() for some safe cases
commit 9e36a748b28850bd15ac621879e1d28ed8e36169
Author: Dmitry Stogov <dmitry@zend.com>
Date: Mon Jul 10 11:13:37 2017 +0300
Constant evaluation of implode()
commit e73046e266617ae23caa7f40344fc6e8e41e3c56
Author: Dmitry Stogov <dmitry@zend.com>
Date: Mon Jul 10 10:51:23 2017 +0300
Fixed uninitialized value
commit f5e2e8e68cc46cfc1380d000672d01b243ad7f59
Author: Dmitry Stogov <dmitry@zend.com>
Date: Mon Jul 10 10:05:37 2017 +0300
Remove (compact) unused constants after SCCP pass
commit f0b7bb86ebe93373a02ef36029f76239ba9ec1d4
Merge: e69d4f6 cfacf84
Author: Dmitry Stogov <dmitry@zend.com>
Date: Mon Jul 10 09:10:00 2017 +0300
Merge branch 'master' into sccp
* master: (37 commits)
#73594 tests only check the extra params if dns_get_record is successful
Fixed bug #74852 (property_exists returns true on unknown DateInterval property)
fix uninitialized var
fix comparison warning
comply with POSIX signature
fix warning
remove some casts
cleanup casts
remove useless cast
eliminate casts
sync vim mode lines in main
[ci skip] update NEWS
[ci skip] update NEWS
[ci skip] update NEWS
Fixed bug #74883 SQLite3::__construct() produces "out of memory" exception with invalid flags
Silent compiler warning
Fix test
Deprecated the read_exif_data() alias
Add myself as exif maintainer
update libs versions
...
commit e69d4f61409c473ae36d85c3779ad5f786fecdc0
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 7 12:51:41 2017 +0300
Avoid in-place modification of referenced data
commit 58f7c17978dec7b5fe6fe80b4efc55e2168bab61
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 7 12:33:24 2017 +0300
Use arena for temporary data.
commit 93d3e7ddc22f1bc7323abae2256b0b50bc1f8b29
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 7 11:54:47 2017 +0300
Made sccp_ctx to be an "extension" of scdf_ctx and remove duplicate data.
commit f810c6f7c47b03412c61878b761e1bb687fbcf28
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 7 11:20:48 2017 +0300
Improved SSCP integration
commit d17ed887f304af0f6ccba76a3dbfca888867ea01
Merge: d90805a 29653da
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 7 10:22:37 2017 +0300
Merge branch 'master' into sccp
* master:
Fixed bug #74873 (Minor BC break: PCRE_JIT changes output of preg_match()).
Fixed bug #72324 (imap_mailboxmsginfo() return wrong size)
Fix redefine warnings
Expand sb's name and capitalize my own
Write the URL on a new line, so that it is easier copyable
commit d90805a40bd5d75d197f7b95c69680f636932868
Merge: 2e5e03b fc336c7
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 6 23:07:04 2017 +0300
Merge branch 'master' into sccp
* master:
Added missed dump of "main" script code
replace the stack var by a macro
[ci skip] sync NEWS
minor fix for web announce
add missing NEWS entry for #74087 and also fix the formatting
move NEWS entry to the correct place, also bump the version
commit 2e5e03b673cb86ee0fa6be06496553fa6b8c52e7
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 6 23:03:41 2017 +0300
Call info should be removed, but at least we should prevent incorrect stack adjustment.
commit 1ee9110b35eab79f74d08278c104c92796740fa7
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 6 19:34:43 2017 +0300
Remove NOP instructions, introduced bvy SCCP.
This commit discloses unrelated issue caused ext/soap/tests/bug70211.phpt failure.
commit 9a2f50070d1afde8ee4784a1dade2537e1ac30d5
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 6 16:34:02 2017 +0300
Avoid useless iterations for first SSA variablesi, always marked BOT.
commit c57dd7c6efb98c89a8c87af0eaad76b71c9cda16
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 6 16:33:46 2017 +0300
Use reference-counting
commit 90f822d68ef1cb68befa3fff289c9e8d1b2068c8
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 6 14:00:22 2017 +0300
Support for few more opcodes
commit cffee2f7e5bb4198e645e291fafe5690443cf26c
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 6 12:35:13 2017 +0300
Combined constants substitutaion and dead instruction removing in single pass. This eleminates substitution in dead instructions.
commit f890375c16052a9d79bf77c9021914cb9c6616f8
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 6 10:34:48 2017 +0300
Use reference-counting instead of duplication
commit db0cd64dfa7a2ff809b49a049074b5fa39d37314
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 6 03:04:27 2017 +0300
Improved SCDF<->SCCP interface
- "get_feasible_successors" callback is changed into "mark_feasible_successors" and should mark necessary edges through scdf_mark_edge_feasible()
- SCDF takes care about OP_DATA instruction
- SCDF code is re-arranged to avoid repeatable checks
commit e0ad5dd48942c71033fad985c591549a35c21ef3
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 6 00:55:40 2017 +0300
Changed representation of "feasible_edges", using one bit per edge.
commit afee3138fe49588b3967f54bf66375f880a51924
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 6 00:49:56 2017 +0300
Revert "Don't propagate unused values"
This reverts commit 84e5bfd4304d34e3a7107db71783882013f8de59.
commit 84e5bfd4304d34e3a7107db71783882013f8de59
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 5 23:39:42 2017 +0300
Don't propagate unused values
commit d4f15b95061a8a2303d90e6e54effeb9733f90b7
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 5 23:39:10 2017 +0300
Don't visit the same Phi twice
commit 2558311b4d530fb84539db304d03dfeba5eda789
Merge: 722a59d 7bb4ae5
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 5 21:51:06 2017 +0300
Merge branch 'master' into sccp
* master:
Fixed final dump "after optimizer"
commit 722a59ddb12e641aea99ca8853ef921c4fdf9819
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 5 21:09:29 2017 +0300
SCCP doesn't support VERIFY_RETURN_TYPE (ext/opcache/tests/bug73789.phpt failure)
commit 7084fade4dcb74415f0644d8e207f0fab6c6509d
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 5 20:37:21 2017 +0300
Fixed SSA reconstruction
commit 37ec4e0845a5b25fe2b523452d32dba22605d2e3
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 5 19:34:46 2017 +0300
Disable constant propagation for variables that can be modified indirectly
commit 4bb9b6526e44c2f324f9a7c08890ab9bdedd639c
Merge: 6800460 73d5097
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 5 19:17:04 2017 +0300
Merge branch 'master' into sccp
* master: (43 commits)
Keep information about SSA variables, that may be modified indirectly.
Added constants for known ldap controls OID and tests for ldap_get/set_option for controls
Added support for controls to ldap_get_option
[ci skip] sync NEWS
NEWS for oniguruma
Patch from the upstream git https://github.com/kkos/oniguruma/issues/60 (CVE-2017-9228)
Patch from the upstream git https://github.com/kkos/oniguruma/issues/59 (CVE-2017-9229) b690371bbf97794b4a1d3f295d4fb9a8b05d402d Modified for onig 5.9.6
Patch from the upstream git https://github.com/kkos/oniguruma/issues/58 (CVE-2017-9227)
Patch from the upstream git https://github.com/kkos/oniguruma/issues/57 (CVE-2017-9224)
Patch from the upstream git https://github.com/kkos/oniguruma/issues/55 (CVE-2017-9226) b4bf968ad52afe14e60a2dc8a95d3555c543353a Modified for onig 5.9.6 f015fbdd95f76438cd86366467bb2b39870dd7c6 Modified for onig 5.9.6
valid_symbol_table removed
Improve fix for #74145
Fix wddx
Fix tests
Fixed bug #74111
Fix bug #74603 - use correct buffer size
Fix bug #74651 - check EVP_SealInit as it can return -1
Update NEWS
Fix bug #74087
Fixed parsing of strange formats with mixed month/day and time strings
...
commit 680046086c17b938e0288fca820668a183b86834
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 5 16:14:38 2017 +0300
Support for few more internal functions evaluation
commit 74a29468ef14260ea3c210a2d1e3548806c81339
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 5 13:42:55 2017 +0300
Disabled evaluation of strpos() with empty needle.
commit e8908946e52127727da9f0dd22a053befe8bf848
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 5 13:17:30 2017 +0300
Replace calls to in_array() with constant array by IN_ARRAY instruction after SCCP.
commit 4e8fa2c3dd087a49ba90a3ef8231cc81f0399548
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 5 00:58:12 2017 +0300
Initial integration of Sparse Conditional Constant Propagation (SCCP), originally developed in https://github.com/nikic/php-src/tree/opt, into DFA optimization pass.
2017-07-14 19:33:34 +08:00
|
|
|
- Opcache:
|
2017-07-14 19:43:21 +08:00
|
|
|
. Added global optimisation passes based on data flow analysis using Single
|
|
|
|
Static Assignment (SSA) form: Sparse Conditional Constant Propagation (SCCP),
|
|
|
|
Dead Code Elimination (DCE), and removal of unused local variables
|
|
|
|
(Nikita, Dmitry)
|
Added goblal optimisation passes based on data flow analyses using SSA form:
SCCP - Sparse Conditional Constant Propagation, DCE - Dead Code Elimination
and removing of unused local variablesi.
Squashed commit of the following:
commit bf5ac05fc0f5f6ab9c7f2e4eaa83a11c84f471d3
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 14:26:40 2017 +0300
Added news entry
commit 4cfa6984b1f3cd8008a0c0dc82ee3de2da02bf7c
Merge: 1cdaaac 1f261d7
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 13:30:50 2017 +0300
Merge branch 'sccp' into dce
* sccp:
Bump OCI8 version for recent patch
WS
Fix test title
Ensure that the stream position is kept between reads
Turn off EXIF_DEBUG so Travis don't complain at me
Don't add a new line to undefined tags in EXIF_DEBUG mode
Fix compile error with EXIF_DEBUG
update NEWS
disable --with-pcre-valgrind on travis
fix default args for --with-pcre-valgrind
Enable valgrind support for PCRE by default in debug builds
add oniguruma.patch to ease future upgrades
SIZEOF_SIZE_T doesn't exist on AIX and POWER8 (ppc64le), keep using SIZEOF_LONG
commit 1f261d77cb1cb966335097f364ace9349269c704
Merge: a32a3fb b280ba8
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 13:30:39 2017 +0300
Merge branch 'master' into sccp
* master:
Bump OCI8 version for recent patch
WS
Fix test title
Ensure that the stream position is kept between reads
Turn off EXIF_DEBUG so Travis don't complain at me
Don't add a new line to undefined tags in EXIF_DEBUG mode
Fix compile error with EXIF_DEBUG
update NEWS
disable --with-pcre-valgrind on travis
fix default args for --with-pcre-valgrind
Enable valgrind support for PCRE by default in debug builds
add oniguruma.patch to ease future upgrades
SIZEOF_SIZE_T doesn't exist on AIX and POWER8 (ppc64le), keep using SIZEOF_LONG
commit 1cdaaac601cff37fa729f3e6b31dc584782a1649
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 13:27:12 2017 +0300
Use generic evalution mechanism for constant functions
commit 75bd92a60928818358686410deec24a48e05d6da
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 12:39:05 2017 +0300
Fixed use-def chain unlinking for "$a = 1; $a += $a;"
commit 7d7746814dc382e468f9016d90c069b88b8b0f0d
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 12:38:29 2017 +0300
Enable duplicate predecessors verification
commit 6b1667f2062d7c1b55e389b03b155cbe132f5dbf
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 11:55:20 2017 +0300
Removed duplicate definitions
commit 1415b53014bf5aa1521b779debea6847db8c7940
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 11:51:29 2017 +0300
Enable evaluation of constant functions with 3 arguments
commit ab367deef99f39dee15c6bbac45cb25eb9d29e00
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 11:45:13 2017 +0300
Removed deprecated check
commit c51659ea8c62e4e8fbf32a0567d4f541807d6b6d
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 11:40:42 2017 +0300
Reduce limit
commit b1be5a04d783eb160a71fe26e030386b3e2771ba
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 11:38:23 2017 +0300
Disable constant array_flip() evaluation
commit 7a5b0596a149a2efc5893ea83be78ef9129009cb
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 11:33:20 2017 +0300
Fixed comments
commit 377e48b3426f9ccbcd6207acbbed87b9fdbf549d
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 11:28:50 2017 +0300
Cast of string to long/double can not produce exception
commit 228dd01af3bf6daefbd7d5be82938dec8b55b6a0
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 11:24:50 2017 +0300
Added missed return
commit 0972a2163643757e7e270b8e1c466800aedf1308
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 11:22:36 2017 +0300
objects may be nested in array operands
commit bd346bfa5c4c58896fabd9ab2e4d9bb85b3c1402
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 11:19:20 2017 +0300
~$resource is unsupported.
commit c77e45610c22e29b5f4ad7234e38a1f4e2498937
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 11:15:39 2017 +0300
ws
commit 0b64d71109fddfec736c91546b6df978adb1f4fd
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 11:14:40 2017 +0300
Call to zend_ssa_unlink_use_chain() shouldn't be dropped
commit cb7059fcf6e51616c08d5b8a933401a94ae0b6e0
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 11:11:58 2017 +0300
Safer check for function name. The previous check is incorrect in ZTS build.
commit 7280aba1e125fc314284d7ef1252e14d04c415a4
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 11:02:10 2017 +0300
Missing warning
commit 54bc7b576cee33037b7e575c013e3ede726647a2
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 14 10:56:42 2017 +0300
Proper check for successors count
commit ea8c004a155453b4e15684e2bd1bdb1dc99e8833
Merge: 624f76d a32a3fb
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 13 15:56:26 2017 +0300
Merge branch 'sccp' into dce
* sccp:
fix fold
Fixed bug #74866 extension_dir = "./ext" now use current directory for base
add next vc15 toolset to the list
Revert "Enable whole program optimization for builds without PGO, too"
extend comment
cleanup discontinued target
commit a32a3fb67cd03b9cdab8cd15f133ef55e717408d
Merge: 2722dbf 5fb2abd
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 13 15:56:14 2017 +0300
Merge branch 'master' into sccp
* master:
fix fold
Fixed bug #74866 extension_dir = "./ext" now use current directory for base
add next vc15 toolset to the list
Revert "Enable whole program optimization for builds without PGO, too"
extend comment
cleanup discontinued target
commit 624f76df48db42f616bdfd02e9b26515a97c68e2
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 13 12:30:27 2017 +0300
Set RETURN_VALUE_UNUSED instead of additional FREE opcode, if possible.
Keep alive dead instructions that have to free two temporary variables.
commit 94c9b26695702e863ebeb40fa3cce5f5f2db7744
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 13 11:51:14 2017 +0300
More accurate "vararg" handling in DCE
commit 665ed8491ca07cd6d3363abf42c5777e132a3da1
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 13 09:31:45 2017 +0300
Improved DCE performance, by avoiding redundand checks and repeatable iterations.
commit 3f42ce18ba4420aabb9b07b838096cce340d06b7
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 12 23:03:11 2017 +0300
Added few more instructions without side effects and exceptions
commit b17178f991c095d9137c1536b53b933208e575bf
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 12 20:39:02 2017 +0300
Temprary enable SSA validation in DEBUG build
commit e238a8dc79debcf2f833e07323f975173aec6205
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 12 20:37:53 2017 +0300
Inegrate SSA validation developed by Nikita
commit a247cee80b47ca335162e8bd46d06274f8af5a4d
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 12 20:31:27 2017 +0300
Perform DCE pass before other DFA optimisations, to properly reconstruct "no value" use-def chains.
commit a651564f299e3b413af1146149de0d7eec0dfb28
Merge: 06f6eb0 2722dbf
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 12 18:55:05 2017 +0300
Merge branch 'sccp' into dce
* sccp:
Resources should be closed during object destructioin, not during freeing.
Guard against AppVeyor losing deps issue
increase poll timeout as false positives mitigation
Value of EG(user_exception_handler) should't relive request boundary
sodium ext: remove function names before exception messages
sodium ext: update the crypto_kx_*() API to the libsodium one
Revert "fix macro redifinitions"
commit 2722dbfdf54702c8b429ed792e96f91219031eb6
Merge: 6595ea3 09d3b73
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 12 18:54:48 2017 +0300
Merge branch 'master' into sccp
* master:
Resources should be closed during object destructioin, not during freeing.
Guard against AppVeyor losing deps issue
increase poll timeout as false positives mitigation
Value of EG(user_exception_handler) should't relive request boundary
sodium ext: remove function names before exception messages
sodium ext: update the crypto_kx_*() API to the libsodium one
Revert "fix macro redifinitions"
commit 06f6eb0e6877d8b26c621f5627587539ebcc781f
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 12 14:52:28 2017 +0300
Use zend_ssa_is_no_val_use() instead of zend_has_improper_op1_use()
commit 4b64dbb30d519be359c44ad4f3802e93a7f5fa65
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 12 13:07:14 2017 +0300
Check if instruction may throw exception only for instructions without known side effects.
Always disable removing ASSIGN and UNSET_VAR that may throw.
commit c5aa1f47cd16290c77fb988504dc0dd8bad242a3
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 12 11:21:07 2017 +0300
Use existing bit
commit c2af153baea6e05401f78a856a8ae436e5f37bf9
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 12 11:10:48 2017 +0300
Updated Windows build
commit de5e8fc12971e55c81b0768daa96adcd6074038e
Merge: 8c0de53 6595ea3
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 12 11:10:12 2017 +0300
Merge branch 'sccp' into dce
* sccp: (29 commits)
Use existing bit
Updated Windows build
Fixed compilation error
Remove debug code
We need to check for the length here too, or we crash and no one likes that! :(
* Implemented #65187 (exif_read_data/thumbnail: add support for stream resource) * ext/exif now uses FAST_ZPP
Remove extraneous configure flag
Revert "remove excessive checks and fix warnings"
parametrize zip names
Upgrade bundled PCRE to 8.41
Updated NEWS file with LDAP changes
Fixed removing all controls by passing an empty array to ldap_set_option
Filled in NEWS file with ext/ldap last modifications
change order, allow to build as shared extension
restore file deleted by mistake in a merge commit
Fix segfault in php_stream_context_get_option call
remove excessive checks and fix warnings
fix macro redifinitions
fix symbol availability and ws
Remove this for now, as not found
...
commit 6595ea3420b686d1bfe49fbd5893b6a42115c60b
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 12 10:27:02 2017 +0300
Use existing bit
commit f0bfd36cb822dbbe28df827a53a2ed96aa61051f
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 12 10:21:22 2017 +0300
Updated Windows build
commit a9bd7c89f28cf99933a4d3d026a6da5f5e3ca0f7
Merge: d1eb5ed 2b7d3fb
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 12 09:51:32 2017 +0300
Merge branch 'master' into sccp
* master: (27 commits)
Fixed compilation error
Remove debug code
We need to check for the length here too, or we crash and no one likes that! :(
* Implemented #65187 (exif_read_data/thumbnail: add support for stream resource) * ext/exif now uses FAST_ZPP
Remove extraneous configure flag
Revert "remove excessive checks and fix warnings"
parametrize zip names
Upgrade bundled PCRE to 8.41
Updated NEWS file with LDAP changes
Fixed removing all controls by passing an empty array to ldap_set_option
Filled in NEWS file with ext/ldap last modifications
change order, allow to build as shared extension
restore file deleted by mistake in a merge commit
Fix segfault in php_stream_context_get_option call
remove excessive checks and fix warnings
fix macro redifinitions
fix symbol availability and ws
Remove this for now, as not found
fix authors
NEWS for Sodium
...
commit 8c0de53e5f599c83fa03c78931527ab4ff14cf93
Author: Dmitry Stogov <dmitry@zend.com>
Date: Tue Jul 11 21:54:36 2017 +0300
Initial integration of Dead Code Elimination (DCE) and unused variable removing passes, originally developed in https://github.com/nikic/php-src/tree/opt, into DFA optimization pass.
commit d1eb5ede3a2b9a0bf57e06783f7913a6383f5d6d
Author: Dmitry Stogov <dmitry@zend.com>
Date: Tue Jul 11 12:19:11 2017 +0300
Proper SSA reconstruction for "$a = $a;"
commit 4872d139b55c22c2325459dba0ee557c708567b5
Author: Dmitry Stogov <dmitry@zend.com>
Date: Tue Jul 11 11:57:33 2017 +0300
Replace conditions, that should be always true, by ZEND_ASSERT()
commit 9915b1f5cd2bdd92d0cc5e90244a90fbef06740b
Author: Dmitry Stogov <dmitry@zend.com>
Date: Tue Jul 11 11:56:51 2017 +0300
Fixed pass name
commit d26ff1b88d3b3b1e8742f2e7812ae5e2531958a6
Author: Dmitry Stogov <dmitry@zend.com>
Date: Tue Jul 11 11:55:47 2017 +0300
Don't create identical predecessors
commit 0625fbe32bd66b7bcca29e65b131f0cfccd3e074
Author: Dmitry Stogov <dmitry@zend.com>
Date: Tue Jul 11 09:36:07 2017 +0300
Update unreachable blocks.
commit 9d7d409e6abda5c2e13458f01b8133095fb68531
Author: Dmitry Stogov <dmitry@zend.com>
Date: Tue Jul 11 09:28:49 2017 +0300
Keep consistent cfg.map[]
commit 85a86e58b220eaf2012f652b97fbeb2d2f85646d
Author: Dmitry Stogov <dmitry@zend.com>
Date: Tue Jul 11 02:36:14 2017 +0300
Remove unusded phi
commit d5e0f2df4c76656bbe5973e69e12e1b7415de5ee
Author: Dmitry Stogov <dmitry@zend.com>
Date: Tue Jul 11 02:35:00 2017 +0300
Don't clear phi->spources[] too early.
commit a90ed34295a0bab09c00bb7001a368a858a38399
Author: Dmitry Stogov <dmitry@zend.com>
Date: Mon Jul 10 21:29:39 2017 +0300
Make SCCP to remove dead live ranges.
commit 320237f3d84b872dfa096b9a604ae4d5b4d28c8e
Merge: 63bbed5 7be2637
Author: Dmitry Stogov <dmitry@zend.com>
Date: Mon Jul 10 17:35:21 2017 +0300
Merge branch 'master' into sccp
* master:
Fixed memory leak introduced by 7cb5bdf64a95bd70623d33d6ea122c13b01113bd
eliminate casts
remove checks for eol dependencies
improve test
Small fix in ext/ldap, Moved vars definitions to the beginning of the block using them
ZipArchive implements countable, added ZipArchive::count() method
commit 63bbed5e71432d14217b591de511f09937a3c00c
Author: Dmitry Stogov <dmitry@zend.com>
Date: Mon Jul 10 17:01:15 2017 +0300
Evaluation of few more constant functions
commit 07f45d8a3dbfa67bc28c9ef4bb14c753816f4e44
Author: Dmitry Stogov <dmitry@zend.com>
Date: Mon Jul 10 16:22:47 2017 +0300
Properly unlinking dead blocks from predecessors/successors and dominators
commit 502002aa6e11452ed27829f7e29604b27fc69ad2
Author: Dmitry Stogov <dmitry@zend.com>
Date: Mon Jul 10 13:33:14 2017 +0300
Replacel constant JMPZ/NZ/ZNZ by JMP or NOP
commit 3253e61b66b3aa324115ec57ff1cb271ca27dc14
Merge: e7f69f0 161c378
Author: Dmitry Stogov <dmitry@zend.com>
Date: Mon Jul 10 12:22:39 2017 +0300
Merge branch 'master' into sccp
* master:
Revert "Fixed bug #74878"
Upgrading note for #74837
Fixed bug #74837 - NEWS
Implement Countable for DomNodeList and DOMNamedNodeMap (Request #74837)
Fix #49649 - Handle property visibility changes on unserialization
commit e7f69f07fc649692218d01dab34b8f8555a6f88c
Author: Dmitry Stogov <dmitry@zend.com>
Date: Mon Jul 10 12:15:08 2017 +0300
Prevent compile-time evaluation of implode() with arguments causing run-time warnings
commit 0e882f189a01b6ee648420776fb473c1efd22380
Author: Dmitry Stogov <dmitry@zend.com>
Date: Mon Jul 10 11:54:04 2017 +0300
Constant evaluation of ini_get() for some safe cases
commit 9e36a748b28850bd15ac621879e1d28ed8e36169
Author: Dmitry Stogov <dmitry@zend.com>
Date: Mon Jul 10 11:13:37 2017 +0300
Constant evaluation of implode()
commit e73046e266617ae23caa7f40344fc6e8e41e3c56
Author: Dmitry Stogov <dmitry@zend.com>
Date: Mon Jul 10 10:51:23 2017 +0300
Fixed uninitialized value
commit f5e2e8e68cc46cfc1380d000672d01b243ad7f59
Author: Dmitry Stogov <dmitry@zend.com>
Date: Mon Jul 10 10:05:37 2017 +0300
Remove (compact) unused constants after SCCP pass
commit f0b7bb86ebe93373a02ef36029f76239ba9ec1d4
Merge: e69d4f6 cfacf84
Author: Dmitry Stogov <dmitry@zend.com>
Date: Mon Jul 10 09:10:00 2017 +0300
Merge branch 'master' into sccp
* master: (37 commits)
#73594 tests only check the extra params if dns_get_record is successful
Fixed bug #74852 (property_exists returns true on unknown DateInterval property)
fix uninitialized var
fix comparison warning
comply with POSIX signature
fix warning
remove some casts
cleanup casts
remove useless cast
eliminate casts
sync vim mode lines in main
[ci skip] update NEWS
[ci skip] update NEWS
[ci skip] update NEWS
Fixed bug #74883 SQLite3::__construct() produces "out of memory" exception with invalid flags
Silent compiler warning
Fix test
Deprecated the read_exif_data() alias
Add myself as exif maintainer
update libs versions
...
commit e69d4f61409c473ae36d85c3779ad5f786fecdc0
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 7 12:51:41 2017 +0300
Avoid in-place modification of referenced data
commit 58f7c17978dec7b5fe6fe80b4efc55e2168bab61
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 7 12:33:24 2017 +0300
Use arena for temporary data.
commit 93d3e7ddc22f1bc7323abae2256b0b50bc1f8b29
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 7 11:54:47 2017 +0300
Made sccp_ctx to be an "extension" of scdf_ctx and remove duplicate data.
commit f810c6f7c47b03412c61878b761e1bb687fbcf28
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 7 11:20:48 2017 +0300
Improved SSCP integration
commit d17ed887f304af0f6ccba76a3dbfca888867ea01
Merge: d90805a 29653da
Author: Dmitry Stogov <dmitry@zend.com>
Date: Fri Jul 7 10:22:37 2017 +0300
Merge branch 'master' into sccp
* master:
Fixed bug #74873 (Minor BC break: PCRE_JIT changes output of preg_match()).
Fixed bug #72324 (imap_mailboxmsginfo() return wrong size)
Fix redefine warnings
Expand sb's name and capitalize my own
Write the URL on a new line, so that it is easier copyable
commit d90805a40bd5d75d197f7b95c69680f636932868
Merge: 2e5e03b fc336c7
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 6 23:07:04 2017 +0300
Merge branch 'master' into sccp
* master:
Added missed dump of "main" script code
replace the stack var by a macro
[ci skip] sync NEWS
minor fix for web announce
add missing NEWS entry for #74087 and also fix the formatting
move NEWS entry to the correct place, also bump the version
commit 2e5e03b673cb86ee0fa6be06496553fa6b8c52e7
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 6 23:03:41 2017 +0300
Call info should be removed, but at least we should prevent incorrect stack adjustment.
commit 1ee9110b35eab79f74d08278c104c92796740fa7
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 6 19:34:43 2017 +0300
Remove NOP instructions, introduced bvy SCCP.
This commit discloses unrelated issue caused ext/soap/tests/bug70211.phpt failure.
commit 9a2f50070d1afde8ee4784a1dade2537e1ac30d5
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 6 16:34:02 2017 +0300
Avoid useless iterations for first SSA variablesi, always marked BOT.
commit c57dd7c6efb98c89a8c87af0eaad76b71c9cda16
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 6 16:33:46 2017 +0300
Use reference-counting
commit 90f822d68ef1cb68befa3fff289c9e8d1b2068c8
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 6 14:00:22 2017 +0300
Support for few more opcodes
commit cffee2f7e5bb4198e645e291fafe5690443cf26c
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 6 12:35:13 2017 +0300
Combined constants substitutaion and dead instruction removing in single pass. This eleminates substitution in dead instructions.
commit f890375c16052a9d79bf77c9021914cb9c6616f8
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 6 10:34:48 2017 +0300
Use reference-counting instead of duplication
commit db0cd64dfa7a2ff809b49a049074b5fa39d37314
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 6 03:04:27 2017 +0300
Improved SCDF<->SCCP interface
- "get_feasible_successors" callback is changed into "mark_feasible_successors" and should mark necessary edges through scdf_mark_edge_feasible()
- SCDF takes care about OP_DATA instruction
- SCDF code is re-arranged to avoid repeatable checks
commit e0ad5dd48942c71033fad985c591549a35c21ef3
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 6 00:55:40 2017 +0300
Changed representation of "feasible_edges", using one bit per edge.
commit afee3138fe49588b3967f54bf66375f880a51924
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jul 6 00:49:56 2017 +0300
Revert "Don't propagate unused values"
This reverts commit 84e5bfd4304d34e3a7107db71783882013f8de59.
commit 84e5bfd4304d34e3a7107db71783882013f8de59
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 5 23:39:42 2017 +0300
Don't propagate unused values
commit d4f15b95061a8a2303d90e6e54effeb9733f90b7
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 5 23:39:10 2017 +0300
Don't visit the same Phi twice
commit 2558311b4d530fb84539db304d03dfeba5eda789
Merge: 722a59d 7bb4ae5
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 5 21:51:06 2017 +0300
Merge branch 'master' into sccp
* master:
Fixed final dump "after optimizer"
commit 722a59ddb12e641aea99ca8853ef921c4fdf9819
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 5 21:09:29 2017 +0300
SCCP doesn't support VERIFY_RETURN_TYPE (ext/opcache/tests/bug73789.phpt failure)
commit 7084fade4dcb74415f0644d8e207f0fab6c6509d
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 5 20:37:21 2017 +0300
Fixed SSA reconstruction
commit 37ec4e0845a5b25fe2b523452d32dba22605d2e3
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 5 19:34:46 2017 +0300
Disable constant propagation for variables that can be modified indirectly
commit 4bb9b6526e44c2f324f9a7c08890ab9bdedd639c
Merge: 6800460 73d5097
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 5 19:17:04 2017 +0300
Merge branch 'master' into sccp
* master: (43 commits)
Keep information about SSA variables, that may be modified indirectly.
Added constants for known ldap controls OID and tests for ldap_get/set_option for controls
Added support for controls to ldap_get_option
[ci skip] sync NEWS
NEWS for oniguruma
Patch from the upstream git https://github.com/kkos/oniguruma/issues/60 (CVE-2017-9228)
Patch from the upstream git https://github.com/kkos/oniguruma/issues/59 (CVE-2017-9229) b690371bbf97794b4a1d3f295d4fb9a8b05d402d Modified for onig 5.9.6
Patch from the upstream git https://github.com/kkos/oniguruma/issues/58 (CVE-2017-9227)
Patch from the upstream git https://github.com/kkos/oniguruma/issues/57 (CVE-2017-9224)
Patch from the upstream git https://github.com/kkos/oniguruma/issues/55 (CVE-2017-9226) b4bf968ad52afe14e60a2dc8a95d3555c543353a Modified for onig 5.9.6 f015fbdd95f76438cd86366467bb2b39870dd7c6 Modified for onig 5.9.6
valid_symbol_table removed
Improve fix for #74145
Fix wddx
Fix tests
Fixed bug #74111
Fix bug #74603 - use correct buffer size
Fix bug #74651 - check EVP_SealInit as it can return -1
Update NEWS
Fix bug #74087
Fixed parsing of strange formats with mixed month/day and time strings
...
commit 680046086c17b938e0288fca820668a183b86834
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 5 16:14:38 2017 +0300
Support for few more internal functions evaluation
commit 74a29468ef14260ea3c210a2d1e3548806c81339
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 5 13:42:55 2017 +0300
Disabled evaluation of strpos() with empty needle.
commit e8908946e52127727da9f0dd22a053befe8bf848
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 5 13:17:30 2017 +0300
Replace calls to in_array() with constant array by IN_ARRAY instruction after SCCP.
commit 4e8fa2c3dd087a49ba90a3ef8231cc81f0399548
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jul 5 00:58:12 2017 +0300
Initial integration of Sparse Conditional Constant Propagation (SCCP), originally developed in https://github.com/nikic/php-src/tree/opt, into DFA optimization pass.
2017-07-14 19:33:34 +08:00
|
|
|
|
2017-07-06 19:22:10 +08:00
|
|
|
- OpenSSL:
|
2017-07-18 00:40:51 +08:00
|
|
|
. Add ssl security_level stream option to support OpenSSL security levels.
|
|
|
|
(Jakub Zelenka).
|
2017-07-16 23:15:43 +08:00
|
|
|
. Allow setting SNI cert and private key in separate files. (Jakub Zelenka)
|
2017-07-06 19:22:10 +08:00
|
|
|
. Fixed bug #74651 (negative-size-param (-1) in memcpy in zif_openssl_seal()).
|
|
|
|
(Stas)
|
2017-07-04 17:27:47 +08:00
|
|
|
|
2017-07-07 14:54:21 +08:00
|
|
|
- PCRE:
|
|
|
|
. Fixed bug #74873 (Minor BC break: PCRE_JIT changes output of preg_match()).
|
|
|
|
(Dmitry)
|
|
|
|
|
2017-07-11 13:41:43 +08:00
|
|
|
- Sodium:
|
|
|
|
. New cryptographic extension
|
|
|
|
|
2017-07-09 21:05:44 +08:00
|
|
|
- SQLite3:
|
|
|
|
. Fixed bug #74883 (SQLite3::__construct() produces "out of memory" exception
|
|
|
|
with invalid flags). (Anatol)
|
|
|
|
|
2017-07-10 17:31:55 +08:00
|
|
|
- ZIP:
|
|
|
|
. ZipArchive implements countable, added ZipArchive::count() method. (Remi)
|
2017-07-11 17:41:47 +08:00
|
|
|
. Fix segfault in php_stream_context_get_option call. (Remi)
|
2017-07-10 17:31:55 +08:00
|
|
|
|
2017-07-04 17:10:38 +08:00
|
|
|
06 Jul 2017, PHP 7.2.0alpha3
|
2017-06-20 21:47:22 +08:00
|
|
|
|
2017-06-22 18:54:10 +08:00
|
|
|
- Core:
|
2017-06-23 03:34:42 +08:00
|
|
|
. Fixed bug #74780 (parse_url() broken when query string contains colon).
|
2017-06-22 18:54:10 +08:00
|
|
|
(jhdxr)
|
2017-06-15 08:30:39 +08:00
|
|
|
. Fixed bug #74761 (Unary operator expected error on some systems). (petk)
|
2016-01-29 02:50:18 +08:00
|
|
|
. Allow loading PHP/Zend extensions by name in ini files (extension=<name>).
|
|
|
|
(francois at tekwire dot net)
|
2017-06-26 03:43:25 +08:00
|
|
|
. Added object type annotation. (brzuchal)
|
2017-06-29 05:38:49 +08:00
|
|
|
. Fixed bug #74815 (crash with a combination of INI entries at startup).
|
|
|
|
(Anatol)
|
2017-07-04 12:23:46 +08:00
|
|
|
. Fixed bug #74836 (isset on zero-prefixed numeric indexes in array broken).
|
|
|
|
(Dmitry)
|
2017-07-04 17:31:35 +08:00
|
|
|
. Fixed bug #74101, bug #74614 (Unserialize Heap Use-After-Free (READ: 1) in
|
|
|
|
zval_get_type). (Nikita)
|
2017-06-20 21:47:22 +08:00
|
|
|
|
2017-07-04 05:21:38 +08:00
|
|
|
- CLI:
|
|
|
|
. Fixed bug #74849 (Process is started as interactive shell in PhpStorm).
|
|
|
|
(Anatol)
|
|
|
|
|
2017-07-11 19:52:42 +08:00
|
|
|
- LDAP:
|
2017-07-11 22:23:21 +08:00
|
|
|
. Implemented FR #69445 (Support for LDAP EXOP operations)
|
2017-07-11 19:52:42 +08:00
|
|
|
. Fixed support for LDAP_OPT_SERVER_CONTROLS and LDAP_OPT_CLIENT_CONTROLS in ldap_get_option
|
|
|
|
|
2017-06-24 07:37:45 +08:00
|
|
|
- OpenSSL:
|
|
|
|
. Fixed bug #74798 (pkcs7_en/decrypt does not work if \x0a is used in content).
|
|
|
|
(Anatol)
|
|
|
|
|
2017-04-30 13:33:53 +08:00
|
|
|
- SPL:
|
|
|
|
. Fixed bug #73471 (PHP freezes with AppendIterator). (jhdxr)
|
2017-07-02 22:21:58 +08:00
|
|
|
. Fixed bug #71412 (Incorrect arginfo for ArrayIterator::__construct).
|
|
|
|
(tysonandre775 at hotmail dot com)
|
2017-04-30 13:33:53 +08:00
|
|
|
|
2017-07-01 02:31:22 +08:00
|
|
|
- Session:
|
|
|
|
. Fixed bug #74514 (5 session functions incorrectly warn when calling in
|
|
|
|
read-only/getter mode). (Yasuo)
|
|
|
|
|
2016-01-29 02:50:18 +08:00
|
|
|
- Standard:
|
|
|
|
. Add support for extension name as argument to dl().
|
|
|
|
(francois at tekwire dot net)
|
|
|
|
|
2017-06-25 16:57:36 +08:00
|
|
|
- zlib:
|
|
|
|
. Fixed bug #73944 (dictionary option of inflate_init() does not work).
|
|
|
|
(wapmorgan)
|
2017-06-26 02:11:53 +08:00
|
|
|
. Expose inflate_get_status() and inflate_get_read_len() functions.
|
|
|
|
(Matthew Trescott)
|
2017-06-25 16:57:36 +08:00
|
|
|
|
2017-06-20 21:22:55 +08:00
|
|
|
22 Jun 2017, PHP 7.2.0alpha2
|
2017-06-06 21:27:02 +08:00
|
|
|
|
2017-06-20 21:21:46 +08:00
|
|
|
- Core:
|
2017-07-07 10:56:45 +08:00
|
|
|
. Change PHP_OS_FAMILY value from "OSX" to "Darwin". (Sebastian, Kalle)
|
2017-06-20 21:21:46 +08:00
|
|
|
|
2017-06-11 23:17:01 +08:00
|
|
|
- GD:
|
|
|
|
. Fixed bug #74744 (gd.h: stdarg.h include missing for va_list use in
|
|
|
|
gdErrorMethod). (rainer dot jung at kippdata dot de, cmb)
|
|
|
|
|
2017-06-20 12:38:31 +08:00
|
|
|
- OCI8:
|
2017-06-20 21:21:46 +08:00
|
|
|
. Add TAF callback (PR #2459). (KoenigsKind)
|
2017-06-21 14:17:54 +08:00
|
|
|
. Fixed bug #74625 (Integer overflow in oci_bind_array_by_name). (Ingmar Runge)
|
2017-06-20 12:38:31 +08:00
|
|
|
|
2017-06-09 23:42:21 +08:00
|
|
|
- OpenSSL:
|
|
|
|
. Fixed bug #74720 (pkcs7_en/decrypt does not work if \x1a is used in
|
|
|
|
content). (Anatol)
|
2017-06-22 18:38:22 +08:00
|
|
|
. Use TLS_ANY for default ssl:// and tls:// negotiation. (kelunik)
|
2017-06-20 21:21:46 +08:00
|
|
|
. Fix leak in openssl_spki_new(). (jelle at vdwaa dot nl)
|
2017-06-23 03:39:00 +08:00
|
|
|
. Added openssl_pkcs7_read() and pk7 parameter to openssl_pkcs7_verify().
|
|
|
|
(jelle at vdwaa dot nl)
|
2017-06-09 23:42:21 +08:00
|
|
|
|
2017-06-20 14:24:38 +08:00
|
|
|
- PDO_OCI:
|
|
|
|
. Fixed Bug #74537 (Align --with-pdo-oci configure option with --with-oci8 syntax).
|
|
|
|
(Tianfang Yang)
|
|
|
|
|
|
|
|
- Standard:
|
2017-06-19 07:53:06 +08:00
|
|
|
. Compatibility with libargon2 versions 20161029 and 20160821.
|
|
|
|
(charlesportwoodii at erianna dot com)
|
2017-06-20 21:21:46 +08:00
|
|
|
. Fixed Bug #74737 (mysqli_get_client_info reflection info).
|
|
|
|
(mhagstrand at gmail dot com)
|
2017-06-19 07:53:06 +08:00
|
|
|
|
2017-06-20 14:24:38 +08:00
|
|
|
- Streams:
|
2017-06-22 18:38:22 +08:00
|
|
|
. Default ssl/single_dh_use and ssl/honor_cipher_order to true. (kelunik)
|
2017-06-19 08:24:19 +08:00
|
|
|
|
2017-06-07 19:56:56 +08:00
|
|
|
- SQLite3:
|
2017-06-09 20:21:19 +08:00
|
|
|
. Update to Sqlite 3.19.3. (cmb)
|
2017-06-20 21:21:46 +08:00
|
|
|
. Implement writing to blobs. (bohwaz at github dot com)
|
2017-06-06 21:27:02 +08:00
|
|
|
|
2017-06-06 21:02:29 +08:00
|
|
|
08 Jun 2017, PHP 7.2.0alpha1
|
2016-11-11 01:11:24 +08:00
|
|
|
|
2016-08-06 10:06:50 +08:00
|
|
|
- Core:
|
2017-05-30 18:23:17 +08:00
|
|
|
. Added ZEND_COUNT, ZEND_GET_CLASS, ZEND_GET_CALLED_CLASS, ZEND_GET_TYPE,
|
|
|
|
ZEND_FUNC_NUM_ARGS, ZEND_FUNC_GET_ARGS instructions, to implement
|
|
|
|
corresponding builtin functions. (Dmitry)
|
2017-05-25 17:47:43 +08:00
|
|
|
. "Countable" interface is moved from SPL to Core. (Dmitry)
|
2017-05-25 04:00:48 +08:00
|
|
|
. Added ZEND_IN_ARRAY instruction, implementing optimized in_array() builtin
|
|
|
|
function, through hash lookup in flipped array. (Dmitry)
|
2016-11-29 05:45:01 +08:00
|
|
|
. Removed IS_TYPE_IMMUTABLE (it's the same as COPYABLE & !REFCOUNTED). (Dmitry)
|
2016-08-11 11:06:55 +08:00
|
|
|
. Removed the sql.safe_mode directive. (Kalle)
|
2016-11-12 18:20:01 +08:00
|
|
|
. Removed support for Netware. (Kalle)
|
2017-06-01 02:44:53 +08:00
|
|
|
. Renamed ReflectionClass::isIterateable() to ReflectionClass::isIterable()
|
|
|
|
(alias original name for BC). (Sara)
|
2016-08-06 10:06:50 +08:00
|
|
|
. Fixed bug #54535 (WSA cleanup executes before MSHUTDOWN). (Kalle)
|
2016-10-16 10:17:35 +08:00
|
|
|
. Implemented FR #69791 (Disallow mail header injections by extra headers)
|
2016-09-15 05:57:29 +08:00
|
|
|
(Yasuo)
|
2016-10-16 10:17:35 +08:00
|
|
|
. Implemented FR #49806 (proc_nice() for Windows). (Kalle)
|
2016-10-17 21:43:41 +08:00
|
|
|
. Fix pthreads detection when cross-compiling (ffontaine)
|
2016-12-07 05:41:07 +08:00
|
|
|
. Fixed memory leaks caused by exceptions thrown from destructors. (Bob,
|
|
|
|
Dmitry).
|
2016-10-18 08:28:18 +08:00
|
|
|
. Fixed bug #73215 (uniqid() should use better random source). (Yasuo)
|
2016-10-18 19:48:01 +08:00
|
|
|
. Fixed bug #73337 (try/catch not working with two exceptions inside a same
|
|
|
|
operation). (Dmitry)
|
2016-10-29 01:58:02 +08:00
|
|
|
. Implemented FR #72768 (Add ENABLE_VIRTUAL_TERMINAL_PROCESSING flag for
|
|
|
|
php.exe). (Michele Locati)
|
2016-11-15 02:20:45 +08:00
|
|
|
. Implemented "Convert numeric keys in object/array casts" RFC, fixes
|
|
|
|
bugs #53838, #61655, #66173, #70925, #72254, etc. (Andrea)
|
2017-03-05 06:47:19 +08:00
|
|
|
. Implemented "Deprecate and Remove Bareword (Unquoted) Strings" RFC.
|
|
|
|
(Rowan Collins)
|
2016-12-21 23:10:38 +08:00
|
|
|
. Raised minimum supported Windows versions to Windows 7/Server 2008 R2.
|
|
|
|
(Anatol)
|
2017-03-15 01:30:49 +08:00
|
|
|
. Implemented minor optimization in array_keys/array_values(). (Sara)
|
2017-01-23 00:12:09 +08:00
|
|
|
. Fixed bug #73969 (segfault in debug_print_backtrace). (andrewnester)
|
2017-01-25 15:34:24 +08:00
|
|
|
. Added PHP_OS_FAMILY constant to determine on which OS we are. (Jan Altensen)
|
2017-01-26 14:58:36 +08:00
|
|
|
. Fixed bug #73994 (arginfo incorrect for unpack). (krakjoe)
|
2017-01-26 17:04:52 +08:00
|
|
|
. Fixed bug #73973 (assertion error in debug_zval_dump). (andrewnester)
|
2017-01-28 14:47:59 +08:00
|
|
|
. Fixed bug #73987 (Method compatibility check looks to original
|
|
|
|
definition and not parent). (pmmaga)
|
2017-03-18 06:39:18 +08:00
|
|
|
. Fixed bug #73991 (JSON_OBJECT_AS_ARRAY not respected). (Sara)
|
2017-02-10 15:31:43 +08:00
|
|
|
. Fixed bug #74053 (Corrupted class entries on shutdown when a destructor
|
|
|
|
spawns another object). (jim at commercebyte dot com)
|
2017-02-13 15:38:31 +08:00
|
|
|
. Fixed bug #73971 (Filename got limited to MAX_PATH on Win32 when scan
|
|
|
|
directory). (Anatol)
|
2017-03-09 15:44:18 +08:00
|
|
|
. Fixed bug #74149 (static embed SAPI linkage error). (krakjoe)
|
2017-04-07 18:35:56 +08:00
|
|
|
. Fixed bug #72359, bug #72451, bug #73706, bug #71115 and others related
|
2017-03-29 20:30:32 +08:00
|
|
|
to interned strings handling in TS builds. (Anatol, Dmitry)
|
2017-04-21 02:08:11 +08:00
|
|
|
. Implemented "Trailing Commas In List Syntax" RFC for group use lists only.
|
|
|
|
(Sammy Kaye Powers)
|
2017-04-11 04:04:18 +08:00
|
|
|
. Fixed bug #74269 (It's possible to override trait property with different
|
|
|
|
loosely-equal value). (pmmaga)
|
2017-03-11 03:08:15 +08:00
|
|
|
. Fixed bug #61970 (Restraining __construct() access level in subclass gives
|
|
|
|
a fatal error). (pmmaga)
|
2017-04-23 00:41:54 +08:00
|
|
|
. Fixed bug #63384 (Cannot override an abstract method with an abstract
|
|
|
|
method). (pmmaga, wes)
|
2017-05-21 20:41:55 +08:00
|
|
|
. Fixed bug #74607 (Traits enforce different inheritance rules). (pmmaga)
|
2017-05-28 22:23:57 +08:00
|
|
|
. Fixed misparsing of abstract unix domain socket names. (Sara)
|
2016-08-06 10:06:50 +08:00
|
|
|
|
2015-10-17 14:09:16 +08:00
|
|
|
- BCMath:
|
|
|
|
. Fixed bug #46564 (bcmod truncates fractionals). (liborm85)
|
|
|
|
|
|
|
|
- Calendar:
|
|
|
|
. Fix integer overflows (Joshua Rogers)
|
|
|
|
|
2016-10-05 23:24:15 +08:00
|
|
|
- Date:
|
2017-05-29 13:28:21 +08:00
|
|
|
. Fixed bug #55407 (Impossible to prototype DateTime::createFromFormat).
|
|
|
|
(kelunik)
|
2016-11-13 13:37:49 +08:00
|
|
|
. Fixed bug #69587 (DateInterval properties and isset). (jhdxr)
|
2017-04-10 19:49:54 +08:00
|
|
|
. Fixed bug #74404 (Wrong reflection on DateTimeZone::getTransitions).
|
|
|
|
(krakjoe)
|
2017-04-17 15:09:36 +08:00
|
|
|
. Fixed bug #74080 (add constant for RFC7231 format datetime). (duncan3dc)
|
2017-06-01 15:07:23 +08:00
|
|
|
. Fixed bug #74639 (implement clone for DatePeriod and DateInterval).
|
|
|
|
(andrewnester)
|
2017-04-18 00:06:20 +08:00
|
|
|
. Implemented FR #71520 (Adding the DateTime constants to the
|
|
|
|
DateTimeInterface interface). (Majkl578)
|
2017-04-10 19:48:51 +08:00
|
|
|
|
2017-05-28 04:57:19 +08:00
|
|
|
- Dba:
|
|
|
|
. Fixed bug #72885 (flatfile: dba_fetch() fails to read replaced entry).
|
|
|
|
(Anatol)
|
|
|
|
|
2017-01-02 19:59:54 +08:00
|
|
|
- DOM:
|
|
|
|
. Fixed bug #67474 (getElementsByTagNameNS filter on default ns). (aboks)
|
2017-01-26 13:52:04 +08:00
|
|
|
. Fixed bug #54382 (getAttributeNodeNS doesn't get xmlns* attributes).
|
|
|
|
(aboks)
|
2017-02-03 14:12:53 +08:00
|
|
|
. Fixed bug #74004 (LIBXML_NOWARNING (etc) ignored by DOMDocument::loadHTML).
|
|
|
|
(somedaysummer)
|
2017-01-02 19:59:54 +08:00
|
|
|
|
2016-08-03 16:05:33 +08:00
|
|
|
- EXIF:
|
2016-08-10 01:29:36 +08:00
|
|
|
. Added support for vendor specific tags for the following formats:
|
2017-05-28 20:00:51 +08:00
|
|
|
Samsung, DJI, Panasonic, Sony, Pentax, Minolta, Sigma/Foveon, AGFA,
|
|
|
|
Kyocera, Ricoh & Epson. (Kalle)
|
2016-08-10 01:29:36 +08:00
|
|
|
. Fixed bug #72682 (exif_read_data() fails to read all data for some
|
2016-08-03 23:33:18 +08:00
|
|
|
images). (Kalle)
|
2016-08-10 01:29:36 +08:00
|
|
|
. Fixed bug #71534 (Type confusion in exif_read_data() leading to heap
|
2016-08-07 11:35:46 +08:00
|
|
|
overflow in debug mode). (hlt99 at blinkenshell dot org, Kalle)
|
2016-08-10 01:29:36 +08:00
|
|
|
. Fixed bug #68547 (Exif Header component value check error).
|
2016-08-05 16:03:14 +08:00
|
|
|
(sjh21a at gmail dot com, Kalle)
|
2016-08-10 01:29:36 +08:00
|
|
|
. Fixed bug #66443 (Corrupt EXIF header: maximum directory nesting level
|
2016-08-05 13:54:36 +08:00
|
|
|
reached for some cameras). (Kalle)
|
2016-08-10 01:29:36 +08:00
|
|
|
. Fixed Redhat bug #1362571 (PHP not returning full results for
|
2016-08-03 18:29:09 +08:00
|
|
|
exif_read_data function). (Kalle)
|
2016-08-03 16:05:33 +08:00
|
|
|
|
2017-01-01 23:48:38 +08:00
|
|
|
- FPM:
|
|
|
|
. Configuration to limit fpm slow log trace callers. (Sannis)
|
2017-01-24 00:56:19 +08:00
|
|
|
. Fixed bug #69865 (php-fpm does not close stderr when using syslog).
|
2017-01-24 15:44:45 +08:00
|
|
|
(Mike)
|
2017-01-01 23:48:38 +08:00
|
|
|
|
2017-01-29 15:29:14 +08:00
|
|
|
- FTP:
|
2017-05-28 12:15:24 +08:00
|
|
|
. Fixed bug #74598 (ftp:// wrapper ignores context arg). (Sara)
|
2017-01-29 15:29:14 +08:00
|
|
|
. Implement MLSD for structured listing of directories. (blar)
|
|
|
|
|
2016-10-20 12:34:22 +08:00
|
|
|
- GD:
|
|
|
|
. Implemented imageresolution as getter and setter (Christoph)
|
2017-03-30 23:28:50 +08:00
|
|
|
. Fixed bug #74343 (compile fails on solaris 11 with system gd2 library).
|
|
|
|
(krakjoe)
|
2016-10-20 12:34:22 +08:00
|
|
|
|
2016-07-27 12:57:07 +08:00
|
|
|
- GMP:
|
|
|
|
. Fixed bug #70896 (gmp_fact() silently ignores non-integer input). (Sara)
|
|
|
|
|
2017-01-21 15:46:02 +08:00
|
|
|
- hash:
|
|
|
|
. Fixed bug #73961 (environmental build dependency in hash sha3 source).
|
|
|
|
(krakjoe)
|
2016-12-27 09:22:54 +08:00
|
|
|
. Changed HashContext from resource to object. (Rouven Weßling, Sara)
|
2017-07-07 18:01:09 +08:00
|
|
|
. Disallowed usage of non-cryptographic hash functions with HMAC and PBKDF2.
|
|
|
|
(Andrey Andreev, Nikita)
|
2016-11-18 18:19:30 +08:00
|
|
|
|
2017-04-13 20:22:01 +08:00
|
|
|
- intl:
|
|
|
|
. Fixed bug #74433 (wrong reflection for Normalizer methods). (villfa)
|
2017-04-17 14:58:34 +08:00
|
|
|
. Fixed bug #74439 (wrong reflection for Locale methods). (villfa)
|
2017-05-02 13:22:08 +08:00
|
|
|
. Fixed bug #74468 (wrong reflection on Collator::sortWithSortKeys). (villfa)
|
2017-05-18 08:23:15 +08:00
|
|
|
. Fixed bug #63790 (test using Spoofchecker which may be unavailable). (Sara)
|
2016-11-18 18:19:30 +08:00
|
|
|
|
2016-08-10 08:47:27 +08:00
|
|
|
- Mbstring:
|
2016-09-06 17:20:24 +08:00
|
|
|
. Implemented request #66024 (mb_chr() and mb_ord()). (Masakielastic, Yasuo)
|
|
|
|
. Implemented request #65081 (mb_scrub()). (Masakielastic, Yasuo)
|
2016-08-10 13:53:27 +08:00
|
|
|
. Implemented request #69086 (enhancement for mb_convert_encoding() that
|
2016-09-06 17:20:24 +08:00
|
|
|
handles multibyte replacement char nicely). (Masakielastic, Yasuo)
|
|
|
|
. Added array input support to mb_convert_encoding(). (Yasuo)
|
|
|
|
. Added array input support to mb_check_encoding(). (Yasuo)
|
2017-01-04 14:55:29 +08:00
|
|
|
. Fixed bug #69079 (enhancement for mb_substitute_character). (masakielastic)
|
2017-05-30 21:50:48 +08:00
|
|
|
. Update to oniguruma version 6.3.0. (Remi)
|
2014-09-02 06:47:49 +08:00
|
|
|
|
2016-12-13 18:11:14 +08:00
|
|
|
- Mcrypt:
|
|
|
|
. The deprecated mcrypt extension has been moved to PECL. (leigh)
|
|
|
|
|
2017-01-19 02:24:14 +08:00
|
|
|
- MySQLi:
|
|
|
|
. Fixed bug #73949 (leak in mysqli_fetch_object). (krakjoe)
|
2016-11-19 04:41:10 +08:00
|
|
|
|
2017-01-02 22:57:32 +08:00
|
|
|
- mysqlnd:
|
|
|
|
. Fixed bug #73800 (sporadic segfault with MYSQLI_OPT_INT_AND_FLOAT_NATIVE).
|
|
|
|
(vanviegen)
|
2016-12-02 18:14:51 +08:00
|
|
|
|
2017-01-06 15:40:20 +08:00
|
|
|
- OpenSSL:
|
|
|
|
. Fixed bug #71519 (add serial hex to return value array). (xrobau)
|
2015-12-03 23:30:35 +08:00
|
|
|
|
2014-09-10 23:19:02 +08:00
|
|
|
- PCRE:
|
2017-06-02 18:14:33 +08:00
|
|
|
. Added support for PCRE JIT fast path API. (dmitry)
|
2017-01-06 13:46:10 +08:00
|
|
|
. Fixed bug #61780 (Inconsistent PCRE captures in match results). (cmb)
|
2014-09-10 23:19:02 +08:00
|
|
|
|
2016-12-20 22:59:39 +08:00
|
|
|
- PDO:
|
|
|
|
. Add "Sent SQL" to debug dump for emulated prepares. (Adam Baratz)
|
2017-03-21 06:25:50 +08:00
|
|
|
. Add parameter types for national character set strings. (Adam Baratz)
|
2016-12-20 22:59:39 +08:00
|
|
|
|
2016-10-11 06:10:37 +08:00
|
|
|
- PDO_DBlib:
|
|
|
|
. Fixed bug #73234 (Emulated statements let value dictate parameter type).
|
|
|
|
(Adam Baratz)
|
2016-11-16 06:44:12 +08:00
|
|
|
. Fixed bug #73396 (bigint columns are returned as strings). (Adam Baratz)
|
2017-01-28 07:46:44 +08:00
|
|
|
. Expose DB-Library version as \PDO::DBLIB_ATTR_VERSION attribute on \PDO
|
|
|
|
instance. (Adam Baratz)
|
|
|
|
. Add test coverage for bug #72969. (Jeff Farr)
|
2016-10-11 06:10:37 +08:00
|
|
|
|
2017-03-02 12:35:19 +08:00
|
|
|
- PDO_OCI:
|
|
|
|
. Fixed bug #54379 (PDO_OCI: UTF-8 output gets truncated). (gureedo / Oracle)
|
|
|
|
|
2017-01-21 04:12:03 +08:00
|
|
|
- PDO_PgSQL:
|
|
|
|
. Fixed bug #73959 (lastInsertId fails to throw an exception for wrong
|
|
|
|
sequence name). (andrewnester)
|
2016-12-02 18:14:51 +08:00
|
|
|
|
2017-01-22 23:26:07 +08:00
|
|
|
- PDO_Sqlite
|
|
|
|
. Switch to sqlite3_prepare_v2() and sqlite3_close_v2() functions (rasmus)
|
|
|
|
|
2017-04-10 13:33:01 +08:00
|
|
|
- phar:
|
2017-04-10 13:46:15 +08:00
|
|
|
. Fixed bug #74383 (phar method parameters reflection correction).
|
|
|
|
(mhagstrand)
|
2017-04-08 07:52:12 +08:00
|
|
|
. Fixed bug #74196 (phar does not correctly handle names containing dots).
|
|
|
|
(mhagstrand)
|
2017-05-29 15:31:58 +08:00
|
|
|
. Fixed bug #74386 (Phar::__construct reflection incorrect). (villfa)
|
2016-12-02 18:14:51 +08:00
|
|
|
|
2017-03-30 03:54:38 +08:00
|
|
|
- PHPDBG
|
|
|
|
. Added extended_value to opcode dump output. (Sara)
|
|
|
|
|
2017-01-11 16:10:58 +08:00
|
|
|
- posix:
|
|
|
|
. Fixed bug #71219 (configure script incorrectly checks for ttyname_r). (atoh)
|
2016-12-02 18:14:51 +08:00
|
|
|
|
2016-11-16 13:14:36 +08:00
|
|
|
- Session:
|
2016-12-21 07:16:38 +08:00
|
|
|
. Fixed bug #73461 (Prohibit session save handler recursion). (Yasuo)
|
|
|
|
. PR #2233 Removed register_globals related code and "!" can be used as $_SESSION key name. (Yasuo)
|
2016-12-22 15:03:55 +08:00
|
|
|
. Improved bug #73100 fix. 'user' save handler can only be set by session_set_save_handler()
|
2017-01-06 14:07:31 +08:00
|
|
|
. Fixed bug #69582 (session not readable by root in CLI). (EvgeniySpinov)
|
2016-11-16 13:14:36 +08:00
|
|
|
|
2016-10-20 12:25:49 +08:00
|
|
|
- SOAP:
|
|
|
|
. Fixed bug #69137 (Peer verification fails when using a proxy with SoapClient)
|
|
|
|
(Keith Smiley)
|
|
|
|
|
2016-12-12 19:31:09 +08:00
|
|
|
- SQLite3:
|
2017-04-16 22:17:09 +08:00
|
|
|
. Update to Sqlite 3.18.0. (cmb)
|
2017-04-11 19:16:50 +08:00
|
|
|
. Fixed bug #74413 (incorrect reflection for SQLite3::enableExceptions).
|
|
|
|
(krakjoe)
|
2016-12-12 19:31:09 +08:00
|
|
|
|
2017-01-01 22:42:33 +08:00
|
|
|
- Standard:
|
|
|
|
. Add subject to mail log. (tomsommer)
|
2017-01-04 21:36:28 +08:00
|
|
|
. Fixed bug #31875 (get_defined_functions additional param to exclude
|
|
|
|
disabled functions). (willianveiga)
|
2017-01-06 14:58:08 +08:00
|
|
|
. Fixed bug #69442 (closing of fd incorrect when PTS enabled). (jaytaph)
|
2017-01-09 13:21:29 +08:00
|
|
|
. Fixed bug #72974 (imap is undefined service on AIX). (matthieu.sarter)
|
2017-01-09 13:33:22 +08:00
|
|
|
. Fixed bug #72979 (money_format stores wrong length AIX). (matthieu.sarter)
|
2017-03-23 22:56:17 +08:00
|
|
|
. Fixed bug #74300 (unserialize accepts two plus/minus signs for float number exponent part).
|
|
|
|
(xKerman)
|
2017-05-28 23:51:41 +08:00
|
|
|
. Fixed bug #74556 (stream_socket_get_name() returns '\0'). (Sara)
|
2017-01-01 22:42:33 +08:00
|
|
|
|
2016-10-17 22:44:16 +08:00
|
|
|
- XML:
|
|
|
|
. Moved utf8_encode() and utf8_decode() to the Standard extension. (Andrea)
|
2016-11-13 01:45:16 +08:00
|
|
|
. Fixed bug #72135 (malformed XML causes fault) (edgarsandi)
|
2016-10-17 22:44:16 +08:00
|
|
|
|
2017-05-02 13:25:31 +08:00
|
|
|
- xmlreader:
|
|
|
|
. Fixed bug #74457 (Wrong reflection on XMLReader::expand). (villfa)
|
2016-10-17 18:31:34 +08:00
|
|
|
|
2016-10-19 20:43:31 +08:00
|
|
|
- XMLRPC:
|
|
|
|
. Use Zend MM for allocation in bundled libxmlrpc (Joe)
|
|
|
|
|
2016-08-17 18:43:29 +08:00
|
|
|
- ZIP:
|
2017-03-02 20:36:40 +08:00
|
|
|
. Add support for encrypted archives. (Remi)
|
2017-05-31 15:56:01 +08:00
|
|
|
. Use of bundled libzip is deprecated, --with-libzip option is recommended. (Remi)
|
2017-03-21 18:16:54 +08:00
|
|
|
. Fixed Bug #73803 (Reflection of ZipArchive does not show public properties). (Remi)
|
2016-12-02 18:14:51 +08:00
|
|
|
|
2013-05-17 17:22:04 +08:00
|
|
|
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
|