| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Avoid magic method hash lookups | Dmitry Stogov | 2018-07-02 | 1 | -1/+1 |
| * | Add syslog's ident and facility parameters to config | Philip Prindeville | 2018-07-01 | 1 | -1/+1 |
| * | Changed php_add[c]slashes prototypes (removed should_free argument) | Dmitry Stogov | 2018-06-29 | 2 | -4/+4 |
| * | Remove duplicated code (keep destroy_zend_function() for compatibility) | Dmitry Stogov | 2018-06-27 | 1 | -2/+1 |
| * | Merge branch 'PHP-7.2' | Christoph M. Becker | 2018-06-25 | 1 | -3/+3 |
| |\ | |||||
| | * | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-06-25 | 1 | -3/+3 |
| | |\ | |||||
| | | * | Fix arginfo wrt. optional/required parameters | Christoph M. Becker | 2018-06-25 | 1 | -3/+3 |
| * | | | Remove useless PHPDBG_* constants | Christoph M. Becker | 2018-06-25 | 1 | -5/+0 |
| * | | | Merge branch 'PHP-7.2' | Nikita Popov | 2018-06-20 | 3 | -6/+47 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-06-20 | 3 | -6/+47 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #73342 | Nikita Popov | 2018-06-20 | 3 | -6/+47 |
| * | | | Merge branch 'pull-request/3274' | Stanislav Malyshev | 2018-06-19 | 2 | -8/+12 |
| |\ \ \ | |||||
| | * | | | Added const modifier | pmukhin | 2018-06-06 | 2 | -2/+2 |
| | * | | | 76363: added jsm extension to list of mime types | pmukhin | 2018-06-06 | 2 | -8/+12 |
| * | | | | Fix bug #44217: Output after stdout/stderr closed cause immediate exit with s... | Robert Lu | 2018-06-19 | 2 | -16/+7 |
| * | | | | Remove old SVN keywords substitutions | Peter Kokot | 2018-06-16 | 52 | -55/+0 |
| * | | | | Merge branch 'PHP-7.2' | Jakub Zelenka | 2018-06-12 | 4 | -139/+100 |
| |\ \ \ \ | | |/ / | |/| | | |||||
| | * | | | Port FPM test 023 and 024 to the new FPM testing | Jakub Zelenka | 2018-06-12 | 4 | -139/+100 |
| * | | | | Merge branch 'PHP-7.2' | Jakub Zelenka | 2018-06-12 | 52 | -1682/+3377 |
| |\ \ \ \ | |/ / / | | / / | |/ / |/| | | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Jakub Zelenka | 2018-06-12 | 52 | -1684/+3379 |
| | |\ \ | | |/ | |||||
| | | * | Rewrite FPM tests | Jakub Zelenka | 2018-06-12 | 52 | -1680/+3381 |
| * | | | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 4 | -11/+11 |
| * | | | Merge branch 'PHP-7.2' | Anatol Belski | 2018-05-18 | 1 | -6/+12 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-05-18 | 1 | -6/+12 |
| | |\ \ | | |/ | |||||
| | | * | 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 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-05-13 | 1 | -1/+3 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #76333 PHP built-in server does not find files if root path contain... | Anatol Belski | 2018-05-13 | 1 | -1/+3 |
| * | | | Merge branch 'PHP-7.2' | Thomas Punt | 2018-04-26 | 1 | -1/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Thomas Punt | 2018-04-26 | 1 | -1/+1 |
| | |\ \ | | |/ | |||||
| | | * | Allocate default ini values into persistent memory | Thomas Punt | 2018-04-26 | 1 | -1/+1 |
| * | | | Merge branch 'PHP-7.2' | Thomas Punt | 2018-04-26 | 1 | -0/+5 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Thomas Punt | 2018-04-26 | 1 | -0/+5 |
| | |\ \ | | |/ | |||||
| | | * | Fix memory leak when phpdbg fails to start up | Thomas Punt | 2018-04-26 | 1 | -0/+5 |
| * | | | No Content-Type header if MIME type is unknown | Mark Seuffert | 2018-04-14 | 1 | -8/+7 |
| * | | | Merge branch 'PHP-7.2' | Jakub Zelenka | 2018-04-13 | 1 | -3/+8 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Jakub Zelenka | 2018-04-13 | 1 | -3/+8 |
| | |\ \ | | |/ | |||||
| | | * | Support using acl_* functions on *BSD | Michał Górny | 2018-04-13 | 1 | -3/+8 |
| * | | | Merge branch 'PHP-7.2' | George Wang | 2018-04-10 | 4 | -724/+219 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | George Wang | 2018-04-10 | 4 | -688/+180 |
| | |\ \ | | |/ | |||||
| | | * | Updated LiteSpeed SAPI to 7.1 . | George Wang | 2018-04-10 | 4 | -688/+180 |
| * | | | Merge branch 'PHP-7.2' | Xinchen Hui | 2018-04-10 | 1 | -13/+8 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2018-04-10 | 1 | -13/+8 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #76143 (Memory corruption: arbitrary NUL overwrite) | Xinchen Hui | 2018-04-10 | 1 | -13/+8 |
| * | | | Merge branch 'PHP-7.2' | George Wang | 2018-04-03 | 1 | -0/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | George Wang | 2018-04-03 | 1 | -0/+1 |
| | |\ \ | | |/ | |||||
| | | * | [BUGFIX] allow php_admin_value to override value set in php.ini without restr... | George Wang | 2018-04-03 | 1 | -0/+1 |
| * | | | Merge branch 'PHP-7.2' | Jakub Zelenka | 2018-03-30 | 2 | -23/+69 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Jakub Zelenka | 2018-03-30 | 2 | -24/+70 |
| | |\ \ | | |/ | |||||
| | | * | Prevent modifying of getenv result | Jakub Zelenka | 2018-03-30 | 1 | -5/+14 |
