php-src/Zend
2003-03-27 17:57:47 +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
buildconf
ChangeLog ChangeLog update 2003-03-27 01:30:59 +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 - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_alloc.h - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_API.c Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry(). 2003-03-26 07:44:11 +00:00
zend_API.h Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry(). 2003-03-26 07:44:11 +00:00
zend_builtin_functions.c Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry(). 2003-03-26 07:44:11 +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 Dedicated to Greg Beaver <greg@chiaraquartet.net>. 2003-03-07 16:45:41 +00:00
zend_compile.c Fixed bug #22900 (declaration of namespaces with same name results in leaks). 2003-03-26 17:06:08 +00:00
zend_compile.h Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry(). 2003-03-26 07:44:11 +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 Namespace patch. Big changes: 2003-02-16 11:12:43 +00:00
zend_constants.h - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_default_classes.c ZTS fix. 2003-03-23 17:18:31 +00:00
zend_default_classes.h DEFAULT_CLASSES_H not DEFAULT_INTERFACES_H 2003-03-23 04:34:00 +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 ZTS fix. 2003-03-23 17:18:31 +00:00
zend_exceptions.h DEFAULT_CLASSES_H not DEFAULT_INTERFACES_H 2003-03-23 04:34:00 +00:00
zend_execute_API.c Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry(). 2003-03-26 07:44:11 +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 fix fetch_class buglet 2003-03-27 17:57:47 +00:00
zend_execute.h Namespace patch. Big changes: 2003-02-16 11:12:43 +00:00
zend_extensions.c MFZE1 2003-03-17 14:41:04 +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 - Keep track of starting/ending line numbers for user functions. 2003-03-19 21:17:47 +00:00
zend_hash.c Fix prototype (may have caused stack corruption) 2003-02-06 00:14:49 +00:00
zend_hash.h Fix prototype (may have caused stack corruption) 2003-02-06 00:14:49 +00:00
zend_highlight.c - Keep track of starting/ending line numbers for user functions. 2003-03-19 21:17:47 +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 Un-nest namespaces - now namespace X { namespace Y {} } is a parse error 2003-03-26 20:42:23 +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 fix crash in win32 debug build 2003-03-22 21:22:40 +00:00
zend_list.c - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +00:00
zend_list.h - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +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 - Added some missing CVS $Id$ tags, headers and footers. 2003-02-01 01:49:15 +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_object_handlers.c Eliminate TSRMLS_FETCH() calls in zend_objects_new() and zend_objects_get_address(). 2003-03-26 06:32:53 +00:00
zend_object_handlers.h Improve handling of static member variables 2003-02-17 14:06:39 +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 Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry(). 2003-03-26 07:44:11 +00:00
zend_operators.c Add support for interfaces 2003-03-05 11:14:44 +00:00
zend_operators.h Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry(). 2003-03-26 07:44:11 +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 Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry(). 2003-03-26 07:44:11 +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 Add support for interfaces 2003-03-05 11:14:44 +00:00
zend.ico
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