summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] fix encodingphp-7.0.21PHP-7.0.21Anatol Belski2017-07-051-8/+8
* sync NEWSAnatol Belski2017-07-051-0/+17
* Adapt for 32-bits which fails at different offset (49 vs 38)Remi Collet2017-07-051-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-07-053-4/+4
* Fix wddxStanislav Malyshev2017-07-051-4/+1
* Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-07-0510-6377/+5538
* Fixed bug #74111Nikita Popov2017-07-053-519/+493
* Fix bug #74603 - use correct buffer sizeStanislav Malyshev2017-07-053-1/+17
* Fix bug #74651 - check EVP_SealInit as it can return -1Stanislav Malyshev2017-07-053-1/+45
* fix datatypeAnatol Belski2017-07-052-2/+2
* set versionsAnatol Belski2017-07-042-3/+3
* sync NEWSAnatol Belski2017-07-041-1/+5
* Fixed bug #74101 and bug #74614Nikita Popov2017-07-044-34/+62
* Fix bug #73634 - grapheme_strpos illegal memory accessStanislav Malyshev2017-06-211-1/+2
* Fix bug #73648 - integer overflow in substrStanislav Malyshev2017-06-211-6/+6
* fix versionphp-7.0.21RC1Anatol Belski2017-06-201-1/+1
* Split requested size as expected by CreateFileMapping.Anatol Belski2017-06-201-1/+3
* set versionsAnatol Belski2017-06-203-4/+4
* PDO_OCI: support IC 12.2 in configure optionChristopher Jones2017-06-202-12/+30
* Bump OCI8 versionChristopher Jones2017-06-202-2/+19
* Merge branch 'pull-request/1569' into PHP-7.0Christopher Jones2017-06-201-0/+183
|\
| * add test for bug #70700Chuck Burgess2017-06-201-0/+183
|/
* Update NEWSChristopher Jones2017-06-201-0/+3
* Merge branch 'pull-request/2459' into PHP-7.0Christopher Jones2017-06-207-4/+250
|\
| * oci8 - Implementation of Oracle TAF CallbackKoenigsKind2017-06-207-4/+250
|/
* Merge branch 'pull-request/1566' into PHP-7.0Christopher Jones2017-06-201-0/+124
|\
| * add test for bug #60994Chuck Burgess2017-06-201-0/+124
|/
* openssl: Add openssl_pkcs12_(read, export) testsJelle van der Waa2017-06-184-0/+203
* Regenerate and bump re2c version to 0.16Jakub Zelenka2017-06-183-642/+574
* Next round on AppVeyor reliability.Anatol Belski2017-06-174-6/+22
* 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
|\