Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document removal of opcache.fast_shutdown | Nikita Popov | 2017-12-18 | 1 | -0/+5 |
| | | | | [ci skip] | ||||
* | Fix typo in UPGRADING, should be oci_unregister_taf_callback | Tyson Andre | 2017-11-16 | 1 | -1/+1 |
| | | | | | | | See de65a2243f5e52ccafc69889ab0b64f4481c5358 which exposes the unregister functionality. [ci skip] | ||||
* | Mention spl_object_id in UPGRADING notes | Tyson Andre | 2017-11-06 | 1 | -0/+3 |
| | | | | This was implemented in PR #2611 | ||||
* | [ci skip] hash_hmac_algos() is new in PHP 7.2.0 | Christoph M. Becker | 2017-09-27 | 1 | -0/+3 |
| | |||||
* | [ci skip] Fix more typos in UPGRADING | Jannes Jeising | 2017-09-20 | 1 | -1/+1 |
| | |||||
* | [ci skip] Fix typos in UPGRADING | Christoph M. Becker | 2017-09-14 | 1 | -3/+3 |
| | |||||
* | [ci-skip] Add missing UPGRADING entry for commit 0d0f7cd | Christoph M. Becker | 2017-09-11 | 1 | -0/+5 |
| | | | | | There is a respective entry in NEWS, but that would likely be missed by the doc team. | ||||
* | Fixed bug #75170 | Nikita Popov | 2017-09-07 | 1 | -0/+4 |
| | | | | | | | This change may result in different mt_rand/rand sequences being generated on 64-bit systems for a specific seed. See also https://externals.io/message/100229. | ||||
* | UPGRADING | Remi Collet | 2017-09-05 | 1 | -0/+3 |
| | |||||
* | Note deprecation of $errcontext | Nikita Popov | 2017-08-12 | 1 | -0/+2 |
| | |||||
* | Add ftp_append to create a new file or append data to an existing file (RFC959) | Andreas Treichel | 2017-08-02 | 1 | -0/+3 |
| | |||||
* | Fix typo in PHP 7.2 changelog | jrfnl | 2017-07-24 | 1 | -1/+1 |
| | |||||
* | Fix typo in UPGRADING for 7.2 | Issei.M | 2017-07-24 | 1 | -1/+1 |
| | |||||
* | * Implemented #65187 (exif_read_data/thumbnail: add support for stream resource) | Kalle Sommer Nielsen | 2017-07-12 | 1 | -0/+2 |
| | | | | * ext/exif now uses FAST_ZPP | ||||
* | NEWS for Sodium | Remi Collet | 2017-07-11 | 1 | -0/+3 |
| | |||||
* | ZipArchive implements countable, added ZipArchive::count() method | Remi Collet | 2017-07-10 | 1 | -0/+2 |
| | |||||
* | Upgrading note for #74837 | Remi Collet | 2017-07-10 | 1 | -0/+4 |
| | |||||
* | Deprecated the read_exif_data() alias | Kalle Sommer Nielsen | 2017-07-08 | 1 | -0/+3 |
| | |||||
* | Add missing NEWS entry, update UPGRADING | Andrey Andreev | 2017-07-07 | 1 | -2/+2 |
| | | | | | | | | This was done back in January, but never noted in the NEWS file. References: https://github.com/php/php-src/pull/2312 https://github.com/php/php-src/pull/2321 | ||||
* | Fixed bug #74514 5 session functions incorrectly warn when calling in ↵ | Yasuo Ohgaki | 2017-07-01 | 1 | -0/+7 |
| | | | | read-only/getter mode | ||||
* | Implement object type annotation | Michał Brzuchalski | 2017-06-25 | 1 | -0/+3 |
| | | | | RFC: https://wiki.php.net/rfc/object-typehint | ||||
* | Fixed Bug #74537 (Align --with-pdo-oci configure option with --with-oci8 syntax) | Christopher Jones | 2017-06-20 | 1 | -0/+4 |
| | |||||
* | Mention OCI8 TAF callback support in UPGRADING | Christopher Jones | 2017-06-20 | 1 | -0/+7 |
| | |||||
* | Merge branch 'pull-request/2528' | Christoph M. Becker | 2017-06-19 | 1 | -0/+3 |
|\ | | | | | | | | | | | * pull-request/2528: Change flags to use SQLITE3_OPEN_READ* constants instead of a fake-boolean, add tests on errors Implement writing to BLOBs in SQLite3 | ||||
* | | add UPGRADING note | Anatol Belski | 2017-06-09 | 1 | -0/+3 |
| | | |||||
* | | add PREG_UNMATCHED_AS_NULL flag to allow distinguish between unmatched ↵ | Nicolas Grekas | 2017-05-29 | 1 | -5/+6 |
| | | | | | | | | subpatterns and empty matches | ||||
* | | Added more EXIF MAKERNOTE formats: | Kalle Sommer Nielsen | 2017-05-28 | 1 | -1/+2 |
| | | | | | | | | | | | | | | - AGFA, - Kyocera - Ricoh - Epson | ||||
* | | Allow overriding abstract methods | Pedro Magalhães | 2017-05-24 | 1 | -0/+3 |
|/ | | | | RFC: https://wiki.php.net/rfc/allow-abstract-function-override | ||||
* | Ensure number_format() doesn't include sign for zero | Craig Duncan | 2017-05-09 | 1 | -0/+1 |
| | |||||
* | Fixed bug #74269: Strict comparison of initial trait property values | Pedro Magalhães | 2017-05-01 | 1 | -0/+2 |
| | |||||
* | Add trailing comma syntax support for mixed and unmixed group use lists | Sammy Kaye Powers | 2017-05-01 | 1 | -0/+2 |
| | | | | RFC: https://wiki.php.net/rfc/list-syntax-trailing-commas | ||||
* | Fix typos | Vivek Dinesh | 2017-03-27 | 1 | -2/+2 |
| | | | | [skip ci] | ||||
* | Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecation | Rowan Collins | 2017-03-23 | 1 | -0/+3 |
| | | | | | Implements RFC "Deprecate and Remove Bareword (Unquoted) Strings" [https://wiki.php.net/rfc/deprecate-bareword-strings] | ||||
* | Fix typo | Adam Baratz | 2017-03-21 | 1 | -1/+1 |
| | |||||
* | Add note to the UPGRADING about JSON_OBJECT_AS_ARRAY priority changes | Jakub Zelenka | 2017-03-20 | 1 | -0/+5 |
| | |||||
* | Zip: add support for encrypted archive | Remi Collet | 2017-03-02 | 1 | -0/+12 |
| | |||||
* | Merge branch 'pull-request/2355' | Christoph M. Becker | 2017-02-14 | 1 | -0/+4 |
|\ | | | | | | | | | | | | | * pull-request/2355: Deprecate INTL_IDNA_VARIANT_2003 We also add a respective note to UPGRADING. | ||||
* | | Implement Parameter Type Widening RFC | Niklas Keller | 2017-02-04 | 1 | -0/+6 |
| | | |||||
* | | Add UPGRADING notes for deprecations | Nikita Popov | 2017-02-03 | 1 | -2/+28 |
|/ | |||||
* | [ci skip] add upgrading note about PHP_OS_FAMILY | Joe Watkins | 2017-01-26 | 1 | -0/+1 |
| | |||||
* | Switch to the v2 version of these functions. | Rasmus Lerdorf | 2017-01-22 | 1 | -0/+4 |
| | | | | | The sqlite3 docs suggest always using prepare_v2 and the close_v2 could potentially help with an fd leak we have been seeing | ||||
* | Disallow non-crypto hashes in HMAC and PBKDF2 | Andrey Andreev | 2017-01-18 | 1 | -0/+4 |
| | | | | For this purpose add is_crypto flag to php_hash_ops. | ||||
* | Fixed bug #46564 | Libor M | 2017-01-07 | 1 | -0/+5 |
| | | | | | | bcmod() no longer truncates fractionals to integers. This matches the behavior of fmod(). It also matches the behavior of bcpowmod(). It also matches the behavior of bcmod() in HHVM. | ||||
* | Update UPGRADING wrt. PR 1303 | Christoph M. Becker | 2017-01-06 | 1 | -0/+5 |
| | |||||
* | Merge branch 'PHP-7.1' | Joe Watkins | 2017-01-06 | 1 | -0/+3 |
|\ | | | | | | | | | | | * PHP-7.1: Increase realpath_cache_size default value add UPGRADING note for realpath_cache_size | ||||
| * | Document the changes to lexical scoping in 7.1. | Adam Harvey | 2016-12-30 | 1 | -0/+2 |
| | | | | | | | | | | Fixes bug #73844 (Cannot use lexical variable $variable as a parameter name inside array_walk()). | ||||
| * | Update UPGRADING wrt. bug #72785 | Christoph M. Becker | 2016-12-30 | 1 | -0/+3 |
| | | |||||
| * | extend UPGRADING | Anatol Belski | 2016-12-18 | 1 | -4/+24 |
| | | |||||
| * | Fix session upgrade documentation | Tobias Schultze | 2016-12-04 | 1 | -8/+8 |
| | | |||||
| * | Update UPGRADING with info about AEAD changes in openssl_(en|de)crypt | Jakub Zelenka | 2016-11-27 | 1 | -0/+2 |
| | |