php-src/Zend
2003-12-02 07:09:46 +00:00
..
RFCs No longer needed. 2003-11-24 18:31:47 +00:00
tests Fix test 2003-11-30 13:18:56 +00:00
acconfig.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
acinclude.m4
build.mk
buildconf
ChangeLog ChangeLog update 2003-12-02 01:31:57 +00:00
configure.in - MFZE1 2002-11-15 14:30:40 +00:00
flex.skl - added script encoding support to Zend Engine 2. 2003-08-11 05:24:42 +00:00
FlexLexer.h
LICENSE Bump year. 2002-12-31 15:59:15 +00:00
Makefile.am add zend_iterators.c zend_interfaces.c to make 2003-11-04 15:27:08 +00:00
OBJECTS2_HOWTO some small refinements for get_class_* 2003-01-22 14:55:01 +00:00
zend_alloc.c Fixed if() condition. 2003-10-17 02:29:06 +00:00
zend_alloc.h cleanup & centralize ZEND_GCC_VERSION and ZEND_ATTRIBUTE_MALLOC so that 2003-08-28 14:53:02 +00:00
zend_API.c - Revert auto-conversion in parameter API 2003-12-01 11:50:57 +00:00
zend_API.h Free the zval container only if it should be freed and was not copied. 2003-12-02 07:09:46 +00:00
zend_arg_defs.c Attempt at fixing the linkage problem in Win32 2003-08-31 12:38:50 +00:00
zend_builtin_functions.c - Nuke property_exists(). We need to fix isset() and this is already 2003-12-01 11:53:42 +00:00
zend_builtin_functions.h Need to tell zend_fetch_debug_backtrace() whether to skip top function or not. 2003-08-29 00:16:00 +00:00
ZEND_CHANGES IteratorAggregate::getIterator() cannot return anythingy else than objects 2003-11-13 08:23:49 +00:00
zend_compile.c Revert accidential commit until decision 2003-11-29 17:05:17 +00:00
zend_compile.h - Fix __autoload() to preserve class case. 2003-11-24 18:13:29 +00:00
zend_config.nw.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_config.w32.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_constants.c - Fix newly introduced bug which stopped class constants from working. 2003-11-24 20:47:53 +00:00
zend_constants.h Replace *magic number* with a much nicer define. 2003-08-22 18:50:12 +00:00
zend_default_classes.c Check return value of exception::__tostring() 2003-11-30 13:53:19 +00:00
zend_default_classes.h - Calling abstract methods should be a error for consistency reason. 2003-08-30 23:51:42 +00:00
zend_dynamic_array.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_dynamic_array.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_errors.h - Add E_STRICT, to be used to warn purists (like Jani :) 2003-11-18 09:25:04 +00:00
zend_exceptions.c Check return value of exception::__tostring() 2003-11-30 13:53:19 +00:00
zend_exceptions.h - Calling abstract methods should be a error for consistency reason. 2003-08-30 23:51:42 +00:00
zend_execute_API.c - Fix __autoload() to preserve class case. 2003-11-24 18:13:29 +00:00
zend_execute.c - Change to E_STRICT so as not to break existing scripts. 2003-12-01 12:35:46 +00:00
zend_execute.h - Provide a unified way to display uncaught exceptions, which shows 2003-08-24 13:10:03 +00:00
zend_extensions.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_extensions.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_fast_cache.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_globals_macros.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_globals.h - added script encoding support to Zend Engine 2. 2003-08-11 05:24:42 +00:00
zend_hash.c improve a number of zend_debug format strings 2003-08-29 07:34:37 +00:00
zend_hash.h changed ulong to long to avoid compiler warnings (comparison between signed and unsigned) 2003-09-25 15:38:35 +00:00
zend_highlight.c Fixed bug #26463 (Incorrect handling of semicolons after heredoc) 2003-11-29 19:05:14 +00:00
zend_highlight.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_indent.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_indent.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_ini_parser.y Fixed formatting issue. 2003-10-17 02:47:44 +00:00
zend_ini_scanner.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_ini_scanner.l updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_ini.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_ini.h linkage for C++ 2003-08-18 23:19:27 +00:00
zend_interfaces.c Add new interface ArrayAccess to use objects as Arrays 2003-11-24 20:57:54 +00:00
zend_interfaces.h Add new interface ArrayAccess to use objects as Arrays 2003-11-24 20:57:54 +00:00
zend_istdiostream.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_iterators.c Fix memleak 2003-11-29 19:26:41 +00:00
zend_iterators.h Update Iterators: Call next at the correct point in time. 2003-11-07 10:47:47 +00:00
zend_language_parser.y - Add E_STRICT, to be used to warn purists (like Jani :) 2003-11-18 09:25:04 +00:00
zend_language_scanner.h - added script encoding support to Zend Engine 2. 2003-08-11 05:24:42 +00:00
zend_language_scanner.l Fixed bug #26463 (Incorrect handling of semicolons after heredoc) 2003-11-29 19:05:14 +00:00
zend_list.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_list.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_llist.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_llist.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_mm.c - Argh, the suffering copy&paste can cause 2003-10-14 18:13:55 +00:00
zend_mm.h - Add heap to memory manager. This should improve performance. 2003-07-04 15:38:12 +00:00
zend_modules.h Attempt at fixing the linkage problem in Win32 2003-08-31 12:38:50 +00:00
zend_multibyte.c - added script encoding support to Zend Engine 2. 2003-08-11 05:24:42 +00:00
zend_multibyte.h - added script encoding support to Zend Engine 2. 2003-08-11 05:24:42 +00:00
zend_multiply.h - Missing $Id$ tag 2003-06-10 22:39:29 +00:00
zend_object_handlers.c The macro REPLACE_ZVAL_VALUE cannot be used since we only have zval * 2003-11-27 19:08:28 +00:00
zend_object_handlers.h Split isset/isempty for object property and object dimension hooking. 2003-11-10 16:14:44 +00:00
zend_objects_API.c Split isset/isempty for object property and object dimension hooking. 2003-11-10 16:14:44 +00:00
zend_objects_API.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_objects.c Synch/Unify error messages related to function/method calls 2003-09-02 14:08:59 +00:00
zend_objects.h Shuffle code to ease writing clone handlers 2003-07-19 09:47:00 +00:00
zend_opcode.c This check shouldn't be necessary 2003-08-04 07:52:09 +00:00
zend_operators.c - Don't automatically call __toString() in convert_to_string_ex(). 2003-12-01 11:47:52 +00:00
zend_operators.h Add new interface ArrayAccess to use objects as Arrays 2003-11-24 20:57:54 +00:00
zend_ptr_stack.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_ptr_stack.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_qsort.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_qsort.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_reflection_api.c - Fix __autoload() to preserve class case. 2003-11-24 18:13:29 +00:00
zend_reflection_api.h added support for Reflection_Function, the first part of 2003-06-30 20:03:56 +00:00
zend_sprintf.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_stack.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_stack.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_static_allocator.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_static_allocator.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_stream.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_stream.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_ts_hash.c Improve tracking 2003-08-18 21:17:26 +00:00
zend_ts_hash.h Improve tracking 2003-08-18 21:17:26 +00:00
zend_types.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_variables.c - Provide appropriate way to destroy internal zval's. 2003-08-24 17:32:47 +00:00
zend_variables.h - Provide appropriate way to destroy internal zval's. 2003-08-24 17:32:47 +00:00
zend.c - Add E_STRICT, to be used to warn purists (like Jani :) 2003-11-18 09:25:04 +00:00
Zend.dsp Add zend_interfaces.{c|h}. 2003-10-23 04:41:09 +00:00
zend.h Expand Interface C API. 2003-10-22 19:59:58 +00:00
zend.ico
Zend.m4 MFB bison configure test fix 2003-10-07 22:39:54 +00:00
ZendCore.dep
ZendTS.dsp Add zend_interfaces.{c|h}. 2003-10-23 04:41:09 +00:00