Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update NEWS | Anatol Belski | 2017-07-10 | 1 | -2/+0 |
| | |||||
* | Fixed bug #74852 (property_exists returns true on unknown DateInterval property) | jhdxr | 2017-07-10 | 1 | -0/+4 |
| | |||||
* | [ci skip] update NEWS | Anatol Belski | 2017-07-09 | 1 | -0/+4 |
| | |||||
* | Fix NEWS entry location | Christopher Jones | 2017-07-07 | 1 | -1/+3 |
| | |||||
* | [ci skip] sync NEWS | Anatol Belski | 2017-07-05 | 1 | -0/+17 |
| | |||||
* | [ci skip] sync NEWS | Anatol Belski | 2017-07-04 | 1 | -0/+2 |
| | |||||
* | update NEWS | Anatol Belski | 2017-07-04 | 1 | -0/+2 |
| | |||||
* | Fixed bug #74840 (Opcache overwrites argument of GENERATOR_RETURN within ↵ | Bob Weinand | 2017-07-01 | 1 | -0/+4 |
| | | | | finally) | ||||
* | Updated NEWS | Julien Pauli | 2017-06-29 | 1 | -0/+2 |
| | |||||
* | Fixed #69356: PDOStatement::debugDumpParams() truncates query | Adam Baratz | 2017-06-29 | 1 | -0/+4 |
| | |||||
* | Fixed bug #73173 | Nikita Popov | 2017-06-25 | 1 | -0/+4 |
| | | | | Patch by tloi at fortinet dot com. | ||||
* | Expose inflate_get_status() and inflate_get_read_len() functions | Bob Weinand | 2017-06-25 | 1 | -0/+2 |
| | |||||
* | Fixed bug #73900 | Nikita Popov | 2017-06-25 | 1 | -0/+1 |
| | |||||
* | Fixed bug #73944 (inflate_init() dictionary option) - add NEWS entry | Bob Weinand | 2017-06-25 | 1 | -0/+4 |
| | |||||
* | Fix configure error | Peter Kokot | 2017-06-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | 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. | ||||
* | fix bug #73471 PHP freezes with AppendIterator | jhdxr | 2017-06-22 | 1 | -0/+3 |
| | |||||
* | fix bug #74780 parse_url() borken when query string contains colon | jhdxr | 2017-06-22 | 1 | -1/+3 |
| | |||||
* | Fixed bug #74625 (Integer overflow in oci_bind_array_by_name). | Ingmar Runge | 2017-06-21 | 1 | -2/+2 |
| | |||||
* | move next | Anatol Belski | 2017-06-20 | 1 | -1/+5 |
| | |||||
* | PDO_OCI: support IC 12.2 in configure option | Christopher Jones | 2017-06-20 | 1 | -0/+4 |
| | |||||
* | Update NEWS | Christopher Jones | 2017-06-20 | 1 | -0/+3 |
| | |||||
* | Fixed bug #74679 (Incorrect conversion array with WSDL_CACHE_MEMORY) | Dmitry Stogov | 2017-06-13 | 1 | -0/+4 |
| | |||||
* | NEWS | Remi Collet | 2017-06-13 | 1 | -0/+2 |
| | |||||
* | NEWS | Remi Collet | 2017-06-13 | 1 | -0/+4 |
| | |||||
* | Forgotten NEWs update | Xinchen Hui | 2017-06-13 | 1 | -0/+2 |
| | |||||
* | Fixed bug #69373 | Tim Toohey | 2017-06-03 | 1 | -0/+3 |
| | | | | | xmlNodeSetContentLen() calls xmlFreeNode() on node->children. This causes problems if there are other references around to those children. | ||||
* | Fixed bug #73473: Stack Buffer Overflow in msgfmt_parse_message | libnex | 2017-06-03 | 1 | -0/+3 |
| | |||||
* | Fixed bug #74673 (Segfault when cast Reflection object to string with ↵ | Xinchen Hui | 2017-05-31 | 1 | -0/+4 |
| | | | | undefined constant) | ||||
* | NEWS | Remi Collet | 2017-05-30 | 1 | -0/+4 |
| | |||||
* | Fix Bug #74386 Phar::__construct(): wrong number of parameters by reflection | Fabien Villepinte | 2017-05-29 | 1 | -0/+3 |
| | |||||
* | Bugfix #74556 stream_socket_get_name() returns empty string | Sara Golemon | 2017-05-28 | 1 | -0/+4 |
| | | | | | | | | | | The original bug report had it returning '\0', but with a fix to abstract name handling (6d2d0bbda7) it now actually returns ''. Neither of these are good, as per unix(7) an empty socket name indicates an unbound name and "should not be inspected". | ||||
* | Bugfix #74598 ftp:// ignores context | Sara Golemon | 2017-05-27 | 1 | -0/+3 |
| | |||||
* | Fixed bug #74663 (Segfault with opcache.memory_protect and validate_timestamp) | Xinchen Hui | 2017-05-27 | 1 | -0/+4 |
| | |||||
* | Fixed bug #74657 (Undefined constants in array properties result in broken ↵ | Xinchen Hui | 2017-05-27 | 1 | -0/+4 |
| | | | | properties) | ||||
* | Fixed bug #74478 | jhdxr | 2017-05-24 | 1 | -1/+3 |
| | |||||
* | time to move next | Anatol Belski | 2017-05-23 | 1 | -1/+5 |
| | |||||
* | Fixed bug #74600 (crash (SIGSEGV) in _zend_hash_add_or_update_i) | Xinchen Hui | 2017-05-16 | 1 | -0/+2 |
| | |||||
* | Fixed bug #74596 (SIGSEGV with opcache.revalidate_path enabled) | Xinchen Hui | 2017-05-16 | 1 | -0/+3 |
| | | | | Yeah, no test script is provided.. I got some troubles to make a one | ||||
* | Fixed bug #74546 (SIGILL in ↵ | Xinchen Hui | 2017-05-08 | 1 | -0/+4 |
| | | | | ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLER()) | ||||
* | [ci skip] update NEWS | Anatol Belski | 2017-05-07 | 1 | -0/+4 |
| | |||||
* | [ci skip] update NEWS | Anatol Belski | 2017-05-02 | 1 | -0/+4 |
| | |||||
* | [ci skip] update NEWS | Anatol Belski | 2017-05-02 | 1 | -0/+4 |
| | |||||
* | Fix bug #74457 Wrong reflection on XMLReader::expand | Fabien Villepinte | 2017-05-02 | 1 | -0/+3 |
| | |||||
* | Fix bug #74468 wrong reflection on Collator::sortWithSortKeys | Fabien Villepinte | 2017-05-02 | 1 | -1/+2 |
| | |||||
* | [ci skip] update NEWS | Anatol Belski | 2017-04-27 | 1 | -0/+5 |
| | |||||
* | move next | Anatol Belski | 2017-04-25 | 1 | -1/+5 |
| | |||||
* | [ci skip] update NEWS | Anatol Belski | 2017-04-25 | 1 | -0/+4 |
| | |||||
* | Fix bug #73833 (null character not allowed in openssl_pkey_get_private) | Jakub Zelenka | 2017-04-24 | 1 | -0/+2 |
| | |||||
* | Add missing NEWS entries for 7.0.19 | Jakub Zelenka | 2017-04-23 | 1 | -0/+4 |
| | |||||
* | Fix bug #73711 (Segfault in openssl_pkey_new when generating DSA or DH key) | Jakub Zelenka | 2017-04-23 | 1 | -0/+2 |
| |