#
52e5406e |
| 20-Jun-2017 |
Christopher Jones |
Fixed Bug #74537 (Align --with-pdo-oci configure option with --with-oci8 syntax) |
#
3fd99f4e |
| 20-Jun-2017 |
Christopher Jones |
Mention OCI8 TAF callback support in UPGRADING |
#
e511f152 |
| 19-Jun-2017 |
Christoph M. Becker |
Merge branch 'pull-request/2528' * pull-request/2528: Change flags to use SQLITE3_OPEN_READ* constants instead of a fake-boolean, add tests on errors Implement writing to BLOBs i
Merge branch 'pull-request/2528' * 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
show more ...
|
#
e7297002 |
| 09-Jun-2017 |
Anatol Belski |
add UPGRADING note |
#
3c43510b |
| 16-May-2017 |
Nicolas Grekas |
add PREG_UNMATCHED_AS_NULL flag to allow distinguish between unmatched subpatterns and empty matches |
#
818272ae |
| 28-May-2017 |
Kalle Sommer Nielsen |
Added more EXIF MAKERNOTE formats: - AGFA, - Kyocera - Ricoh - Epson |
#
a5eb57c9 |
| 22-Apr-2017 |
Pedro Magalhães |
Allow overriding abstract methods RFC: https://wiki.php.net/rfc/allow-abstract-function-override |
#
e946d074 |
| 24-Nov-2016 |
Craig Duncan |
Ensure number_format() doesn't include sign for zero |
#
92124f9c |
| 10-Apr-2017 |
Pedro Magalhães |
Fixed bug #74269: Strict comparison of initial trait property values |
#
12300f46 |
| 20-Apr-2017 |
Sammy Kaye Powers |
Add trailing comma syntax support for mixed and unmixed group use lists RFC: https://wiki.php.net/rfc/list-syntax-trailing-commas |
#
33ee0225 |
| 26-Mar-2017 |
Vivek Dinesh |
Fix typos [skip ci] |
#
1b565f13 |
| 04-Mar-2017 |
Rowan Collins |
Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecation Implements RFC "Deprecate and Remove Bareword (Unquoted) Strings" [https://wiki.php.net/rfc/deprecate-barew
Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecation Implements RFC "Deprecate and Remove Bareword (Unquoted) Strings" [https://wiki.php.net/rfc/deprecate-bareword-strings]
show more ...
|
#
5096a429 |
| 20-Mar-2017 |
Adam Baratz |
Fix typo |
#
bde01ada |
| 20-Mar-2017 |
Jakub Zelenka |
Add note to the UPGRADING about JSON_OBJECT_AS_ARRAY priority changes |
#
402eeb85 |
| 02-Mar-2017 |
Remi Collet |
Zip: add support for encrypted archive |
#
2ed4723a |
| 14-Feb-2017 |
Christoph M. Becker |
Merge branch 'pull-request/2355' * pull-request/2355: Deprecate INTL_IDNA_VARIANT_2003 We also add a respective note to UPGRADING.
|
#
2edc3cf8 |
| 01-Jan-2017 |
Niklas Keller |
Implement Parameter Type Widening RFC |
#
0ecffc8a |
| 03-Feb-2017 |
Nikita Popov |
Add UPGRADING notes for deprecations |
#
2eb0cb3a |
| 26-Jan-2017 |
Joe Watkins |
[ci skip] add upgrading note about PHP_OS_FAMILY |
#
7b8b2e50 |
| 22-Jan-2017 |
Rasmus Lerdorf |
Switch to the v2 version of these functions. The sqlite3 docs suggest always using prepare_v2 and the close_v2 could potentially help with an fd leak we have been seeing |
#
d89d149e |
| 16-Jan-2017 |
Andrey Andreev |
Disallow non-crypto hashes in HMAC and PBKDF2 For this purpose add is_crypto flag to php_hash_ops. |
Revision tags: php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1, php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1, php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1, php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32, php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2, php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1 |
|
#
90dcbbe3 |
| 17-Oct-2015 |
Libor M |
Fixed bug #46564 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
Fixed bug #46564 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.
show more ...
|
#
c832ab4d |
| 06-Jan-2017 |
Christoph M. Becker |
Update UPGRADING wrt. PR 1303 |
#
c9abe878 |
| 06-Jan-2017 |
Joe Watkins |
Merge branch 'PHP-7.1' * PHP-7.1: Increase realpath_cache_size default value add UPGRADING note for realpath_cache_size
|
#
500b496f |
| 24-Jul-2016 |
Christoph M. Becker |
Implement #69606: Support BMPs (added in GD 2.1.0) We add PHP bindings for libgd's features to read and write BMP files, which are available as of libgd 2.1.0. As PHP's bundled
Implement #69606: Support BMPs (added in GD 2.1.0) We add PHP bindings for libgd's features to read and write BMP files, which are available as of libgd 2.1.0. As PHP's bundled libgd doesn't yet include the respective features of the external libgd, we add these.
show more ...
|