summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Fix #75031: Support append mode in `php://temp` streamsAdam Saponara2017-08-042-6/+36
* remove castAnatol Belski2017-07-281-2/+2
* adjust signature and remove castsAnatol Belski2017-07-281-5/+6
* move zend_ato*() to size_t and remove castsAnatol Belski2017-07-281-1/+1
* remove castAnatol Belski2017-07-281-2/+2
* Move cwd_state and path related routines to size_tAnatol Belski2017-07-275-23/+26
* Merge branch 'PHP-7.2'Anatol Belski2017-07-211-3/+7
|\
| * remove casts and ensure no out of bounds accessAnatol Belski2017-07-211-3/+7
* | Merge branch 'PHP-7.2'Sara Golemon2017-07-191-0/+5
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Sara Golemon2017-07-191-0/+5
| |\
| | * Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-07-191-0/+5
| | |\
| | | * Do not allow using traits/interfaces/abstract classes as stream wrappersSara Golemon2017-07-191-0/+5
* | | | Merge branch 'PHP-7.2'Dmitry Stogov2017-07-191-3/+2
|\ \ \ \ | |/ / /
| * | | Keep resource of enclosing stream, because it may be referenced from other pl...Dmitry Stogov2017-07-191-3/+2
* | | | Merge branch 'PHP-7.2'Dmitry Stogov2017-07-191-0/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-07-191-0/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-07-191-0/+1
| | |\ \ | | | |/
| | | * Reset globals on startup or restartDmitry Stogov2017-07-191-0/+1
| | | * move to 7.0.23 for devAnatol Belski2017-07-181-3/+3
| | | * move nextAnatol Belski2017-06-201-3/+3
| | * | bump versionsJoe Watkins2017-07-181-3/+3
| | * | bump versionsJoe Watkins2017-06-201-3/+3
* | | | Removed Bird(broken)step support from ODBCKalle Sommer Nielsen2017-07-191-2/+0
* | | | Remove old references to SAPIs and extensions no longer in the coreKalle Sommer Nielsen2017-07-191-2/+0
* | | | Prepare for PHP 7.3Sara Golemon2017-07-181-3/+3
|/ / /
* | | Bump all API numbers in prep for 7.2 forkSara Golemon2017-07-181-1/+1
* | | Provide zend_string wrappers for php_base64_(en|de)codeSara Golemon2017-07-161-1/+1
* | | Fixed bug #74866 extension_dir = "./ext" now use current directory for baseFrancois Laupretre2017-07-131-5/+12
* | | eliminate castsAnatol Belski2017-07-101-4/+3
* | | remove some castsAnatol Belski2017-07-091-5/+5
* | | cleanup castsAnatol Belski2017-07-092-8/+5
* | | remove useless castAnatol Belski2017-07-091-1/+1
* | | eliminate castsAnatol Belski2017-07-091-4/+4
* | | sync vim mode lines in mainAnatol Belski2017-07-0919-2/+112
* | | replace the stack var by a macroAnatol Belski2017-07-062-6/+3
* | | Bug #74815 crash with a combination of INI entries at startupAnatol Belski2017-06-271-0/+2
* | | Removed EG(valid_symbol_table). Used EG(active) instead.Dmitry Stogov2017-06-261-2/+2
* | | Remove superfluous semicolonsTom Van Looy2017-06-261-1/+1
* | | Move va_copy compatibility code into zend_portability.hNikita Popov2017-06-251-8/+0
* | | Merge branch 'fast_shutdown'Dmitry Stogov2017-06-231-30/+0
|\ \ \
| * | | shutdown_executor() refactoring (reuse opcache fast request shutdown code)Dmitry Stogov2017-06-221-30/+0
* | | | Minor refactor of load extension by name implSara Golemon2017-06-221-14/+13
* | | | Allow loading PHP and Zend extensions by nameFrancois Laupretre2017-06-221-5/+33
|/ / /
* | | Avoid useless duplicationDmitry Stogov2017-06-211-5/+1
* | | Use request heap.Dmitry Stogov2017-06-211-1/+1
* | | fix ticks init in ts buildAnatol Belski2017-06-151-1/+1
* | | Change PHP_OS_FAMILY to "Darwin" instead of "Mac" for Darwin based systems (a...Kalle Sommer Nielsen2017-06-141-1/+1
* | | Use "Mac" instead of "OSX" to identify macOS in PHP_OS_FAMILYSebastian Bergmann2017-06-131-1/+1
* | | Merge branch 'PHP-7.1'Xinchen Hui2017-06-121-3/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-06-121-3/+5
| |\ \ | | |/