php-src/Zend
Zeev Suraski 1250c43a39 * Add struct name to all typedef's so that they can be debugged with MSVC
* Fix an AiCount bug - list(...) = $var was using $var multiple times, and thus
causing AiCount to be decreased multiple times even though it was increased only
once for $var.  Mark all FETCH_DIM's so that they won't decrease AiCount, and only
decrease AiCount on the last FETCH_DIM.
* Fix a stupid bug - forgot to pass CLS_C to some compiler function.  For some reason
MSVC doesn't report these :I
1999-05-22 16:10:51 +00:00
..
acconfig.h add --enable-thread-safety option 1999-05-12 20:11:42 +00:00
acinclude.m4 convert to automake 1999-04-19 20:10:26 +00:00
buildconf state which aclocal.m4 and configure files are created 1999-04-21 20:33:33 +00:00
config.unix.h Zend Library 1999-04-07 18:10:10 +00:00
config.w32.h - Updates we did today 1999-05-20 13:04:59 +00:00
configure.in If a require() dies, we must bail out (since it corrupts an existing op_array 1999-05-14 20:16:22 +00:00
flex.skl Ok, call me crazy, because I probably am. 1999-04-23 03:32:33 +00:00
FlexLexer.h Ok, call me crazy, because I probably am. 1999-04-23 03:32:33 +00:00
libzend.dsp - Updates we did today 1999-05-20 13:04:59 +00:00
libzendts.dsp - Updates we did today 1999-05-20 13:04:59 +00:00
LICENSE Zend Library 1999-04-07 18:10:10 +00:00
Makefile.am don't install Zend on the system 1999-05-14 18:42:06 +00:00
zend_alloc.c * Add struct name to all typedef's so that they can be debugged with MSVC 1999-05-22 16:10:51 +00:00
zend_alloc.h * Add struct name to all typedef's so that they can be debugged with MSVC 1999-05-22 16:10:51 +00:00
zend_API.c Almost forgot to commit those 1999-05-09 12:24:21 +00:00
zend_API.h Almost forgot to commit those 1999-05-09 12:24:21 +00:00
ZEND_CHANGES foreach() syntax has changed 1999-04-08 04:11:23 +00:00
zend_compile.c * Add struct name to all typedef's so that they can be debugged with MSVC 1999-05-22 16:10:51 +00:00
zend_compile.h * Add struct name to all typedef's so that they can be debugged with MSVC 1999-05-22 16:10:51 +00:00
zend_constants.c Thread safety patch. It works now with 'just in time' resource initialization! 1999-04-21 17:26:37 +00:00
zend_constants.h * Add struct name to all typedef's so that they can be debugged with MSVC 1999-05-22 16:10:51 +00:00
zend_errors.h Zend Library 1999-04-07 18:10:10 +00:00
zend_execute_API.c * Add struct name to all typedef's so that they can be debugged with MSVC 1999-05-22 16:10:51 +00:00
zend_execute.c * Add struct name to all typedef's so that they can be debugged with MSVC 1999-05-22 16:10:51 +00:00
zend_execute.h * Add struct name to all typedef's so that they can be debugged with MSVC 1999-05-22 16:10:51 +00:00
zend_extensions.c * Fix debugger+interactive mode bug 1999-04-27 11:00:59 +00:00
zend_extensions.h * Add struct name to all typedef's so that they can be debugged with MSVC 1999-05-22 16:10:51 +00:00
zend_globals.h Avoid leaking fd's in case of failures 1999-05-22 02:13:01 +00:00
zend_hash.c * Fix all hash checks that checked Bucket.arKey for NULL, when it was changed 1999-05-15 15:47:24 +00:00
zend_hash.h Zend Library 1999-04-07 18:10:10 +00:00
zend_highlight.c * Fix a bug that occured in case of parse errors. We need to restore the lexical state 1999-05-11 17:50:37 +00:00
zend_highlight.h * Add struct name to all typedef's so that they can be debugged with MSVC 1999-05-22 16:10:51 +00:00
zend_indent.c Various thread safety fixes and DLL updates 1999-04-26 14:10:42 +00:00
zend_indent.h Various thread safety fixes and DLL updates 1999-04-26 14:10:42 +00:00
zend_list.c Remove redundant includes 1999-04-24 09:26:09 +00:00
zend_list.h * Add struct name to all typedef's so that they can be debugged with MSVC 1999-05-22 16:10:51 +00:00
zend_llist.c Avoid leaking fd's in case of failures 1999-05-22 02:13:01 +00:00
zend_llist.h * Add struct name to all typedef's so that they can be debugged with MSVC 1999-05-22 16:10:51 +00:00
zend_modules.h Change argument name 1999-05-09 14:56:38 +00:00
zend_opcode.c - Free refcount when destroying the last class reference. 1999-04-30 23:32:03 +00:00
zend_operators.c Several operator fixes. Should fix the MySQL problem. 1999-05-01 01:04:13 +00:00
zend_operators.h Ok, call me crazy, because I probably am. 1999-04-23 03:32:33 +00:00
zend_ptr_stack.c * Optimize argument_stack top lookup 1999-04-13 17:03:10 +00:00
zend_ptr_stack.h * Add struct name to all typedef's so that they can be debugged with MSVC 1999-05-22 16:10:51 +00:00
zend_sprintf.c Various thread safety fixes and DLL updates 1999-04-26 14:10:42 +00:00
zend_stack.c Zend Library 1999-04-07 18:10:10 +00:00
zend_stack.h * Add struct name to all typedef's so that they can be debugged with MSVC 1999-05-22 16:10:51 +00:00
zend_variables.c Zend Library 1999-04-07 18:10:10 +00:00
zend_variables.h Ok, call me crazy, because I probably am. 1999-04-23 03:32:33 +00:00
zend-parser.y * Add struct name to all typedef's so that they can be debugged with MSVC 1999-05-22 16:10:51 +00:00
zend-scanner.h * Add struct name to all typedef's so that they can be debugged with MSVC 1999-05-22 16:10:51 +00:00
zend-scanner.l Avoid leaking fd's in case of failures 1999-05-22 02:13:01 +00:00
zend.c * Fix all hash checks that checked Bucket.arKey for NULL, when it was changed 1999-05-15 15:47:24 +00:00
zend.h * Add struct name to all typedef's so that they can be debugged with MSVC 1999-05-22 16:10:51 +00:00
zend.ico Zend Library 1999-04-07 18:10:10 +00:00
ZendCore.dep Zend Library 1999-04-07 18:10:10 +00:00