#
6a5d5d1d |
| 05-Jun-2014 |
Remi Collet |
Merge branch 'PHP-5.5' into PHP-5.6 * PHP-5.5: drop exec perm on doc files
|
#
e31b51f9 |
| 05-Jun-2014 |
Remi Collet |
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: drop exec perm on doc files
|
#
56c9e22c |
| 05-Jun-2014 |
Remi Collet |
drop exec perm on doc files |
#
2f9766fd |
| 12-May-2014 |
Yasuo Ohgaki |
Update UPGRADING according to bug fix |
#
27f5957e |
| 07-May-2014 |
Daniel Lowrey |
Bug #67224: stream_socket_enable_crypto() - Allow crypto_method context value in stream_socket_enable_crypto() - As of 5.6.x stream crypto type may be specified in the SSL context,
Bug #67224: stream_socket_enable_crypto() - Allow crypto_method context value in stream_socket_enable_crypto() - As of 5.6.x stream crypto type may be specified in the SSL context, making the $crypto_type parameter to stream_socket_enable_crypto() optional. This commit checks for a crypto type in the context prior to erroring out. - Update NEWS/UPGRADING
show more ...
|
#
e0b9e524 |
| 01-May-2014 |
Bob Weinand |
Merge branch 'PHP-5.6'
|
#
d27b76a7 |
| 01-May-2014 |
Bob Weinand |
Fixed numbering in UPGRADING file |
#
b93d040d |
| 18-Apr-2014 |
Anatol Belski |
UPGRADING note about bug #67072 |
#
3586d14b |
| 18-Apr-2014 |
Anatol Belski |
UPGRADING note about bug #67072 |
#
53c68811 |
| 18-Apr-2014 |
Anatol Belski |
UPGRADING note about bug #67072 |
#
05dac1d0 |
| 16-Apr-2014 |
Anatol Belski |
updated UPGRADING |
#
ba038302 |
| 16-Apr-2014 |
Anatol Belski |
updated UPGRADING |
#
a3eafe53 |
| 13-Apr-2014 |
Bob Weinand |
Added UPGRAING notice for bug #66015 in BC break section |
#
91aa9fbb |
| 05-Apr-2014 |
Kalle Sommer Nielsen |
Remove call_user_method() and call_user_method_array() from master, long time deprecated in favour of call_user_func*(). |
#
d0e31730 |
| 19-Mar-2014 |
Tjerk Meesters |
Updated UPGRADING to add three changes |
#
d613b0ac |
| 19-Mar-2014 |
Adam Harvey |
Restore NEWS and UPGRADING for hash_equals(). |
#
a28389b2 |
| 17-Mar-2014 |
Yasuo Ohgaki |
Fixed typo in UPGRADING and modified php.ini-* description for encoding related changes |
#
42562ee9 |
| 28-Feb-2014 |
Nikita Popov |
Add support for PCRE marks If a MARK is set then it will be returned in the $matches array unter key "MARK". If no MARK is used or passed, the key will not be set. |
#
c4c97d87 |
| 17-Mar-2014 |
Yasuo Ohgaki |
Update UPGRADING. Add more descriptions about default_charset and encoding related changes. Many thanks to Christopher. |
#
33c7976d |
| 17-Mar-2014 |
Daniel Lowrey |
UPGRADING (openssl updates) |
#
098b4e8f |
| 17-Mar-2014 |
Daniel Lowrey |
Merge branch 'pgsql-async' into PHP-5.6 * pgsql-async: Support async pgsql connections and non-blocking queries
|
#
f0da85b4 |
| 12-Mar-2014 |
Matteo Beccati |
Updated UPGRADING to cover PDO_pgsql changes |
#
fd5fbba9 |
| 11-Mar-2014 |
Nikita Popov |
Use /dev/urandom as the default mcrypt_create_iv() source Also fixes the ARGINFO for mcrypt_create_iv() and adds missing UPGRADING entries. |
#
601367ee |
| 10-Mar-2014 |
Christopher Jones |
Fixed Bug #66875 (Improve performance of multi-row OCI_RETURN_LOB queries) |
#
d32e180f |
| 07-Mar-2014 |
Christopher Jones |
Fix typo |