summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Update versions for PHP 7.2.0RC3php-7.2.0RC3Remi Collet2017-09-261-2/+2
* Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-09-241-3/+1
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-09-241-3/+1
| |\
| | * Fixed bug #75252Nikita Popov2017-09-241-3/+1
* | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-09-211-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-09-211-2/+2
| |\ \ | | |/
| | * Fix thread safetyAnatol Belski2017-09-211-2/+2
* | | Merge branch 'PHP-7.1' into PHP-7.2Andrea Faulds2017-09-211-4/+31
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2017-09-211-4/+31
| |\ \ | | |/
| | * Fix bug #75236Andrea Faulds2017-09-211-4/+31
| | * Move dev to 7.0.25Anatol Belski2017-09-121-3/+3
| | * move dev to 7.0.24Anatol Belski2017-08-151-3/+3
| * | bump versionsJoe Watkins2017-09-121-3/+3
| * | bump versionsJoe Watkins2017-08-161-3/+3
* | | Use private names for new libpcre symbols.Dmitry Stogov2017-09-181-0/+20
* | | Sync strlcat() implementationDavid Carlier2017-08-251-10/+6
* | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-08-141-0/+14
|\ \ \ | |/ /
| * | Fixed bug #75063Anatol Belski2017-08-141-0/+14
* | | Merge branch 'PHP-7.1' into PHP-7.2Andrea Faulds2017-08-121-4/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2017-08-121-4/+4
| |\ \ | | |/
| | * Fix bug #74725 (html_errors=1 breaks unhandled exceptions)Andrea Faulds2017-08-121-4/+4
* | | remove casts and ensure no out of bounds accessAnatol Belski2017-07-211-3/+7
* | | 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
* | | Keep resource of enclosing stream, because it may be referenced from other pl...Dmitry Stogov2017-07-191-3/+2
* | | 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
* | | 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