.. |
acconfig.h
|
Use DL_LAZY for OpenBSD. This seems to be a compatibility flag which
|
1999-10-12 14:48:32 +00:00 |
acinclude.m4
|
Use libtool to build.
|
1999-10-04 15:20:12 +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
|
More portability stuff
|
1999-10-05 15:13:22 +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 |
libzend.dsp
|
Added zend_num_args() and zend_get_arg()
|
1999-09-20 13:00:35 +00:00 |
libzendts.dsp
|
Added zend_num_args() and zend_get_arg()
|
1999-09-20 13:00:35 +00:00 |
LICENSE
|
License update
|
1999-07-19 17:52:38 +00:00 |
Makefile.am
|
Add necessary rule.
|
1999-10-04 15:35:16 +00:00 |
zend_alloc.c
|
* header file cleanup
|
1999-09-06 16:14:08 +00:00 |
zend_alloc.h
|
- Shift around header files.
|
1999-09-05 19:03:35 +00:00 |
zend_API.c
|
added add_*_resource() and add_*_bool() functions
|
1999-10-04 11:42:46 +00:00 |
zend_API.h
|
added add_*_resource() and add_*_bool() functions
|
1999-10-04 11:42:46 +00:00 |
zend_builtin_functions.c
|
use getParametersEx for all builtin functions
|
1999-10-04 13:27:12 +00:00 |
zend_builtin_functions.h
|
Add a file in which we can put Zend builtin functions
|
1999-09-20 12:24:39 +00:00 |
ZEND_CHANGES
|
foreach() syntax has changed
|
1999-04-08 04:11:23 +00:00 |
zend_compile.c
|
- For Andrei. Implement references in array() initializations
|
1999-10-01 10:00:05 +00:00 |
zend_compile.h
|
This causes link problems with anything higher than -O0.
|
1999-10-05 11:17:04 +00:00 |
zend_config.w32.h
|
*** empty log message ***
|
1999-09-29 21:46:37 +00:00 |
zend_constants.c
|
Fix for Thies's UMR
|
1999-08-20 17:02:11 +00:00 |
zend_constants.h
|
Fix for Thies's UMR
|
1999-08-20 17:02:11 +00:00 |
zend_errors.h
|
0.91 update
|
1999-07-19 20:02:12 +00:00 |
zend_execute_API.c
|
- Hooray. This might actually work. (I hope)
|
1999-10-03 20:06:21 +00:00 |
zend_execute.c
|
- object.ptr was made NULL in DO_FCALL but wasn't restored. Right now I
|
1999-10-12 11:41:17 +00:00 |
zend_execute.h
|
- First part of the patch which makes reads use ptr and not ptr_ptr.
|
1999-09-28 16:03:09 +00:00 |
zend_extensions.c
|
*** empty log message ***
|
1999-08-28 21:51:12 +00:00 |
zend_extensions.h
|
*** empty log message ***
|
1999-08-28 21:43:24 +00:00 |
zend_globals_macros.h
|
added newline at end of file
|
1999-09-17 12:14:31 +00:00 |
zend_globals.h
|
More portability stuff
|
1999-10-05 15:13:22 +00:00 |
zend_hash.c
|
Modified zend_hash() to accept a pointer to sort function.
|
1999-10-11 21:30:23 +00:00 |
zend_hash.h
|
Modified zend_hash() to accept a pointer to sort function.
|
1999-10-11 21:30:23 +00:00 |
zend_highlight.c
|
0.91 update
|
1999-07-19 20:02:12 +00:00 |
zend_highlight.h
|
0.91 update
|
1999-07-19 20:02:12 +00:00 |
zend_indent.c
|
0.91 update
|
1999-07-19 20:02:12 +00:00 |
zend_indent.h
|
0.91 update
|
1999-07-19 20:02:12 +00:00 |
zend_list.c
|
Exify the standardized resource stuff
|
1999-09-24 14:03:45 +00:00 |
zend_list.h
|
Exify the standardized resource stuff
|
1999-09-24 14:03:45 +00:00 |
zend_llist.c
|
0.91 update
|
1999-07-19 20:02:12 +00:00 |
zend_llist.h
|
0.91 update
|
1999-07-19 20:02:12 +00:00 |
zend_modules.h
|
Add new API for resources
|
1999-09-03 19:12:07 +00:00 |
zend_opcode.c
|
- Move is_ref back to being an unsigned char and not a bit field.
|
1999-10-01 23:31:39 +00:00 |
zend_operators.c
|
Fix leak in += with arrays
|
1999-09-29 17:45:44 +00:00 |
zend_operators.h
|
- Move is_ref back to being an unsigned char and not a bit field.
|
1999-10-01 23:31:39 +00:00 |
zend_ptr_stack.c
|
* header file cleanup
|
1999-09-06 16:14:08 +00:00 |
zend_ptr_stack.h
|
- Add ptr_stack_n_{push,pop} in order to speed up function calls a bit.
|
1999-07-30 11:55:53 +00:00 |
zend_sprintf.c
|
* header file cleanup
|
1999-09-06 16:14:08 +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
|
added zval_del_ref() function
|
1999-10-07 12:20:40 +00:00 |
zend_variables.h
|
added zval_del_ref() function
|
1999-10-07 12:20:40 +00:00 |
zend-parser.y
|
- For Andrei. Implement references in array() initializations
|
1999-10-01 10:00:05 +00:00 |
zend-scanner.h
|
0.91 update
|
1999-07-19 20:02:12 +00:00 |
zend-scanner.l
|
Provide alternative istdiostream.
|
1999-09-28 11:54:02 +00:00 |
zend.c
|
Add a file in which we can put Zend builtin functions
|
1999-09-20 12:24:39 +00:00 |
zend.h
|
More portability stuff
|
1999-10-05 15:13:22 +00:00 |
zend.ico
|
Zend Library
|
1999-04-07 18:10:10 +00:00 |
ZendCore.dep
|
hand-patched some MSVC files
|
1999-09-06 16:15:27 +00:00 |