summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Unbundle oniguruma in config.w32Anatol Belski2019-02-111-48/+57
|
* Add MB_ONIGURUMA_VERSION and use it in a version dependent testNikita Popov2019-02-112-0/+7
|
* Unbundle onigurumaNikita Popov2019-02-1193-89705/+27
| | | | And also switch detection over to pkg-config.
* Validate subject encoding in mb_split and mb_ereg_matchNikita Popov2019-02-113-13/+13
| | | | | We were already validating the subject encoding in most functions, but not these two.
* Validate pattern against mbregex encodingNikita Popov2019-02-116-12/+16
| | | | | | Oniguruma does not consistently perform this validation itself (at least on older versions), so make sure we check pattern encoding validity on the PHP side.
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-02-112-0/+34
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-113-0/+38
| |\
| | * Fix #77552: Uninitialized buffer in stat functionsjohnstevenson2019-02-113-0/+38
| | |
* | | Disable PEAR by defaultNikita Popov2019-02-112-5/+11
| | | | | | | | | | | | | | | Installation of PEAR can be enabled using --with-pear, but will through a deprecation warning during ./configure.
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-02-110-0/+0
|\ \ \ | |/ /
| * | Fix tests bareword fallback with error suppressionGuilliam Xavier2019-02-1118-278/+258
| | | | | | | | | | | | | | | (cherry picked from commit aad39879f2d2e89de105c4f87d334ee129b4321c) (cherry picked from commit 76f8a908bb18aee92b8f3d523b74b06c9d12cb6b)
| * | regenerate with re2c 1.0.3Xinchen Hui2019-02-112-1758/+1709
| | |
| * | Merge branch 'PHP-7.2' into PHP-7.3Xinchen Hui2019-02-115-1767/+1860
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | * PHP-7.2: Fixed bug #77589 (Core dump using parse_ini_string with numeric sections) Conflicts: Zend/zend_ini_scanner.c
| | * Fixed bug #77589 (Core dump using parse_ini_string with numeric sections)Xinchen Hui2019-02-114-130/+176
| | | | | | | | | | | | Section name should not be typed(NULL, FALSE, TRUE etc)
* | | Merge PDO_OCI tracing attribute PRChristopher Jones2019-02-111-0/+2
| | |
* | | Merge branch 'PHP-7.3' into PHP-7.4Christopher Jones2019-02-118-13/+381
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | * PHP-7.3: Merge PDO_OCI PR PDO_OCI tracing attribute PR merge pdo_oci: Add client identifier and module attrs pdo_oci: Register new attr constants and add tests pdo_oci: Add PDO_OCI_ATTR_ACTION and CLIENT_INFO
| * | Merge PDO_OCI PRChristopher Jones2019-02-111-0/+4
| | |
| * | Merge branch 'PHP-7.2' into PHP-7.3Christopher Jones2019-02-118-13/+381
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | * PHP-7.2: PDO_OCI tracing attribute PR merge pdo_oci: Add client identifier and module attrs pdo_oci: Register new attr constants and add tests pdo_oci: Add PDO_OCI_ATTR_ACTION and CLIENT_INFO
| | * PDO_OCI tracing attribute PR mergeChristopher Jones2019-02-111-0/+4
| | |
| | * pdo_oci: Add client identifier and module attrsCameron Porter2019-02-118-45/+206
| | | | | | | | | | | | | | | Add tests for the new attributes, and check the setAttribute return value.
| | * 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
| | | | | | | | | | | | | | | Add the ability to set the action and client info on the database session for PDO OCI using PDO attributes.
* | | Added test for non existent file for iptcembedMark Niebergall2019-02-101-0/+12
| | |
* | | Fix failing tests for readline() without inputPeter Kokot2019-02-101-2/+2
| | | | | | | | | | | | | | | If PHP readline extension is using libedit or readline the output is different with the readline library also the prompt is output.
* | | Expand FTP delete basic test with "unknown file" coverageWard Cappelle2019-02-102-5/+21
| | | | | | | | | | | | | | | | | | | | | A port of the original https://github.com/phpcommunity/phptestfest-php-src/pull/148 pull request, created earlier during #PHPTestFest (User Group: PHP-WVL & PHPGent). Expands the existing FTP delete command test with coverage for deletion of non-existing files (which returns a 550 status code).
* | | Tests for readline() without inputJonathan Stevens2019-02-101-0/+15
| | |
* | | Added test for openssl_pkcs12_export_to_file_errorEnrico Zimuel2019-02-101-0/+37
| | |
* | | Tests the 'Dynamically loaded extensions are not enabled' warning for dl()Tom Van Herreweghe2019-02-101-0/+22
| | | | | | | | | | | | Signed-off-by: Tom Van Herreweghe <tom.van.herreweghe@dx-solutions.be>
* | | Test function quotemeta() - using an empty string is given as str.Rodrigo Prado2019-02-101-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | Rodrigo Prado de Jesus <royopa [at] gmail [dot] com> User Group: PHPSP #PHPTestFestBrasil Test function quotemeta() - using an empty string is given as str. This test coverage line 2722 from file /ext/standard/string.c and is not a ZPP test. http://gcov.php.net/PHP_HEAD/lcov_html/ext/standard/string.c.gcov.php#L2722
* | | Add test case for pcntl_setpriority basic behaviourEr Galvão Abbott2019-02-101-0/+23
| | |
* | | Added test for xml_parser_set_optionMark Niebergall2019-02-101-0/+25
| | | | | | | | | | | | - For skipping white space and triggering invalid encoding value error
* | | fnmatch error when pattern or filename too longPete Albrecht2019-02-101-0/+18
| | | | | | | | | | | | i3logix PHP Testfest 2017
* | | [ci skip] Update changelogPeter Kokot2019-02-101-2/+2
| | |
* | | Delete duplicate test fileGuilliam Xavier2019-02-101-0/+0
| | | | | | | | | | | | | | | `Zend/tests/cast_to_array_fixed.phpt` was created as exact duplicate of `Zend/tests/cast_to_array.phpt`
* | | Fix failing testsPeter Kokot2019-02-102-4/+8
| | | | | | | | | | | | | | | | | | The run-tests script executes the cleaning section separately and interfers with the running test itself less. This fixes two failing tests on Windows platforms.
* | | Fix failing readline() basic testPeter Kokot2019-02-091-2/+1
| | | | | | | | | | | | | | | Test for readline() basic doesn't seem to capture the STDIN in the output for some systems such as macOS and Windows.
* | | Tests for __set_state magic methodMarkBaker2019-02-094-0/+148
| | | | | | | | | | | | | | | Tests for __set_state magic method for DateTime, DateTimeImmutable, DateTimeZone and DatePeriod.
* | | Add test for date_time_immutable invalid argumentsMark Niebergall2019-02-091-0/+10
| | |
* | | Added basic test for ZipArchive::unchangeName()Florian Engelhardt2019-02-091-0/+43
| | |
* | | Added basic test for ZipArchive::unchangeIndex()Florian Engelhardt2019-02-091-0/+43
| | |
* | | Fix TS build, ref #77377Anatol Belski2019-02-081-0/+2
| | |
* | | Implement FR #77377 handle CTRL+C in WindowsAnatol Belski2019-02-0811-9/+294
| | |
* | | Add test for null return on version_compare with bad operatorDavid Stockton2019-02-091-0/+12
| | |
* | | Test to verify that closures can't be instantiatedMarkBaker2019-02-091-0/+21
| | |
* | | Add test for pcntl_getpriority() basic behaviourEr Galvão Abbott2019-02-091-0/+19
| | |
* | | readline - add basic testJoel Clermont2019-02-091-0/+18
| | |
* | | updated typo in testRodrigo Prado2019-02-091-1/+1
| | | | | | | | | | | | User Group: PHPSP #phptestfestbrasil
* | | Update and fix remaining year ranges (2019)Peter Kokot2019-02-08104-122/+121
| | | | | | | | | | | | | | | | | | This patch follows previous license year ranges updates. With new approach source code files now have simplified headers with license information without year ranges.
* | | Fix incorrect outbuf freeingNikita Popov2019-02-081-8/+0
| | |
* | | Fix double free if post inc of typed property throwsNikita Popov2019-02-081-0/+2
| | | | | | | | | | | | | | | | | | We either need to add an extra ref because the copy is used as the retval, which is freed by HANDLE_EXCEPTION, or we need to undef it (done here).