php-src/Zend
Andi Gutmans b8cadf21db - Only run startup() if ZEND_EXTENSIONS is defined to 1.
This fixes a link error on platforms which don't support libdl
2000-10-14 00:16:46 +00:00
..
acconfig.h If available, use fpclassify for substituting zend_finite. 2000-08-20 07:12:48 +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 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 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 Remove --enable-c9x-inline option. We now use a syntax which is compatible 2000-09-26 11:10:11 +00:00
zend_alloc.c - Fix fprintf 2000-10-04 19:29:28 +00:00
zend_alloc.h Replace macros which begin with an underscore through an appropiately 2000-07-03 00:55:36 +00:00
zend_API.c Avoid using E_CORE_* errorlevels in any place which is not in the global startup sequence 2000-06-12 20:22:17 +00:00
zend_API.h Fix EMPTY_STRING macros 2000-08-17 08:48:16 +00:00
zend_builtin_functions.c - Cleanup error output 2000-09-30 16:24:53 +00:00
zend_builtin_functions.h Change header protection macros to conform to standard. 2000-07-02 23:54:19 +00:00
ZEND_CHANGES Try once more to remove dups 2000-09-10 09:49:55 +00:00
zend_compile.c Set filename even on recursive include 2000-09-17 08:58:39 +00:00
zend_compile.h Make compile_string() accept a description of the code 2000-09-12 19:47:25 +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 Fix -a interactive mode (no idea how the previous commit got committed) 2000-10-11 18:51:52 +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 -a interactive mode (no idea how the previous commit got committed) 2000-10-11 18:51:52 +00:00
zend_execute.h - Fix Bug #7061 2000-10-06 17:34:50 +00:00
zend_extensions.c - Only run startup() if ZEND_EXTENSIONS is defined to 1. 2000-10-14 00:16:46 +00:00
zend_extensions.h - Change zend_extension_api_no 2000-10-02 20:08:46 +00:00
zend_fast_cache.h Change header protection macros to conform to standard. 2000-07-02 23:54:19 +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 Eliminate run-time leak with eval()'s 2000-08-19 17:50:42 +00:00
zend_hash.c Don't use 'new' symbol 2000-10-11 19:11:48 +00:00
zend_hash.h Don't use 'new' symbol 2000-10-11 19:11:48 +00:00
zend_highlight.c Open these up for the API 2000-05-19 09:32:33 +00:00
zend_highlight.h Make compile_string() accept a description of the code 2000-09-12 19:47:25 +00:00
zend_indent.c It's official now... 2000-03-06 05:26:39 +00:00
zend_indent.h Change header protection macros to conform to standard. 2000-07-02 23:54:19 +00:00
zend_list.c Improve register_resource_ex() infrastructure 2000-07-14 20:00:24 +00:00
zend_list.h Improve register_resource_ex() infrastructure 2000-07-14 20:00:24 +00:00
zend_llist.c - Add zend_llist_apply_with_arguments() 2000-04-29 10:20:40 +00:00
zend_llist.h Change header protection macros to conform to standard. 2000-07-02 23:54:19 +00:00
zend_modules.h that too 2000-08-09 19:25:01 +00:00
zend_opcode.c The patch we promised - redesigned the compilation/execution API: 2000-08-09 19:22:35 +00:00
zend_operators.c - Make increment of "" become "1" 2000-10-13 16:24:00 +00:00
zend_operators.h Remove --enable-c9x-inline option. We now use a syntax which is compatible 2000-09-26 11:10:11 +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-parser.y Allow require_once to take expressions, just like require 2000-09-10 11:24:45 +00:00
zend-scanner.h Replace macros which begin with an underscore through an appropiately 2000-07-03 00:55:36 +00:00
zend-scanner.l - Updated included_files() also for plain include()/require(). 2000-10-05 17:58:46 +00:00
zend.c Fix previous update - move extension startup further down the startup sequence 2000-09-25 18:10:45 +00:00
Zend.dsp Fix non thread-safe mode - asp_tags/short_tags etc weren't getting initialized properly 2000-06-15 19:18:57 +00:00
zend.h Update version 2000-10-11 17:40:40 +00:00
zend.ico Zend Library 1999-04-07 18:10:10 +00:00
Zend.m4 Remove --enable-c9x-inline option. We now use a syntax which is compatible 2000-09-26 11:10:11 +00:00
ZendCore.dep hand-patched some MSVC files 1999-09-06 16:15:27 +00:00
ZendTS.dsp - Remove zend_gcc_inline.c 2000-09-28 06:40:57 +00:00