summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #74906 redirecting incorrect include <sys/errno.h>Peter Kokot2017-07-171-7/+1
* Bump OCI8 version for recent patchChristopher Jones2017-07-143-7/+22
* increase poll timeout as false positives mitigationAnatol Belski2017-07-121-1/+1
* Revert "Add more constants, improve comments, and add tests"Anatol Belski2017-07-104-162/+1
* #73594 tests only check the extra params if dns_get_record is successfulPedro Magalhães2017-07-102-4/+6
* Fixed bug #74852 (property_exists returns true on unknown DateInterval property)jhdxr2017-07-102-5/+22
* Fixed bug #74883 SQLite3::__construct() produces "out of memory" exception wi...Anatol Belski2017-07-081-3/+6
* Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-07-043-4/+4
|\
| * Fix testsStanislav Malyshev2017-07-042-4/+4
* | Fix wddxStanislav Malyshev2017-07-041-4/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-07-0410-6377/+5538
|\ \ | |/
| * Fix bug #74087Stanislav Malyshev2017-07-041-1/+1
| * Fixed parsing of strange formats with mixed month/day and time stringsDerick Rethans2017-07-042-6370/+5466
| * Fix bug #74145 - wddx parsing empty boolean tag leads to SIGSEGVStanislav Malyshev2017-07-043-9/+31
| * Fixed bug #74111Nikita Popov2017-07-044-517/+501
| * Fix #74435: Buffer over-read into uninitialized memoryChristoph M. Becker2017-07-043-0/+30
| * Fix bug #74651 - check EVP_SealInit as it can return -1Stanislav Malyshev2017-07-043-3/+47
| * fix test for 32bits (int -> float)Remi Collet2017-02-011-2/+2
* | Fixed bug #74111Nikita Popov2017-07-043-519/+493
* | Fix bug #74651 - check EVP_SealInit as it can return -1Stanislav Malyshev2017-07-043-1/+45
* | Adapt for 32-bits which fails at different offset (49 vs 38)Remi Collet2017-07-041-1/+1
* | fix datatypeAnatol Belski2017-07-042-2/+2
* | Fixed bug #74101 and bug #74614Nikita Popov2017-07-044-34/+62
* | Fixed bug #74840 (Opcache overwrites argument of GENERATOR_RETURN within fina...Bob Weinand2017-07-011-0/+1
* | Fixed #69356: PDOStatement::debugDumpParams() truncates queryAdam Baratz2017-06-292-3/+44
* | Fixed bug #73173Nikita Popov2017-06-252-0/+28
* | Add more constants, improve comments, and add testsMatthew Trescott2017-06-254-1/+162
* | Remove invalid check of dictionary content and add initialization of dictiona...wapmorgan2017-06-254-18/+32
* | Fix error if compiled without -fpermissive flag.ideal2017-06-231-1/+1
* | fix method "eof"danchukas2017-06-231-1/+1
* | fix bug #73471 PHP freezes with AppendIteratorjhdxr2017-06-222-1/+21
* | fix bug #74780 parse_url() borken when query string contains colonjhdxr2017-06-222-0/+43
* | Add bug #74625 to package.xmlChristopher Jones2017-06-211-0/+2
* | Add IN bind case to bug74625.phptChristopher Jones2017-06-211-12/+49
* | Fixed bug #74625 (Integer overflow in oci_bind_array_by_name).Ingmar Runge2017-06-212-15/+44
* | Remove use of obsolete create_function()Christopher Jones2017-06-216-6/+6
* | Update OCI8 version test and package.xmlChristopher Jones2017-06-212-9/+9
* | Fix bug #73634 - grapheme_strpos illegal memory accessStanislav Malyshev2017-06-201-1/+2
* | Fix bug #73648 - integer overflow in substrStanislav Malyshev2017-06-201-6/+6
* | Split requested size as expected by CreateFileMapping.Anatol Belski2017-06-201-1/+3
* | PDO_OCI: support IC 12.2 in configure optionChristopher Jones2017-06-201-12/+26
* | Bump OCI8 versionChristopher Jones2017-06-202-2/+19
* | add test for bug #70700Chuck Burgess2017-06-201-0/+183
* | oci8 - Implementation of Oracle TAF CallbackKoenigsKind2017-06-207-4/+250
* | 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
* | 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-131-1/+1
* | Fix bug #74705 for collator_get_sort_keyRemi Collet2017-06-132-2/+1