php-src/Zend
Marcus Boerger afb748d17a CS
2003-05-29 12:59:43 +00:00
..
RFCs * email address change 2003-03-18 12:06:09 +00:00
tests - $clone -> $that 2002-11-05 19:29:46 +00:00
acconfig.h Do not redefine zend_isnan if it is already defined. 2003-02-25 07:46:15 +00:00
acinclude.m4 fp_except check for FreeBSD 1.0-2.2.5 2000-06-18 16:51:42 +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
ChangeLog ChangeLog update 2003-05-29 00:30:48 +00:00
configure.in - MFZE1 2002-11-15 14:30:40 +00:00
flex.skl Fixup build for win32 2003-02-18 09:51:21 +00:00
FlexLexer.h Replace macros which begin with an underscore through an appropiately 2000-07-03 00:55:36 +00:00
LICENSE Bump year. 2002-12-31 15:59:15 +00:00
Makefile.am add a standard Exception class. 2003-03-23 04:32:24 +00:00
OBJECTS2_HOWTO some small refinements for get_class_* 2003-01-22 14:55:01 +00:00
zend_alloc.c no reason to do this at runtime 2003-05-28 22:56:56 +00:00
zend_alloc.h add safe_emalloc 2003-04-24 03:35:06 +00:00
zend_API.c Make use optimized string lowering 2003-05-21 22:57:51 +00:00
zend_API.h Revert to sizeof() 2003-05-23 18:37:36 +00:00
zend_builtin_functions.c Make use optimized string lowering 2003-05-21 22:57:51 +00:00
zend_builtin_functions.h - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
ZEND_CHANGES Document 'const' keyword. 2003-04-10 16:54:46 +00:00
zend_compile.c Fix Bug #23285 (Potential Stack Overflow in zendlex). 2003-05-29 09:01:55 +00:00
zend_compile.h Fix warnings. 2003-04-11 17:30:42 +00:00
zend_config.nw.h - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_config.w32.h fix isinf for win32 2003-03-10 01:12:22 +00:00
zend_constants.c Make use optimized string lowering 2003-05-21 22:57:51 +00:00
zend_constants.h C++ compile fixes 2003-05-20 13:21:26 +00:00
zend_default_classes.c add an accessor for the default exception 2003-05-03 23:54:57 +00:00
zend_default_classes.h semicolon 2003-05-04 00:01:44 +00:00
zend_dynamic_array.c - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_dynamic_array.h - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_errors.h - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_exceptions.c add an accessor for the default exception 2003-05-03 23:54:57 +00:00
zend_exceptions.h semicolon 2003-05-04 00:01:44 +00:00
zend_execute_API.c Make zend_str_tolower_copy() a copy function (like stccpy). 2003-05-21 21:59:40 +00:00
zend_execute_locks.h - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_execute.c Cache function call lookups with loops (store in a temporary variable on the 2003-05-28 20:42:40 +00:00
zend_execute.h Add zend_lookup_ns_class() function. 2003-04-08 17:10:01 +00:00
zend_extensions.c - Revert my symbol fix patch, and merge in Stas' fixes to Zend Engine 1. 2003-04-18 17:55:45 +00:00
zend_extensions.h - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_fast_cache.h - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_globals_macros.h - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_globals.h Implement a different way to catch documentation comments. 2003-04-02 16:51:49 +00:00
zend_hash.c move HANDLE_NUMERIC() from the hash table implementation upstream to the 2003-05-23 15:11:15 +00:00
zend_hash.h Fix prototype (may have caused stack corruption) 2003-02-06 00:14:49 +00:00
zend_highlight.c Revert portions of the doc comment patch. There should be no parser 2003-04-02 16:13:12 +00:00
zend_highlight.h - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_indent.c - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_indent.h - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_ini_parser.y Improve Win32 build performance 2003-02-17 13:20:41 +00:00
zend_ini_scanner.h - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_ini_scanner.l MFB: We know ini file scanning will never be interactive, so speed it up a 2003-02-27 00:11:43 +00:00
zend_ini.c MFHZE2 2003-03-24 14:53:30 +00:00
zend_ini.h Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. 2003-03-07 05:15:28 +00:00
zend_istdiostream.h - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_language_parser.y allow expressions within constants, so the following is possible 2003-04-10 15:43:47 +00:00
zend_language_scanner.h Implement simple stream support in the ZE scanners. 2003-02-18 09:37:54 +00:00
zend_language_scanner.l CS 2003-05-29 12:59:43 +00:00
zend_list.c Leftover. 2003-04-03 05:06:03 +00:00
zend_list.h i will not commit before 12:00 2003-04-03 03:07:58 +00:00
zend_llist.c - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_llist.h - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_mm.c - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_mm.h add some logic to detect zend_mm, which is really only useful when thread 2003-05-21 17:54:57 +00:00
zend_modules.h - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_multibyte.c - Add empty zend_multibyte.c to allow build with 4.3.0-dev. 2002-05-26 19:17:49 +00:00
zend_multiply.h Fix the *= operator 2003-04-29 15:06:19 +00:00
zend_object_handlers.c Assume lazy consensus regarding the cast_object() patch. *Only* implemented 2003-05-27 18:52:25 +00:00
zend_object_handlers.h Assume lazy consensus regarding the cast_object() patch. *Only* implemented 2003-05-27 18:52:25 +00:00
zend_objects_API.c - read_property cleanup 2003-02-05 14:27:30 +00:00
zend_objects_API.h - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_objects.c Eliminate TSRMLS_FETCH() calls in zend_objects_new() and zend_objects_get_address(). 2003-03-26 06:32:53 +00:00
zend_objects.h Eliminate TSRMLS_FETCH() calls in zend_objects_new() and zend_objects_get_address(). 2003-03-26 06:32:53 +00:00
zend_opcode.c Patch by Marcus Börger to fix some memleaks 2003-04-18 18:40:53 +00:00
zend_operators.c Assume lazy consensus regarding the cast_object() patch. *Only* implemented 2003-05-27 18:52:25 +00:00
zend_operators.h move HANDLE_NUMERIC() from the hash table implementation upstream to the 2003-05-23 15:11:15 +00:00
zend_ptr_stack.c - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_ptr_stack.h - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_qsort.c Bump year. 2002-12-31 15:59:15 +00:00
zend_qsort.h - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_sprintf.c - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_stack.c - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_stack.h - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_static_allocator.c - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_static_allocator.h - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_stream.c *cough* 2003-02-20 21:48:46 +00:00
zend_stream.h Implement simple stream support in the ZE scanners. 2003-02-18 09:37:54 +00:00
zend_ts_hash.c Reimplement PPP properties 2003-02-04 12:12:34 +00:00
zend_ts_hash.h Reimplement PPP properties 2003-02-04 12:12:34 +00:00
zend_types.h - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_variables.c - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_variables.h - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend.c Assume lazy consensus regarding the cast_object() patch. *Only* implemented 2003-05-27 18:52:25 +00:00
Zend.dsp Add new files to ZendTS.dsp. Sync list of files in Zend.dsp with ZendTS.dsp. ZTS fixes. 2003-03-23 06:57:16 +00:00
zend.h - Revert my symbol fix patch, and merge in Stas' fixes to Zend Engine 1. 2003-04-18 17:55:45 +00:00
zend.ico Zend Library 1999-04-07 18:10:10 +00:00
Zend.m4 Add stdlib.h too - it is needed fot strto{ld} 2003-03-20 17:41:40 +00:00
ZendCore.dep - Rename modules.h to zend_modules.h 2001-02-26 18:18:34 +00:00
ZendTS.dsp Add new files to ZendTS.dsp. Sync list of files in Zend.dsp with ZendTS.dsp. ZTS fixes. 2003-03-23 06:57:16 +00:00