660 Commits (ccd4716ec77c60391d63a1a6af72f96a09b1c617)

Author SHA1 Message Date
Anatol Belski e76cf8432d fix windows version constants initialization with nts 11 years ago
Aaron Piotrowski d042d08807 Remodel exceptions based on Throwable interface 11 years ago
Nikita Popov 0381c1b79e Fixed bug #69388 11 years ago
Nikita Popov aef96d5169 Partially enable leak reports for objects 11 years ago
Nikita Popov dc764bf644 Use object apply count in var_dump / print_r 11 years ago
Dmitry Stogov 5e8133f453 Squashed commit of the following: 11 years ago
Xinchen Hui 5fd2f975ee Unnecessary UNDEF 11 years ago
Nikita Popov 122d759618 Always throw TypeException on throwing zpp failures 11 years ago
Ferenc Kovacs a978a5eb49 fix build 11 years ago
Anatol Belski 92324b2719 fix nts windows_version_info and reorganize 11 years ago
Anatol Belski f51a9c71dd initialize EG(windows_version_info) 11 years ago
Nikita Popov a8bf1c5d8f Throw ParseException from lexer 11 years ago
Dmitry Stogov e8672deefc Convert "Unsupported operands" fatal error into EngineException (exceptions can't be thrown at compile-time yet, so unsuported operands in constant expressions are still lead to fatal error). 11 years ago
Anthony Ferrara 7044f9c6df Refactor as to not use call info, but add the flag to the op_array. 11 years ago
Anthony Ferrara 0529eeb4a6 Fix executor issue with ignoring strict types, which cleans up a bunch of errors. Additionally fix the expected error of 2 unrelated tests that was caused by a change to the core error messages 11 years ago
Anthony Ferrara 7feebead1b Refactor error implementation significantly to centralize error mode behavior. Add zend_internal_type_error() function 11 years ago
Dmitry Stogov 1c94ff0595 Implement engine exceptions 11 years ago
Xinchen Hui fd5a756ad4 Revive Zend Signals handler (and fixed bug #61083) 11 years ago
Dmitry Stogov 2fa8d67a5c Use zend_string* instead of char* for opened_patch handling. Avoid reallocations and improve string reuse. 11 years ago
Dmitry Stogov 9a20323e19 Improved assert() according to expectations RFC. 11 years ago
Xinchen Hui e3416beb03 Fixed segfault because resource is freed prematurely 11 years ago
Xinchen Hui 4629f8978e Cleanup globals initialization 11 years ago
Anatol Belski af3ca74501 made ZEND_TSRMLS_CACHE_* macros look like function calls 11 years ago
Dmitry Stogov e10e151e9b Merged zend_array and HashTable into the single data structure. 11 years ago
Xinchen Hui e5d8a14239 Revert "Cleanup globals initialization" 11 years ago
Xinchen Hui 309e90638d Cleanup globals initialization 11 years ago
Xinchen Hui 594c220dea Fixed issue #1041 (Fix build in OSX with --enable-dtrace) 11 years ago
Xinchen Hui 3b3308a70a Further fix for bug #68987 11 years ago
Dmitry Stogov 57496c3836 This should fix compilation on OSX (bug #68987 Failed to compile zend.c with gcc-4.9.2) 11 years ago
Adam Harvey eb6dc9db29 Make gc_collect_cycles hookable. 11 years ago
Xinchen Hui fc33f52d8c bump year 11 years ago
Xinchen Hui 0579e8278d bump year 11 years ago
Xinchen Hui 73c1be2653 Bump year 11 years ago
Stanislav Malyshev b7a7b1a624 trailing whitespace removal 11 years ago
Anatol Belski e46852d2d5 better fix for script encoding ini 11 years ago
Anatol Belski e2e5ed06d1 fix NULL deref when the script encoding wasn't previously set 11 years ago
Anatol Belski 5ea8c3cefc don't need this in nts mode 11 years ago
Anatol Belski 9e4310eeeb reworked ini dtor 11 years ago
Anatol Belski eb629b70da free the right globals 11 years ago
Anatol Belski bdeb220f48 first shot remove TSRMLS_* things 11 years ago
Anatol Belski 3affc0e8a2 Fixed bug #68583 Crash in timeout thread 11 years ago
Anatol Belski 944d2c65e1 fix datatype mismatches 11 years ago
Anatol Belski 8aeffdd74c moved most of the core to use static tsrm ls cache pointer 11 years ago
Anatol Belski c00424e427 bring back all the TSRMLS_FETCH() stuff 11 years ago
Anatol Belski c96a6b4493 DLL export several APIs needed for phpdbg 11 years ago
Nikita Popov df79b9b27a Update get_class_name semantics 11 years ago
Anatol Belski 741bf0ee96 fix the empty_strings SAPI shutdown leak in TS build 11 years ago
Anatol Belski 72b34e1372 fix leaking the empty_string in TS builds 11 years ago
Nikita Popov e756333bbb Remove <% and <script language="php"> tags 11 years ago
Anatol Belski 76081df168 using pointer to the tsrm ls cache instead of a function call 11 years ago