summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2'Anatol Belski2018-03-071-2/+2
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-03-071-2/+2
| |\
| | * Guard platform dependent codeAnatol Belski2018-03-071-2/+2
| | * bump versionsJoe2018-02-131-3/+3
| * | Now working on 7.2.4-devSara Golemon2018-02-131-3/+3
* | | Use int instead of integer in protoGabriel Caruso2018-02-021-1/+1
* | | Add RtlSecureZeroMemory to explicit_bzero() compile caseAnatol Belski2018-01-261-0/+2
* | | Remove padding just merged since 7.3 isn't released yet.Sara Golemon2018-01-232-6/+1
* | | Merge branch 'PHP-7.2'Sara Golemon2018-01-231-0/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Sara Golemon2018-01-231-0/+5
| |\ \ | | |/
| | * Fix alignment of PG struct cause by ignore_user_abort big endian fixSara Golemon2018-01-231-0/+5
* | | Merge branch 'PHP-7.2'Sara Golemon2018-01-231-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Sara Golemon2018-01-231-1/+1
| |\ \ | | |/
| | * BigEndian fix for ignore_user_abort. Use zend_bool to match OnUpdateBoolSara Golemon2018-01-231-1/+1
| | * 7.0.15 nextAnatol Belski2018-01-161-3/+3
| | * year++Xinchen Hui2018-01-0268-68/+68
| | * bump versionskrakjoe2017-12-051-3/+3
| * | next is 7.2.3Remi Collet2018-01-161-3/+3
| * | year++Xinchen Hui2018-01-0267-67/+67
* | | NetBSD has its own unoptimizable memset version since 2013David Carlier2018-01-191-1/+3
* | | Happy new year (Update copyright to 2018)Lior Kaplan2018-01-041-1/+1
* | | Trailing whitespacesGabriel Caruso2018-01-035-8/+8
* | | year++Xinchen Hui2018-01-0267-67/+67
* | | 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