5083 Commits (684ce24eecc5afe7ba767e721c29ef3bb191c43c)

Author SHA1 Message Date
Peter Kokot be49d61b19 Remove old SVN keywords substitutions 8 years ago
Michael Moravec a5748cab2e
Bump extension, module and PHP API numbers for 7.3 8 years ago
Dmitry Stogov fcfa006a4e Avoid useless stream buffer copying and workaround with chunk_size manipulation. 8 years ago
Anatol Belski 9cd2d77514 Fixed bug #76422 ftruncate fails on files > 2GB 8 years ago
Joe Watkins e9b8193b24
bump versions 8 years ago
Dmitry Stogov e17fc0d73c Added parentheses 8 years ago
Peter Kokot 1e5ca6209b Fix warning unused variable ret 8 years ago
Dmitry Stogov 0b90cf85a6 Removed "dead" code (zend_hash_update() never fails) 8 years ago
Dmitry Stogov d90c6f2443 Removed useless zval_ptr_dtor() 8 years ago
Dmitry Stogov 5eb1f92f31 Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 8 years ago
Anatol Belski a8a1dc038c Fix versions, as 7.2.6RC is already out 8 years ago
Dmitry Stogov 524f5245c5 Avoid useless checks, using zend_string_efree(), in cases where the string is known to be a temporary allocated zend_string. 8 years ago
Dmitry Stogov eafa92ba9d zend_fcall_info_cache.calling_scope is not used by zend_call_function() and doesn't have to be initialized. 8 years ago
Dmitry Stogov 83f98f7340 Don't store values of PHP_SAPI and PHP_BINARY in file cache, because it may be used by different SAPI. 8 years ago
Ferenc Kovacs fe3d53f443 5.6.37 will be next 8 years ago
Anatol Belski 090fef553d 7.0.31 next 8 years ago
Joe Watkins 9322b43d65
bump versions 8 years ago
Remi Collet 0d87a0ba57 next is 7.2.6 8 years ago
Ferenc Kovacs cb981e39c2 [ci skip] 5.6.36 will be next 8 years ago
Anatol Belski 48f835efbf 7.0.30 next 8 years ago
Thomas Petazzoni 2842aa2a07 main/php_ini.c: build empty php_load_zend_extension_cb() when !HAVE_LIBDL 8 years ago
Joe Watkins d2b47e8065
bump versions 8 years ago
Remi Collet d660d6d31b next is 7.2.5 8 years ago
Anatol Belski 281e2f8207 Guard platform dependent code 8 years ago
Ferenc Kovacs 3db7427b71 5.6.35 is next 8 years ago
Anatol Belski c61b56ed00 7.0.29 next 8 years ago
Sara Golemon 5dd2a4185c
Now working on 7.2.4-dev 8 years ago
Joe 1f0ea7fa4d
bump versions 8 years ago
Gabriel Caruso 8034fdc9d9 Use int instead of integer in proto 8 years ago
Anatol Belski ec0bcecee7 Add RtlSecureZeroMemory to explicit_bzero() compile case 8 years ago
Sara Golemon df4edde870
Remove padding just merged since 7.3 isn't released yet. 8 years ago
Sara Golemon 3ffdf6c088
Fix alignment of PG struct cause by ignore_user_abort big endian fix 8 years ago
Sara Golemon d46d53a7bc
BigEndian fix for ignore_user_abort. Use zend_bool to match OnUpdateBool 8 years ago
David Carlier 7f51257c08 NetBSD has its own unoptimizable memset version since 2013 8 years ago
Anatol Belski ea56fc840e 7.0.15 next 8 years ago
Remi Collet 5a54107879 next is 7.2.3 8 years ago
Lior Kaplan 0e3dede07c Happy new year (Update copyright to 2018) 8 years ago
Gabriel Caruso 6400264856 Trailing whitespaces 8 years ago
Ferenc Kovacs 028507f1f6 php 5.6.34 is next 8 years ago
Xinchen Hui a6519d0514 year++ 8 years ago
Xinchen Hui 7a7ec01a49 year++ 8 years ago
Xinchen Hui ccd4716ec7 year++ 8 years ago
Dmitry Stogov d9f5ea691f zend_fcall_info_cache.initialized is removed (zend_fcall_info_cache is initialized if zend_fcall_info_cache.function_handler is set). 8 years ago
Nikita Popov 688b9136ab Fixed bug #54043 8 years ago
Nikita Popov 66c8a9d672 Remove EH_SUPPRESS mode 8 years ago
Xinchen Hui 4dfbfe93aa Use cheaper API 8 years ago
David Carlier e835e3c132 Improve explicit_bzero implementation 8 years ago
Markus Staab 5142a06506 Use known string "file" in stream layer 8 years ago
Dmitry Stogov 0f06df310c Turn "php_stream_wrapper"s into constants 8 years ago
Dmitry Stogov 83e495e0fd Move constants into read-only data segment 8 years ago