]> granicus.if.org Git - php/shortlog
php
2016-06-30 Dmitry StogovDisable inlining for $this->foo(), because $this may...
2016-06-30 Dmitry StogovDisable inlining for $this->foo(), because $this may...
2016-06-30 Dmitry StogovFixed incorrect constant propagation
2016-06-30 Nikita PopovFix RT_CONSTANT_EX typo
2016-06-30 Dmitry StogovInline simple constant functions
2016-06-29 Jakub ZelenkaMerge branch 'json_api_return_codes'
2016-06-29 Jakub ZelenkaRemove openssl test 029 as it is incomplete
2016-06-29 Dmitry Stogovclanup
2016-06-29 Dmitry StogovRevert "Skip new OpenSSL ECC tests on 32bit"
2016-06-29 Remi ColletImprove php-fpm systemd unit file
2016-06-28 Jakub ZelenkaAdd return code from json API functions
2016-06-28 Jakub ZelenkaSkip new OpenSSL ECC tests on 32bit
2016-06-28 Nikita PopovMerge branch 'PHP-7.0'
2016-06-28 Nikita PopovDon't use FUNC_ARG fetches for call_user_func()
2016-06-28 Jakub ZelenkaFix typos in UPGRADING
2016-06-28 Nikita PopovMerge branch 'PHP-7.0'
2016-06-28 Nikita PopovMake call_user_func() on reference args consistent
2016-06-28 Nikita PopovRemove assert for now
2016-06-28 Nikita PopovUse DO_UCALL for method calls
2016-06-28 Nikita PopovMore type inferences fixes
2016-06-28 Dmitry StogovFixed compilation warnings
2016-06-28 Stanislav MalyshevFix bug #72099: xml_parse_into_struct segmentation...
2016-06-28 Xinchen HuiFixed build
2016-06-28 Xinchen HuiMerge branch 'PHP-7.0'
2016-06-28 Xinchen HuiFixed test
2016-06-28 Xinchen HuiUpdate NEWS
2016-06-28 Xinchen HuiMerge branch 'PHP-7.0'
2016-06-28 Xinchen HuiFixed bug #72508 (strange references after recursive...
2016-06-28 Xinchen HuiMerge branch 'PHP-7.0'
2016-06-28 Xinchen HuiMFH: Fixed fd leak (the origin commit can not be cherry...
2016-06-28 Xinchen HuiMerge branch 'master' of https://github.com/devnexen...
2016-06-28 Xinchen HuiUpdated NEWS
2016-06-28 Xinchen HuiMerge branch 'PHP-7.0'
2016-06-28 Xinchen HuiMerge branch 'PHP-7.0' of git.php.net:/php-src into...
2016-06-28 Xinchen HuiFixed bug #72505 (readfile() mangles files larger than 2G)
2016-06-27 Davey ShafikUpdate NEWS
2016-06-27 Davey ShafikMerge support for HTTP/2 Server Push in ext/curl
2016-06-27 Stanislav MalyshevMerge branch 'PHP-7.0'
2016-06-27 Stanislav MalyshevMerge branch 'PHP-5.6' into PHP-7.0
2016-06-27 Stanislav MalyshevMerge branch 'PHP-5.5' into PHP-5.6
2016-06-27 Stanislav MalyshevFix the fix for #72403 on nl2br
2016-06-27 Jakub ZelenkaMerge branch 'precise_float'
2016-06-27 Jakub ZelenkaUpdate NEWS and UPGRADING
2016-06-27 Christoph M... Update NEWS
2016-06-27 Christoph M... Merge branch 'PHP-7.0'
2016-06-27 Christoph M... Update NEWS
2016-06-27 Christoph M... Merge branch 'PHP-5.6' into PHP-7.0
2016-06-27 Christoph M... Update NEWS
2016-06-27 Christoph M... Fix #70628: Clearing bindings on an SQLite3 statement...
2016-06-27 David CarlierMerge branch 'master' of https://github.com/php/php-src
2016-06-27 Davey ShafikImplement curl server push
2016-06-27 Davey ShafikRefactor easy handle lookup
2016-06-27 Davey ShafikRefactor setup of handlers on copied curl handles
2016-06-27 Dmitry StogovFixed executor without global register variales (gcc...
2016-06-27 David CarlierMerge branch 'master' of https://github.com/php/php-src
2016-06-27 David Carliercouple of resource leaks fixes and use after free's
2016-06-26 Pierrick CharronUpdate NEWS
2016-06-26 Pierrick CharronAdd curl_multi/share_errno() curl_share_strerror()
2016-06-26 Jakub ZelenkaMerge branch 'openssl_ecc_keypair'
2016-06-26 Jakub ZelenkaUpdate NEWS with ECC curve support info
2016-06-26 Jakub ZelenkaImprove openssl ecc keypair support implementation
2016-06-26 Dominic LuechingerAdds initial support to generate and work with ECC...
2016-06-26 Jakub ZelenkaUse one place to define max length of double
2016-06-26 Jakub ZelenkaChange default for serialize_precision to -1 (use mode 0)
2016-06-26 Jakub ZelenkaAdd decimal point in double serialization
2016-06-26 Jakub ZelenkaReplace json.precision with serialize_precision
2016-06-26 Yasuo OhgakiAvoid magic number. NUM_BUF_SIZE may be in header....
2016-06-26 Yasuo OhgakiAdd better value to test
2016-06-26 Yasuo OhgakiRemove unneeded WS change
2016-06-26 Yasuo OhgakiRemove unneeded output from test
2016-06-26 Yasuo OhgakiFix mode when precision=0. Add test
2016-06-26 Yasuo OhgakiAdd cast
2016-06-26 Yasuo OhgakiEnable 0 mode for echo/print
2016-06-26 Yasuo OhgakiSimply use ndigit for flag for zend_dtoa mode
2016-06-26 Yasuo OhgakiAdd JSON_G(precision)
2016-06-26 Yasuo OhgakiInitial patch for 0 mode float conversion. The magic...
2016-06-25 Lior KaplanMerge branch 'PHP-5.6' into PHP-7.0
2016-06-25 Lior KaplanAlign NEWS files with 7.0.8 and Changelog
2016-06-25 Lior KaplanAdd CVE info for PHP 5.6.22
2016-06-25 Lior KaplanAdd CVE info for PHP 5.6.23
2016-06-25 Lior KaplanAdd missing entries for PHP 5.6.23
2016-06-25 Xinchen HuiMerge branch 'PHP-7.0'
2016-06-25 Xinchen HuiFixed bug #72484 (SCRIPT_FILENAME shows wrong path...
2016-06-24 Dmitry StogovFallback to kill() if raise() doesn't work
2016-06-24 Dmitry StogovAdd temporary workaround for raise() failure
2016-06-24 Xinchen HuiFixed unused var
2016-06-24 Xinchen HuiMerge branch 'PHP-7.0'
2016-06-24 Xinchen HuiFixed format
2016-06-24 Dmitry StogovAdded ability to make non-local control transfer throug...
2016-06-24 Xinchen HuiUpdate NEWS
2016-06-23 Anatol Belskiimprove ZEND_MODULE_GLOBALS_BULK macro, fix data type
2016-06-23 Anatol Belskiremove unused declarations
2016-06-23 Xinchen HuiMerge branch 'master' of git.php.net:/php-src
2016-06-23 Xinchen HuiUse zend_sort in array_multisort (tests change is expected)
2016-06-23 Dmitry Stogovtypo
2016-06-23 Dmitry StogovTurn safe timeout handling into general interrupt handl...
2016-06-23 Dmitry StogovFixed compilation warnings
2016-06-23 Anatol BelskiMerge branch 'PHP-7.0'
2016-06-23 Anatol Belskiyet another test rewrite
2016-06-23 Côme BernigaudMerge branch 'PHP-7.1.0'
next