summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Group common flagsAnatol Belski2018-04-051-5/+6
* Rename varAnatol Belski2018-04-051-1/+1
* Sync fix for bug #72498 for 32-bitAnatol Belski2018-04-032-3/+2
* Fix shared ext/intl compilationAnatol Belski2018-04-031-3/+8
* Fix #52070: imagedashedline() - dashed line sometimes is not visibleChristoph M. Becker2018-03-303-1/+25
* Fix clang build, ref buf #76153Anatol Belski2018-03-301-12/+15
* Adjust tests for ICU 61.1 compatibilityAnatol Belski2018-03-297-8/+236
* Fixed bug #76153 Intl compilation fails with icu4c 61.1Anatol Belski2018-03-282-2/+2
* Fixed #75996: Add the right urls to the header of mt_rand.TATAR Balazs Janos2018-03-271-2/+2
* Fix #76131 some arginfo params are different from the documentationGabriel Caruso2018-03-272-8/+8
* Updated to version 2018.4 (2018d)Derick Rethans2018-03-241-791/+796
* Fix #76113: mbstring does not build with Oniguruma 6.8.1Christoph M. Becker2018-03-201-1/+1
* Fix #75944: Wrong cp1251 detectionChristoph M. Becker2018-03-192-1/+14
* Sync test with newer outputAnatol Belski2018-03-161-1/+1
* Reduce var scopeAnatol Belski2018-03-141-3/+3
* Fix stack use after scopeAnatol Belski2018-03-141-9/+7
* Fixed use-after-freeDmitry Stogov2018-03-141-7/+9
* Revert "More accurate symbolic constraints oferflow/unserflow handling (bette...Dmitry Stogov2018-03-131-19/+12
* More accurate symbolic constraints oferflow/unserflow handling (better fix fo...Dmitry Stogov2018-03-131-12/+19
* Fixed bug #76085 (Segmentation fault in buildFromIterator when directory name...Xinchen Hui2018-03-132-178/+137
* Fix heap use after freeAnatol Belski2018-03-121-1/+4
* Use string literal as formatAnatol Belski2018-03-121-1/+1
* Replaced usafe reference from SHM to process memory with SHM to SHM referenceDmitry Stogov2018-03-121-1/+5
* Fix #62545: wrong unicode mapping in some charsetsChristoph M. Becker2018-03-113-5/+23
* Fix bug #76074 (opcache corrupts variable in for-loop)Bob Weinand2018-03-102-6/+47
* Fixed bug #76068 parse_ini_string fails to parse "[foo]\nbar=1|>baz" with seg...Anatol Belski2018-03-101-0/+49
* Fix #73957: signed integer conversion in imagescale()Christoph M. Becker2018-03-102-1/+21
* Replaced usafe reference from SHM to process memory with SHM to SHM reference.Dmitry Stogov2018-03-064-9/+44
* Don't keep HashTable.pDestructor in SHM and always set it into ZVAL_PTR_DTOR ...Dmitry Stogov2018-03-061-0/+4
* Fixed invalid destructorDmitry Stogov2018-03-061-1/+1
* Fixed invalid destructorDmitry Stogov2018-03-051-1/+1
* Revert "Fixed bug #75961 (Strange references behavior)"Nikita Popov2018-03-052-37/+11
* Include username into the file cache pathAnatol Belski2018-03-051-1/+32
* Fixed "opcache.file_cache_fallback" mode.Dmitry Stogov2018-03-056-17/+27
* Fix pcntl build on macBob Weinand2018-02-281-7/+21
* Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-02-262-2/+34
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-02-262-2/+34
| |\
| | * Fix bug #75981: prevent reading beyond buffer startStanislav Malyshev2018-02-262-2/+34
* | | Fix imagesetinterpolation arginfoGabriel Caruso2018-02-241-1/+1
* | | Fix #75873: pcntl_wexitstatus returns incorrect on Big_Endian platform (s390x)Sam Ding2018-02-231-7/+8
* | | Fix some arginfosGabriel Caruso2018-02-233-9/+11
* | | Fix a memleak with mysqlnd and SSLJohannes Schlüter2018-02-202-1/+2
* | | Merge branch 'PHP-7.0' into PHP-7.1Johannes Schlüter2018-02-201-8/+15
|\ \ \
| * | | Fix negotiaton of MySQL auth pluginJohannes Schlüter2018-02-201-7/+14
| |/ /
* | | Fix openssl_* arginfosGabriel Caruso2018-02-201-3/+2
* | | Fix incorrect printf modifiersNikita Popov2018-02-191-2/+2
* | | Remove duplicated assignmentAnatol Belski2018-02-171-1/+0
* | | Fixed bug #75961 (Strange references behavior)Xinchen Hui2018-02-172-11/+37
* | | Fixed bug #75969Nikita Popov2018-02-162-2/+31
* | | Wrap var depending on conditional compilationAnatol Belski2018-02-161-0/+2