summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug #74087php-7.1.7PHP-7.1.7Stanislav Malyshev2017-07-061-1/+1
| | | | Ported from https://vcs.pcre.org/pcre/code/trunk/pcre_jit_compile.c?r1=1676&r2=1680&view=patch
* Fixed bug #74111Nikita Popov2017-07-063-43/+41
|
* news entry for 74819Joe Watkins2017-07-061-0/+2
|
* Fixed parsing of strange formats with mixed month/day and time stringsDerick Rethans2017-07-062-6655/+7288
|
* news entry for 74651Joe Watkins2017-07-061-0/+2
|
* Fix bug #74651 - check EVP_SealInit as it can return -1Stanislav Malyshev2017-07-063-1/+45
|
* news entry for 74603Joe Watkins2017-07-061-0/+2
|
* news entry for 74111Joe Watkins2017-07-061-0/+2
|
* news entry for 74435Joe Watkins2017-07-061-0/+3
|
* Fix #74435: Buffer over-read into uninitialized memoryChristoph M. Becker2017-07-063-0/+30
| | | | | The stack allocated color map buffers were not zeroed before usage, and so undefined palette indexes could cause information leakage.
* Fix bug #74603 - use correct buffer sizeStanislav Malyshev2017-07-063-1/+17
|
* Adapt for 32-bits which fails at different offset (49 vs 38)Remi Collet2017-07-061-1/+1
|
* fix datatypeAnatol Belski2017-07-062-2/+2
|
* set versionsJoe Watkins2017-07-043-4/+6
|
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-07-044-34/+62
| | | | | * PHP-7.0: Fixed bug #74101 and bug #74614
* set versions for 7.1.7RC1php-7.1.7RC1Joe Watkins2017-06-203-4/+4
|
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-06-201-1/+3
|\ | | | | | | | | * PHP-7.0: Split requested size as expected by CreateFileMapping.
| * Split requested size as expected by CreateFileMapping.Anatol Belski2017-06-201-1/+3
| | | | | | | | Thus fixing ext\opcache\tests\log_verbosity_bug.phpt fails on 64-bit.
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-06-200-0/+0
|\ \ | |/ | | | | | | * PHP-7.0: move next
| * move nextAnatol Belski2017-06-203-5/+9
| |
* | Update NEWSChristopher Jones2017-06-201-0/+4
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Christopher Jones2017-06-201-12/+26
|\ \ | |/
| * PDO_OCI: support IC 12.2 in configure optionChristopher Jones2017-06-202-12/+30
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Christopher Jones2017-06-202-2/+19
|\ \ | |/ | | | | | | * PHP-7.0: Bump OCI8 version
| * Bump OCI8 versionChristopher Jones2017-06-202-2/+19
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Christopher Jones2017-06-201-0/+183
|\ \ | |/ | | | | | | * PHP-7.0: add test for bug #70700
| * Merge branch 'pull-request/1569' into PHP-7.0Christopher Jones2017-06-201-0/+183
| |\ | | | | | | | | | | | | * pull-request/1569: add test for bug #70700
| | * add test for bug #70700Chuck Burgess2017-06-201-0/+183
| |/
| * Update NEWSChristopher Jones2017-06-201-0/+3
| |
* | Update NEWSChristopher Jones2017-06-201-0/+3
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Christopher Jones2017-06-207-4/+250
|\ \ | |/ | | | | | | * PHP-7.0: oci8 - Implementation of Oracle TAF Callback
| * Merge branch 'pull-request/2459' into PHP-7.0Christopher Jones2017-06-207-4/+250
| |\ | | | | | | | | | | | | * pull-request/2459: oci8 - Implementation of Oracle TAF Callback
| | * oci8 - Implementation of Oracle TAF CallbackKoenigsKind2017-06-207-4/+250
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds support for the Transparent Application Failover Callback. The php_oci_connection struct got a char* added which will contain the callback function, it should be set to PHP_OCI_TAF_DISABLE_CALLBACK at the end of a php request for permanent connections so that, if a TAF callback occurs, no userspace function will be called. Maybe add support for registering object functions (via array), currently the register function only accepts a string. I didn't know how to implement it correctly. As a failover occurs very rarely it might be better to not keep the cache when saving the zend_fcall_info. Things to do [ ] config.m4 needs to compile oci8_failover.c [ ] Check if correctly implemented (especially for multithreading) [ ] Add support for registering callback function via array
* | Merge branch 'PHP-7.0' into PHP-7.1Christopher Jones2017-06-201-0/+124
|\ \ | |/ | | | | | | * PHP-7.0: add test for bug #60994
| * Merge branch 'pull-request/1566' into PHP-7.0Christopher Jones2017-06-201-0/+124
| |\ | | | | | | | | | | | | * pull-request/1566: add test for bug #60994
| | * add test for bug #60994Chuck Burgess2017-06-201-0/+124
| |/
* | Merge branch 'PHP-7.0' into PHP-7.1Jakub Zelenka2017-06-184-0/+203
|\ \ | |/
| * openssl: Add openssl_pkcs12_(read, export) testsJelle van der Waa2017-06-184-0/+203
| | | | | | | | | | | | Add basic tests for openssl_pkcs12_read and openssl_pkcs12_export. openssl_pkcs12_export has two tests disable which currently do not work as intended and should be fixed.
* | Merge branch 'PHP-7.0' into PHP-7.1Jakub Zelenka2017-06-183-695/+626
|\ \ | |/
| * Regenerate and bump re2c version to 0.16Jakub Zelenka2017-06-183-642/+574
| | | | | | | | It also matches the re2c version for Zend language scanner
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-06-174-6/+22
|\ \ | |/ | | | | | | * PHP-7.0: Next round on AppVeyor reliability.
| * Next round on AppVeyor reliability.Anatol Belski2017-06-174-6/+22
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Jakub Zelenka2017-06-161-4/+2
|\ \ | |/
| * openssl: Fix spkstr and spki leak in openssl_spki_newJelle van der Waa2017-06-161-4/+2
| | | | | | | | | | | | | | | | | | | | spkstr is not free'd when running the test and valgrind reports a leak of 32,318 bytes. The free condition is not met since keyresource is not NULL, apart from that OPENSSL_free actually free's the allocated memory by OPENSSL_malloc inside OpenSSL. Valgrind reports 768 bytes leaked in openssl_spki_new when running the testsuite. Remove the keyresource check to always free spki.
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-06-132-1/+5
|\ \ | |/ | | | | | | * PHP-7.0: Fixed bug #74679 (Incorrect conversion array with WSDL_CACHE_MEMORY)
| * Fixed bug #74679 (Incorrect conversion array with WSDL_CACHE_MEMORY)Dmitry Stogov2017-06-132-1/+5
| |
* | NEWSRemi Collet2017-06-131-0/+2
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-06-133-2/+23
|\ \ | |/ | | | | | | | | | | * PHP-7.0: NEWS Fix bug #74705 for collator_get_sort_key Fixes bug #74705 Wrong ReflectionInfo for Collator::getSortKey()
| * NEWSRemi Collet2017-06-131-0/+2
| |
| * Fix bug #74705 for collator_get_sort_keyRemi Collet2017-06-132-2/+1
| |