php-src/Zend
2001-05-10 12:58:31 +00:00
..
acconfig.h - Fix for Solaris. 2001-03-11 19:35:26 +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
configure.in Use the hardly-documented third parameter of AM_INIT_AUTOMAKE to suppress 2000-12-02 13:27:07 +00:00
flex.skl - Success! Yay! 2000-12-18 16:11:57 +00:00
FlexLexer.h Replace macros which begin with an underscore through an appropiately 2000-07-03 00:55:36 +00:00
LICENSE - One more copyright year update 2001-02-26 05:44:29 +00:00
Makefile.am - Fix dependency. 2000-11-03 00:52:20 +00:00
zend_alloc.c - Try to solve crash on OS400. There is actually no reason I can see for 2001-04-30 05:39:37 +00:00
zend_alloc.h - Whitespace 2001-04-29 13:06:00 +00:00
zend_API.c Nuke unused variable. 2001-05-09 20:37:16 +00:00
zend_API.h - Patch from Jason Greene. 2001-04-19 17:51:23 +00:00
zend_builtin_functions.c - Add mistakenly removen closing bracket 2001-04-30 13:05:11 +00:00
zend_builtin_functions.h - Update copyright year 2001-02-26 05:43:27 +00:00
ZEND_CHANGES Test, ignore 2000-11-12 17:21:14 +00:00
zend_compile.c Recover from a parse error in include files (before, it could result in a crash under certain circumstances). Fix bug #8663 2001-05-06 19:30:31 +00:00
zend_compile.h Recover from a parse error in include files (before, it could result in a crash under certain circumstances). Fix bug #8663 2001-05-06 19:30:31 +00:00
zend_config.w32.h - Update copyright year 2001-02-26 05:43:27 +00:00
zend_constants.c - Update copyright year 2001-02-26 05:43:27 +00:00
zend_constants.h - Update copyright year 2001-02-26 05:43:27 +00:00
zend_dynamic_array.c - Update copyright year 2001-02-26 05:43:27 +00:00
zend_dynamic_array.h - Update copyright year 2001-02-26 05:43:27 +00:00
zend_errors.h - Update copyright year 2001-02-26 05:43:27 +00:00
zend_execute_API.c Hear hear, interactive mode is finally showing some progress: 2001-05-06 15:00:58 +00:00
zend_execute_locks.h Fix crash on Solaris with function parameter destruction 2000-09-19 17:27:56 +00:00
zend_execute.c Floating point keys didn't work in array() (fix bug #6662) 2001-05-06 15:39:27 +00:00
zend_execute.h - Update copyright year 2001-02-26 05:43:27 +00:00
zend_extensions.c - Whitespace changes to be standard like the rest of Zend 2001-04-27 18:51:56 +00:00
zend_extensions.h - Update copyright year 2001-02-26 05:43:27 +00:00
zend_fast_cache.h - Update copyright year 2001-02-26 05:43:27 +00:00
zend_globals_macros.h - Update copyright year 2001-02-26 05:43:27 +00:00
zend_globals.h - Update copyright year 2001-02-26 05:43:27 +00:00
zend_hash.c include limits.h if available 2001-04-28 20:21:42 +00:00
zend_hash.h - Update copyright year 2001-02-26 05:43:27 +00:00
zend_highlight.c Retain single spaces as spaces to condense HTML 2001-05-06 12:28:17 +00:00
zend_highlight.h - Update copyright year 2001-02-26 05:43:27 +00:00
zend_indent.c - Update copyright year 2001-02-26 05:43:27 +00:00
zend_indent.h - Update copyright year 2001-02-26 05:43:27 +00:00
zend_ini_parser.y - Update copyright year 2001-02-26 05:43:27 +00:00
zend_ini_scanner.h fix a couple of warnings 2001-01-23 17:55:17 +00:00
zend_ini_scanner.l - Support \r as newline in the ini scanner 2001-05-02 21:52:30 +00:00
zend_ini.c - Update copyright year 2001-02-26 05:43:27 +00:00
zend_ini.h Add missing #define's 2001-03-07 17:05:03 +00:00
zend_istdiostream.h Add newline 2001-01-12 11:14:46 +00:00
zend_language_parser.y Support interactive mode in thread-safe builds 2001-05-06 14:36:25 +00:00
zend_language_scanner.h - Update copyright year 2001-02-26 05:43:27 +00:00
zend_language_scanner.l - Fix line numbers when some lines end with \r 2001-05-08 19:42:14 +00:00
zend_list.c Fix warning 2001-03-28 16:12:16 +00:00
zend_list.h Remove redundant code 2001-03-28 14:56:28 +00:00
zend_llist.c - Add typedef for function pointer of llist dtor 2001-04-21 11:44:00 +00:00
zend_llist.h - Add typedef for function pointer of llist dtor 2001-04-21 11:44:00 +00:00
zend_modules.h - Update copyright year 2001-02-26 05:43:27 +00:00
zend_opcode.c - Fix crash bug reported by DBG author Dmitri Dmitrienko. 2001-05-08 15:56:26 +00:00
zend_operators.c Treat numeric strings as numbers in the increment operator 2001-05-10 12:58:31 +00:00
zend_operators.h Yikes, that would have been a very bad bug :) 2001-05-06 16:24:36 +00:00
zend_ptr_stack.c - Update copyright year 2001-02-26 05:43:27 +00:00
zend_ptr_stack.h - Update copyright year 2001-02-26 05:43:27 +00:00
zend_sprintf.c - Update copyright year 2001-02-26 05:43:27 +00:00
zend_stack.c - Update copyright year 2001-02-26 05:43:27 +00:00
zend_stack.h - Update copyright year 2001-02-26 05:43:27 +00:00
zend_static_allocator.c - Update copyright year 2001-02-26 05:43:27 +00:00
zend_static_allocator.h - Update copyright year 2001-02-26 05:43:27 +00:00
zend_variables.c - Nuke zval_del_ref() 2001-02-27 20:26:16 +00:00
zend_variables.h - Nuke zval_del_ref() 2001-02-27 20:26:16 +00:00
zend.c Make zend_execute_scripts() reentrant 2001-05-07 11:08:18 +00:00
Zend.dsp - Rename modules.h to zend_modules.h 2001-02-26 18:18:34 +00:00
zend.h - Bump up Zend version 2001-05-01 07:20:36 +00:00
zend.ico Zend Library 1999-04-07 18:10:10 +00:00
Zend.m4 - Fix for Solaris. 2001-03-11 19:35:26 +00:00
ZendCore.dep - Rename modules.h to zend_modules.h 2001-02-26 18:18:34 +00:00
ZendTS.dsp - Rename modules.h to zend_modules.h 2001-02-26 18:18:34 +00:00