.. |
acconfig.h
|
Move dl stuff from acconfig.h into zend.h. That allows us finer control
|
2000-01-12 19:52:33 +00:00 |
acinclude.m4
|
Some cleanup
|
2000-01-01 20:49:34 +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
|
libzend -> Zend
|
1999-12-19 21:02:54 +00:00 |
flex.skl
|
Ok, call me crazy, because I probably am.
|
1999-04-23 03:32:33 +00:00 |
FlexLexer.h
|
Ok, call me crazy, because I probably am.
|
1999-04-23 03:32:33 +00:00 |
LICENSE
|
License update
|
1999-07-19 17:52:38 +00:00 |
Makefile.am
|
- Preliminary support for dynamic arrays. I need it on order to try out a
|
2000-02-18 00:14:23 +00:00 |
zend_alloc.c
|
Fine tune Andi's patch
|
2000-02-11 15:59:30 +00:00 |
zend_alloc.h
|
- Run it on align_test
|
2000-01-30 04:49:43 +00:00 |
zend_API.c
|
- Fix a nasty bug in the hash, introduced in the recent migration to macros
|
2000-02-19 19:21:45 +00:00 |
zend_API.h
|
- Fix a nasty bug in the hash, introduced in the recent migration to macros
|
2000-02-19 19:21:45 +00:00 |
zend_builtin_functions.c
|
ZEND_TEST_EXCEPTIONS should be defined/undefined before it's checked
|
2000-02-16 13:55:22 +00:00 |
zend_builtin_functions.h
|
Fix warnings surfacing in maintainer-mode.
|
1999-12-01 22:55:20 +00:00 |
ZEND_CHANGES
|
foreach() syntax has changed
|
1999-04-08 04:11:23 +00:00 |
zend_compile.c
|
- Put in the infrastructure for the unset() fix. Right now it has the old
|
2000-02-14 20:31:01 +00:00 |
zend_compile.h
|
- Hopefully fix Thies' bug report.
|
2000-02-16 16:00:02 +00:00 |
zend_config.w32.h
|
Update .dsp's
|
2000-02-11 16:28:50 +00:00 |
zend_constants.c
|
Fix a memory leak
|
2000-02-13 22:15:06 +00:00 |
zend_constants.h
|
Destructors no longer return ints, the low level problem it was intended to solve is long gone now...
|
2000-01-17 17:33:37 +00:00 |
zend_dynamic_array.c
|
- Didn't compile on Win32
|
2000-02-18 09:18:19 +00:00 |
zend_dynamic_array.h
|
- Preliminary support for dynamic arrays. I need it on order to try out a
|
2000-02-18 00:14:23 +00:00 |
zend_errors.h
|
0.91 update
|
1999-07-19 20:02:12 +00:00 |
zend_execute_API.c
|
Pass the executor globals to internal functions
|
2000-02-05 15:40:05 +00:00 |
zend_execute_locks.h
|
Improve dependencies
|
2000-02-01 22:04:52 +00:00 |
zend_execute.c
|
Generalize macros
|
2000-02-19 13:11:39 +00:00 |
zend_execute.h
|
Maintain a state of whether we're compiling and/or executing
|
2000-02-04 14:45:58 +00:00 |
zend_extensions.c
|
Fine tune Andi's patch
|
2000-02-11 15:59:30 +00:00 |
zend_extensions.h
|
Those void's don't belong in there
|
1999-12-22 19:21:15 +00:00 |
zend_fast_cache.h
|
- Fix a nasty bug in the hash, introduced in the recent migration to macros
|
2000-02-19 19:21:45 +00:00 |
zend_globals_macros.h
|
This should enable people to use ALLOC_ZVAL() in code outside the php4.dll
|
1999-12-30 05:25:44 +00:00 |
zend_globals.h
|
Maintain a state of whether we're compiling and/or executing
|
2000-02-04 14:45:58 +00:00 |
zend_hash.c
|
- Fix a nasty bug in the hash, introduced in the recent migration to macros
|
2000-02-19 19:21:45 +00:00 |
zend_hash.h
|
- Make startup a bit faster by changing some hash_update()'s and hash_add()'s
|
2000-02-13 13:22:02 +00:00 |
zend_highlight.c
|
Remove old unnecessary check
|
2000-02-07 18:53:43 +00:00 |
zend_highlight.h
|
0.91 update
|
1999-07-19 20:02:12 +00:00 |
zend_indent.c
|
Move the #include of zend-parser.h out of zend_compile.h
|
1999-12-06 20:42:44 +00:00 |
zend_indent.h
|
Fix warnings surfacing in maintainer-mode.
|
1999-12-01 22:55:20 +00:00 |
zend_list.c
|
Destructors no longer return ints, the low level problem it was intended to solve is long gone now...
|
2000-01-17 17:33:37 +00:00 |
zend_list.h
|
Destructors no longer return ints, the low level problem it was intended to solve is long gone now...
|
2000-01-17 17:33:37 +00:00 |
zend_llist.c
|
Get rid of second declaration of compare_func_t. Either put in a common
|
2000-02-18 20:04:32 +00:00 |
zend_llist.h
|
Get rid of second declaration of compare_func_t. Either put in a common
|
2000-02-18 20:04:32 +00:00 |
zend_modules.h
|
- Stop passing list/plist to internal functions
|
2000-02-05 15:11:24 +00:00 |
zend_opcode.c
|
Maintain a state of whether we're compiling and/or executing
|
2000-02-04 14:45:58 +00:00 |
zend_operators.c
|
Generalize macros
|
2000-02-19 13:11:39 +00:00 |
zend_operators.h
|
Generalize macros
|
2000-02-19 13:11:39 +00:00 |
zend_ptr_stack.c
|
inline functions cannot accept varargs
|
1999-12-25 23:52:00 +00:00 |
zend_ptr_stack.h
|
inline functions cannot accept varargs
|
1999-12-25 23:52:00 +00:00 |
zend_sprintf.c
|
configure sets ZEND_BROKEN_SPRINTF
|
1999-12-19 01:47:43 +00:00 |
zend_stack.c
|
- Add foreach() freeing code.
|
1999-09-09 14:15:17 +00:00 |
zend_stack.h
|
- Add foreach() freeing code.
|
1999-09-09 14:15:17 +00:00 |
zend_variables.c
|
- Stop passing list/plist to internal functions
|
2000-02-05 15:11:24 +00:00 |
zend_variables.h
|
Destructors no longer return ints, the low level problem it was intended to solve is long gone now...
|
2000-01-17 17:33:37 +00:00 |
zend-parser.y
|
- Put in the infrastructure for the unset() fix. Right now it has the old
|
2000-02-14 20:31:01 +00:00 |
zend-scanner.h
|
Solve a couple of compile issues
|
1999-12-02 18:59:29 +00:00 |
zend-scanner.l
|
*** empty log message ***
|
2000-02-18 21:15:48 +00:00 |
zend.c
|
- Add ZEND_API
|
2000-02-17 08:03:13 +00:00 |
Zend.dsp
|
Update .dsp's
|
2000-02-11 16:28:50 +00:00 |
zend.h
|
- Add ZEND_API
|
2000-02-17 08:03:13 +00:00 |
zend.ico
|
Zend Library
|
1999-04-07 18:10:10 +00:00 |
Zend.m4
|
Some cleanup
|
2000-01-01 20:49:34 +00:00 |
ZendCore.dep
|
hand-patched some MSVC files
|
1999-09-06 16:15:27 +00:00 |
ZendTS.dsp
|
- Didn't compile on Win32
|
2000-02-18 09:18:19 +00:00 |