php-src/Zend
Andi Gutmans 0a3761e283 - For Sterling. I wonder if not all of the API functions should take the
- key_length as a parameter in order to save that strlen().
2001-01-19 08:40:49 +00:00
..
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 - Remove backward dependency from PHP -> Zend 2001-01-07 18:39:11 +00:00
zend_alloc.h Fix Zend build for non ZTS 2000-11-19 12:28:28 +00:00
zend_API.c - For Sterling. I wonder if not all of the API functions should take the 2001-01-19 08:40:49 +00:00
zend_API.h - For Sterling. I wonder if not all of the API functions should take the 2001-01-19 08:40:49 +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 Add free_estring() 2001-01-15 10:52:06 +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 - Fix leak in fetch_dim_address() which was already fixed in 2001-01-17 17:34:16 +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 Fix for bug number 8666 2001-01-12 06:55:57 +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 Fix mismatch in return values 2001-01-07 19:04:02 +00:00
zend_ini.h - Remove backward dependency from PHP -> Zend 2001-01-07 18:39:11 +00:00
zend_istdiostream.h Add newline 2001-01-12 11:14:46 +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 Fix another case of possible line number corruption 2001-01-03 23:00:01 +00:00
zend_list.c Fix persistent resources, once and for all... 2001-01-16 23:49:16 +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 Fix possible corruption in line number information 2000-12-30 15:32:12 +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 Add free_estring() 2001-01-15 10:52:06 +00:00
Zend.dsp Remove -S option on all bison calls 2001-01-07 18:31:55 +00:00
zend.h Add free_estring() 2001-01-15 10:52:06 +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 Remove -S option on all bison calls 2001-01-07 18:31:55 +00:00