Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 6 | -87/+87 |
* | Fixed version id | Xinchen Hui | 2014-08-16 | 1 | -1/+1 |
* | Better version checking | Xinchen Hui | 2014-08-15 | 1 | -1/+1 |
* | Fixed PHP6 unicode related tests | Dmitry Stogov | 2014-08-15 | 60 | -61/+61 |
* | Fixed windows build | Dmitry Stogov | 2014-08-14 | 1 | -1/+1 |
* | cleanup | Dmitry Stogov | 2014-08-13 | 2 | -38/+18 |
* | Merge branch 'master' into phpng | Xinchen Hui | 2014-07-09 | 5 | -4/+9 |
|\ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2014-07-09 | 4 | -4/+8 |
| |\ | |||||
| | * | Fixed tests affect by local ini | Xinchen Hui | 2014-07-09 | 4 | -4/+8 |
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-07-08 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Fix bug #67587: Redirection loop on nginx with FPM | Christian Weiske | 2014-07-08 | 1 | -0/+1 |
| * | | | Fix bug #67587: Redirection loop on nginx with FPM | Christian Weiske | 2014-07-08 | 1 | -0/+1 |
* | | | | Simplify call-frame handling | Dmitry Stogov | 2014-07-07 | 1 | -5/+0 |
* | | | | Removed EG(active_symbol_table) and use corresponding value from EG(current_e... | Dmitry Stogov | 2014-07-04 | 1 | -0/+1 |
* | | | | Removed EG(called_scope) and use corresponding value from EG(current_execute_... | Dmitry Stogov | 2014-07-03 | 1 | -1/+1 |
* | | | | Removed EG(active_op_array) and use corresponding value from EG(current_execu... | Dmitry Stogov | 2014-07-02 | 1 | -1/+0 |
* | | | | Refactoring: merge call_frame and end_execute_data into single data structure... | Dmitry Stogov | 2014-06-26 | 1 | -0/+4 |
* | | | | Use new zend_hash API | Dmitry Stogov | 2014-05-28 | 1 | -29/+7 |
* | | | | Fixed incorrect efree() | Dmitry Stogov | 2014-05-19 | 1 | -9/+2 |
* | | | | Prevent double resource free | Dmitry Stogov | 2014-05-19 | 1 | -1/+0 |
* | | | | Use new hash iteration API and avoid old zend_hash_update_current_key() hack | Dmitry Stogov | 2014-05-19 | 1 | -25/+23 |
* | | | | fix signature according to apply_func_arg_t | Pierre Joye | 2014-05-17 | 1 | -2/+1 |
* | | | | Fixed pointer mess (use * instead of **) | Dmitry Stogov | 2014-05-16 | 1 | -2/+2 |
* | | | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-05-13 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Felipe Pena | 2014-05-11 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Felipe Pena | 2014-05-11 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | - Fixed off-by-one in phar_build (patch by crrodriguez at opensuse dot org) | Felipe Pena | 2014-05-11 | 1 | -1/+1 |
* | | | | Support for ext/phar (all tests passed) | Dmitry Stogov | 2014-05-12 | 2 | -7/+16 |
* | | | | ext/phar support (incomplete) | Dmitry Stogov | 2014-05-12 | 3 | -22/+27 |
* | | | | ext/phar support (incomplete) | Dmitry Stogov | 2014-05-12 | 1 | -6/+11 |
* | | | | Support for ext/phar (incomplete) | Dmitry Stogov | 2014-05-08 | 7 | -363/+371 |
* | | | | Support for ext/phar (incomplete) | Dmitry Stogov | 2014-05-08 | 9 | -963/+903 |
* | | | | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 5 | -79/+241 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-04-22 | 3 | -126/+187 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-04-22 | 3 | -126/+187 |
| | |\ \ | | | |/ | |||||
| | | * | Fix accepting ill-formed UTF-8 characters | Jakub Zelenka | 2014-04-22 | 3 | -127/+188 |
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-04-20 | 4 | -61/+160 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-04-20 | 4 | -61/+160 |
| | |\ \ | | | |/ | |||||
| | | * | Allow valid multi-byte utf-8 characters to be allowed as file names in phar a... | Danack | 2014-04-20 | 4 | -62/+161 |
| | | * | Bump year | Xinchen Hui | 2014-01-03 | 18 | -18/+18 |
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Bob Weinand | 2014-04-14 | 1 | -2/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | Bump year | Xinchen Hui | 2014-01-03 | 18 | -18/+18 |
* | | | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -16/+20 |
* | | | | Refactoring php_stream_copy_to_mem to return zend_string | Xinchen Hui | 2014-02-24 | 1 | -4/+7 |
* | | | | Refactor php_addslashes using zend_string | Xinchen Hui | 2014-02-24 | 1 | -7/+1 |
* | | | | Use better data structures (incomplete) | Xinchen Hui | 2014-02-11 | 1 | -1/+1 |
* | | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 7 | -48/+48 |
|/ / / | |||||
* | | | Bump year | Xinchen Hui | 2014-01-03 | 18 | -18/+18 |
* | | | Merge branch 'pull-request/500' | Anatol Belski | 2013-11-05 | 1 | -1/+1 |
|\ \ \ | |||||
| * \ \ | Merge branch 'bug50333' of github.com:weltling/php-src into bug50333 | Anatol Belski | 2013-10-29 | 1 | -1/+1 |
| |\ \ \ |