Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed wrong comparisons | Dmitry Stogov | 2014-05-15 | 1 | -3/+3 |
* | forgot that hash uses ending 0 | Pierre Joye | 2014-05-15 | 1 | -2/+2 |
* | zend_hash_del>zend_hash_str_del | Pierre Joye | 2014-05-15 | 1 | -2/+2 |
* | Merge branch 'master' into phpng | Dmitry Stogov | 2014-05-13 | 1 | -1/+1 |
|\ | |||||
| * | fix bug #67198 (php://input regression) | Michael Wallner | 2014-05-06 | 1 | -1/+1 |
* | | Test push (previous push didn't send mail?) | Xinchen Hui | 2014-05-10 | 1 | -0/+1 |
* | | Added smart_string to avoid string duplicated | Xinchen Hui | 2014-05-10 | 1 | -53/+54 |
* | | Added vstrpprintf strpprintf to avoid duplicate string | Xinchen Hui | 2014-05-10 | 3 | -1/+33 |
* | | There should been memory leaks(and don't use pointer cast) | Xinchen Hui | 2014-05-08 | 1 | -2/+2 |
* | | Prefer the macro we defined | Xinchen Hui | 2014-05-07 | 1 | -11/+7 |
* | | Refactored filter | Xinchen Hui | 2014-05-07 | 1 | -4/+5 |
* | | Merge branch 'phpng' of git.php.net:php-src into phpng | Xinchen Hui | 2014-05-07 | 1 | -0/+1 |
|\ \ | |||||
| * | | -- missing length declaration, may have worked w/some gcc as length is not us... | Pierre Joye | 2014-05-07 | 1 | -0/+1 |
* | | | Refactor fileinfo | Xinchen Hui | 2014-05-07 | 1 | -3/+8 |
|/ / | |||||
* | | Make they are in the same style of Z_ISREF | Xinchen Hui | 2014-05-03 | 1 | -20/+20 |
* | | zend_stack_top() now returns pointer directly | Nikita Popov | 2014-05-01 | 1 | -3/+3 |
* | | Don't allocate zend_stack elements individually | Nikita Popov | 2014-05-01 | 1 | -9/+7 |
* | | Split IS_BOOL into IS_FALSE and IS_TRUE | Dmitry Stogov | 2014-04-30 | 2 | -18/+18 |
* | | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 14 | -95/+197 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.6' | Anatol Belski | 2014-04-24 | 2 | -2/+2 |
| |\ | |||||
| | * | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-04-24 | 2 | -2/+2 |
| | |\ | |||||
| | | * | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2014-04-24 | 2 | -2/+2 |
| | | |\ | |||||
| | | | * | fix dll export | Anatol Belski | 2014-04-24 | 2 | -2/+2 |
| * | | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2014-04-20 | 2 | -22/+27 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-04-20 | 2 | -22/+27 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-04-20 | 2 | -22/+27 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Fix bug #65701: Do not use cache for file file copy | Boro Sitnikovski | 2014-04-20 | 2 | -22/+27 |
| | | | * | 5.4.29 is next | Stanislav Malyshev | 2014-04-15 | 1 | -3/+3 |
| | | * | | 5.5.12RC1 setup | Julien Pauli | 2014-04-15 | 1 | -3/+3 |
| * | | | | Merge branch 'PHP-5.6' | Ferenc Kovacs | 2014-04-13 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Ferenc Kovacs | 2014-04-13 | 1 | -1/+1 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Ferenc Kovacs | 2014-04-13 | 1 | -1/+1 |
| | | |\ \ | | | | |/ | |||||
| | | | * | fix typo | Ferenc Kovacs | 2014-04-13 | 1 | -1/+1 |
| * | | | | Merge branch 'PHP-5.6' | Bob Weinand | 2014-04-12 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Bob Weinand | 2014-04-12 | 1 | -1/+1 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Bob Weinand | 2014-04-12 | 1 | -1/+1 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Made usage of php_hash_environment useful by updating instead of just adding ... | Bob Weinand | 2014-04-12 | 1 | -1/+1 |
| * | | | | Merge branch 'PHP-5.6' | Michael Wallner | 2014-04-03 | 2 | -2/+21 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Michael Wallner | 2014-04-03 | 2 | -2/+21 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Michael Wallner | 2014-04-03 | 2 | -2/+21 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Fix Bug #66736 fpassthru broken | Michael Wallner | 2014-04-03 | 2 | -2/+21 |
| * | | | | Merge branch 'PHP-5.6' | Michael Wallner | 2014-04-02 | 1 | -0/+4 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Michael Wallner | 2014-04-02 | 1 | -0/+4 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Michael Wallner | 2014-04-02 | 1 | -0/+4 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Fixed bug #61019 (Out of memory on command stream_get_contents) | Michael Wallner | 2014-04-02 | 1 | -0/+4 |
| * | | | | Merge branch 'PHP-5.6' | Michael Wallner | 2014-04-02 | 1 | -1/+2 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Michael Wallner | 2014-04-02 | 1 | -1/+2 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Michael Wallner | 2014-04-02 | 1 | -1/+2 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Fix bug #64330 | Michael Wallner | 2014-04-02 | 1 | -1/+2 |
| | | | * | prep for 5.4.27 rc1 | Stanislav Malyshev | 2014-03-18 | 1 | -3/+3 |