php-src/Zend
1999-12-19 01:50:10 +00:00
..
acconfig.h configure sets ZEND_BROKEN_SPRINTF 1999-12-19 01:47:43 +00:00
acinclude.m4 Variables are not interpolated unless we use _UNQUOTED 1999-12-19 00:10:08 +00:00
build.mk Add clean target which removes standard targets 1999-10-10 02:02:13 +00:00
buildconf Use libtool to build. 1999-10-04 15:20:12 +00:00
configure.in Move config code into separate file 1999-12-17 13:36:15 +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 Allow CYGWIN directory to be specified as via environment variable 1999-10-23 19:27:24 +00:00
libzend.m4 Let autoconf check for the proper inline keyword 1999-12-18 22:37:22 +00:00
libzendts.dsp Allow to set the reference count explicitly for ZEND_SET_SYMBOL_WITH_LENGTH() 1999-12-01 21:47:47 +00:00
LICENSE License update 1999-07-19 17:52:38 +00:00
Makefile.am Add zend_sprintf.c 1999-12-19 01:50:10 +00:00
zend_alloc.c Add ability to disable the memory cache 1999-11-27 00:04:36 +00:00
zend_alloc.h Fix warnings surfacing in maintainer-mode. 1999-12-01 22:55:20 +00:00
zend_API.c - Introduce ZEND_NUM_ARGS(), to replace ARG_COUNT(ht) 1999-12-18 22:23:23 +00:00
zend_API.h - The tree compiles again 1999-12-18 22:40:35 +00:00
zend_builtin_functions.c - Introduce ZEND_NUM_ARGS(), to replace ARG_COUNT(ht) 1999-12-18 22:23:23 +00:00
zend_builtin_functions.h Fix warnings surfacing in maintainer-mode. 1999-12-01 22:55:20 +00:00
ZEND_CHANGES foreach() syntax has changed 1999-04-08 04:11:23 +00:00
zend_compile.c - By mistake commited this to the branch. It fixes a bug we introduced with 1999-12-17 08:24:10 +00:00
zend_compile.h - By mistake commited this to the branch. It fixes a bug we introduced with 1999-12-17 08:24:10 +00:00
zend_config.w32.h *** empty log message *** 1999-09-29 21:46:37 +00:00
zend_constants.c - Made PHP_VERSION and PHP_OS work again 1999-12-17 20:01:47 +00:00
zend_constants.h Fix warnings surfacing in maintainer-mode. 1999-12-01 22:55:20 +00:00
zend_errors.h 0.91 update 1999-07-19 20:02:12 +00:00
zend_execute_API.c - Implement return by reference: 1999-12-15 20:15:32 +00:00
zend_execute.c - Implement return by reference: 1999-12-15 20:15:32 +00:00
zend_execute.h Fix warnings surfacing in maintainer-mode. 1999-12-01 22:55:20 +00:00
zend_extensions.c *** empty log message *** 1999-08-28 21:51:12 +00:00
zend_extensions.h Fix warnings surfacing in maintainer-mode. 1999-12-01 22:55:20 +00:00
zend_globals_macros.h More localization 1999-12-06 19:03:57 +00:00
zend_globals.h - Implement return by reference: 1999-12-15 20:15:32 +00:00
zend_hash.c Made zend_hash_rehash() callable from outside. 1999-11-04 21:02:35 +00:00
zend_hash.h Added zend_set_hash_symbol() function. 1999-12-04 16:50:18 +00:00
zend_highlight.c Move the #include of zend-parser.h out of zend_compile.h 1999-12-06 20:42:44 +00:00
zend_highlight.h 0.91 update 1999-07-19 20:02:12 +00:00
zend_indent.c Move the #include of zend-parser.h out of zend_compile.h 1999-12-06 20:42:44 +00:00
zend_indent.h Fix warnings surfacing in maintainer-mode. 1999-12-01 22:55:20 +00:00
zend_list.c (zend_fetch_resource) added warinig if resource is of wrong type 1999-10-13 12:59:48 +00:00
zend_list.h new improved resource-API 1999-10-12 14:51:17 +00:00
zend_llist.c - Modify zend_llist_del() to receive a comparison function 1999-11-26 23:44:41 +00:00
zend_llist.h - Modify zend_llist_del() to receive a comparison function 1999-11-26 23:44:41 +00:00
zend_modules.h Remove request_started, increase thread safety 1999-11-26 13:53:18 +00:00
zend_opcode.c - Implement return by reference: 1999-12-15 20:15:32 +00:00
zend_operators.c fixed is_identicat_function() 1999-10-19 15:48:25 +00:00
zend_operators.h - Preliminary submit of Thie's patch. Will fix the rest on Windows 1999-10-19 13:33:17 +00:00
zend_ptr_stack.c * header file cleanup 1999-09-06 16:14:08 +00:00
zend_ptr_stack.h - Add ptr_stack_n_{push,pop} in order to speed up function calls a bit. 1999-07-30 11:55:53 +00:00
zend_sprintf.c configure sets ZEND_BROKEN_SPRINTF 1999-12-19 01:47:43 +00:00
zend_stack.c - Add foreach() freeing code. 1999-09-09 14:15:17 +00:00
zend_stack.h - Add foreach() freeing code. 1999-09-09 14:15:17 +00:00
zend_variables.c added zval_del_ref() function 1999-10-07 12:20:40 +00:00
zend_variables.h added zval_del_ref() function 1999-10-07 12:20:40 +00:00
zend-parser.y - By mistake commited this to the branch. It fixes a bug we introduced with 1999-12-17 08:24:10 +00:00
zend-scanner.h Solve a couple of compile issues 1999-12-02 18:59:29 +00:00
zend-scanner.l - opened_path should not be freed here as the zend_file_dtor() takes care 1999-12-07 16:00:39 +00:00
zend.c Fix some warnings 1999-12-05 16:23:45 +00:00
zend.h - The tree compiles again 1999-12-18 22:40:35 +00:00
zend.ico Zend Library 1999-04-07 18:10:10 +00:00
ZendCore.dep hand-patched some MSVC files 1999-09-06 16:15:27 +00:00