Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix tests | Antony Dovgal | 2015-05-13 | 3 | -3/+3 |
* | merge similar if conditions | Antony Dovgal | 2015-05-13 | 1 | -4/+0 |
* | add rusage support to wait() and waitpid() | Antony Dovgal | 2015-05-13 | 4 | -11/+197 |
* | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-05-12 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-05-12 | 1 | -36/+36 |
| |\ | |||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-05-12 | 1 | -36/+36 |
| | |\ | |||||
| | | * | Fixed bug #69418 - more s->p fixes for filenames | Stanislav Malyshev | 2015-05-10 | 1 | -37/+37 |
| | | * | Bump year | Xinchen Hui | 2014-01-03 | 4 | -4/+4 |
| | * | | Bump year | Xinchen Hui | 2015-01-15 | 4 | -4/+4 |
| * | | | bump year | Xinchen Hui | 2015-01-15 | 4 | -4/+4 |
* | | | | cleanup mod version macros, round 3 | Anatol Belski | 2015-03-23 | 2 | -1/+4 |
* | | | | Add wifcontinued and wcontinued for pcntl | julien.pons | 2015-03-17 | 2 | -1/+36 |
* | | | | bump year | Xinchen Hui | 2015-01-15 | 4 | -4/+4 |
* | | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 2 | -36/+36 |
* | | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 2 | -46/+43 |
* | | | | Merge branch 'PHP-5.6' | Julien Pauli | 2014-12-12 | 2 | -0/+8 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Julien Pauli | 2014-12-12 | 2 | -0/+8 |
| |\ \ \ | | |/ / | |||||
| | * | | pcntl_signal_dispatch: Speed up by preventing system calls when unnecessary | Jille Timmermans | 2014-12-12 | 2 | -0/+8 |
* | | | | Merge branch 'PHP-5.6' | Julien Pauli | 2014-11-29 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Julien Pauli | 2014-11-29 | 1 | -0/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Fix #60509, pcntl_signal doesn't decrease ref-count of old handler | Julien Pauli | 2014-11-29 | 1 | -0/+1 |
| | * | | Bump year | Xinchen Hui | 2014-01-03 | 4 | -4/+4 |
| | * | | Merge commit 'a03f094' into PHP-5.5 | Rasmus Lerdorf | 2013-08-02 | 2 | -2/+2 |
| | |\ \ | | | |/ | |||||
| * | | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -1/+1 |
* | | | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -1/+1 |
* | | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 4 | -4/+4 |
* | | | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -1/+1 |
* | | | | fixed several long vs zend_long casts | Anatol Belski | 2014-08-26 | 1 | -1/+1 |
* | | | | Fix zend_longo_str | Nikita Popov | 2014-08-25 | 1 | -1/+1 |
* | | | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -4/+4 |
* | | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 2 | -166/+166 |
* | | | | fix zpp | Anatol Belski | 2014-08-21 | 1 | -2/+2 |
* | | | | ported pcntl | Anatol Belski | 2014-08-19 | 2 | -80/+80 |
* | | | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 2 | -130/+130 |
* | | | | Use reference counting instead of zval duplication | Dmitry Stogov | 2014-06-05 | 1 | -9/+5 |
* | | | | Use zend_long_to_str in pcntl | Nikita Popov | 2014-05-28 | 1 | -3/+1 |
* | | | | Use new zend_hash API | Dmitry Stogov | 2014-05-28 | 1 | -31/+23 |
* | | | | Remove incorrect EMPTY_SWITCH_DEFAULT_CASE() usage | Nikita Popov | 2014-05-23 | 1 | -1/+0 |
* | | | | Fixed support for references and proper string lengths | Dmitry Stogov | 2014-05-06 | 1 | -11/+13 |
* | | | | Added support for ext/pcntl (incomplete; ext/posix required to run all tests) | Dmitry Stogov | 2014-05-06 | 1 | -41/+39 |
* | | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-01-03 | 4 | -4/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Bump year | Xinchen Hui | 2014-01-03 | 4 | -4/+4 |
* | | | | Eliminate the TSRMLS_FETCH() calls in the ticks functions and hook | Kalle Sommer Nielsen | 2013-12-18 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge commit 'a03f094' | Rasmus Lerdorf | 2013-08-02 | 2 | -2/+2 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | We shouldn't load any local ini files for these tests | Rasmus Lerdorf | 2013-08-02 | 2 | -2/+2 |
| * | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 4 | -4/+4 |
* | | HASH_KEY_NON_EXISTANT fix | Veres Lajos | 2013-07-21 | 1 | -1/+1 |
* | | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 4 | -4/+4 |