46 Commits (f162b3f736f07ad868abec6ea8b44a91e77d4069)

Author SHA1 Message Date
Dmitry Stogov 82096dc151 Removed ZEND_QM_ASSIGN_VAR and ZEND_JMP_SET_VAR opcodes (in PHPNG they did exacly the same as ZEND_QM_ASSIGN and ZEND_JMP_SET) 12 years ago
Anatol Belski 3234480827 first show to make 's' work with size_t 12 years ago
Nikita Popov 59848e3fbb Remove ZEND_ACC_INTERACTIVE and CG(interactive) 12 years ago
Anatol Belski 6f9f0bf205 master renames phase 2 12 years ago
Anatol Belski c3e3c98ec6 master renames phase 1 12 years ago
Anatol Belski 63d3f0b844 basic macro replacements, all at once 12 years ago
Veres Lajos 1e3452992f typofixes 12 years ago
Remi Collet 0da5d94a6c Better fix for phpdbg + libedit 12 years ago
Remi Collet 0febafcfbe Fix https://github.com/krakjoe/phpdbg/issues/91 12 years ago
Remi Collet 98d41dfc9d Better fix for phpdbg + libedit 12 years ago
Remi Collet 86bafec836 Fix https://github.com/krakjoe/phpdbg/issues/91 12 years ago
Lior Kaplan b538816b0b Update copyright year to 2014 12 years ago
Bob Weinand a1b0ae4247 Fixed startup segfault in non-debug builds 12 years ago
Bob Weinand 241211975e PHP 5.4/5.5 compability in phpdbg_watch.c 12 years ago
Bob Weinand 3ad8616aff Added stdion/stdout/stderr constsnts and their php:// wrappers 12 years ago
Anatol Belski 047a39c946 some more after merge fixes 12 years ago
Anatol Belski e88c8cbb7b fixed macro names 12 years ago
Dmitry Stogov 65e2ed6e50 Redesigned zend_execute_data layout now EX(object), EX(scope) and EX(called_scope) arr properties of the current function execution co 12 years ago
Nikita Popov bda96e3c58 Use zval_get_string in print_zval and propagate TSRMLS 12 years ago
Dmitry Stogov ea2e1bb1eb Optimized zend_leave_helper() 12 years ago
Dmitry Stogov e96073b1e4 Moved zend_literal->cache_slot right into zval. 12 years ago
Dmitry Stogov 050d7e38ad Cleanup (1-st round) 12 years ago
Dmitry Stogov 76cc99fe60 Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), candidate for GC, etc) 12 years ago
Dmitry Stogov ea85451b65 Refactored data structures to keep zend_object* instead of a whole zval in some places 12 years ago
Mateusz Kocielski 6c259625c4 Fixed wrong indentation 12 years ago
Mateusz Kocielski ccae70b765 Fix phpdbg build on FreeBSD 12 years ago
Dmitry Stogov aa5f55306b Refactored EG(active_symbol_table) to be zend_array* instead of HashTable* 12 years ago
Xinchen Hui c1c4d26817 Use better data structures (incomplete) 12 years ago
Dmitry Stogov bb58ea348c Use better data structures (incomplete) 12 years ago
Xinchen Hui 50927142f3 Use better data structures (incomplete) 12 years ago
Xinchen Hui 028bdea3db Use better data structures (incomplete) 12 years ago
Xinchen Hui ab2a73a662 Use better data structures (incomplete) 12 years ago
Veres Lajos a7ec000f35 a few typofixes 12 years ago
Anatol Belski 472579280f after merge fix, some datatypes 12 years ago
krakjoe 148d7cc103 windows 12 years ago
krakjoe 407d761d09 clean symbols 12 years ago
krakjoe e8519bc207 another patch from upstream 12 years ago
krakjoe 6a6bec44ad woops 12 years ago
krakjoe 9e84124e2d better use of tmpnam/mkstemp 12 years ago
krakjoe 4a96a75c7d update version 12 years ago
krakjoe a58c74f1c7 remove use of zend directly, avoid leaks/bugs in modules etc 12 years ago
Anatol Belski 12c1cfbf8f fix C89 compat 12 years ago
Xinchen Hui c081ce628f Bump year 12 years ago
krakjoe c8dedaf2dc update version output 12 years ago
Anatol Belski 1e411ebdf5 fix c89 compat 12 years ago
Anatol Belski 0493099786 next wave on fixes for ext/phpdbg 12 years ago
Anatol Belski 00c7b973bb fixed incompatible pointer in phpdbg on win64 12 years ago
Bob Weinand ddf733fa69 Fixed #18 12 years ago
Anatol Belski 5ae8f624a1 basic fixes to sapi/phpdbg 12 years ago
Bob Weinand 62f0ffb34e Added breaking upon fatal-ish error 12 years ago