summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug #78230php-7.3.7PHP-7.3.7Nikita Popov2019-07-032-0/+30
| | | | (cherry picked from commit 4892bbc167dfa0ea188baebbce538225f4a0455a)
* Prepare PHP 7.3.7Christoph M. Becker2019-07-024-12/+7
|
* Prepare for PHP 7.3.7RC3php-7.3.7RC3Christoph M. Becker2019-06-204-5/+6
|
* fix test for Windows and for parallel runRemi Collet2019-06-201-2/+12
| | | | (cherry picked from commit d8202bf9177cdbcb9b87586580dbcd6bb94f0de4)
* improve test clean sectionRemi Collet2019-06-201-0/+5
| | | | (cherry picked from commit b3cfeda3c783d681452bfa80543c469dee92a5f8)
* add test for #78185Remi Collet2019-06-201-0/+22
| | | | (cherry picked from commit 63f2d880888aae381631f126b3ed029b3468f903)
* Fixed bug #78185 (File cache no longer works)Dmitry Stogov2019-06-201-0/+7
| | | | (cherry picked from commit cd6a6e4cf2677bfbe2a21164239737eb22bd4da6)
* Prepare for PHP 7.3.7RC2php-7.3.7RC2Christoph M. Becker2019-06-184-4/+10
|
* Backport 96a12578c13b5c37195b10526fcdc669b795644dDmitry Stogov2019-06-181-4/+13
| | | | (cherry picked from commit 28808ca96d202e63db0c407548f4fb7d4cb46d9f)
* Backport 91a6cdbff5ebd1ca4db1d6e8c42d3265ce80ace4Dmitry Stogov2019-06-181-1/+11
| | | | (cherry picked from commit 40f463b560f7d6cf4ae2c98752837b412a1c65f0)
* Fixed bug #78106Nikita Popov2019-06-183-4/+2
| | | | | | | When disabling opcache during the request via opcache.enable ini setting, make sure we also disable ZCG(accelerator_enabled). (cherry picked from commit f1a81380554070d7f4b0c6dcd1202364ebf3d252)
* Add test for bug #78106Nikita Popov2019-06-185-1/+39
| | | | | | | | Also add PHP_TEST_EXTRA_ARGS environment variable, which allows to pass on -c, -d etc flags provided by run-tests.php. Otherwise we won't get the built-in server to run with opcache. (cherry picked from commit f8a68fd9350ac97d33d1773453c4e9d47a97b33f)
* Update for PHP 7.3.7RC1php-7.3.7RC1Christoph M. Becker2019-06-114-5/+5
|
* Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-06-113-0/+47
|\ | | | | | | | | * PHP-7.2: Fix #77937: preg_match failed
| * Fix #77937: preg_match failedChristoph M. Becker2019-06-113-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On some recent Windows systems, ext\pcre\tests\locales.phpt fails, because 'pt_PT' is accepted by `setlocale()`, but not properly supported by the ctype functions, which are used internally by PCRE2 to build the localized character tables. Since there appears to be no way to properly check whether a given locale is fully supported, but we want to minimize BC impact, we filter out typical Unix locale names, except for a few cases which have already been properly supported on Windows. This way code like setlocale(LC_ALL, 'de_DE.UTF-8', 'de_DE', 'German_Germany.1252'); should work like on older Windows systems. It should be noted that the locale names causing trouble are not (yet) documented as valid names anyway, see <https://docs.microsoft.com/en-us/cpp/c-runtime-library/locale-names-languages-and-country-region-strings?view=vs-2019>.
* | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-06-101-0/+4
|\ \ | |/ | | | | | | * PHP-7.2: Fixed possible misalignment in 32-bit build.
| * Fixed possible misalignment in 32-bit build.Dmitry Stogov2019-06-101-0/+4
| |
* | Merge branch 'PHP-7.2' into PHP-7.3Peter Kokot2019-06-091-23/+10
|\ \ | |/ | | | | | | * PHP-7.2: Extend wildcard files section in EditorConfig [ci skip]
| * Extend wildcard files section in EditorConfig [ci skip]Peter Kokot2019-06-091-23/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - Trim trailing whitespace for all files except patches. There isn't really any practical reason to not trim the trailing whitespace in all other files. Binary files or phpt files that include trailing whitespace as part of the test should be manually set in editors/IDEs or by disabling the editorconfig for particular editing. - Add *.ac, *.d, *.l, *.skl, *.re, *.wsdl, *.dtd, *.html, *.rng, *.xml, *.xsd, *.xsl, buildconf, and Makefile* files settings. Closes #4156
* | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-06-071-0/+2
|\ \ | |/ | | | | | | * PHP-7.2: Restored NEWS entry
| * Restored NEWS entryDmitry Stogov2019-06-071-0/+2
| |
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-06-071-1/+4
|\ \ | |/
| * Enable STRICT_TRANS_TABLES in new testNikita Popov2019-06-071-1/+4
| | | | | | | | The part testing error cases relies on this.
* | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-06-073-10/+113
|\ \ | |/ | | | | | | * PHP-7.2: Fixed bug #77135 (Extract with EXTR_SKIP should skip $this)
| * Fixed bug #77135 (Extract with EXTR_SKIP should skip $this)Dmitry Stogov2019-06-073-44/+131
| |
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-06-074-5/+310
|\ \ | |/
| * Fixed bug #38546Cameron Porter2019-06-075-5/+312
| | | | | | | | | | | | Properly support binding boolean parameters with emulated prepared statements disabled. Also add the necessary mysqlnd support for MYSQL_TYPE_TINY.
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-06-061-1/+1
|\ \ | |/ | | | | | | * PHP-7.2: Fix test regarding Unix Domain Sockets on Windows
| * Fix test regarding Unix Domain Sockets on WindowsChristoph M. Becker2019-06-061-1/+1
| | | | | | | | | | Recent Windows versions actually support Unix Domain Sockets. Cf. <https://github.com/curl/curl/pull/3939>.
* | Fix #78114: segfault when calling sodium_* functions from evalChristoph M. Becker2019-06-063-2/+23
| | | | | | | | We must not follow the NULL pointer.
* | Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-06-051-10/+1
|\ \ | |/ | | | | | | * PHP-7.2: fix flaky posix test
| * fix flaky posix testJoe Watkins2019-06-051-10/+1
| |
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-06-042-17/+21
|\ \ | |/
| * Fixed bug #78050Nikita Popov2019-06-041-17/+17
| | | | | | | | This is a backport of a9821255612a99f9773c3601ff1914de4e7a7e32.
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-06-042-7/+0
|\ \ | |/
| * Reload tsrmls_id in release builds as wellNikita Popov2019-06-042-7/+0
| | | | | | | | | | | | If TSRM is shut down and started again (something that phpdbg does), then tsrmls_id needs to be reloaded everywhere. As tsrmls_id update is a rare operation, doing that shouldn't be a problem.
* | this was in 7.3.5, not 7.3.6Remi Collet2019-06-041-1/+1
| |
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-06-031-0/+1
|\ \ | |/
| * Clear errors after SSL_CTX_load_verify_locations()Nikita Popov2019-06-031-0/+1
| | | | | | | | | | We report our own errors here. Make sure these don't clog up the error queue.
* | Merge branch 'PHP-7.2' into PHP-7.3Jakub Zelenka2019-06-023-4/+17
|\ \ | |/
| * Fix bug #78079 (openssl_encrypt_ccm.phpt fails with OpenSSL 1.1.1c)Jakub Zelenka2019-06-023-4/+17
| | | | | | | | It also fixes invalid setting of tag length
* | Fix expect sectionAnatol Belski2019-06-011-1/+1
| |
* | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2019-06-011-1/+1
|\ \ | |/ | | | | | | * PHP-7.2: Update SDK version for AppVeyor
| * Update SDK version for AppVeyorAnatol Belski2019-06-011-1/+1
| |
* | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2019-06-018-7/+377
|\ \ | |/ | | | | | | | | * PHP-7.2: Change ZPP only if compiled with ICU >= 64 Update tests for ICU 64
| * Change ZPP only if compiled with ICU >= 64Anatol Belski2019-06-011-1/+7
| |
| * Update tests for ICU 64Nikita Popov2019-06-018-7/+371
| | | | | | | | (cherry picked from commit 8a8bc5c4529223ecf4f421b1bed03618f7394335)
* | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2019-05-312-2/+2
|\ \ | |/ | | | | | | * PHP-7.2: Fix var name
| * Fix var nameAnatol Belski2019-05-312-2/+2
| |
* | Merge branch 'PHP-7.2' into PHP-7.3Craig Duncan2019-05-303-15/+90
|\ \ | |/ | | | | | | | | * PHP-7.2: Add a test for bug #65672 Ensure the internal properties cannot be overwritten