summaryrefslogtreecommitdiff
path: root/main/main.c
Commit message (Expand)AuthorAgeFilesLines
* Check compatibility with proper runtime DLLChristoph M. Becker2020-05-141-1/+7
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-05-111-3/+1
|\
| * Fix default sendmail path when not found during buildIndrek Ardel2020-05-111-3/+1
| * Fixed bug #71876Nikita Popov2020-01-171-4/+4
* | Free buffer in php_verror even if it is emptyNikita Popov2019-12-171-3/+1
* | Fix resetting of internal_encoding and friendsNikita Popov2019-12-171-16/+16
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-10-091-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-091-1/+1
| |\
| | * Fix #78656: Parse errors classified as highest log-levelErik Lundin2019-10-091-1/+1
* | | Fixed bug #78406Nikita Popov2019-08-131-2/+10
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-291-0/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-291-0/+5
| |\ \ | | |/
| | * Fix Zend signals unblockingNikita Popov2019-07-291-0/+5
* | | Deprecate allow_url_includeNikita Popov2019-07-221-0/+1
* | | Revert "Avoid unused fstat() call"Nikita Popov2019-07-171-0/+11
* | | Avoid unused fstat() callNikita Popov2019-07-171-11/+0
* | | Avoid double buffering in Zend streamsNikita Popov2019-07-171-0/+2
* | | Remove ZEND_HANDLE_MAPPEDNikita Popov2019-07-161-3/+4
* | | Drop free_filename field from zend_file_handleNikita Popov2019-07-161-1/+0
* | | Introduce zend_stream_init_filename()Nikita Popov2019-07-161-9/+3
* | | Fix bug #52752 by not using mmap() to lex filesNikita Popov2019-07-161-50/+2
* | | Small typo and proto name fixGeorge Peter Banyard2019-07-151-1/+1
* | | Move shebang handling into the lexerNikita Popov2019-07-151-6/+4
* | | Convert all php_error_docref0 to php_error_docrefGeorge Peter Banyard2019-07-131-3/+3
* | | Remove unused (module|request)_shutdown_for_execNikita Popov2019-07-021-17/+0
* | | implement tsrm_is_shutdown APIJoe Watkins2019-06-281-4/+0
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-06-171-0/+4
|\ \ \ | |/ /
| * | Add syslog.filter=rawErik Lundin2019-06-171-0/+4
* | | [ci skip] Migrate Coding standards docs to MarkdownPeter Kokot2019-05-181-4/+4
* | | Remove duplicate zend_unset_timeout()bugreportuser2019-04-231-5/+0
* | | Fix internal_encoding fallback in mbstringNikita Popov2019-04-171-0/+41
* | | Remove checks for locale.h, setlocale, localeconvPeter Kokot2019-04-071-6/+0
* | | Remove HAVE_SIGNAL_HPeter Kokot2019-04-071-2/+2
* | | Implement stricter CRT checkAnatol Belski2019-03-311-0/+10
* | | Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc.Dmitry Stogov2019-03-141-1/+36
* | | drop unused parameter from zend_startupJoe Watkins2019-03-111-1/+1
* | | Move Makefile.global and Makefile.gcov to build directoryPeter Kokot2019-03-041-1/+1
* | | Implement FR #77377 handle CTRL+C in WindowsAnatol Belski2019-02-081-0/+2
* | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-01-301-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-01-301-2/+2
| |\ \ | | |/
| | * Fix bug 76596: phpdbg supports display_errors=stderrKevin Abel2019-01-301-2/+2
| | * Backport later interned strings destruction.Dmitry Stogov2018-12-241-0/+4
| | * year++Xinchen Hui2018-01-021-1/+1
| * | Future-proof email addressesZeev Suraski2018-11-011-2/+2
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | Removed transparent wrapperDmitry Stogov2018-12-261-9/+1
* | | Remove unused import_used_extension utility valueNikita Popov2018-12-041-2/+0
* | | Future-proof email addresses...Zeev Suraski2018-11-011-2/+2
* | | Execute zend_post_startup() with module_initialized flag set.Dmitry Stogov2018-10-291-2/+2