-
Use SEND_USER for CONST|TMP as well
Otherwise we're missing the "expected to be a reference, value given" warning that appears for ordinary calls to call_user_func(). Also update an UPGRADING note with recent changes wrt call_user_func().
-
-
gettype(): Use "resource (closed)" instead of "unknown type"
nikic committedJul 22, 2016 -
Scrub UPGRADING and UPGRADING.INTERNALS
There were already some master-only entries in there -- I hope I didn't remove anything that was supposed to be there. [skip ci]
nikic committedAug 15, 2016
-
-
Remove PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT
Use the generic ATTR_EMULATE_PREPARES instead.
-
Add UPDRADING note about yield operator behavior
Fixes bug #69160. [ci skip]
nikic committedMar 9, 2015 -
-
Remove deprecated mcrypt_generic_end() alias
nikic committedMar 9, 2015 -
Remove xsl.security_prefs ini option
Conflicts: ext/xsl/php_xsl.c ext/xsl/xsltprocessor.c
nikic committedSep 10, 2014 -
Remove unsafe curl file uploads
The option CURLOPT_SAFE_UPLOAD still exists, but cannot be disabled.
nikic committedMar 9, 2015
-
More UPGRADING, in particular on foreach
Only doing a shallow description of foreach changes, describing them completely is too complicated.
-
-
I'd like UPGRADING to have a complete list of changes including code samples and suggested changes. Right now it's only a list of bullet points, where it is often required to read a linked RFC to understand the difference.
-
-
Remove preg_replace /e modifier
nikic committedSep 10, 2014 -
Remove assignment of new by reference
nikic committedSep 10, 2014
-
-
Remove string category support in setlocale()
nikic committedSep 10, 2014 -
Remove mktime() and gmmktime() $is_dst parameter
nikic committedSep 10, 2014 -
Remove for #-style comments in ini files
nikic committedJan 17, 2015 -
Remove static calls from incompatible $this context
nikic committedSep 10, 2014
-
* Consistent base conversion support (max: 62) * mpz_remroot always available * Use gmp_randinit_mt instead of LCG
-
If a MARK is set then it will be returned in the $matches array unter key "MARK". If no MARK is used or passed, the key will not be set.