summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* zend_fcall_info_cache.initialized is removed (zend_fcall_info_cache is initia...Dmitry Stogov2017-12-271-1/+0
* Fixed bug #54043Nikita Popov2017-12-231-21/+21
* Remove EH_SUPPRESS modeNikita Popov2017-12-231-3/+3
* Use cheaper APIXinchen Hui2017-12-182-3/+3
* Improve explicit_bzero implementationDavid Carlier2017-12-161-6/+9
* Use known string "file" in stream layerMarkus Staab2017-12-161-1/+1
* Turn "php_stream_wrapper"s into constantsDmitry Stogov2017-12-148-16/+16
* Move constants into read-only data segmentDmitry Stogov2017-12-1417-57/+58
* Move constants into read-only data segmentDmitry Stogov2017-12-145-6/+6
* typoDmitry Stogov2017-12-121-1/+1
* Avoid reallocation and double copying of variable names.Dmitry Stogov2017-12-121-33/+67
* Fixed a typoJavier Eguiluz2017-12-091-1/+1
* Put missing signature into headerAnatol Belski2017-12-091-0/+3
* Cleanup type conversionDmitry Stogov2017-12-071-7/+1
* Use interned strings as variable namesDmitry Stogov2017-12-011-1/+3
* Added "argv" and "argc" as known strings.Dmitry Stogov2017-12-011-8/+8
* Avoid strings duplication (zend_hash* and printf may work with non zero termi...Dmitry Stogov2017-11-303-17/+11
* Intern auto global name strings in first placeDmitry Stogov2017-11-291-7/+7
* Merge branch 'PHP-7.2'Anatol Belski2017-11-281-0/+6
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-11-281-0/+6
| |\
| | * Follow up on bug #75574 for FCGI sideAnatol Belski2017-11-281-0/+6
* | | Fix C++ build failure due to format macrosNikita Popov2017-11-241-0/+3
* | | Eliminate castAnatol Belski2017-11-221-2/+2
* | | Merge branch 'PHP-7.2'krakjoe2017-11-221-5/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2krakjoe2017-11-221-5/+3
| |\ \ | | |/
| | * Merge branch 'PHP-7.0' into PHP-7.1krakjoe2017-11-221-5/+3
| | |\
| | | * Check for binary_location allocation failureSebastian Ramadan2017-11-221-5/+3
| | | * 7.0.27 nextAnatol Belski2017-11-071-3/+3
| | | * Move dev to 7.0.26Anatol Belski2017-10-101-3/+3
| | * | bump versionsJoe Watkins2017-11-071-3/+3
* | | | Fix some printf() specifier usagesSebastian Ramadan2017-11-211-10/+10
* | | | Ensure shift doesn't overflow, closes #2916Anatol Belski2017-11-211-1/+1
* | | | Enable and fix printf() format warningsNikita Popov2017-11-161-1/+1
* | | | Patch core for PCRE2 supportAnatol Belski2017-11-131-63/+69
* | | | Merge branch 'PHP-7.2'Sara Golemon2017-11-131-2/+5
|\ \ \ \ | |/ / /
| * | | Bugfix#75515 php://streams behaving greedilySara Golemon2017-11-131-2/+5
| * | | next version is 7.2.1Remi Collet2017-11-131-3/+3
* | | | Merge branch 'PHP-7.2'Sara Golemon2017-11-061-1/+1
|\ \ \ \ | |/ / /
| * | | Fixes #68948 related to a BC break introduced by #68532 fix.Simon JAILLET2017-11-061-1/+1
* | | | Added RC_DEBUG exceptionDmitry Stogov2017-11-031-2/+7
* | | | Added RC_DEBUG exceptionDmitry Stogov2017-11-021-1/+5
* | | | Start RC_DEBUG at the end of MINIT and finish in MSHUTDOWN after all worker t...Dmitry Stogov2017-11-021-8/+8
* | | | Switch back from "request" interned strings storage to "permanent" in MSHUTDOWNDmitry Stogov2017-11-021-1/+3
* | | | Use interned strins for output handler aliases and conflict checkers names.Dmitry Stogov2017-11-021-5/+22
* | | | Fixed memory leaksDmitry Stogov2017-11-023-3/+16
* | | | Persistent resources are "thread-local".Dmitry Stogov2017-11-011-6/+1
* | | | RC manipulation cleanupXinchen Hui2017-11-011-5/+3
* | | | Use interned strings for stream transportsDmitry Stogov2017-11-011-1/+1
* | | | Use interned strings for persistent stream wrappers and filtersDmitry Stogov2017-10-315-20/+18
* | | | Use internet strings for EG(ini_entries)Dmitry Stogov2017-10-311-0/+4