summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* zend_fcall_info_cache.calling_scope is not used by zend_call_function() and d...Dmitry Stogov2018-05-031-1/+0
* Don't store values of PHP_SAPI and PHP_BINARY in file cache, because it may b...Dmitry Stogov2018-04-281-3/+3
* Merge branch 'PHP-7.2'Nikita Popov2018-03-231-0/+4
|\
| * main/php_ini.c: build empty php_load_zend_extension_cb() when !HAVE_LIBDLThomas Petazzoni2018-03-231-0/+4
| * next is 7.2.5Remi Collet2018-03-131-3/+3
* | 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