summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed bug #73730 (textdomain(null) throws in strict mode)Christoph M. Becker2017-09-103-4/+23
* Fix bug75178.phpt on WindowsChristoph M. Becker2017-09-092-0/+24
* Fixed bug #75178 (bcpowmod() misbehaves for non-integer base or modulus)Christoph M. Becker2017-09-093-7/+34
* Add BC define for users of the typoed zend_symbtable_add_newSara Golemon2017-09-071-0/+4
* Fix typo in zend_symtable_add_new() API nameSara Golemon2017-09-072-2/+2
* Fixed bug #54598 (bcpowmod() may return 1 if modulus is 1)Christoph M. Becker2017-09-073-8/+32
* Fixed bug #44995 (bcpowmod() fails if scale != 0)Christoph M. Becker2017-09-063-1/+20
* Add missing null terminationNikita Popov2017-09-051-0/+3
* Fixed bug #70470Bouke van der Bijl2017-09-054-28/+123
* Fix commandAnatol Belski2017-09-021-1/+1
* Fixed bug #75139 (libgd/gd_interpolation.c:1786: suspicious if ?)Christoph M. Becker2017-09-022-2/+3
* Make for exclusion per regexAnatol Belski2017-08-311-0/+14
* Extend ignore list for DLLs to not to look afterAnatol Belski2017-08-311-2/+5
* Fix `nmake install` fails when there are no shared extensionsDylan K. Taylor2017-08-311-3/+3
* Copy dependencies of the core DLL in `nmake snap` for statically-compiled ext...Dylan K. Taylor2017-08-311-1/+2
* move AC_DEFINE in the right position (in bundled lib conditon)Remi Collet2017-08-311-1/+1
* Move to next bin SDK version for AppVeyorAnatol Belski2017-08-281-1/+1
* Fixed bug #75124 (gdImageGrayScale() may produce colors)Christoph M. Becker2017-08-274-0/+41
* Fixed bug #75090Thomas Punt2017-08-253-11/+37
* update libs versionsAnatol Belski2017-08-251-1/+1
* From documentation, only the sign of returned value is relevantRemi Collet2017-08-241-8/+8
* Merge branch 'pull-request/2534' into PHP-7.0Tianfang Yang2017-08-222-5/+50
|\
| * Fixed bug #74631 (PDO_PCO with PHP-FPM: OCI environment initialized before PH...Ingmar Runge2017-08-222-5/+50
|/
* Fixed bug #75097 (gethostname fails if your host name is 64 chars long)Andrea Faulds2017-08-192-2/+4
* [ci skip] update NEWSAnatol Belski2017-08-191-0/+3
* Fix issues with phpt and EXTENSION on windows (BUG 75042)John Boehr2017-08-194-4/+48
* Fix .pgd name for ts buildAnatol Belski2017-08-191-1/+7
* NEWSRemi Collet2017-08-181-0/+2
* Fixed bug #75093 OpenSSL support not detectedRemi Collet2017-08-181-0/+3
* Fix phpize exit statusAnatol Belski2017-08-181-2/+7
* Add dump env targetAnatol Belski2017-08-181-0/+5
* Revert "Upgrade timelib to 2017.05beta7"Derick Rethans2017-08-1649-14509/+11781
* Revert "Remove removed header files from configuration files."Derick Rethans2017-08-162-2/+2
* Fixed stupid testDerick Rethans2017-08-161-0/+1
* Added timelib version to phpinfo()Derick Rethans2017-08-161-0/+1
* cleanupRemi Collet2017-08-161-23670/+0
* Remove removed header files from configuration files.Derick Rethans2017-08-152-2/+2
* Upgrade timelib to 2017.05beta7Derick Rethans2017-08-1550-11781/+38179
* move dev to 7.0.24Anatol Belski2017-08-153-5/+9
* Fixed bug #75075 (unpack with X* causes infinity loop)Xinchen Hui2017-08-153-0/+15
* Merge branch 'syncoci8' into PHP-7.0Tianfang Yang2017-08-141-2/+8
|\
| * Prepare for PECL releaseTianfang Yang2017-08-141-2/+8
|/
* Test cleanup improvements, files might be locked in the test processAnatol Belski2017-08-144-6/+21
* fix test cleanupAnatol Belski2017-08-141-2/+6
* Sync OCI8 on PHP 7.x branchesTianfang Yang2017-08-1310-108/+116
* Fixed bug #73793 (WDDX uses wrong decimal seperator)Christoph M. Becker2017-08-133-1/+26
* Skip this test if ext/session is not availableChristoph M. Becker2017-08-131-0/+1
* Fixed bug #74103 and bug #75054Nikita Popov2017-08-125-508/+537
* Fix bug #74725 (html_errors=1 breaks unhandled exceptions)Andrea Faulds2017-08-123-4/+21
* Fixed bug #75049 (spl_autoload_unregister can't handle spl_autoload_functions...Xinchen Hui2017-08-093-4/+34