summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix allocationAnatol Belski2017-11-271-1/+1
* Fix memory leakAnatol Belski2017-11-271-0/+2
* Fixed bug #75574 putenv does not work properly if parameter contains non-ASCI...Anatol Belski2017-11-273-9/+153
* Fixed bug in type inferenceDmitry Stogov2017-11-272-1/+21
* Merge branch 'PHP-7.0' into PHP-7.1krakjoe2017-11-221-9/+3
|\
| * Fix bug #75409Scott2017-11-221-9/+3
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-11-213-0/+36
|\ \ | |/
| * 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
* | Merge branch 'PHP-7.0' into PHP-7.1Remi 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-172-2/+37
|\ \ | |/
| * Fixed bug #75535Nikita Popov2017-11-172-2/+37
| * Fixed ext/date tests due to changes in Olson databaseDerick Rethans2017-11-076-89/+66
* | 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-131-0/+4
* | Fixed ext/date tests due to changes in Olson databaseDerick Rethans2017-11-075-126/+27
* | fix wrong check of definition_phi->constraint.range.max_ssa_varMITSUNARI Shigeo2017-11-031-1/+1
* | 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-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
| * Extend openssl_pkcs7_* tests to cover resource certJakub Zelenka2017-10-303-0/+8
| * Fix cleaning tmp output file in openssl_csr_export_to_file testJakub Zelenka2017-10-301-0/+1
| * openssl: add basic openssl_csr_export_to_file testsJelle van der Waa2017-10-301-0/+82
| * Extend openssl_csr_sign test to cover cert resourceJakub Zelenka2017-10-301-0/+2
| * Set different invalid path in openssl_pkcs12_export so it is more unlikely to...Jakub Zelenka2017-10-301-1/+1
| * Extend openssl_x509_parse to cover cert resourceJakub Zelenka2017-10-301-1/+4
| * Rename and test resource cert in openssl_x509_checkpurpose testJakub Zelenka2017-10-301-1/+2
| * Extend openssl_x509_check_private_key to test resource certJakub Zelenka2017-10-301-1/+1
| * Extend openssl_x509_fingerprint test to cover resource cert with sha1Jakub Zelenka2017-10-301-0/+7
* | Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1Joe Watkins2017-10-301-1/+6
|\ \
| * | Use abbrevXinchen Hui2017-10-301-2/+1
| * | Fixed type inferenceDmitry Stogov2017-10-301-1/+7
* | | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-10-301-1/+1
|\ \ \ | |/ / |/| / | |/
| * Fix bug #75464 Wrong reflection on SoapClient::__setSoapHeadersFabien Villepinte2017-10-301-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-10-301-4/+4
|\ \ | |/
| * Fix bug #75453 Incorrect reflection on ibase_connect and ibase_pconnectFabien Villepinte2017-10-301-4/+4
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-10-283-3/+34
|\ \ | |/
| * Fix bug #75434 Wrong reflection for mysqli_fetch_all functionFabien Villepinte2017-10-283-3/+34
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-10-272-4/+23
|\ \ | |/