| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use zend_string_release_ex() instread of zend_string_release() in places, ↵ | Dmitry Stogov | 2018-05-28 | 1 | -7/+7 |
| | | | | | where we sure about string persistence. | ||||
| * | Merge branch 'PHP-7.2' | Anatol Belski | 2018-05-18 | 1 | -6/+12 |
| |\ | | | | | | | | | * PHP-7.2: Fix cli server test fails after recent AppVeyor image update | ||||
| | * | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-05-18 | 1 | -6/+12 |
| | |\ | | | | | | | | | | | | | * PHP-7.1: Fix cli server test fails after recent AppVeyor image update | ||||
| | | * | Fix cli server test fails after recent AppVeyor image update | Anatol Belski | 2018-05-18 | 1 | -6/+12 |
| | | | | |||||
| * | | | Merge branch 'PHP-7.2' | Anatol Belski | 2018-05-13 | 1 | -1/+3 |
| |\ \ \ | |/ / | | | | | | | | | | * PHP-7.2: Fixed bug #76333 PHP built-in server does not find files if root path contains special characters | ||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-05-13 | 1 | -1/+3 |
| | |\ \ | | |/ | | | | | | | | | | * PHP-7.1: Fixed bug #76333 PHP built-in server does not find files if root path contains special characters | ||||
| | | * | Fixed bug #76333 PHP built-in server does not find files if root path ↵ | Anatol Belski | 2018-05-13 | 1 | -1/+3 |
| | | | | | | | | | | | | | contains special characters | ||||
| * | | | No Content-Type header if MIME type is unknown | Mark Seuffert | 2018-04-14 | 1 | -8/+7 |
| | | | | |||||
| * | | | Move constant array into read-only memory | Dmitry Stogov | 2018-03-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 27 | -27/+27 |
| | | | | | | | | | | | | | EXPECTF logic in run-tests.php is considerable, so let's avoid it. | ||||
| * | | | Fix some misspellings | Gabriel Caruso | 2018-02-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | Use bool instead of boolean while throwing a type error | Gabriel Caruso | 2018-02-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP requires boolean typehints to be written "bool" and disallows "boolean" as an alias. This changes the error messages to match the actual type name and avoids confusing messages like "must be of type boolean, boolean given". This a followup to ce1d69a1f6dcf15d43029301059c25e5bc09a577, which implements the same change for integer->int. | ||||
| * | | | Use int instead of integer in type errors | Gabriel Caruso | 2018-02-04 | 1 | -17/+17 |
| | | | | | | | | | | | | | | | | | | | | | | PHP requires integer typehints to be written "int" and does not allow "integer" as an alias. This changes type error messages to match the actual type name and avoids confusing messages like "must be of the type integer, integer given". | ||||
| * | | | Use bool instead of boolean in proto | Gabriel Caruso | 2018-02-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | Remove superfluous SKIPIF sections in more tests | Gabriel Caruso | 2018-02-04 | 3 | -15/+9 |
| | | | | |||||
| * | | | Merge branch 'PHP-7.2' | Nikita Popov | 2018-01-12 | 1 | -14/+16 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-01-12 | 1 | -14/+16 |
| | |\ \ | | |/ | |||||
| | | * | Revert "Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown ↵ | Nikita Popov | 2018-01-12 | 1 | -14/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | function)" This reverts commit 816758eda2bcdd69ba505fb6bbb79124a7bf2254. After this commit relative router scripts were resolved against docroot rather than shell cwd. | ||||
| * | | | Merge branch 'PHP-7.2' | Xinchen Hui | 2018-01-03 | 1 | -2/+2 |
| |\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | * PHP-7.2: Happy new year (Update copyright to 2018) Conflicts: ext/phar/LICENSE | ||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2018-01-03 | 1 | -2/+2 |
| | |\ \ | | |/ | | | | | | | | | | * PHP-7.1: Happy new year (Update copyright to 2018) | ||||
| | | * | Happy new year (Update copyright to 2018) | Lior Kaplan | 2018-01-02 | 1 | -2/+2 |
| | | | | |||||
| | | * | year++ | Xinchen Hui | 2018-01-02 | 9 | -10/+10 |
| | | | | |||||
| | * | | year++ | Xinchen Hui | 2018-01-02 | 9 | -10/+10 |
| | | | | |||||
| * | | | year++ | Xinchen Hui | 2018-01-02 | 9 | -10/+10 |
| | | | | |||||
| * | | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-12-16 | 1 | -10/+11 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-12-16 | 1 | -10/+11 |
| | |\ \ | | |/ | |||||
| | | * | Move includes in ps_title.c | David Carlier | 2017-12-16 | 1 | -10/+11 |
| | | | | | | | | | | | | | | | | | | | The HAVE_UNISTD_H check has to be after including config.h. Also include sys/types.h, which may be needed for setproctitle. | ||||
| * | | | Merge branch 'PHP-7.2' | Anatol Belski | 2017-11-28 | 1 | -0/+20 |
| |\ \ \ | |/ / | | | | | | | | | | * PHP-7.2: Fixed bug #73830 Directory does not exist. | ||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2017-11-28 | 1 | -0/+20 |
| | |\ \ | | |/ | | | | | | | | | | * PHP-7.1: Fixed bug #73830 Directory does not exist. | ||||
| | | * | Fixed bug #73830 Directory does not exist. | Anatol Belski | 2017-11-28 | 1 | -0/+20 |
| | | | | |||||
| | | * | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-11-14 | 3 | -73/+79 |
| | | |\ | | | | | | | | | | | | | | | | | | | | | * PHP-7.0: Update NEWS Fix bug 60471 by correctly identifying unused speculative preconnections | ||||
| | | | * | Fix bug 60471 by correctly identifying unused speculative preconnections | Sammy Kaye Powers | 2017-11-14 | 3 | -73/+79 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Correctly identify unused speculative preconnections from browsers like Chrome and Firefox * Add a new message to the debug level that is emitted when a TCP connection is closed without sending any request (a preconnection) * Fix an issue where the existing debug messages were not being displayed even when debug mode was enabled | ||||
| * | | | | Added PCRE_JIT_SUPPORT flag | Xinchen Hui | 2017-11-14 | 1 | -1/+5 |
| | | | | | |||||
| * | | | | Patch core for PCRE2 support | Anatol Belski | 2017-11-13 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | RFC https://wiki.php.net/rfc/pcre2-migration | ||||
| * | | | | Added exceptions for ZEND_RC_DEBUG | Dmitry Stogov | 2017-11-02 | 1 | -3/+6 |
| | | | | | |||||
| * | | | | Use per-request heap instead of system one | Dmitry Stogov | 2017-10-27 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | Merge branch 'PHP-7.2' | Xinchen Hui | 2017-10-15 | 1 | -16/+14 |
| |\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | * PHP-7.2: Update NEWS Update NEWS Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown function) | ||||
| | * | | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2017-10-15 | 1 | -16/+14 |
| | |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | * PHP-7.1: Update NEWS Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown function) | ||||
| | | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-10-15 | 1 | -16/+14 |
| | | |\ \ | | | |/ | | | | | | | | | | | | | * PHP-7.0: Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown function) | ||||
| | | | * | Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown function) | Xinchen Hui | 2017-10-15 | 1 | -16/+14 |
| | | | | | |||||
| * | | | | Remove empty and done TODO file for CLI SAPI | Peter Kokot | 2017-09-24 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | | Merge branch 'PHP-7.2' | Anatol Belski | 2017-09-18 | 1 | -13/+1 |
| |\ \ \ \ | |/ / / | | | | | | | | | | | | | * PHP-7.2: Fix the version check causing the test fail | ||||
| | * | | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2017-09-18 | 1 | -13/+1 |
| | |\ \ \ | | |/ / | | | | | | | | | | | | | * PHP-7.1: Fix the version check causing the test fail | ||||
| | | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-09-18 | 1 | -13/+1 |
| | | |\ \ | | | |/ | | | | | | | | | | | | | * PHP-7.0: Fix the version check causing the test fail | ||||
| | | | * | Fix the version check causing the test fail | Anatol Belski | 2017-09-18 | 1 | -13/+1 |
| | | | | | |||||
| * | | | | Fix test portability | Anatol Belski | 2017-09-06 | 1 | -11/+11 |
| | | | | | |||||
| * | | | | Add tests for sapi/cli option combinations | Jansen Price | 2017-09-06 | 1 | -0/+52 |
| | | | | | |||||
| * | | | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-09-05 | 1 | -0/+3 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-09-05 | 1 | -0/+3 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-09-05 | 1 | -0/+3 |
| | | |\ \ | | | |/ | |||||
