Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into phpng | Dmitry Stogov | 2014-07-22 | 1 | -0/+1 |
|\ | |||||
| * | Merge branch 'PHP-5.6' | Anatol Belski | 2014-07-21 | 1 | -0/+1 |
| |\ | |||||
| | * | force atoll macro usage on windows | Anatol Belski | 2014-07-21 | 1 | -0/+1 |
* | | | Merge remote-tracking branch 'origin/master' into phpng | Xinchen Hui | 2014-07-18 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.6' | Lior Kaplan | 2014-07-17 | 1 | -0/+4 |
| |\ \ | | |/ | |||||
| | * | Enable build without atoll (e.g old AIX flavours) | Lior Kaplan | 2014-07-17 | 1 | -0/+4 |
* | | | Changed zend_make_printable_zval() to return "use_copy" instead of additional... | Dmitry Stogov | 2014-07-09 | 2 | -2/+2 |
* | | | Merge branch 'master' into test | Dmitry Stogov | 2014-07-07 | 4 | -24/+34 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.6' | Michael Wallner | 2014-07-03 | 4 | -25/+34 |
| |\ \ | | |/ | |||||
| | * | restore API compatibility | Michael Wallner | 2014-07-03 | 4 | -4/+17 |
| | * | finish | Michael Wallner | 2014-07-03 | 5 | -12/+5 |
| | * | refactor php_stream_temp_create{,_ex} and use it for the php://input stream | Michael Wallner | 2014-07-03 | 2 | -5/+14 |
| | * | refactor _php_stream_fopen_{temporary_,tmp}file() | Michael Wallner | 2014-07-03 | 1 | -20/+14 |
| | * | fix length overflow of HTTP_RAW_POST_DATA | Michael Wallner | 2014-07-03 | 1 | -0/+6 |
* | | | Merge branch 'call-frame' into phpng | Dmitry Stogov | 2014-07-07 | 3 | -21/+24 |
|\ \ \ | |||||
| * | | | Simplify call-frame handling | Dmitry Stogov | 2014-07-07 | 1 | -0/+2 |
| * | | | Removed EG(active_symbol_table) and use corresponding value from EG(current_e... | Dmitry Stogov | 2014-07-04 | 2 | -13/+15 |
| * | | | Removed EG(in_execution). If EG(currentent_execute_data) is not NULL we are e... | Dmitry Stogov | 2014-07-03 | 1 | -5/+5 |
| * | | | Removed EG(opline_ptr) and use corresponding value from EG(current_execute_data) | Dmitry Stogov | 2014-07-02 | 1 | -2/+1 |
| * | | | Removed EG(active_op_array) and use corresponding value from EG(current_execu... | Dmitry Stogov | 2014-07-02 | 1 | -1/+1 |
* | | | | Fixed segfault if empty POST | Xinchen Hui | 2014-07-03 | 1 | -4/+2 |
|/ / / | |||||
* | | | Hide warning message after fatal errors | Dmitry Stogov | 2014-06-20 | 1 | -9/+11 |
* | | | Check if socket is still alive | Dmitry Stogov | 2014-06-20 | 1 | -3/+15 |
* | | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-06-18 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.6' | Adam Harvey | 2014-06-12 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-5.5' into PHP-5.6 | Adam Harvey | 2014-06-12 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Merge branch 'PHP-5.4' into PHP-5.5 | Adam Harvey | 2014-06-12 | 1 | -1/+1 |
| | | |\ | |||||
| | | | * | Keep 308-399 HTTP response codes when header('Location:') is called. | Adam Harvey | 2014-06-12 | 1 | -1/+1 |
| | | | * | 5.4.31 next | Stanislav Malyshev | 2014-06-10 | 1 | -3/+3 |
| | | | * | 5.4.30 next | Stanislav Malyshev | 2014-05-13 | 1 | -3/+4 |
| | | * | | 5.5.15 now | Julien Pauli | 2014-06-11 | 1 | -3/+3 |
| | | * | | 5.5.14 now | Julien Pauli | 2014-05-14 | 1 | -3/+3 |
| | * | | | fix bug #67198 (php://input regression) | Michael Wallner | 2014-05-06 | 1 | -1/+1 |
* | | | | | Don't use cast (compiler friendly) | Xinchen Hui | 2014-05-26 | 1 | -2/+2 |
* | | | | | Fixed segafult while stream is referenced by persistent resource (like dba) | Xinchen Hui | 2014-05-21 | 1 | -1/+1 |
* | | | | | Fixed resources apply_dtor | Xinchen Hui | 2014-05-19 | 1 | -1/+2 |
* | | | | | Fixed uninitialized used | Xinchen Hui | 2014-05-18 | 1 | -1/+1 |
* | | | | | 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 |