summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* openssl: Fix spkstr and spki leak in openssl_spki_newJelle van der Waa2017-06-161-4/+2
* Fixed bug #74679 (Incorrect conversion array with WSDL_CACHE_MEMORY)Dmitry Stogov2017-06-132-1/+5
* NEWSRemi Collet2017-06-131-0/+2
* Fix bug #74705 for collator_get_sort_keyRemi Collet2017-06-132-2/+1
* Fixes bug #74705 Wrong ReflectionInfo for Collator::getSortKey()Tyson Andre2017-06-132-1/+23
* NEWSRemi Collet2017-06-131-0/+4
* Fixes bug #74708 reflection signatures for random_bytes+random_intTyson Andre2017-06-132-2/+21
* Forgotten NEWs updateXinchen Hui2017-06-131-0/+2
* Merge branch 'bug74600' of https://github.com/manuelm/php-src into PHP-7.0Xinchen Hui2017-06-122-3/+51
|\
| * Add simple cli test for PATH/HOST ini sectionsManuel Mausz2017-06-091-0/+46
| * Fixed bug #74600Manuel Mausz2017-06-091-3/+5
* | Use reasonable SQLite3 module versionChristoph M. Becker2017-06-091-1/+1
|/
* enforce exit status propagation and up the sdk versionAnatol Belski2017-06-083-1/+5
* Replace ASN1_STRING_data with ASN1_STRING_get0_dataJakub Zelenka2017-06-041-17/+24
* Fix leak in WDDX serializationNikita Popov2017-06-031-4/+0
* Fixed bug #69373Tim Toohey2017-06-035-1/+30
* Fixed bug #73473: Stack Buffer Overflow in msgfmt_parse_messagelibnex2017-06-032-0/+4
* Fixed bug #74673 (Segfault when cast Reflection object to string with undefin...Xinchen Hui2017-05-313-2/+34
* Fixed wrong conditionDmitry Stogov2017-05-311-1/+1
* Merge branch 'pull-request/2536' into PHP-7.0Côme Bernigaud2017-05-302-2/+28
|\
| * ext/ldap/test: Test that ldap_connect() uses defaults from ldap.conf (openldap)David Caldwell2017-05-251-0/+26
| * ext/ldap: Allow default host from ldap.conf to work.David Caldwell2017-05-251-2/+2
* | NEWSRemi Collet2017-05-301-0/+4
* | Patch from the upstream gitRemi Collet2017-05-301-1/+3
* | Patch from the upstream gitRemi Collet2017-05-301-1/+8
* | Patch from the upstream gitRemi Collet2017-05-301-0/+2
* | Patch from the upstream gitRemi Collet2017-05-301-5/+0
* | Patch from the upstream gitRemi Collet2017-05-301-2/+6
* | Fix Bug #74386 Phar::__construct(): wrong number of parameters by reflectionFabien Villepinte2017-05-293-2/+98
* | Bugfix #74556 stream_socket_get_name() returns empty stringSara Golemon2017-05-283-0/+31
* | Fix abstract name handling to be binary safeSara Golemon2017-05-281-1/+1
* | Bugfix #74598 ftp:// ignores contextSara Golemon2017-05-272-4/+7
* | Fixed bug #74663 (Segfault with opcache.memory_protect and validate_timestamp)Xinchen Hui2017-05-275-1/+42
* | Correct the locationXinchen Hui2017-05-271-2/+1
* | Fixed bug #74657 (Undefined constants in array properties result in broken pr...Xinchen Hui2017-05-273-2/+33
|/
* Fixed bug #74478jhdxr2017-05-243-1/+80
* time to move nextAnatol Belski2017-05-233-5/+9
* move to the next sdk version for AppVeyorAnatol Belski2017-05-201-1/+1
* follow up fix on bug #74022Anatol Belski2017-05-182-2/+28
* Added cleanupXinchen Hui2017-05-171-0/+4
* Added test for bug #74600Xinchen Hui2017-05-171-0/+34
* Added test for bug #74596Xinchen Hui2017-05-171-0/+55
* Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0Xinchen Hui2017-05-161-2/+2
|\
| * variation of icu libraries causes failureSteve Walk2017-05-161-2/+2
* | Fixed bug #74600 (crash (SIGSEGV) in _zend_hash_add_or_update_i)Xinchen Hui2017-05-162-2/+4
|/
* Fixed bug #74596 (SIGSEGV with opcache.revalidate_path enabled)Xinchen Hui2017-05-162-0/+6
* switch to Postgres 9.6 for appveyorAnatol Belski2017-05-151-1/+1
* Remove typo from test headerSara Golemon2017-05-101-1/+1
* Fixed tests when using cumstom php.ini(session.save_handler)Xinchen Hui2017-05-0936-1/+38
* Merge branch 'fix_74541' of https://github.com/villfa/php-src into PHP-7.0Xinchen Hui2017-05-092-1/+23
|\