.. |
acconfig.h
|
Use the hardly-documented third parameter of AM_INIT_AUTOMAKE to suppress
|
2000-12-02 13:27:07 +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
|
It's official now...
|
2000-03-06 05:26:39 +00:00 |
Makefile.am
|
- Fix dependency.
|
2000-11-03 00:52:20 +00:00 |
zend_alloc.c
|
Forgot to commit the non-debug build fix yesterday...
|
2000-11-18 11:43:08 +00:00 |
zend_alloc.h
|
Fix Zend build for non ZTS
|
2000-11-19 12:28:28 +00:00 |
zend_API.c
|
Maintain consistency
|
2000-11-02 19:27:55 +00:00 |
zend_API.h
|
Fix call_user_function() with objects - it could leak under certain circumstances
|
2000-12-13 22:50:10 +00:00 |
zend_builtin_functions.c
|
Allow get_current_key() not to return the key itself, instead of a duplicate
|
2000-12-22 12:49:51 +00:00 |
zend_builtin_functions.h
|
Change header protection macros to conform to standard.
|
2000-07-02 23:54:19 +00:00 |
ZEND_CHANGES
|
Test, ignore
|
2000-11-12 17:21:14 +00:00 |
zend_compile.c
|
- Fix leak with useless statements such as "foo";
|
2000-12-18 13:28:32 +00:00 |
zend_compile.h
|
Use iostream.h instead of istream.h (IBM's compiler doesn't come with istream.h,
|
2000-12-26 23:05:55 +00:00 |
zend_config.w32.h
|
- Save two lines
|
2000-09-06 18:42:06 +00:00 |
zend_constants.c
|
Make define return false and issue E_NOTICE when trying to redefine constant
|
2000-07-28 09:44:46 +00:00 |
zend_constants.h
|
Make define return false and issue E_NOTICE when trying to redefine constant
|
2000-07-28 09:44:46 +00:00 |
zend_dynamic_array.c
|
It's official now...
|
2000-03-06 05:26:39 +00:00 |
zend_dynamic_array.h
|
Replace macros which begin with an underscore through an appropiately
|
2000-07-03 00:55:36 +00:00 |
zend_errors.h
|
Change header protection macros to conform to standard.
|
2000-07-02 23:54:19 +00:00 |
zend_execute_API.c
|
More aggressive protection in call_user_function_ex()
|
2000-12-24 00:29:14 +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
|
Allow get_current_key() not to return the key itself, instead of a duplicate
|
2000-12-22 12:49:51 +00:00 |
zend_execute.h
|
Expose all timeout functions
|
2000-12-05 13:04:05 +00:00 |
zend_extensions.c
|
- Remove unused function
|
2000-11-13 18:14:16 +00:00 |
zend_extensions.h
|
This needs updating as well
|
2000-12-24 15:37:39 +00:00 |
zend_fast_cache.h
|
Add explicit conversion from 'void *', otherwise ANSI C++ compilers
|
2000-10-18 19:53:43 +00:00 |
zend_globals_macros.h
|
Change header protection macros to conform to standard.
|
2000-07-02 23:54:19 +00:00 |
zend_globals.h
|
Make the INI mechanism thread safe (or at least thread safer :)
|
2000-12-27 15:43:15 +00:00 |
zend_hash.c
|
Allow get_current_key() not to return the key itself, instead of a duplicate
|
2000-12-22 12:49:51 +00:00 |
zend_hash.h
|
Allow get_current_key() not to return the key itself, instead of a duplicate
|
2000-12-22 12:49:51 +00:00 |
zend_highlight.c
|
Unify the names of these last 3 files...
|
2000-10-29 14:35:34 +00:00 |
zend_highlight.h
|
Fix Apache build
|
2000-10-31 18:28:04 +00:00 |
zend_indent.c
|
Unify the names of these last 3 files...
|
2000-10-29 14:35:34 +00:00 |
zend_indent.h
|
Change header protection macros to conform to standard.
|
2000-07-02 23:54:19 +00:00 |
zend_ini_parser.y
|
Remove unnecessary variables
|
2000-11-02 11:33:34 +00:00 |
zend_ini_scanner.h
|
- Add trailing \n?
|
2000-11-03 08:39:39 +00:00 |
zend_ini_scanner.l
|
- Use supplied istdiostream definition for the INI scanner too
|
2000-12-26 22:15:13 +00:00 |
zend_ini.c
|
Make the INI mechanism thread safe (or at least thread safer :)
|
2000-12-27 15:43:15 +00:00 |
zend_ini.h
|
Make the INI mechanism thread safe (or at least thread safer :)
|
2000-12-27 15:43:15 +00:00 |
zend_istdiostream.h
|
- Use supplied istdiostream definition for the INI scanner too
|
2000-12-26 22:15:13 +00:00 |
zend_language_parser.y
|
- Support for $var =& new foo() syntax. This allows you to use objects
|
2000-12-05 18:45:58 +00:00 |
zend_language_scanner.h
|
Unify the names of these last 3 files...
|
2000-10-29 14:35:34 +00:00 |
zend_language_scanner.l
|
- Use supplied istdiostream definition for the INI scanner too
|
2000-12-26 22:15:13 +00:00 |
zend_list.c
|
- Fixed a bug in zend_rsrc_list_get_rsrc_type()
|
2000-10-20 18:26:15 +00:00 |
zend_list.h
|
Remove the patch to register_list_destructors().
|
2000-10-25 17:41:34 +00:00 |
zend_llist.c
|
Fix zend_llist_apply_with_del - it should remove from list,
|
2000-11-13 14:55:28 +00:00 |
zend_llist.h
|
- Try #2. Wasn't allowed to delete in the previous manner because we were
|
2000-10-18 20:15:53 +00:00 |
zend_modules.h
|
Set the floating-point exception mask on FreeBSD to 0 (as do other
|
2000-12-22 21:11:34 +00:00 |
zend_opcode.c
|
- Beautify by using the standard #define.
|
2000-11-11 17:41:28 +00:00 |
zend_operators.c
|
Add notice when auto-converting array to string
|
2000-12-18 08:47:17 +00:00 |
zend_operators.h
|
Fix build
|
2000-11-21 22:41:49 +00:00 |
zend_ptr_stack.c
|
- Add restore_error_handler()
|
2000-06-17 18:04:58 +00:00 |
zend_ptr_stack.h
|
Change header protection macros to conform to standard.
|
2000-07-02 23:54:19 +00:00 |
zend_sprintf.c
|
It's official now...
|
2000-03-06 05:26:39 +00:00 |
zend_stack.c
|
- Make the argument order for the stack applies more consistent with other Zend
|
2000-03-29 22:28:04 +00:00 |
zend_stack.h
|
Change header protection macros to conform to standard.
|
2000-07-02 23:54:19 +00:00 |
zend_static_allocator.c
|
- Not returning a value anymore
|
2000-06-23 00:11:54 +00:00 |
zend_static_allocator.h
|
Replace macros which begin with an underscore through an appropiately
|
2000-07-03 00:55:36 +00:00 |
zend_variables.c
|
Fix a bug in static initializers/default values/class member variables that contained
|
2000-05-31 19:07:09 +00:00 |
zend_variables.h
|
Replace macros which begin with an underscore through an appropiately
|
2000-07-03 00:55:36 +00:00 |
zend.c
|
Make the INI mechanism thread safe (or at least thread safer :)
|
2000-12-27 15:43:15 +00:00 |
Zend.dsp
|
Fix non-thread-safe Windows build
|
2000-10-30 23:37:50 +00:00 |
zend.h
|
Add macro to replace value of zval with another value while preserving
|
2000-11-20 12:35:08 +00:00 |
zend.ico
|
Zend Library
|
1999-04-07 18:10:10 +00:00 |
Zend.m4
|
Require bison 1.28
|
2000-10-31 14:54:16 +00:00 |
ZendCore.dep
|
Unify the names of these last 3 files...
|
2000-10-29 14:35:34 +00:00 |
ZendTS.dsp
|
Make the INI mechanism thread safe (or at least thread safer :)
|
2000-12-27 15:43:15 +00:00 |