summaryrefslogtreecommitdiff
path: root/UPGRADING
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #50224 where float without decimals were converted to integerJuan Basso2015-01-191-0/+3
* Update UPGRADING for the new variadic functions, and re-sort.Adam Harvey2014-12-021-2/+5
* Conflicts:m.bennewitz2014-11-301-0/+3
* update NEWS and UPGRADINGStanislav Malyshev2014-10-141-0/+1
* Added note to UPGRADING regarding 64-bit support in pack()/unpack()Tjerk Meesters2014-10-101-0/+1
* Implement gmp_import() and gmp_export()Leigh2014-09-021-0/+2
* Updated UPGRADINGTjerk Meesters2014-09-021-0/+3
* Updated UPGRADING for #38409Tjerk Meesters2014-09-011-0/+5
* improve the grammar for my recent UPGRADING noteFerenc Kovacs2014-08-181-1/+1
* mention the changes regarding ReflectionClass::newInstanceWithoutConstructor ...Ferenc Kovacs2014-08-181-0/+7
* Add __debugInfo() to UPGRADING.Adam Harvey2014-08-081-0/+4
* Revert "Add SO_REUSEPORT + SO_BROADCAST support via socket stream context opt...Ferenc Kovacs2014-08-061-7/+0
* Add SO_REUSEPORT + SO_BROADCAST support via socket stream context optionDaniel Lowrey2014-08-051-0/+7
* Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2014-06-051-0/+0
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2014-06-051-0/+0
| |\
| | * drop exec perm on doc filesRemi Collet2014-06-051-0/+0
| | * UPGRADING note about bug #67072Anatol Belski2014-04-181-0/+3
| * | UPGRADING note about bug #67072Anatol Belski2014-04-181-0/+3
| * | updated UPGRADINGAnatol Belski2014-04-161-0/+4
| * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-01-251-0/+3
| |\ \ | | |/
| | * Merge branch 'pull-request/571' into PHP-5.4Stanislav Malyshev2014-01-251-0/+1
| | * Update NEWS and remove the unnecessary UPGRADING note.Adam Harvey2013-11-101-10/+0
| | * UPGRADING and NEWSAndrea Faulds2013-10-151-0/+10
| | * add fix for #60560 into upgradingStanislav Malyshev2013-06-281-0/+3
| | * UPdated NEWSAnatoliy Belsky2012-11-141-0/+2
| | * News for bug#40459Stanislav Malyshev2012-08-071-0/+3
| | * Merge branch 'pull-request/112' into PHP-5.4Stanislav Malyshev2012-07-071-0/+4
| | |\
| | | * Added in NEWS and UPGRADING for feature 55218Lonny Kapelushnik2012-07-071-0/+4
| | |/
| | * one more correction for COM upgrading notesAnatoliy Belsky2012-06-191-4/+5
| | * com ext upgrading infosAnatoliy Belsky2012-06-181-0/+4
| | * Changed ResourceBundle constructor behaviorGustavo André dos Santos Lopes2012-05-241-0/+5
| | * add news for new pg_ functionsStanislav Malyshev2012-05-211-0/+4
| | * Dummy (whitespace) change so Dan Brown can verify snap generation from gitChristopher Jones2012-05-161-10/+10
| | * fd fixStanislav Malyshev2012-05-151-0/+2
| | * update NEWS/UPGRADINGStanislav Malyshev2012-05-131-0/+7
| | * add note about corrected tiger hash outputMichael Wallner2012-03-191-0/+4
| | * This change was badly worded and filed in the wrong section.Rasmus Lerdorf2012-03-121-9/+7
| | * Sync char set wording with migration docChristopher Jones2012-03-061-3/+4
| | * Typo and missing zend ini paramChristopher Jones2012-03-061-1/+3
| | * Typo: "outout"Christopher Jones2012-03-061-1/+1
| | * Removed get_magic_quotes* functions from the deprecated list, because we love...Philip Olson2012-03-021-2/+0
| | * Fixed ldap typosPhilip Olson2012-03-021-2/+2
| | * magic quotes directives belong in the E_CORE_ERROR group, and not the E_DEPRE...Philip Olson2012-03-021-5/+3
| | * Mention file upload progress support: http://php.net/manual/en/session.upload...Christopher Jones2012-03-021-0/+2
| | * Removed class constants (these were added in 5.3.7), and added the new Zlib f...Philip Olson2012-03-021-11/+5
| | * Sync sqlite -> PECL terminology with release announcement'sChristopher Jones2012-03-011-2/+2
| | * Reorganized to remove duplication. Cross checked a few php.ini settings.Christopher Jones2012-03-011-536/+593
| | * Some basic tidy up and whitespace fixes. Christopher Jones2012-03-011-57/+58
| | * add notes about ob_start(), gzencode() and removed hash algosMichael Wallner2012-01-181-1/+7
| | * implement the solution for isset/string offsets, fix bug #60362Stanislav Malyshev2011-12-191-53/+59