summaryrefslogtreecommitdiff
path: root/UPGRADING
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in UPGRADINGChris Brown2020-11-031-1/+1
* [ci skip] Fix small typoChris Brown2020-11-021-1/+1
* Don't force rebuild of symbol table, when populating $http_response_header va...Dmitry Stogov2020-10-281-0/+2
* Don't throw for out of bounds offsets in strspn()Nikita Popov2020-10-271-2/+0
* Document breaking change in strspn/strcspnThiemo Kreuz2020-10-261-0/+2
* [ci skip] Fix typos in UPGRADINGChristoph M. Becker2020-10-251-2/+2
* Revert "Fix bug #64865: Use CONTEXT_DOCUMENT_ROOT for scanning dir tree"Nikita Popov2020-10-191-4/+0
* [ci skip] Make it clear what GD uses instead of resourcesAnatoly Pashin2020-10-161-3/+4
* Verify parameter names of function aliasesMáté Kocsis2020-10-161-0/+1
* Normalize mb_ereg() return valueNikita Popov2020-10-131-0/+3
* XMLReader::open() and XMLReader::xml() are now staticChristoph M. Becker2020-10-111-0/+5
* add note about is_callable changeRemi Collet2020-10-031-0/+2
* Add UPGRADING note for substr() behaviorNikita Popov2020-10-021-0/+3
* Remove deprecated functions from php-ldapCôme Chilliet2020-10-011-0/+2
* bump zip extension versionRemi Collet2020-09-291-1/+1
* Fix #78792: zlib.output_compression disabled by Content-Type: image/Christoph M. Becker2020-09-291-0/+2
* Fix #22986: odbc_connect() may reuse persistent connectionChristoph M. Becker2020-09-291-0/+1
* Add call_user_func_array() backward incompatible changezeriyoshi2020-09-291-0/+2
* Fix UNKNOWN default values in ext/odbcMáté Kocsis2020-09-241-0/+3
* SplFixedArray is Aggregate, not IterableAlex Dowad2020-09-231-0/+6
* Add proper default values for optional arguments in IMAPGeorge Peter Banyard2020-09-221-0/+4
* Return empty array for no rows in pg_fetch_all()Nikita Popov2020-09-211-0/+2
* Deprecate pgsql function aliasesNikita Popov2020-09-211-0/+1
* Drop support for libmysqlclient < 5.5Nikita Popov2020-09-171-1/+1
* Change int parameter types to bool when the parameter behaves as boolMáté Kocsis2020-09-171-0/+4
* Remove deprecated pgsql signaturesNikita Popov2020-09-091-0/+3
* Remove deprecated multi-parameter form of pg_connect()Nikita Popov2020-09-091-0/+4
* Allow array_diff() and array_intersect() with single array argumentNikita Popov2020-09-091-0/+8
* Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-091-2/+2
* Require $method parameter in openssl_seal/openssl_openNikita Popov2020-09-081-0/+2
* Drop support for crypt() without explicit saltNikita Popov2020-09-071-0/+3
* Update NEWS, UPGRADINGBenjamin Eberlei2020-09-021-4/+5
* Fix #55847: DOTNET .NET 4.0 GAC new locationChristoph M. Becker2020-08-221-0/+4
* OCI8 classes were already renamed in 8; this now follows the new-new standardChristopher Jones2020-08-211-0/+3
* Fix more basic function stubsTyson Andre2020-08-181-1/+1
* Fix #79988: new reserved keyword `match` is a backward incompatible changeChristoph M. Becker2020-08-181-0/+1
* Expand upgrading note for namespaced name changeNikita Popov2020-08-101-1/+3
* Revert "Prepare for PHP 8.1"Nikita Popov2020-08-041-1/+1005
* Prepare for PHP 8.1Gabriel Caruso2020-08-041-1005/+1
* Add upgrading note for the resource to object migration in ext/socketsMáté Kocsis2020-08-031-1/+8
* Minor grammar/consistency fixes in upgrade guideTheodore Brown2020-08-031-24/+23
* Deprecate libxml_disable_entity_loader()Dik Takken2020-08-031-0/+5
* Bump libxml version requirement 2.7.6 => 2.9.0Dik Takken2020-08-031-0/+5
* FPM: Add pm.status_listen optionJakub Zelenka2020-08-031-0/+5
* [RFC] Only unserialize Phar metadata when getMetadata() is calledTyson Andre2020-08-031-0/+5
* Make http stream wrapper advertise HTTP/1.1 by defaultRowan Tommins2020-08-031-0/+8
* Merge branch 'levim/assert-throw'Levi Morrison2020-08-031-0/+2
|\
| * Default assert.exception to 1Levi Morrison2020-08-021-0/+2
* | Promote "undefined array key" notice to warningNikita Popov2020-08-031-0/+1
* | datetime: new format "p", same as "P" but returning "Z" for UTCGregor Harlan2020-08-031-0/+2
|/