summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-043-21/+21
* | | Add syslog's ident and facility parameters to configPhilip Prindeville2018-07-014-0/+164
* | | Remove unnecessary uses of z/ parametersNikita Popov2018-06-251-1/+1
* | | Remove old SVN keywords substitutionsPeter Kokot2018-06-161-2/+0
* | | Bump extension, module and PHP API numbers for 7.3Michael Moravec2018-06-141-1/+1
* | | Avoid useless stream buffer copying and workaround with chunk_size manipulation.Dmitry Stogov2018-06-141-1/+3
* | | Fixed bug #76422 ftruncate fails on files > 2GBAnatol Belski2018-06-091-0/+22
* | | Added parenthesesDmitry Stogov2018-06-061-1/+1
* | | Fix warning unused variable retPeter Kokot2018-06-021-2/+0
* | | Removed "dead" code (zend_hash_update() never fails)Dmitry Stogov2018-06-013-17/+10
* | | Removed useless zval_ptr_dtor()Dmitry Stogov2018-05-291-17/+16
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-2814-31/+31
* | | Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-2/+2