Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed compilation warnings | Dmitry Stogov | 2016-06-21 | 1 | -1/+1 |
* | Fixed compilation warnings | Dmitry Stogov | 2016-06-21 | 9 | -31/+31 |
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions. | Dmitry Stogov | 2016-06-21 | 2 | -3/+3 |
* | Improved support for zend-signals. | Dmitry Stogov | 2016-06-20 | 2 | -0/+3 |
* | Zend signals should be installed after request startup (or regular signals ma... | Dmitry Stogov | 2016-06-20 | 1 | -8/+8 |
* | Fixed phpdbg build without --enable-zend-signals | Dmitry Stogov | 2016-06-20 | 1 | -0/+3 |
* | Merge branch 'master' of git.php.net:php-src | Dmitry Stogov | 2016-06-20 | 3 | -2/+85 |
|\ | |||||
| * | Fixed the UTF-8 and long path support in the streams on Windows. | Anatol Belski | 2016-06-20 | 3 | -2/+85 |
* | | Cleanup zend_signal API | Dmitry Stogov | 2016-06-20 | 8 | -20/+0 |
|/ | |||||
* | Removed unused callbacks | Dmitry Stogov | 2016-06-20 | 1 | -2/+0 |
* | Enable per-module logging in Apache 2.4+ | Martin Vobruba | 2016-06-03 | 1 | -0/+6 |
* | improve date header code | Anatol Belski | 2016-06-02 | 1 | -15/+17 |
* | Added mandatory Date: header to built-in webserver | SeeSchloss | 2016-06-02 | 27 | -0/+44 |
* | Merge branch 'PHP-7.0' | Xinchen Hui | 2016-06-02 | 1 | -1/+1 |
|\ | |||||
| * | Fixed bug #72308 (fastcgi_finish_request and logging environment variables) | Xinchen Hui | 2016-06-02 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.0' | Anatol Belski | 2016-05-30 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | fix condition | Anatol Belski | 2016-05-30 | 1 | -1/+1 |
| * | Fixed bug #72284 (phpdbg fatal errors with coverage) | Bob Weinand | 2016-05-30 | 1 | -3/+6 |
* | | Merge branch 'PHP-7.0' | Adam Harvey | 2016-05-25 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Adam Harvey | 2016-05-25 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix typo in phpdbg help. | Adam Harvey | 2016-05-25 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.0' | Adam Harvey | 2016-05-25 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Adam Harvey | 2016-05-25 | 1 | -1/+3 |
| |\ \ | | |/ | |||||
| | * | Add missing newlines to phpdbg's help for the run command. | Adam Harvey | 2016-05-25 | 1 | -1/+3 |
* | | | Fixed bug #72213 (Finally leaks on nested exceptions). | Dmitry Stogov | 2016-05-25 | 2 | -17/+2 |
* | | | Fixed bug #72188 (Nested try/finally blocks losing return value) | Dmitry Stogov | 2016-05-13 | 1 | -1/+1 |
* | | | Fix include_once in phpdbg | Bob Weinand | 2016-05-07 | 1 | -4/+6 |
* | | | Fix potential double free with phpdbg | Bob Weinand | 2016-05-03 | 1 | -0/+1 |
* | | | Merge branch 'PHP-7.0' | Joe Watkins | 2016-04-29 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | fix size_t signed comparison | Joe Watkins | 2016-04-29 | 1 | -1/+1 |
* | | | Don't initialize EX(call)->symbol_table on each function call. | Dmitry Stogov | 2016-04-28 | 1 | -1/+1 |
* | | | - get rid of EG(scope). zend_get_executed_scope() should be used instead. | Dmitry Stogov | 2016-04-28 | 5 | -11/+10 |
* | | | Removed "zend_fcall_info.function_table". It was assigned in many places, but... | Dmitry Stogov | 2016-04-27 | 1 | -1/+0 |
* | | | Merge branch 'PHP-7.0' | Ferenc Kovacs | 2016-04-18 | 1 | -0/+6 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Ferenc Kovacs | 2016-04-18 | 1 | -0/+6 |
| |\ \ | | |/ | |||||
| | * | mark frequent intermittent fpm test with XFAIL | Ferenc Kovacs | 2016-04-18 | 1 | -0/+6 |
* | | | Merge branch 'PHP-7.0' | Xinchen Hui | 2016-04-15 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Fixed failed with libedit | Xinchen Hui | 2016-04-15 | 1 | -0/+3 |
* | | | Merge branch 'PHP-7.0' | Joe Watkins | 2016-04-12 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | phpdbg: close file handles | Joe Watkins | 2016-04-12 | 1 | -0/+2 |
* | | | Evaluate arguments of new for classes without ctor | Nikita Popov | 2016-03-25 | 1 | -1/+1 |
* | | | Print .0 in phpdbg opcode dumps | Nikita Popov | 2016-03-25 | 1 | -0/+12 |
* | | | bug #71478 implementing feature request | Matt Ficken | 2016-03-21 | 1 | -0/+8 |
* | | | Merge branch 'PHP-7.0' | Anatol Belski | 2016-03-15 | 2 | -4/+46 |
|\ \ \ | |/ / | |||||
| * | | Fix bug #71624, PHP_MODE_PROCESS_STDIN (CLI SAPI called with '-R') did not pr... | Sean DuBois | 2016-03-15 | 2 | -4/+46 |
* | | | Merge branch 'PHP-7.0' | Nikita Popov | 2016-03-03 | 1 | -5/+0 |
|\ \ \ | |/ / | |||||
| * | | Eliminate usages of _PP macros | Nikita Popov | 2016-03-03 | 1 | -5/+0 |
* | | | Merge branch 'PHP-7.0' | Nikita Popov | 2016-03-03 | 4 | -5/+23 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2016-03-03 | 4 | -5/+23 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #69953 | Christoph M. Becker | 2016-03-03 | 4 | -5/+23 |