]> granicus.if.org Git - php/shortlog
php
2014-09-15 Anatol Belskifix signed/unsigned mismatch
2014-09-15 Anatol Belskirevamp serialization to work with size_t for Serializable
2014-09-15 Anatol Belskifix signed/unsigned mismatch
2014-09-15 Anatol Belskifix signed/unsigned mismatch
2014-09-15 Anatol Belskifix most of signed/unsigned warnings in vm def
2014-09-15 Remi ColletMerge branch 'PHP-5.6'
2014-09-15 Remi ColletNEWS
2014-09-15 Remi ColletMerge branch 'PHP-5.5' into PHP-5.6
2014-09-15 Remi ColletNEWS
2014-09-15 Remi ColletFixed bug #65641 PHP-FPM incorrectly defines the SCRIPT...
2014-09-15 Anatol Belskicorrect fix to the natcmp_ex
2014-09-15 Anatol Belskifix signed/unsigned mismatch
2014-09-15 Anatol Belskifix signed/unsigned mismatch
2014-09-15 Anatol Belskifix unsigned negation
2014-09-15 Anatol Belskifix signed/unsigned mismatch
2014-09-15 Dmitry StogovMerge branch 'master' of git.php.net:php-src
2014-09-15 Dmitry StogovReplaced macro with better optimized inline function
2014-09-15 Anatol Belskifix initializer struct
2014-09-15 Anatol Belskifix signature
2014-09-15 Anatol Belskifix type
2014-09-15 Anatol Belskifix condition
2014-09-15 Xinchen HuiMerge branch 'master' of https://git.php.net/repository...
2014-09-15 Xinchen HuiRemove redundant codes
2014-09-15 Anatol Belskifix type
2014-09-15 Kalle Sommer... optimize path length retrieval
2014-09-15 Anatol BelskiMerge branch 'PHP-5.6'
2014-09-15 Anatol Belskiupdated NEWS
2014-09-15 Anatol BelskiMerge branch 'PHP-5.5' into PHP-5.6
2014-09-15 Anatol Belskiupdated NEWS
2014-09-15 Xinchen HuiMerge branch 'master' of https://git.php.net/repository...
2014-09-15 Xinchen HuiAdd test script for the segfault in gc while run phpspec
2014-09-15 Remi ColletMerge branch 'PHP-5.6'
2014-09-15 Remi ColletMerge branch 'PHP-5.5' into PHP-5.6
2014-09-15 Remi ColletFix NEWS
2014-09-15 Remi ColletMerge branch 'PHP-5.4' into PHP-5.5
2014-09-15 Remi ColletFix NEWS
2014-09-15 Bob WeinandMerge phpdbg into PHP-5.6
2014-09-14 Anatol Belskiavoid strlen usage in the loop
2014-09-14 Anatol Belskifix format
2014-09-14 Anatol Belskifix ftell/fseek calls
2014-09-14 Anatol Belskireduce struct size by 8 byte on 64 bit
2014-09-14 Anatol Belskifix ftell/fseek calls
2014-09-14 Anatol Belskibetter way to check for empty string
2014-09-14 Anatol Belskimake xml_utf8_ encode/decode work with size_t
2014-09-14 Anatol Belskiavoid repeated strlen usage
2014-09-14 Anatol Belskiavoid strlen() usage in loop
2014-09-14 Anatol Belskifix int overflow preserving the old behavior
2014-09-14 Nikita PopovFix use of stack variable outside its block
2014-09-14 Nikita Popovzend_get_property_info takes a zend_string* now
2014-09-14 Anatol Belskiuse nice way to achieve the property name length
2014-09-14 Anatol Belskimake it safer for an array underrun
2014-09-14 Anatol Belskifix type
2014-09-14 Anatol Belskiavoid repeated strlen() usage
2014-09-14 Anatol Belskireduce struct size by 8 bytes on 64 bit
2014-09-14 Anatol Belskiavoid repeated strlen() usage
2014-09-14 Bob WeinandFix bug #111 (compile error without ZEND_SIGNALS)
2014-09-14 Anatol Belskifix possible pointer truncation
2014-09-14 Anatol Belskibetter way to zero away sensitive data
2014-09-14 Anatol Belskireduce struct size by 8 byte on 64 bit
2014-09-14 Anatol Belskireduce struct size by 8 byte on 64 bit
2014-09-14 Anatol Belskireduce struct sizes by 8 bytes each on 64 bit
2014-09-14 Anatol Belskiremove useless casts and checks
2014-09-14 Anatol Belskialign 4 byte to the start of the word
2014-09-14 Anatol Belskifix conditions
2014-09-14 Anatol Belskireduce the struct size by 8 byte on 64 bit
2014-09-14 Anatol Belskireduce the struct size by 8 byte on 64 bit
2014-09-14 Anatol Belskireduce the struct size by 8 byte on 64 bit
2014-09-13 Anatol Belskireduce the struct size by 8 byte on 64 bit
2014-09-13 Anatol Belskireduce the struct size by 8 byte on 64 bit
2014-09-13 Anatol Belskireduce the struct size by 8 byte on 64 bit
2014-09-13 Anatol Belskiuse the generator to produce the header
2014-09-13 Anatol Belskiupdate the html table generator
2014-09-13 Anatol Belskiremoved the emalloc result check, out of memory will...
2014-09-13 Anatol Belskireplaced the check with assert as it's kinda unusual...
2014-09-13 Anatol Belskiremoved extra 1 byte member, padding will be done anywa...
2014-09-13 Anatol Belskireduce struct size by 8 byte on 64 bit
2014-09-13 Anatol Belskiavoid usage of strlen() in the loop
2014-09-13 Anatol Belskireduce struct size by 8 byte on 64 bit
2014-09-13 Anatol Belskibetter align reduce the struct size by 8 byte on 64 bit
2014-09-13 Anatol Belskireduce the struct size (under circumstances) on 64 bit
2014-09-13 Anatol Belskicheck if the winver was indeed fetched
2014-09-13 Anatol Belskicheck emalloc() result
2014-09-13 Anatol Belskibetter way to check for an empty string
2014-09-13 Anatol Belskireduce the union size from 24 to 16 bytes on 64 bit
2014-09-13 Anatol Belskifix condition
2014-09-13 Anatol Belskiavoid multiple strlen() usage
2014-09-13 Anatol Belskiavoid multiple strlen() calls for the same
2014-09-13 Anatol Belskireduced struct sizes by 8 byte each on 64 bit
2014-09-13 Anatol Belskifix condition
2014-09-13 Anatol Belskireduce struct sizes by 8 byte on 64 bit
2014-09-13 Anatol Belskiavoid strlen() usage in the loop
2014-09-13 Nikita PopovDrop superfluous opline for non-cv variables
2014-09-13 Nikita PopovDrop dead assignments
2014-09-13 Nikita PopovMake zend_llist_remove_tail a void function
2014-09-13 Nikita PopovUse more accurate sizeof
2014-09-13 Nikita PopovAlso skip line-overwriting if SHOW_ONLY_GROUPS is used
2014-09-13 Anatol Belskiswitch to using mbrlen with VS
2014-09-13 Anatol Belskireduce the struct size by 8 byte on 64 bit
2014-09-13 Anatol Belskireduced the struct size by 8 byte on 64 bit
2014-09-12 Anatol Belskifix condition
next