85290 Commits (66e47446e4361f9bb3a17198ebbbcf8dc32b7e1d)
 

Author SHA1 Message Date
Anatol Belski 66e47446e4 fix signed/unsigned mismatch warning 12 years ago
Anatol Belski b2de68a81f more signed/unsigned mismatch fix 12 years ago
Anatol Belski 946668d037 fix signed/unsigned mismatch warning 12 years ago
Anatol Belski 97319bc833 fix signed/unsigned mismatch 12 years ago
Anatol Belski 84477c7c39 fix some signed/unsigned mismatch 12 years ago
Anatol Belski 784c235f40 missing include for strlen proto 12 years ago
Nikita Popov 5d94ba6ec3 More fixes for array/object casts with temporary variables 12 years ago
Nikita Popov e62edf2e58 Fix array/object cast of refcounted tmp var 12 years ago
Nikita Popov 2622cfc2fb Deref right value for compound assign ops 12 years ago
Dmitry Stogov 702a2dfb3e Merge branch 'PHP-5.6' 12 years ago
Dmitry Stogov 7acba332fe We can't eliminate FETCH_CONSTANT opcodes for constants represented by AST. 12 years ago
Nikita Popov 0b09ba84b9 Ensure __LINE__ is always accurate 12 years ago
Nikita Popov b7e139a59c Fix incdec of referenced properties 12 years ago
Nikita Popov 016a96c7c2 Fix ::jsonSerialize() failure message 12 years ago
Nikita Popov c4ab08ac9d Fix invalid zend_string_frees in reflection 12 years ago
Nikita Popov 471e71537f Remove retval member in spl_dllist 12 years ago
Anatol Belski 8a55159258 Merge branch 'PHP-5.6' 12 years ago
Anatol Belski c96a6b4493 DLL export several APIs needed for phpdbg 12 years ago
Tjerk Meesters ea7604fc9e Merge branch 'PHP-5.6' 12 years ago
Tjerk Meesters 37a685ff2b More fixes for nodelist array access 12 years ago
Anatol Belski e33e4b2d8c int to size_t where the underlaying API supports it 12 years ago
Anatol Belski 6445c4bd48 use php_socket_t instead of int 12 years ago
Anatol Belski 6075e5a549 fix signed/unsigned mismatch warning 12 years ago
Anatol Belski 3942ed52be fix compilation warning 12 years ago
Dmitry Stogov af3354dc43 Improved specialisation $this variable accessed through IS_UNUSED operand must be IS_OBJECT, so we don't have to check for its type or perform dereference. 12 years ago
Nikita Popov 3efc331701 Add notes about get_class_entry/get_class_name to UPGRADING 12 years ago
Nikita Popov 7c5da4607c Fix casts in GD 12 years ago
Nikita Popov 1577ac146f Drop redundant casting code from ext/filter 12 years ago
Ard Biesheuvel 428243da8c update NEWS 12 years ago
Ard Biesheuvel 9bc65fe75f Merge branch 'PHP-5.6' 12 years ago
Ard Biesheuvel 3e13c6dcb2 update NEWS 12 years ago
Ard Biesheuvel 8aa952410a Merge branch 'PHP-5.5' into PHP-5.6 12 years ago
Ard Biesheuvel b73ef0ee4a update NEWS 12 years ago
Ard Biesheuvel c2cce33cba Merge branch 'PHP-5.4' into PHP-5.5 12 years ago
Ard Biesheuvel 82b07b62c0 update NEWS 12 years ago
Tjerk Meesters a88feb139c Added note to UPGRADING regarding 64-bit support in pack()/unpack() 12 years ago
Tjerk Meesters 2a765d313e pack(): Use SIZEOF_ZEND_LONG instead of SIZEOF_LONG 12 years ago
Tjerk Meesters 284358b317 Merge branch 'PHP-5.6' 12 years ago
Tjerk Meesters 30f8a9baff RFC: 64 bit format codes for pack() and unpack() 12 years ago
Leigh 63fd969300 Add 64 bit formats to pack() and unpack() 12 years ago
Dmitry Stogov 2c434470a6 Help to CPU branch predictor 12 years ago
Dmitry Stogov cbe4fa444f Removed unused EG(orig_error_reporting) 12 years ago
Nikita Popov df79b9b27a Update get_class_name semantics 12 years ago
Nikita Popov c061c82945 Remove Z_OBJ_CLASS_NAME_P 12 years ago
Dmitry Stogov 0390cde428 Improved VM stack primitives for fast paths. Slow paths are not inlined anymore. 12 years ago
Tjerk Meesters 0a50b250b2 Merge branch 'PHP-5.6' 12 years ago
Tjerk Meesters 59f39dea66 Refactored DOMNodeList array dereferencing implementation 12 years ago
Dmitry Stogov 2f099478a3 zval must not be converted in place without duplication 12 years ago
Nikita Popov b09acffc04 Remove PDORow get_class_entry handler 12 years ago
Nikita Popov 9903f16e5c Remove get_class_entry handlers in COM 12 years ago