summaryrefslogtreecommitdiff
path: root/main/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | Improved shared interned strings handling. The previous implementation worked...Dmitry Stogov2018-10-251-0/+7
* | | Fix localized error messages and memory leaksAnatol Belski2018-09-171-15/+9
* | | Report mem leaks to stderr if no Win debugger is presentChristoph M. Becker2018-09-081-3/+15
* | | Fix some misspellingsGabriel Caruso2018-08-121-1/+1
|/ /
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | Rename none syslog.filter to all and update ini descriptionJakub Zelenka2018-07-221-3/+3
* | Add syslog.filter INI for filtering syslog messagesPhilip Prindeville2018-07-221-0/+24
* | Add syslog's ident and facility parameters to configPhilip Prindeville2018-07-011-0/+141
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* | Don't store values of PHP_SAPI and PHP_BINARY in file cache, because it may b...Dmitry Stogov2018-04-281-3/+3
* | year++Xinchen Hui2018-01-021-1/+1
* | Fixed bug #54043Nikita Popov2017-12-231-21/+21
* | Remove EH_SUPPRESS modeNikita Popov2017-12-231-3/+3
* | Move constants into read-only data segmentDmitry Stogov2017-12-141-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
* | | | Fix some printf() specifier usagesSebastian Ramadan2017-11-211-10/+10
* | | | Ensure shift doesn't overflow, closes #2916Anatol Belski2017-11-211-1/+1
* | | | 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 internet strings for EG(ini_entries)Dmitry Stogov2017-10-311-0/+4
* | | | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-0/+8
* | | | Merge branch 'PHP-7.2'Joe Watkins2017-10-191-0/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2017-10-191-0/+2
| |\ \ \ | | |/ /
| | * | Fix issue with zend signals in php_request_startupHerman J. Radtke III2017-10-191-0/+2
* | | | Move a part of opcache initialization into post_startup phase (when all exten...Dmitry Stogov2017-10-181-1/+3
* | | | Remove old apache_hooks occurrencePeter Kokot2017-10-081-140/+0
* | | | Merge branch 'PHP-7.2'Nikita Popov2017-09-241-3/+1
|\ \ \ \ | |/ / /
| * | | 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.2'Anatol Belski2017-09-211-2/+2
|\ \ \ \ | |/ / /
| * | | 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.2'Andrea Faulds2017-09-211-4/+31
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge branch 'PHP-7.2'Anatol Belski2017-08-141-0/+14
|\ \ \ \ | |/ / /
| * | | 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.2'Andrea Faulds2017-08-121-4/+4
|\ \ \ \ | |/ / /
| * | | 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 castAnatol Belski2017-07-281-2/+2
* | | | adjust signature and remove castsAnatol Belski2017-07-281-5/+6