summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fixed #75539 and #74183 - preg_last_error not returning error code after errorNester2017-11-213-0/+36
* | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-11-201-2/+3
|\ \ | |/
| * Better fix bug #75540 Segfault with libzip 1.3.1Remi Collet2017-11-201-2/+3
* | NEWSRemi Collet2017-11-201-0/+3
* | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-11-201-0/+3
|\ \ | |/
| * NEWSRemi Collet2017-11-201-0/+3
| * fix bug #75540 Segfault with libzip 1.3.1Remi Collet2017-11-201-0/+3
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-11-173-2/+39
|\ \ | |/
| * Fixed bug #75535Nikita Popov2017-11-173-2/+41
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-11-171-1/+1
|\ \ | |/
| * Update SDK version for AppVeyorAnatol Belski2017-11-171-1/+1
* | Fixed #74862: Unable to clone instance when private __clone definedDanielCiochiu2017-11-155-15/+106
* | Regenerate cp mapAnatol Belski2017-11-152-4/+3
* | update NEWSAnatol Belski2017-11-141-0/+4
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-11-143-73/+79
|\ \ | |/
| * Update NEWSSammy Kaye Powers2017-11-141-0/+4
| * Fix bug 60471 by correctly identifying unused speculative preconnectionsSammy Kaye Powers2017-11-143-73/+79
* | NEWSRemi Collet2017-11-131-0/+2
* | Fixed bug #75514 mt_rand returns value outside [$min,$max]+ on 32-bitRemi Collet2017-11-132-2/+14
* | Avoid overflowXinchen Hui2017-11-131-1/+1
* | Fixed bug #75511 (fread not free unused buffer)Xinchen Hui2017-11-132-0/+7
* | [ci skip] update NEWSAnatol Belski2017-11-101-1/+3
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-11-100-0/+0
|\ \ | |/
| * [ci skip] update NEWSAnatol Belski2017-11-101-1/+3
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-11-081-2/+19
|\ \ | |/
| * Fixed #75384 PHP seems incompatible with OneDrive files on demandAnatol Belski2017-11-081-2/+19
| * Fixed ext/date tests due to changes in Olson databaseDerick Rethans2017-11-076-89/+66
* | bump versionsJoe Watkins2017-11-073-5/+9
* | Fixed ext/date tests due to changes in Olson databaseDerick Rethans2017-11-075-126/+27
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-11-070-0/+0
|\ \ | |/
| * 7.0.27 nextAnatol Belski2017-11-073-5/+9
* | fix wrong check of definition_phi->constraint.range.max_ssa_varMITSUNARI Shigeo2017-11-031-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-11-021-2/+2
|\ \ | |/
| * Update libs_version.txtAnatol Belski2017-11-021-2/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-11-021-2/+5
|\ \ | |/
| * Fix ext/soap/tests/bug69137.phptNikita Popov2017-11-021-2/+5
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-11-022-7/+11
|\ \ | |/
| * Sync and fix tests for ICU 60.1 compatAnatol Belski2017-11-022-7/+11
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-11-021-1/+1
|\ \ | |/
| * Yet one /nologoAnatol Belski2017-11-021-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-313-5/+5
|\ \ | |/
| * Fix yearAnatol Belski2017-10-311-1/+1
| * Add /nologoAnatol Belski2017-10-312-4/+4
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-301-0/+2
|\ \ | |/
| * Add missing ICU version checkAnatol Belski2017-10-301-0/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Jakub Zelenka2017-10-3015-28/+209
|\ \ | |/
| * Prevent leaking x509 and csr resources if it is not requestedJakub Zelenka2017-10-301-3/+6
| * Extend and speed up pkey export testsJakub Zelenka2017-10-302-10/+4
| * Rewrite openssl_csr_get_subject test to improve coverageJakub Zelenka2017-10-301-11/+47
| * Add openssl_csr_get_public_key testJakub Zelenka2017-10-301-0/+44