Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unbundle oniguruma in config.w32 | Anatol Belski | 2019-02-11 | 1 | -48/+57 |
| | |||||
* | Add MB_ONIGURUMA_VERSION and use it in a version dependent test | Nikita Popov | 2019-02-11 | 2 | -0/+7 |
| | |||||
* | Unbundle oniguruma | Nikita Popov | 2019-02-11 | 93 | -89705/+27 |
| | | | | And also switch detection over to pkg-config. | ||||
* | Validate subject encoding in mb_split and mb_ereg_match | Nikita Popov | 2019-02-11 | 3 | -13/+13 |
| | | | | | We were already validating the subject encoding in most functions, but not these two. | ||||
* | Validate pattern against mbregex encoding | Nikita Popov | 2019-02-11 | 6 | -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.4 | Nikita Popov | 2019-02-11 | 2 | -0/+34 |
|\ | |||||
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-02-11 | 3 | -0/+38 |
| |\ | |||||
| | * | Fix #77552: Uninitialized buffer in stat functions | johnstevenson | 2019-02-11 | 3 | -0/+38 |
| | | | |||||
* | | | Disable PEAR by default | Nikita Popov | 2019-02-11 | 2 | -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.4 | Nikita Popov | 2019-02-11 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Fix tests bareword fallback with error suppression | Guilliam Xavier | 2019-02-11 | 18 | -278/+258 |
| | | | | | | | | | | | | | | | (cherry picked from commit aad39879f2d2e89de105c4f87d334ee129b4321c) (cherry picked from commit 76f8a908bb18aee92b8f3d523b74b06c9d12cb6b) | ||||
| * | | regenerate with re2c 1.0.3 | Xinchen Hui | 2019-02-11 | 2 | -1758/+1709 |
| | | | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Xinchen Hui | 2019-02-11 | 5 | -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 Hui | 2019-02-11 | 4 | -130/+176 |
| | | | | | | | | | | | | Section name should not be typed(NULL, FALSE, TRUE etc) | ||||
* | | | Merge PDO_OCI tracing attribute PR | Christopher Jones | 2019-02-11 | 1 | -0/+2 |
| | | | |||||
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Christopher Jones | 2019-02-11 | 8 | -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 PR | Christopher Jones | 2019-02-11 | 1 | -0/+4 |
| | | | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Christopher Jones | 2019-02-11 | 8 | -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 merge | Christopher Jones | 2019-02-11 | 1 | -0/+4 |
| | | | |||||
| | * | pdo_oci: Add client identifier and module attrs | Cameron Porter | 2019-02-11 | 8 | -45/+206 |
| | | | | | | | | | | | | | | | Add tests for the new attributes, and check the setAttribute return value. | ||||
| | * | pdo_oci: Register new attr constants and add tests | Cameron Porter | 2019-02-11 | 4 | -0/+169 |
| | | | |||||
| | * | pdo_oci: Add PDO_OCI_ATTR_ACTION and CLIENT_INFO | Cameron Porter | 2019-02-11 | 2 | -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 iptcembed | Mark Niebergall | 2019-02-10 | 1 | -0/+12 |
| | | | |||||
* | | | Fix failing tests for readline() without input | Peter Kokot | 2019-02-10 | 1 | -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" coverage | Ward Cappelle | 2019-02-10 | 2 | -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 input | Jonathan Stevens | 2019-02-10 | 1 | -0/+15 |
| | | | |||||
* | | | Added test for openssl_pkcs12_export_to_file_error | Enrico Zimuel | 2019-02-10 | 1 | -0/+37 |
| | | | |||||
* | | | Tests the 'Dynamically loaded extensions are not enabled' warning for dl() | Tom Van Herreweghe | 2019-02-10 | 1 | -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 Prado | 2019-02-10 | 1 | -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 behaviour | Er Galvão Abbott | 2019-02-10 | 1 | -0/+23 |
| | | | |||||
* | | | Added test for xml_parser_set_option | Mark Niebergall | 2019-02-10 | 1 | -0/+25 |
| | | | | | | | | | | | | - For skipping white space and triggering invalid encoding value error | ||||
* | | | fnmatch error when pattern or filename too long | Pete Albrecht | 2019-02-10 | 1 | -0/+18 |
| | | | | | | | | | | | | i3logix PHP Testfest 2017 | ||||
* | | | [ci skip] Update changelog | Peter Kokot | 2019-02-10 | 1 | -2/+2 |
| | | | |||||
* | | | Delete duplicate test file | Guilliam Xavier | 2019-02-10 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | `Zend/tests/cast_to_array_fixed.phpt` was created as exact duplicate of `Zend/tests/cast_to_array.phpt` | ||||
* | | | Fix failing tests | Peter Kokot | 2019-02-10 | 2 | -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 test | Peter Kokot | 2019-02-09 | 1 | -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 method | MarkBaker | 2019-02-09 | 4 | -0/+148 |
| | | | | | | | | | | | | | | | Tests for __set_state magic method for DateTime, DateTimeImmutable, DateTimeZone and DatePeriod. | ||||
* | | | Add test for date_time_immutable invalid arguments | Mark Niebergall | 2019-02-09 | 1 | -0/+10 |
| | | | |||||
* | | | Added basic test for ZipArchive::unchangeName() | Florian Engelhardt | 2019-02-09 | 1 | -0/+43 |
| | | | |||||
* | | | Added basic test for ZipArchive::unchangeIndex() | Florian Engelhardt | 2019-02-09 | 1 | -0/+43 |
| | | | |||||
* | | | Fix TS build, ref #77377 | Anatol Belski | 2019-02-08 | 1 | -0/+2 |
| | | | |||||
* | | | Implement FR #77377 handle CTRL+C in Windows | Anatol Belski | 2019-02-08 | 11 | -9/+294 |
| | | | |||||
* | | | Add test for null return on version_compare with bad operator | David Stockton | 2019-02-09 | 1 | -0/+12 |
| | | | |||||
* | | | Test to verify that closures can't be instantiated | MarkBaker | 2019-02-09 | 1 | -0/+21 |
| | | | |||||
* | | | Add test for pcntl_getpriority() basic behaviour | Er Galvão Abbott | 2019-02-09 | 1 | -0/+19 |
| | | | |||||
* | | | readline - add basic test | Joel Clermont | 2019-02-09 | 1 | -0/+18 |
| | | | |||||
* | | | updated typo in test | Rodrigo Prado | 2019-02-09 | 1 | -1/+1 |
| | | | | | | | | | | | | User Group: PHPSP #phptestfestbrasil | ||||
* | | | Update and fix remaining year ranges (2019) | Peter Kokot | 2019-02-08 | 104 | -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 freeing | Nikita Popov | 2019-02-08 | 1 | -8/+0 |
| | | | |||||
* | | | Fix double free if post inc of typed property throws | Nikita Popov | 2019-02-08 | 1 | -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). |