#
a99c5f28 |
| 28-Jun-2017 |
Tyson Andre |
Fix typo in PHP 7.1.8 news |
#
b411d4ac |
| 28-Jun-2017 |
Anatol Belski |
[ci skip] update NEWS |
#
8e10c9d3 |
| 25-Jun-2017 |
Michał Brzuchalski |
Implement object type annotation RFC: https://wiki.php.net/rfc/object-typehint |
#
e938cfc9 |
| 25-Jun-2017 |
Nikita Popov |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
604827b6 |
| 25-Jun-2017 |
Nikita Popov |
Fixed bug #73173 Patch by tloi at fortinet dot com. |
#
a1755671 |
| 25-Jun-2017 |
Bob Weinand |
Merge branch 'PHP-7.1'
|
#
44d73425 |
| 25-Jun-2017 |
Bob Weinand |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
cfee5116 |
| 25-Jun-2017 |
Bob Weinand |
Expose inflate_get_status() and inflate_get_read_len() functions |
#
653b9634 |
| 25-Jun-2017 |
Nikita Popov |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
2fddc4a7 |
| 25-Jun-2017 |
Nikita Popov |
Fixed bug #73900 |
#
0c707fcb |
| 25-Jun-2017 |
Jakub Zelenka |
Add OPENSSL_DONT_ZERO_PAD_KEY constant to prevent key padding It fixes bug #71917 (openssl_open() returns junk on envelope < 16 bytes) and bug #72362 (OpenSSL Blowfish encryption is inco
Add OPENSSL_DONT_ZERO_PAD_KEY constant to prevent key padding It fixes bug #71917 (openssl_open() returns junk on envelope < 16 bytes) and bug #72362 (OpenSSL Blowfish encryption is incorrect for short keys).
show more ...
|
#
fda0a8b7 |
| 25-Jun-2017 |
Bob Weinand |
Fixed bug #73944 (inflate_init() dictionary option) - add NEWS entry |
#
3eecee16 |
| 25-Jun-2017 |
Stanislav Malyshev |
Update NEWS |
#
31e4afe3 |
| 23-Jun-2017 |
Anatol Belski |
[ci skip] update NEWS |
#
4e98990f |
| 23-Jun-2017 |
Anatol Belski |
[ci skip] update NEWS |
#
5b5a92b8 |
| 23-Jun-2017 |
Nikita Popov |
Fixed bug #74623 |
#
99b61195 |
| 22-Jun-2017 |
Marat Nagayev |
fix news |
#
bf871759 |
| 22-Jun-2017 |
Jakub Zelenka |
Update NEWS with info about openssl pkcs7 read and verify changes |
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 |
|
#
fe5c8f2b |
| 28-Jan-2016 |
Francois Laupretre |
Allow loading PHP and Zend extensions by name Allow extension name as INI 'extension=' and dl() argument No BC break, as file name is still accepted. When using the '-z' command line
Allow loading PHP and Zend extensions by name Allow extension name as INI 'extension=' and dl() argument No BC break, as file name is still accepted. When using the '-z' command line option (CLI/CGI), an absolute file name must still be provided (nothing changed here) Change comments in example INI files
show more ...
|
#
0f15a030 |
| 22-Jun-2017 |
Joe Watkins |
Merge branch 'PHP-7.1' * PHP-7.1: Fix configure error
|
#
21cbdf69 |
| 22-Jun-2017 |
Joe Watkins |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fix configure error
|
#
660250f4 |
| 15-Jun-2017 |
Peter Kokot |
Fix configure error This patch fixes configure error on some systems such as Alpine. ``` line 3472: test: =: unary operator expected ``` One of the fixes has been
Fix configure error This patch fixes configure error on some systems such as Alpine. ``` line 3472: test: =: unary operator expected ``` One of the fixes has been suggested also here already: https://bugs.php.net/bug.php?id=39835 Thank you for considering merging this.
show more ...
|
#
2030b598 |
| 22-Jun-2017 |
Joe Watkins |
Merge branch 'PHP-7.1' * PHP-7.1: fix bug #73471 PHP freezes with AppendIterator
|
#
c56378b0 |
| 22-Jun-2017 |
Joe Watkins |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: fix bug #73471 PHP freezes with AppendIterator
|
#
81c2a4b9 |
| 30-Apr-2017 |
jhdxr |
fix bug #73471 PHP freezes with AppendIterator |