summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix integer overflows on 32-bitsStanislav Malyshev2019-03-031-7/+7
| * Fix #77431 SplFileInfo::__construct() accepts NUL bytesChristoph M. Becker2019-03-032-1/+10
| * Fix bug #77396 - Null Pointer Dereference in phar_create_or_parse_filenameStanislav Malyshev2019-03-032-0/+18
* | Update NEWSPeter Kokot2019-03-021-0/+2
* | Fix shared module generation on AIX bug #77676Kevin Adler2019-03-021-7/+3
* | Update NEWSPeter Kokot2019-03-011-0/+1
* | Fix #77609: Tests from mailparse extension failsRalf Habacker2019-03-011-3/+4
* | curl_error: return an empty string if no error occurredJay Satiro2019-03-011-2/+6
* | Fix bug #77677: WCOREDUMP not available on all systemsKevin Adler2019-03-013-2/+15
* | Merge branch 'DateIntervalBogusData' into PHP-7.2Derick Rethans2019-02-284-42/+33
|\ \
| * | Fixed bug #50020 (DateInterval:createDateFromString() silently fails)Derick Rethans2019-02-284-42/+33
|/ /
* | Sync with behavior change in OpenSSL 1.1.1bAnatol Belski2019-02-281-1/+1
* | Fixed bug #77669Nikita Popov2019-02-283-13/+48
* | Fix assertion in Exception::getMessage() if $message is a refNikita Popov2019-02-252-12/+54
* | Fixed bug #77660 (Segmentation fault on break 2147483648)Xinchen Hui2019-02-253-2/+13
* | Fixed bug #77664 (Segmentation fault when using undefined constant in custom ...Xinchen Hui2019-02-253-1/+27
* | Print empty string in test for but 77390 just onceJakub Zelenka2019-02-241-2/+5
* | Use spaces instead of tabs in bug 77390 testJakub Zelenka2019-02-241-85/+85
* | Fix inference warning about missing key typeNikita Popov2019-02-222-1/+23
* | Fixed bug #77652Nikita Popov2019-02-224-1/+49
* | Fix bug #77646Frank Denis2019-02-212-1/+5
* | Fixed bug #77597Nikita Popov2019-02-213-11/+41
* | OpenSSL: Improve non-blocking eof testAbyr Valg2019-02-202-12/+35
* | Correct skipif use for OCI8 password testsChristopher Jones2019-02-202-0/+2
* | bump version to 7.2.17-devRemi Collet2019-02-193-5/+7
* | Make MADV_HUGEPAGE conditional on USE_ZEND_ALLOC_HUGE_PAGESNikita Popov2019-02-181-7/+8
* | Fix #77621: Already defined constants are not properly reportedChristoph M. Becker2019-02-153-3/+25
* | Refactor timelib.m4Peter Kokot2019-02-132-85/+8
* | Merge remote-tracking branch 'origin/PHP-7.2' into PHP-7.2Johannes Schlüter2019-02-1218-139/+138
|\ \
| * | Fixed bug #75546DanielCiochiu2019-02-126-18/+23
| * | Fixed bug #77608Nikita Popov2019-02-123-9/+13
| * | Make pid & uid available while handling realtime signalshsldymq2019-02-122-0/+26
| * | Remove "defensive copy" of DatePeriod propertiesNikita Popov2019-02-121-8/+1
| * | Fixed bug #77564: Memory leak in exif_process_IFD_TAGBen Ramsey2019-02-124-0/+25
| * | Avoid dependency on "struct flock" fields order.Dmitry Stogov2019-02-124-103/+56
| * | Replace broken binary SDK versionAnatol Belski2019-02-111-1/+1
| * | Update SDK version for AppVeyorAnatol Belski2019-02-111-1/+1
* | | Merge branch 'PHP-7.1' into PHP-7.2Darek Slusarczyk2019-02-1118-6/+149
|\ \ \ | |/ / |/| |
| * | security fix - by default 'local infile' is disabled:Darek Slusarczyk2019-02-1118-6/+148
| |/
| * Use pkg-config for ICU, as the old icu-config has been deprecatedDerick Rethans2019-02-071-32/+66
* | Fix bug #51068 (glob:// do not support current path relative)Ahmed Abdou2019-02-114-6/+55
* | Fix #77552: Uninitialized buffer in stat functionsjohnstevenson2019-02-113-0/+38
* | Fixed bug #77589 (Core dump using parse_ini_string with numeric sections)Xinchen Hui2019-02-114-130/+176
* | PDO_OCI tracing attribute PR mergeChristopher Jones2019-02-111-0/+4
* | pdo_oci: Add client identifier and module attrsCameron Porter2019-02-118-45/+206
* | pdo_oci: Register new attr constants and add testsCameron Porter2019-02-114-0/+169
* | pdo_oci: Add PDO_OCI_ATTR_ACTION and CLIENT_INFOCameron Porter2019-02-112-0/+38
* | Fix FTPS passive mode of data channel event pollYanTao2019-02-081-1/+1
* | Sync test with changes in libcurl 7.64.0Anatol Belski2019-02-071-3/+3
* | Sync test for libcurl 7.64.0Anatol Belski2019-02-071-1/+1