php
2014-10-14 Stanislav MalyshevFix bug #68113 (Heap corruption in exif_thumbnail())
2014-10-14 Stanislav MalyshevFix bug #68089 - do not accept options with embedded \0
2014-10-14 Stanislav MalyshevFixed bug #68044: Integer overflow in unserialize(...
2014-10-14 Stanislav MalyshevFix bug #68027 - fix date parsing in XMLRPC lib
2014-10-14 Tjerk MeestersMerge branch 'PHP-5.6'
2014-10-14 Tjerk MeestersMerge branch 'PHP-5.5' into PHP-5.6
2014-10-14 Tjerk MeestersFixed bug #68128
2014-10-14 Dmitry StogovAdded API function to retrive current custom heap handlers
2014-10-14 Stanislav MalyshevMerge branch 'PHP-5.6'
2014-10-14 Stanislav Malyshevupdate NEWS and UPGRADING
2014-10-14 Stanislav MalyshevMerge branch 'pull-request/839' into PHP-5.6
2014-10-14 Dmitry StogovAllow to substitute storage layer in memory manager.
2014-10-13 Anatol Belskifix several datatype mismatch warnings
2014-10-13 Anatol Belskifix signed/unsigned mismatch warning
2014-10-13 Anatol Belskimore signed/unsigned mismatch fix
2014-10-13 Anatol Belskifix signed/unsigned mismatch warning
2014-10-13 Anatol Belskifix signed/unsigned mismatch
2014-10-13 Anatol Belskifix some signed/unsigned mismatch
2014-10-13 Anatol Belskimissing include for strlen proto
2014-10-13 Nikita PopovMore fixes for array/object casts with temporary variables
2014-10-13 Nikita PopovFix array/object cast of refcounted tmp var
2014-10-13 Nikita PopovDeref right value for compound assign ops
2014-10-13 Dmitry StogovMerge branch 'PHP-5.6'
2014-10-13 Dmitry StogovWe can't eliminate FETCH_CONSTANT opcodes for constants...
2014-10-12 Nikita PopovEnsure __LINE__ is always accurate
2014-10-12 Nikita PopovFix incdec of referenced properties
2014-10-12 Nikita PopovFix ::jsonSerialize() failure message
2014-10-12 Nikita PopovFix invalid zend_string_frees in reflection
2014-10-12 Nikita PopovRemove retval member in spl_dllist
2014-10-12 Anatol BelskiMerge branch 'PHP-5.6'
2014-10-12 Anatol BelskiDLL export several APIs needed for phpdbg
2014-10-12 Tjerk MeestersMerge branch 'PHP-5.6'
2014-10-12 Tjerk MeestersMore fixes for nodelist array access
2014-10-10 Anatol Belskiint to size_t where the underlaying API supports it
2014-10-10 Anatol Belskiuse php_socket_t instead of int
2014-10-10 Anatol Belskifix signed/unsigned mismatch warning
2014-10-10 Anatol Belskifix compilation warning
2014-10-10 Dmitry StogovImproved specialisation $this variable accessed through...
2014-10-10 Nikita PopovAdd notes about get_class_entry/get_class_name to UPGRADING
2014-10-10 Nikita PopovFix casts in GD
2014-10-10 Nikita PopovDrop redundant casting code from ext/filter
2014-10-10 Ard Biesheuvelupdate NEWS
2014-10-10 Ard BiesheuvelMerge branch 'PHP-5.6'
2014-10-10 Ard Biesheuvelupdate NEWS
2014-10-10 Ard BiesheuvelMerge branch 'PHP-5.5' into PHP-5.6
2014-10-10 Ard Biesheuvelupdate NEWS
2014-10-10 Ard BiesheuvelMerge branch 'PHP-5.4' into PHP-5.5
2014-10-10 Ard Biesheuvelupdate NEWS
2014-10-09 Tjerk MeestersAdded note to UPGRADING regarding 64-bit support in...
2014-10-09 Tjerk Meesterspack(): Use SIZEOF_ZEND_LONG instead of SIZEOF_LONG
2014-10-09 Tjerk MeestersMerge branch 'PHP-5.6'
2014-10-09 Tjerk MeestersRFC: 64 bit format codes for pack() and unpack()
2014-10-09 LeighAdd 64 bit formats to pack() and unpack()
2014-10-09 Dmitry StogovHelp to CPU branch predictor
2014-10-09 Dmitry StogovRemoved unused EG(orig_error_reporting)
2014-10-09 Nikita PopovUpdate get_class_name semantics
2014-10-09 Nikita PopovRemove Z_OBJ_CLASS_NAME_P
2014-10-09 Dmitry StogovImproved VM stack primitives for fast paths. Slow paths...
2014-10-09 Tjerk MeestersMerge branch 'PHP-5.6'
2014-10-09 Tjerk MeestersRefactored DOMNodeList array dereferencing implementation
2014-10-09 Dmitry Stogovzval must not be converted in place without duplication
2014-10-09 Nikita PopovRemove PDORow get_class_entry handler
2014-10-09 Nikita PopovRemove get_class_entry handlers in COM
2014-10-09 Nikita PopovRemove zend_get_class_entry function
2014-10-09 Nikita PopovRemove get_class_entry object handler
2014-10-09 Nikita PopovRemove proxy object implementation
2014-10-09 Nikita PopovRemove support for classes without class entries
2014-10-09 Nikita PopovReview a few more SEPARATE_ZVAL_IF_NOT_REF usages
2014-10-09 Nikita PopovFix bug #68191: Broken reference across objects
2014-10-09 Nikita PopovDirectly use zend_string for php_implode/php_explode
2014-10-09 Dmitry StogovCopy all the arena allocated data from SHM to process...
2014-10-09 Tjerk MeestersMerge branch 'PHP-5.6'
2014-10-09 Tjerk MeestersUpdated NEWS for #67949
2014-10-09 Tjerk MeestersMerge branch 'pr/846' into PHP-5.6
2014-10-09 Tjerk MeestersMerge branch 'PHP-5.6'
2014-10-09 Tjerk MeestersUpdated NEWS for #68129
2014-10-09 Tjerk MeestersMerge branch 'PHP-5.5' into PHP-5.6
2014-10-09 Tjerk MeestersUpdated NEWS for #68129
2014-10-09 Tjerk MeestersFixed bug #68129
2014-10-08 Dmitry StogovMerge branch 'PHP-5.6'
2014-10-08 Dmitry StogovMerge branch 'PHP-5.5' into PHP-5.6
2014-10-08 Dmitry StogovAdded info about ext/opcache
2014-10-08 Dmitry StogovExposed zend_clean_and_cache_symbol_table() and fixed...
2014-10-08 Anatol Belskilet phpize profit from /mp as well
2014-10-08 Anatol Belskifix phpize for /mp and more
2014-10-08 Anatol Belskifix /mp usage for VC++
2014-10-08 Anatol Belskifix wording
2014-10-07 Keyur GovandeMerge branch 'PHP-5.6'
2014-10-07 Keyur GovandeAdd to NEWS
2014-10-07 Keyur GovandeMerge branch 'PHP-5.5' into PHP-5.6
2014-10-07 Keyur GovandeAdd to NEWS
2014-10-07 Keyur GovandeFix for bug #68087 (ODBC not reading DATE columns corre...
2014-10-07 Keyur GovandeMerge branch 'PHP-5.6'
2014-10-07 Keyur GovandeAdd to NEWS
2014-10-07 Keyur GovandeMerge branch 'PHP-5.6'
2014-10-07 Keyur GovandeMerge branch 'PHP-5.5' into PHP-5.6
2014-10-07 Keyur GovandeAdd to NEWS
2014-10-07 Keyur GovandeFix for bug #68114 (Build fails on OS X due to undefine...
2014-10-07 Dmitry StogovMicro optimization
2014-10-07 Dmitry StogovImproved return by reference handling
next