php-src/Zend
Andi Gutmans 390dccacac - Fixed problem when using uninitialized values in comparisons with strings.
-  They behave as empty strings again just like in PHP 3.
2000-06-10 14:39:06 +00:00
..
acconfig.h Clean up acconfig.h 2000-06-08 06:12:26 +00:00
acinclude.m4 Some cleanup 2000-01-01 20:49:34 +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 libzend -> Zend 1999-12-19 21:02:54 +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
LICENSE It's official now... 2000-03-06 05:26:39 +00:00
Makefile.am Fix parallel makes on BSD 2000-05-12 09:05:05 +00:00
zend_alloc.c - Forgot to remove the FIXME 2000-06-09 17:52:09 +00:00
zend_alloc.h - Allocate and cache in 8 byte blocks. Most allocators anyway use 8 byte 2000-06-09 15:54:14 +00:00
zend_API.c Fix bug #4768 2000-06-10 01:08:55 +00:00
zend_API.h - Andrei, this is for you! 2000-06-09 14:40:14 +00:00
zend_builtin_functions.c Fix bug #4768 2000-06-10 01:08:55 +00:00
zend_builtin_functions.h It's official now... 2000-03-06 05:26:39 +00:00
ZEND_CHANGES - Fix typos 2000-03-01 17:10:45 +00:00
zend_compile.c - Andrei, this is for you! 2000-06-09 14:40:14 +00:00
zend_compile.h - Andrei, this is for you! 2000-06-09 14:40:14 +00:00
zend_config.w32.h Nuke the old error code, use the new one 2000-06-02 12:21:49 +00:00
zend_constants.c - Renamed get_used_files() to get_required_files() for consistency 2000-04-19 13:15:13 +00:00
zend_constants.h It's official now... 2000-03-06 05:26:39 +00:00
zend_dynamic_array.c It's official now... 2000-03-06 05:26:39 +00:00
zend_dynamic_array.h It's official now... 2000-03-06 05:26:39 +00:00
zend_errors.h - Renamed get_used_files() to get_required_files() for consistency 2000-04-19 13:15:13 +00:00
zend_execute_API.c Add a couple of casts 2000-06-08 06:07:38 +00:00
zend_execute_locks.h Improve dependencies 2000-02-01 22:04:52 +00:00
zend_execute.c I can't think of a reason of why it should just be a notice... Make it a warning, like it was in PHP 3. 2000-06-10 01:12:12 +00:00
zend_execute.h Fix a bug in static initializers/default values/class member variables that contained 2000-05-31 19:07:09 +00:00
zend_extensions.c crash fix 2000-04-29 10:34:03 +00:00
zend_extensions.h Fix a bug in static initializers/default values/class member variables that contained 2000-05-31 19:07:09 +00:00
zend_fast_cache.h It's official now... 2000-03-06 05:26:39 +00:00
zend_globals_macros.h It's official now... 2000-03-06 05:26:39 +00:00
zend_globals.h - Fix Win32 compilation (Use winsock2.h from now on) 2000-06-03 01:49:49 +00:00
zend_hash.c - Support unordered hash comparisons 2000-06-04 21:59:49 +00:00
zend_hash.h Made an alias for hash apply with arguments. 2000-06-09 20:18:16 +00:00
zend_highlight.c Open these up for the API 2000-05-19 09:32:33 +00:00
zend_highlight.h Open these up for the API 2000-05-19 09:32:33 +00:00
zend_indent.c It's official now... 2000-03-06 05:26:39 +00:00
zend_indent.h It's official now... 2000-03-06 05:26:39 +00:00
zend_list.c - Clean up resource lists namespace 2000-04-15 13:02:22 +00:00
zend_list.h - Clean up resource lists namespace 2000-04-15 13:02:22 +00:00
zend_llist.c - Add zend_llist_apply_with_arguments() 2000-04-29 10:20:40 +00:00
zend_llist.h - Add zend_llist_apply_with_arguments() 2000-04-29 10:20:40 +00:00
zend_modules.h - Time to change it. We changed register_internal_class() -> 2000-06-09 14:41:33 +00:00
zend_opcode.c Fix order 2000-05-17 15:24:49 +00:00
zend_operators.c - Fixed problem when using uninitialized values in comparisons with strings. 2000-06-10 14:39:06 +00:00
zend_operators.h Support comparisons of arrays (with arrays) and objects (with objects) 2000-06-03 10:34:19 +00:00
zend_ptr_stack.c It's official now... 2000-03-06 05:26:39 +00:00
zend_ptr_stack.h It's official now... 2000-03-06 05:26:39 +00:00
zend_sprintf.c It's official now... 2000-03-06 05:26:39 +00:00
zend_stack.c - Make the argument order for the stack applies more consistent with other Zend 2000-03-29 22:28:04 +00:00
zend_stack.h - Make the argument order for the stack applies more consistent with other Zend 2000-03-29 22:28:04 +00:00
zend_variables.c Fix a bug in static initializers/default values/class member variables that contained 2000-05-31 19:07:09 +00:00
zend_variables.h export zval_add-ref and zvale_del_ref 2000-04-21 14:45:10 +00:00
zend-parser.y - Typo 2000-06-09 13:36:36 +00:00
zend-scanner.h It's official now... 2000-03-06 05:26:39 +00:00
zend-scanner.l - Typo 2000-06-09 13:36:36 +00:00
zend.c Enable asp_tags/short_tags/allow_call_time_pass_by_reference to work on a per-directory 2000-06-06 19:13:54 +00:00
Zend.dsp Remove debug libraries from debug build 2000-03-27 01:00:21 +00:00
zend.h Enable asp_tags/short_tags/allow_call_time_pass_by_reference to work on a per-directory 2000-06-06 19:13:54 +00:00
zend.ico Zend Library 1999-04-07 18:10:10 +00:00
Zend.m4 Clean up acconfig.h 2000-06-08 06:12:26 +00:00
ZendCore.dep hand-patched some MSVC files 1999-09-06 16:15:27 +00:00
ZendTS.dsp Don't take chances with new include files 2000-06-03 04:14:31 +00:00