summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant continue in for loopsRijnard van Tonder2018-11-201-2/+1
* Merge branch 'PHP-7.3'Anatol Belski2018-11-171-2/+1
|\
| * Simplify assignment on 64-bitAnatol Belski2018-11-171-2/+1
| * Future-proof email addressesZeev Suraski2018-11-0117-23/+23
* | Future-proof email addresses...Zeev Suraski2018-11-0117-23/+23
* | Merge branch 'PHP-7.3'Anatol Belski2018-10-301-5/+6
|\ \ | |/
| * Fix error conditionAnatol Belski2018-10-301-2/+2
| * Fixed bug #77081 ftruncate() changes seek pointer in c modeAnatol Belski2018-10-301-3/+4
* | Execute zend_post_startup() with module_initialized flag set.Dmitry Stogov2018-10-291-2/+2
* | Improved shared interned strings handling. The previous implementation worked...Dmitry Stogov2018-10-251-0/+7
* | Merge branch 'PHP-7.3'Dmitry Stogov2018-10-242-2/+3
|\ \ | |/
| * Make php_plain_files_wrapper to be writable (workaround for swoole)Dmitry Stogov2018-10-242-2/+3
| * Sync leading and final newlines in source code filesPeter Kokot2018-10-142-3/+0
* | Sync leading and final newlines in source code filesPeter Kokot2018-10-142-3/+0
* | Remove HAVE_STRING_HPeter Kokot2018-09-182-5/+0
* | Fix localized error messages and memory leaksAnatol Belski2018-09-173-49/+18
* | Remove HAVE_STDLIB_HPeter Kokot2018-09-161-2/+1
* | Remove HAVE_SYS_VARARGS_HPeter Kokot2018-09-161-6/+1
* | Remove HAVE_ASSERT_HPeter Kokot2018-09-092-5/+0
* | Report mem leaks to stderr if no Win debugger is presentChristoph M. Becker2018-09-081-3/+15
* | Remove HAVE_STDDEF_HPeter Kokot2018-09-051-2/+0
* | Remove AC_HEADER_DIRENTPeter Kokot2018-09-041-4/+0
* | Merge branch 'PHP-7.3'Joe Watkins2018-09-041-0/+3
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2018-09-041-0/+3
| |\
| | * Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2018-09-041-0/+3
| | |\
| | | * Fix bug #74764 and add a test caseVille Hukkamaki2018-09-041-0/+3
| | | * bump versionJoe Watkins2018-07-311-3/+3
| | | * bump versionsJoe Watkins2018-06-071-3/+3
| | | * bump versionsJoe Watkins2018-04-111-3/+3
| | | * bump versionsJoe Watkins2018-03-141-3/+3
| | * | bump to 7.2.11-devRemi Collet2018-08-281-3/+3
| | * | bump to 7.2.9-devRemi Collet2018-07-031-3/+3
| | * | Fix versions, as 7.2.6RC is already outAnatol Belski2018-05-191-3/+3
| | * | next is 7.2.6Remi Collet2018-04-111-3/+3
* | | | Merge branch 'PHP-7.3'Anatol Belski2018-08-281-0/+9
|\ \ \ \ | |/ / /
| * | | Fixed bug #76803 ftruncate changes file pointerAnatol Belski2018-08-281-0/+9
* | | | Replace HAVE_ST_BLOCKS with HAVE_STRUCT_STAT_ST_BLOCKSPeter Kokot2018-08-241-1/+1
* | | | Fix some misspellingsGabriel Caruso2018-08-124-4/+4
* | | | Prepare for PHP 7.4Christoph M. Becker2018-07-311-3/+3
|/ / /
* | | Update API version numbersChristoph M. Becker2018-07-311-1/+1
* | | Removed useless IS_UNDEF checksDmitry Stogov2018-07-311-2/+2
* | | Replace obsolete AC_STRUCT_ST_BLKSIZE and AC_STRUCT_ST_RDEVPeter Kokot2018-07-291-2/+2
* | | Fix typos in code commentsPeter Kokot2018-07-252-2/+2
* | | Remove unused Git attributes identPeter Kokot2018-07-2567-135/+0
* | | Rename none syslog.filter to all and update ini descriptionJakub Zelenka2018-07-223-5/+5
* | | Add syslog.filter INI for filtering syslog messagesPhilip Prindeville2018-07-224-2/+44
* | | Fix #33502: Some nullary functions don't check the number of argumentsChristoph M. Becker2018-07-121-0/+4
* | | Fixed bug #76136 (stream_socket_get_name enclosed IPv6 in brackets)seliver2018-07-071-1/+1
* | | Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy...Dmitry Stogov2018-07-051-1/+1
* | | Fixed bug #62596 add getallheaders (apache_request_headers) missing function ...Remi Collet2018-07-052-0/+51