#
eb063c8a |
| 14-Feb-2019 |
Nikita Popov |
Fixed bug #77612 Port php_setcookie() to use the smart_str API to ensure that there can be no string truncation issues. |
#
34122ede |
| 13-Feb-2019 |
Anatol Belski |
Update NEWS and UPGRADING [ci skip] |
#
93641539 |
| 12-Feb-2019 |
Nikita Popov |
Fixed bug #76430 It's somewhat ambiguous what exactly the correct behavior is supposed to be, I'm just picking something more or less reasonable here. |
#
6ac8b0a7 |
| 11-Feb-2019 |
Christoph M. Becker |
Deprecate ext/wddx Cf. <https://wiki.php.net/rfc/deprecate-and-remove-ext-wddx>. |
#
6f7a47db |
| 11-Feb-2019 |
Darek Slusarczyk |
Merge branch 'PHP-7.2' into PHP-7.3
|
#
83d2bc9b |
| 11-Feb-2019 |
Darek Slusarczyk |
Merge branch 'PHP-7.1' into PHP-7.2
|
#
2eaabf06 |
| 11-Feb-2019 |
Darek Slusarczyk |
security fix - by default 'local infile' is disabled: - set default for mysqli.allow_local_infile=0 - explicitly disable PDO::MYSQL_ATTR_LOCAL_INFILE in case of lack of driver options - a
security fix - by default 'local infile' is disabled: - set default for mysqli.allow_local_infile=0 - explicitly disable PDO::MYSQL_ATTR_LOCAL_INFILE in case of lack of driver options - add getAttribute support for PDO::MYSQL_ATTR_LOCAL_INFILE - update existing tests where needed - add new tests [checking default value and setting on] the 'local infile' in ext/mysqli and ext/pdo_mysql
show more ...
|
#
4da67537 |
| 11-Feb-2019 |
Nikita Popov |
Merge branch 'PHP-7.2' into PHP-7.3
|
#
ec28d4c2 |
| 29-Jan-2019 |
Ahmed Abdou |
Fix bug #51068 (glob:// do not support current path relative) Fix DirectoryIterator glob://* current path relative queries |
#
be64a06b |
| 11-Feb-2019 |
Nikita Popov |
Merge branch 'PHP-7.2' into PHP-7.3
|
#
fe4d7248 |
| 01-Feb-2019 |
johnstevenson |
Fix #77552: Uninitialized buffer in stat functions |
#
4f044f68 |
| 11-Feb-2019 |
Xinchen Hui |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fixed bug #77589 (Core dump using parse_ini_string with numeric sections) Conflicts: Zend/zend_ini_scanner.c
|
#
92055ca7 |
| 11-Feb-2019 |
Xinchen Hui |
Fixed bug #77589 (Core dump using parse_ini_string with numeric sections) Section name should not be typed(NULL, FALSE, TRUE etc) |
#
98b73dbd |
| 11-Feb-2019 |
Christopher Jones |
Merge PDO_OCI tracing attribute PR |
#
bdce2954 |
| 11-Feb-2019 |
Christopher Jones |
Merge PDO_OCI PR |
#
1f86dcdd |
| 11-Feb-2019 |
Christopher Jones |
PDO_OCI tracing attribute PR merge |
#
b2907527 |
| 05-Feb-2019 |
Christoph M. Becker |
Fix NEWS Bug #77287 is already fixed in PHP 7.3.2. |
#
f0ddc93f |
| 04-Feb-2019 |
Côme Chilliet |
Removed ldap_sort and LDAP_DEPRECATED build flag ldap_sort was deprecated in PHP7, it is now removed. This allows removing the LDAP_DEPRECATED flag when building against openldap. |
#
d93ce179 |
| 04-Feb-2019 |
Côme Chilliet |
Mark ldap_control_paged_result and ldap_control_paged_result_response as deprecated These functions have serious limitations and may confuse users. Same operations can be done using the
Mark ldap_control_paged_result and ldap_control_paged_result_response as deprecated These functions have serious limitations and may confuse users. Same operations can be done using the new ldap control system in search operations.
show more ...
|
#
c0228f74 |
| 03-Feb-2019 |
Christoph M. Becker |
[ci skip] Add missing notes regarding gc_status() |
#
203a2da3 |
| 01-Feb-2019 |
Dmitry Stogov |
Fixed bug #77329 (Buffer Overflow via overly long Error Messages) |
#
cc60e8b0 |
| 30-Jan-2019 |
Joe Watkins |
Merge branch 'PHP-7.4' * PHP-7.4: Fix bug 76596: phpdbg supports display_errors=stderr
|
#
25dc5f18 |
| 30-Jan-2019 |
Joe Watkins |
Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix bug 76596: phpdbg supports display_errors=stderr
|
#
7d1df603 |
| 30-Jan-2019 |
Joe Watkins |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix bug 76596: phpdbg supports display_errors=stderr
|
#
3890c8bc |
| 09-Jul-2018 |
Kevin Abel |
Fix bug 76596: phpdbg supports display_errors=stderr |