summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Added suppot for glob() wildcard matching in ffi.preload directiveDmitry Stogov2019-10-242-11/+97
* Ignore ZEND_FFI_TYPE_OWNED flagDmitry Stogov2019-10-231-1/+1
* Fix aarch64 crc32 implementationNikita Popov2019-10-231-2/+2
* Added missing call to ZipArchive::close()Florian Engelhardt2019-10-232-0/+4
* add new ffi.preload option in php.ini and display ini entries in MINFORemi Collet2019-10-231-0/+2
* Fix typoChristoph M. Becker2019-10-221-1/+1
* Allow loading FFI bindings through ffi.preload directiveDmitry Stogov2019-10-224-27/+121
* Fix #78716: Function name mangling is wrong for some parameter typesChristoph M. Becker2019-10-223-16/+16
* Revert "Add tests for ReflectionZendExtension"Fabien Villepinte2019-10-213-70/+0
* Add tests for ReflectionZendExtensionFabien Villepinte2019-10-213-0/+70
* Fixed bug #78512 (Cannot make preload work)Dmitry Stogov2019-10-211-0/+5
* Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-10-213-31/+45
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-10-213-31/+45
| |\
| | * Fix bug #78697: inaccurate error messageFabien Villepinte2019-10-213-31/+45
* | | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-10-201-0/+13
|\ \ \ | |/ /
| * | Fix #78633: Heap buffer overflow (read) in mb_eregiChristoph M. Becker2019-10-203-1/+15
* | | Fix proto of enchant_broker_list_dicts()Fabien Villepinte2019-10-191-1/+1
* | | Fix miscellaneous typos in docsTyson Andre2019-10-193-3/+3
* | | Add tests for DOMEntityReferenceFabien Villepinte2019-10-193-0/+45
* | | Fix #78684: PCRE bug72463_2 test is sending emails on LinuxChristoph M. Becker2019-10-191-0/+6
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-10-192-0/+24
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-192-0/+24
| |\ \ | | |/
| | * Fix #78694: Appending to a variant array causes segfaultChristoph M. Becker2019-10-192-0/+24
* | | Improve exif tag name fetchingNikita Popov2019-10-187-62/+56
* | | Implement a cache for exif tag name lookupsNikita Popov2019-10-181-13/+54
* | | Limit the amount of errors generated during exif parsingNikita Popov2019-10-183-54/+18
* | | Fix test caseChristoph M. Becker2019-10-181-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-10-185-4/+32
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-185-4/+32
| |\ \ | | |/
| | * Fix #70153 \DateInterval incorrectly unserializedm.yakunin2019-10-185-4/+32
* | | Update array access syntax deprecatedAlex Porto dos Santos2019-10-171-2/+2
* | | Change port to avoid collision with others testsFabien Villepinte2019-10-161-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Derick Rethans2019-10-154-1101/+1091
|\ \ \ | |/ /
| * | Import timelib version 2018.03Derick Rethans2019-10-154-1101/+1091
* | | Silence undefined index warning when openssl not available.Sara Golemon2019-10-151-1/+1
* | | Prevent parallel testing conflictsChristoph M. Becker2019-10-151-2/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-10-143-11/+14
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-10-143-11/+14
| |\ \ | | |/
| | * Fix checksum calculation for opcacheMitch Hagstrand2019-10-143-11/+14
* | | Fix handling of overflowing invalid octal in tokenizerNikita Popov2019-10-141-0/+8
* | | Fix test caseChristoph M. Becker2019-10-121-2/+2
* | | Fix potential heap corruptionChristoph M. Becker2019-10-121-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-10-121-0/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-121-0/+6
| |\ \ | | |/
| | * Fix #78665: Multicasting may leak memoryChristoph M. Becker2019-10-121-0/+6
* | | Fix #78662: stream_write bad error detectionRemi Collet2019-10-111-0/+32
* | | Replace port already usedFabien Villepinte2019-10-111-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-102-7/+8
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-102-7/+8
| |\ \ | | |/
| | * Fix leak in phar openNikita Popov2019-10-102-7/+8