Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #75031: Support append mode in `php://temp` streams | Adam Saponara | 2017-08-04 | 2 | -6/+36 |
* | remove cast | Anatol Belski | 2017-07-28 | 1 | -2/+2 |
* | adjust signature and remove casts | Anatol Belski | 2017-07-28 | 1 | -5/+6 |
* | move zend_ato*() to size_t and remove casts | Anatol Belski | 2017-07-28 | 1 | -1/+1 |
* | remove cast | Anatol Belski | 2017-07-28 | 1 | -2/+2 |
* | Move cwd_state and path related routines to size_t | Anatol Belski | 2017-07-27 | 5 | -23/+26 |
* | Merge branch 'PHP-7.2' | Anatol Belski | 2017-07-21 | 1 | -3/+7 |
|\ | |||||
| * | remove casts and ensure no out of bounds access | Anatol Belski | 2017-07-21 | 1 | -3/+7 |
* | | Merge branch 'PHP-7.2' | Sara Golemon | 2017-07-19 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Sara Golemon | 2017-07-19 | 1 | -0/+5 |
| |\ | |||||
| | * | Merge branch 'PHP-7.0' into PHP-7.1 | Sara Golemon | 2017-07-19 | 1 | -0/+5 |
| | |\ | |||||
| | | * | Do not allow using traits/interfaces/abstract classes as stream wrappers | Sara Golemon | 2017-07-19 | 1 | -0/+5 |
* | | | | Merge branch 'PHP-7.2' | Dmitry Stogov | 2017-07-19 | 1 | -3/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Keep resource of enclosing stream, because it may be referenced from other pl... | Dmitry Stogov | 2017-07-19 | 1 | -3/+2 |
* | | | | Merge branch 'PHP-7.2' | Dmitry Stogov | 2017-07-19 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-7.1' into PHP-7.2 | Dmitry Stogov | 2017-07-19 | 1 | -0/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Dmitry Stogov | 2017-07-19 | 1 | -0/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Reset globals on startup or restart | Dmitry Stogov | 2017-07-19 | 1 | -0/+1 |
| | | * | move to 7.0.23 for dev | Anatol Belski | 2017-07-18 | 1 | -3/+3 |
| | | * | move next | Anatol Belski | 2017-06-20 | 1 | -3/+3 |
| | * | | bump versions | Joe Watkins | 2017-07-18 | 1 | -3/+3 |
| | * | | bump versions | Joe Watkins | 2017-06-20 | 1 | -3/+3 |
* | | | | Removed Bird(broken)step support from ODBC | Kalle Sommer Nielsen | 2017-07-19 | 1 | -2/+0 |
* | | | | Remove old references to SAPIs and extensions no longer in the core | Kalle Sommer Nielsen | 2017-07-19 | 1 | -2/+0 |
* | | | | Prepare for PHP 7.3 | Sara Golemon | 2017-07-18 | 1 | -3/+3 |
|/ / / | |||||
* | | | Bump all API numbers in prep for 7.2 fork | Sara Golemon | 2017-07-18 | 1 | -1/+1 |
* | | | Provide zend_string wrappers for php_base64_(en|de)code | Sara Golemon | 2017-07-16 | 1 | -1/+1 |
* | | | Fixed bug #74866 extension_dir = "./ext" now use current directory for base | Francois Laupretre | 2017-07-13 | 1 | -5/+12 |
* | | | eliminate casts | Anatol Belski | 2017-07-10 | 1 | -4/+3 |
* | | | remove some casts | Anatol Belski | 2017-07-09 | 1 | -5/+5 |
* | | | cleanup casts | Anatol Belski | 2017-07-09 | 2 | -8/+5 |
* | | | remove useless cast | Anatol Belski | 2017-07-09 | 1 | -1/+1 |
* | | | eliminate casts | Anatol Belski | 2017-07-09 | 1 | -4/+4 |
* | | | sync vim mode lines in main | Anatol Belski | 2017-07-09 | 19 | -2/+112 |
* | | | replace the stack var by a macro | Anatol Belski | 2017-07-06 | 2 | -6/+3 |
* | | | Bug #74815 crash with a combination of INI entries at startup | Anatol Belski | 2017-06-27 | 1 | -0/+2 |
* | | | Removed EG(valid_symbol_table). Used EG(active) instead. | Dmitry Stogov | 2017-06-26 | 1 | -2/+2 |
* | | | Remove superfluous semicolons | Tom Van Looy | 2017-06-26 | 1 | -1/+1 |
* | | | Move va_copy compatibility code into zend_portability.h | Nikita Popov | 2017-06-25 | 1 | -8/+0 |
* | | | Merge branch 'fast_shutdown' | Dmitry Stogov | 2017-06-23 | 1 | -30/+0 |
|\ \ \ | |||||
| * | | | shutdown_executor() refactoring (reuse opcache fast request shutdown code) | Dmitry Stogov | 2017-06-22 | 1 | -30/+0 |
* | | | | Minor refactor of load extension by name impl | Sara Golemon | 2017-06-22 | 1 | -14/+13 |
* | | | | Allow loading PHP and Zend extensions by name | Francois Laupretre | 2017-06-22 | 1 | -5/+33 |
|/ / / | |||||
* | | | Avoid useless duplication | Dmitry Stogov | 2017-06-21 | 1 | -5/+1 |
* | | | Use request heap. | Dmitry Stogov | 2017-06-21 | 1 | -1/+1 |
* | | | fix ticks init in ts build | Anatol Belski | 2017-06-15 | 1 | -1/+1 |
* | | | Change PHP_OS_FAMILY to "Darwin" instead of "Mac" for Darwin based systems (a... | Kalle Sommer Nielsen | 2017-06-14 | 1 | -1/+1 |
* | | | Use "Mac" instead of "OSX" to identify macOS in PHP_OS_FAMILY | Sebastian Bergmann | 2017-06-13 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.1' | Xinchen Hui | 2017-06-12 | 1 | -3/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-06-12 | 1 | -3/+5 |
| |\ \ | | |/ |