summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2'Anatol Belski2018-07-121-0/+65
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-07-121-0/+65
| |\
| | * Fixed RecursiveDirectoryIterator with long path or with edge case lengthAnatol Belski2018-07-121-0/+65
* | | Fixed testsDmitry Stogov2018-07-122-28/+28
* | | Export stdClass objects using (object) cast (fixes #48016)Andrea Faulds2018-07-128-47/+56
* | | Improved user iterator implementation to reduce zend_class_entry memory consu...Dmitry Stogov2018-07-129-62/+58
* | | Support long path also when reading from file cacheAnatol Belski2018-07-121-0/+4
* | | Mark conditions unexpectedAnatol Belski2018-07-111-2/+2
* | | Changed structure of zend_class_entry.trait_aliases and zend_class_entry.trai...Dmitry Stogov2018-07-115-145/+55
* | | Make error messages more speakingAnatol Belski2018-07-111-2/+2
* | | Switch to ioutil routines to support long path in file cacheAnatol Belski2018-07-111-1/+5
* | | Fixed possible assertion/crash when PHP script can't be stored in SHM (e.g. b...Dmitry Stogov2018-07-111-1/+1
* | | Fix #76574: use of undeclared identifiers INT_MAX and LONG_MAXChristoph M. Becker2018-07-101-1/+1
* | | Merge branch 'PHP-7.2'Anatol Belski2018-07-102-2/+26
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-07-102-2/+26
| |\ \ | | |/
| | * Fix bug #76524 - ZipArchive memory leaktimurib2018-07-102-2/+26
* | | OptimizationDmitry Stogov2018-07-101-100/+71
* | | Merge branch 'PHP-7.2'Anatol Belski2018-07-091-1/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-07-091-1/+5
| |\ \ | | |/
| | * Sync callback signature with libxml2 2.9.8Anatol Belski2018-07-091-1/+5
* | | Skip test on incompatible serversAnatol Belski2018-07-091-0/+10
* | | Merge branch 'PHP-7.2'Anatol Belski2018-07-091-0/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-07-091-0/+3
| |\ \ | | |/
| | * Add missing flagAnatol Belski2018-07-091-0/+3
* | | Move to size_t for string lengthAnatol Belski2018-07-091-12/+12
* | | Uze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_COPY()Dmitry Stogov2018-07-0916-123/+63
* | | The session_array global is not used at all, so comment it out for nowKalle Sommer Nielsen2018-07-092-0/+8
* | | Added test to accompany the FILTER_SANITIZE_ADD_SLASHES filterKalle Sommer Nielsen2018-07-091-0/+33
* | | Added the 'add_slashes' sanitization filter (FILTER_SANITIZE_ADD_SLASHES) as ...Kalle Sommer Nielsen2018-07-096-6/+14
* | | Fix #76594: Bus Error due to unaligned access in zend_ini.c OnUpdateLongChristoph M. Becker2018-07-091-1/+1
* | | Merge branch 'PHP-7.2'Anatol Belski2018-07-071-1/+1
|\ \ \ | |/ /
| * | Fixed regex for checking libzip static libDylan K. Taylor2018-07-071-1/+1
* | | [ci skip] Fix EOLAnatol Belski2018-07-071-22/+22
* | | Add missing INI directives to curl phpinfoPeter Kokot2018-07-071-0/+2
* | | Merge branch 'PHP-7.2'Nikita Popov2018-07-072-0/+43
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-07-072-0/+43
| |\ \ | | |/
| | * Fixed bug #76366 (references in sub-array for filtering breaks the filter)cdoco2018-07-072-0/+43
* | | Fixed bug #76136 (stream_socket_get_name enclosed IPv6 in brackets)seliver2018-07-071-0/+19
* | | Add UPGRADING for mb_ereg changesNikita Popov2018-07-071-20/+14
* | | adds support for named subpatterns to `mb_ereg_replace`ju1ius2018-07-063-31/+181
* | | adds support for named captures to mb_ereg & mb_ereg_searchju1ius2018-07-064-0/+185
* | | Fix out-of bounds accessZenju2018-07-061-0/+4
* | | Add test for PR #2382Christoph M. Becker2018-07-061-0/+22
* | | Fix coding styleAnatol Belski2018-07-061-2/+2
* | | random_bytes improvements for FreeBSD (from 12.x serie)David Carlier2018-07-061-3/+10
* | | Merge branch 'PHP-7.2'Anatol Belski2018-07-062-1/+33
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-07-062-1/+33
| |\ \ | | |/
| | * Fix bug #76488 Memory leak when fetching a BLOB fieldsim19842018-07-062-1/+33
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-07-052-13/+42
| |\ \ | | |/
* | | rename ref_dtor_func to rc_dtor_funcXinchen Hui2018-07-061-1/+1