..
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
- Fix the memory limit fix.
2001-06-30 07:58:34 +00:00
zend_alloc.h
- Whitespace
2001-04-29 13:06:00 +00:00
zend_API.c
Adding new parameter parsing API.
2001-07-09 18:51:29 +00:00
zend_API.h
cleaned up the RETVAL_ RETURN_ and ZVAL_ macros
2001-07-10 08:20:20 +00:00
zend_builtin_functions.c
- Fix crash bug (fix by Jani).
2001-06-26 15:19:47 +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
- Commit Thies' patch. str.len was too long.
2001-07-10 05:02:50 +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
Fix a memory leak which occured upon registering an already existing
2001-05-11 19:18:24 +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
- Nuke dependency of all of PHP on zend_execute_locks.h.
2001-06-21 21:17:10 +00:00
zend_execute_locks.h
Fix warnings
2001-06-28 23:40:44 +00:00
zend_execute.c
Fix leak in the patch, and revert a couple of lines I didn't mean to commit
2001-06-27 15:47:31 +00:00
zend_execute.h
- Nuke dependency of all of PHP on zend_execute_locks.h.
2001-06-21 21:17:10 +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
- Merge faster hash implementation.
2001-07-10 20:31:42 +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
- Hopefully fix bug #11476 and improve garbage to be freed very quickly.
2001-06-21 22:30:23 +00:00
zend_hash.c
- Merge faster hash implementation.
2001-07-10 20:31:42 +00:00
zend_hash.h
- Merge faster hash implementation.
2001-07-10 20:31:42 +00:00
zend_highlight.c
Improve XHTML compliance (suggested by Anil Madhavapeddy)
2001-06-12 10:51:59 +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
That's slightly clearer that way :)
2001-05-17 16:33:45 +00:00
zend_list.c
- Whitespace and change the name of the macro to something more verbose
2001-05-20 20:25:20 +00:00
zend_list.h
- The previous name could be confused with resource #
2001-05-20 20:48:40 +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 when opcodes array is erealloc()'ed to a different memory
2001-05-11 14:29:06 +00:00
zend_operators.c
- Remove bogus comment.
2001-06-29 20:42:02 +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
cleaned up the RETVAL_ RETURN_ and ZVAL_ macros
2001-07-10 08:20:20 +00:00
zend_variables.h
- Nuke zval_del_ref()
2001-02-27 20:26:16 +00:00
zend.c
Avoid crashing if the error reporting function is called after a bailout during shutdown
2001-06-13 17:18:11 +00:00
Zend.dsp
- Rename modules.h to zend_modules.h
2001-02-26 18:18:34 +00:00
zend.h
- Bump Zend version
2001-06-24 03:54:11 +00:00
zend.ico
Zend Library
1999-04-07 18:10:10 +00:00
Zend.m4
Add missing check
2001-05-30 08:23:15 +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