660 Commits (ccd4716ec77c60391d63a1a6af72f96a09b1c617)

Author SHA1 Message Date
Xinchen Hui ccd4716ec7 year++ 8 years ago
Nikita Popov 73d6456d7d Fixed bug #75252 8 years ago
Anatol Belski 3069ad8dd1 Fixed bug #75063 8 years ago
clwu b2934d2612
fixed #endif comments 8 years ago
Anatol Belski 1623ef10c9 initialize valid_symbol_table, important for the main thread 9 years ago
Remi Collet f81b7df618 Fixed bug #73965 DTrace reported as enabled when disabled 9 years ago
Xinchen Hui b25be216c1 Remove redundant reference handling 9 years ago
Xinchen Hui 04379bcb1d Fixed bug #73916 (zend_print_flat_zval_r doesn't consider reference) 9 years ago
Sammy Kaye Powers dac6c639bb Update copyright headers to 2017 9 years ago
Sammy Kaye Powers 478f119ab9 Update copyright headers to 2017 9 years ago
Dmitry Stogov 0c78fe4bb5 Disabled PHP call tracing by default (it makes significant overhead). 9 years ago
Dmitry Stogov a911df5d22 Revert "Introduced zend.enable_dtrace INI directive to enable/disable PHP call tracing" 9 years ago
Dmitry Stogov 01239b0eff Introduced zend.enable_dtrace INI directive to enable/disable PHP call tracing 9 years ago
Davey Shafik 12ee17d5e0 Implement \ArgumentCountError exception 9 years ago
Bob Weinand b00376884e Rewrite watchpoints to be much more stable 9 years ago
Dmitry Stogov d0460d8f6b Turn safe timeout handling into general interrupt handling ability. 10 years ago
Anatol Belski 3d3f11ede4 Fixed the UTF-8 and long path support in the streams on Windows. 10 years ago
Dmitry Stogov 3abd9c34c1 Removed unused callbacks 10 years ago
Nikita Popov 1b29e0cacd Switch zend_print_zval_r to use smart_str 10 years ago
Anatol Belski 47e26cf9db fix known interned strings init with TS per request 10 years ago
Dmitry Stogov 7b94b958cc Intern some known (and offten used) strings. 10 years ago
Nikita Popov 1ac152938c Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE 10 years ago
Xinchen Hui 9ff08ae17c Fixed bug #71443 (Segfault using built-in webserver with intl using symfony) 10 years ago
Xinchen Hui 97a9470d97 bump year which is missed in rev 49493a2 10 years ago
Xinchen Hui 3537e95dae bump year which is missed in rev 49493a2 10 years ago
Anatol Belski 53bfb6618d Revert "Partially fix bug #71129" 10 years ago
Anatol Belski 4c55669caa Partially fix bug #71129 10 years ago
Xinchen Hui a21b0942fa Fixed bug #71165 (-DGC_BENCH=1 doesn't work on PHP7) 10 years ago
Xinchen Hui 3ed5e54a19 Remove unused IS_TYPE_SYMBOLTABLE 10 years ago
Xinchen Hui c2de445f79 Also protects this one 10 years ago
Xinchen Hui 53c03115cf Re-fixed #70895 10 years ago
Rasmus Lerdorf ac78430c74 zend.assertions is not a boolean 10 years ago
Rasmus Lerdorf fb2c890c2c zend.assertions is not a boolean 10 years ago
Bob Weinand 4a174ca7e6 Fixed bug #70532 (respect set_exception_handler in phpdbg) 10 years ago
Xinchen Hui 7680194a93 Fixed bug #70481 (Memory leak in auto_global_copy_ctor() in ZTS build) 10 years ago
Xinchen Hui 4ddeeb49a5 Remove free_string_zval 10 years ago
Joe Watkins 85a511d2c1 fix zend signal and tsrm compat 10 years ago
Dmitry Stogov 71af54e5f6 Mark error and exception functions as "cold" (Matt's idea) 10 years ago
Anatol Belski 7be9e69eaf remove useless ifdefs 10 years ago
Anatol Belski b604716fb6 Fixed bug #70108 sometimes empty $_SERVER['QUERY_STRING'] 10 years ago
Dmitry Stogov 549e8c4959 Squashed commit of the following: 10 years ago
Aaron Piotrowski a1a83bf5f0 Switch code on thrown TypeError and ParseError to 0, update related tests 10 years ago
Nikita Popov b3a4c05071 Remove loop_var_stack 10 years ago
Aaron Piotrowski 29c3cd4448 Allow NULL for exception_ce 10 years ago
Aaron Piotrowski 1a0ddf988c Switch code on thrown Errors to 0, update related tests 11 years ago
Aaron Piotrowski 22c38b2ef5 Remove need to pass error level 11 years ago
Aaron Piotrowski 5a99c07ecc Enable throwing custom exceptions from errors 11 years ago
Aaron Piotrowski ed1b64877d Switch position of ce in exception ce variable names 11 years ago
Aaron Piotrowski f9e9d3a437 Cleanup exception ce API 11 years ago
Dmitry Stogov 7aa7627172 Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes). 11 years ago