summaryrefslogtreecommitdiff
path: root/UPGRADING
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix variadic arginfos for Reflection functionsGabriel Caruso2019-02-101-0/+10
* | Implement the negative_array_index RFCPedro Magalhães2019-02-081-0/+3
* | Fix SplHeap::compare arginfo and testsLevi Morrison2019-02-081-0/+3
* | Remove $errcontext argument to error handlersNikita Popov2019-02-051-0/+1
* | Removed ldap_sort and LDAP_DEPRECATED build flagCôme Chilliet2019-02-041-0/+3
* | Make mb_ereg_replace() pattern argument a stringNikita Popov2019-02-011-0/+3
* | Remove bareword fallback for constantsNikita Popov2019-01-311-0/+3
* | Remove -1 crop modeNikita Popov2019-01-301-0/+2
* | Remove intl Normalizer::NONENikita Popov2019-01-301-0/+1
* | Remove support for __autoload()Nikita Popov2019-01-301-0/+2
* | Removed read_exif_data() aliasNikita Popov2019-01-301-0/+3
* | Require at least one arg for mktime/gmmktimeNikita Popov2019-01-301-0/+4
* | Remove ability to specify 'salt' in password_hash()Nikita Popov2019-01-301-0/+3
* | Remove static calls to non-static methodsNikita Popov2019-01-301-0/+1
* | Forbid unbinding $this from methodsNikita Popov2019-01-301-0/+2
* | Remove ability to declare userland case-insensitive constantsNikita Popov2019-01-301-0/+2
* | Remove 'e' modifier for mb_ereg_replace()Nikita Popov2019-01-291-0/+3
* | Remove support for legacy constructorsNikita Popov2019-01-291-0/+2
* | Remove FILTER_FLAG_(SCHEME|HOST)_REQUIREDNikita Popov2019-01-291-0/+5
* | Remove (unset) castNikita Popov2019-01-291-0/+1
* | Always treat needles as stringsNikita Popov2019-01-291-0/+5
* | Remove fgetss and friendsNikita Popov2019-01-291-0/+8
* | Remove deprecated mbregex aliasesNikita Popov2019-01-291-0/+17
* | Remove each()Nikita Popov2019-01-291-0/+1
* | Remove special treatment of strings in assertsNikita Popov2019-01-291-0/+5
* | Add UPGRADING entries for removed functionalityNikita Popov2019-01-281-1/+17
* | Remove deprecated INTL_IDNA_VARIANT_2003Christoph M. Becker2019-01-281-0/+4
* | Remove deprecated png2wbmp() and jpeg2wbmp()Christoph M. Becker2019-01-281-0/+2
* | Remove deprecated image2wbmp()Christoph M. Becker2019-01-281-0/+4
* | Clear NEWS, UPGRADING and UPGRADING.INTERNALSNikita Popov2019-01-281-255/+6
|/
* Allow strip_tags with an array of allowed tagnamesAndreas Treichel2019-01-241-0/+4
* Remove the "o" serialization formatNikita Popov2019-01-221-0/+4
* Implement ??= operatorNikita Popov2019-01-221-0/+9
* [ci skip] Note preloading and ext/ffi in UPGRADINGChristoph M. Becker2019-01-211-0/+9
* Use pkg-config to detect and configure for system libgdChristoph M. Becker2019-01-211-0/+3
* [ci skip] Fix typos in UPGRADINGTyson Andre2019-01-191-3/+3
* Document pkg-config related changesNikita Popov2019-01-151-8/+40
* Implement typed propertiesNikita Popov2019-01-111-1/+13
* Improve openssl_random_pseudo_bytes()Sammy Kaye Powers2019-01-111-0/+9
* Preserve aspect ratio for width or heightAndreas Treichel2019-01-051-0/+2
* Detect invalid uses of parent:: during compilationNikita Popov2019-01-041-0/+5
* Add performance improvement section to UPGRADINGNikita Popov2018-12-261-0/+11
* ext/gd: use --with instead of --enableEli Schwartz2018-12-261-1/+1
* Implement SQLite3Stmt::getSQL method, returning the original statement SQL, e...BohwaZ2018-12-151-0/+5
* Allow empty $escape to eschew escaping CSVChristoph M. Becker2018-12-151-0/+12
* Resolve imagecropauto() default $mode quirkChristoph M. Becker2018-12-121-0/+2
* [ci skip] Fix names of the constantsChristoph M. Becker2018-12-011-1/+1
* Fix #73291: imagecropauto() $threshold differs from external libgdChristoph M. Becker2018-12-011-2/+4
* Sync behavior of gdImageAutoCrop() with upstreamChristoph M. Becker2018-12-011-0/+2
* Require SQLite ≥ 3.7.4 for ext/sqlite3Christoph M. Becker2018-11-291-2/+3