summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | | | * PHP-7.0: [ci skip] update NEWS
| * [ci skip] update NEWSAnatol Belski2017-11-101-1/+3
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-11-081-2/+19
|\ \ | |/ | | | | | | | | * PHP-7.0: Fixed #75384 PHP seems incompatible with OneDrive files on demand Fixed ext/date tests due to changes in Olson database
| * 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
|\ \ | |/ | | | | | | * PHP-7.0: 7.0.27 next
| * 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
|\ \ | |/ | | | | | | * PHP-7.0: Update libs_version.txt
| * 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
| | | | | | | | Switch to example.org. Also mark it as an online test.
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-11-022-7/+11
|\ \ | |/ | | | | | | * PHP-7.0: Sync and fix tests for ICU 60.1 compat
| * 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
|\ \ | |/ | | | | | | * PHP-7.0: Yet one /nologo
| * Yet one /nologoAnatol Belski2017-11-021-1/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-313-5/+5
|\ \ | |/ | | | | | | | | * PHP-7.0: Fix year Add /nologo
| * 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
|\ \ | |/ | | | | | | * PHP-7.0: Add missing ICU version check
| * 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
| | | | | | | | | | | | | | | | All functions using php_openssl_x509_from_zval or php_openssl_csr_from_zval with makeresource equal to 0 do not deref the resource which means there is a leak till the end of the request. This can cause issues for long running apps. It is a generic solution for bug #75363 which also covers other functions.
| * 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
| | | | | | | | Add a basic test for openssl_csr_export_to_file.
| * 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 ↵Jakub Zelenka2017-10-301-1/+1
| | | | | | | | to exist
| * 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.0' of git.php.net:/php-src into PHP-7.0Joe Watkins2017-10-302-3/+11
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-7.0' of git.php.net:/php-src: Yet one attempt to mitigate the unzip error on AppVeyor Ensure SDK is checked out before asking for version Fix fetching the SDK version Fix SDK version comparison and add more verbosity Don't use the cache dependency, SDK version is handled in script Remove status check on the SDK repo and add version check Catch with the latest AppVeyor unzip errors
* | \ Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1Joe Watkins2017-10-303-4/+17
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-7.1' of git.php.net:/php-src: Yet one attempt to mitigate the unzip error on AppVeyor Ensure SDK is checked out before asking for version Fix fetching the SDK version Fix SDK version comparison and add more verbosity Don't use the cache dependency, SDK version is handled in script Remove status check on the SDK repo and add version check Use abbrev Catch with the latest AppVeyor unzip errors Fixed type inference
| * \ \ Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-301-2/+6
| |\ \ \ | | | |/ | | |/| | | | | | | | | * PHP-7.0: Yet one attempt to mitigate the unzip error on AppVeyor
| | * | Yet one attempt to mitigate the unzip error on AppVeyorAnatol Belski2017-10-301-2/+6
| | | |
| * | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-301-10/+10
| |\ \ \ | | |/ / | | | | | | | | | | | | * PHP-7.0: Ensure SDK is checked out before asking for version
| | * | Ensure SDK is checked out before asking for versionAnatol Belski2017-10-301-10/+10
| | | |
| * | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-301-1/+1
| |\ \ \ | | |/ / | | | | | | | | | | | | * PHP-7.0: Fix fetching the SDK version
| | * | Fix fetching the SDK versionAnatol Belski2017-10-301-1/+1
| | | |
| * | | Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1Xinchen Hui2017-10-302-2/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-7.1' of git.php.net:/php-src: Fix SDK version comparison and add more verbosity Don't use the cache dependency, SDK version is handled in script
| | * \ \ Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-302-2/+3
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | * PHP-7.0: Fix SDK version comparison and add more verbosity Don't use the cache dependency, SDK version is handled in script