summaryrefslogtreecommitdiff
path: root/UPGRADING
Commit message (Expand)AuthorAgeFilesLines
* Make quoting of cmd execution functions consistentChristoph M. Becker2020-02-171-0/+5
* Improve generated names for anonymous classesNikita Popov2020-02-171-1/+12
* Add static return typeNikita Popov2020-02-171-0/+9
* [skip ci] Fix typos in UPGRADINGTyson Andre2020-02-161-1/+1
* Add UPGRADING notesNikita Popov2020-02-111-0/+6
* Add support for $obj::classNikita Popov2020-02-111-0/+3
* Make ASSIGN, ASSIGN_OP, INC and DEC opcodes to return IS_TMP_VAR instead of I...Dmitry Stogov2020-02-071-0/+5
* Fix typo [ci skip]Markus Staab2020-01-261-1/+1
* Add mention about empty needles for strrch() functions in UPGRADING [ci skip]George Peter Banyard2020-01-251-3/+4
* Fix bug #64865: Use CONTEXT_DOCUMENT_ROOT for scanning dir treewbender2020-01-241-0/+4
* Allow variadic arguments to replace non-variadic onesNikita Popov2020-01-231-0/+11
* Add UPGRADING notes [skip ci]Máté Kocsis2020-01-221-0/+6
* Bump required libcurl version to 7.29.0Christoph M. Becker2020-01-191-0/+3
* Rename run-test.php to run-tests.php in the test packsChristoph M. Becker2020-01-141-0/+4
* Add imagegetinterpolation()Christoph M. Becker2020-01-141-0/+2
* Fixed #78385: Distinguish absent/empty query/fragmentIslam Israfilov2020-01-131-0/+8
* [ci skip] Update UPGRADINGGeorge Peter Banyard2020-01-091-0/+4
* Adding DateTime(Immutable)::createFromInterface()mike2020-01-031-0/+4
* Implement WeakMapNikita Popov2020-01-031-0/+2
* Add FILTER_VALIDATE_BOOL as alias for FILTER_VALIDATE_BOOLEANWouter Wijsman2019-12-301-0/+4
* Add setAuthorizer method to SQLite3BohwaZ2019-12-201-0/+6
* Add upgrading note about implode() [ci skip]Máté Kocsis2019-12-191-0/+2
* Remove deprecated behaviour of passing encoding as third parameter in mb_strr...George Peter Banyard2019-12-131-0/+2
* Add upgrading notes about removed functionality that were deprecated in PHP 7.4Máté Kocsis2019-12-051-0/+6
* Make the $num_points parameter of php_imagepolygon optionalChristoph M. Becker2019-11-151-0/+6
* Implement union typesNikita Popov2019-11-081-0/+2
* Remove support for array_key_exists() with objectsNikita Popov2019-11-041-0/+2
* Update documentation/comment for GH-4860Tyson Andre2019-10-301-1/+1
* Remove ability to unbind $this of closures if usedNikita Popov2019-10-281-0/+2
* Fix miscellaneous typos in docs and error messagesTyson Andre2019-10-281-2/+2
* Optimize array_slice for packed arrays with large offsetsTyson Andre2019-10-281-0/+3
* Allow array_splice() length to be nullColin O'Dell2019-10-231-0/+3
* Document the changes to substr functionsColin O'Dell2019-10-231-0/+4
* Fix and undeprecate ReflectionType::__toString()Nikita Popov2019-10-221-0/+5
* Promote "Cannot use parent" to fatal errorNikita Popov2019-10-151-0/+2
* Add fdiv() functionNikita Popov2019-10-111-0/+5
* Use clean shutdown on uncaught exceptionNikita Popov2019-10-111-0/+2
* Replace "unexpected character" warning with ParseErrorNikita Popov2019-10-041-0/+3
* Fix #72374: remove_path strips first char of filenametyage2019-10-021-0/+7
* Convert some notices to warningsNikita Popov2019-10-021-1/+12
* Convert GD Resources to objectsMark2019-09-301-0/+3
* Convert "Only arrays and Traversables can be unpacked" into ErrorNikita Popov2019-09-271-1/+2
* Promote write "use scalar as array" warning to ErrorNikita Popov2019-09-271-12/+10
* Convert "Illegal offset type" warnings to exceptionsNikita Popov2019-09-271-0/+4
* Convert "cannot add element" warning to exceptionNikita Popov2019-09-271-0/+4
* Throw Error when writing property of non-objectNikita Popov2019-09-271-0/+5
* Remove unused parameterChristoph M. Becker2019-09-221-0/+4
* Remove unused parameterChristoph M. Becker2019-09-211-0/+2
* Don't make argument nullable based on AST null initializerNikita Popov2019-09-191-0/+10
* Change XMLWriter resources to objectsChristoph M. Becker2019-09-181-0/+4