| .. |
|
FlexLexer.h
|
Replace macros which begin with an underscore through an appropiately
|
26 years ago |
|
LICENSE
|
It's official now...
|
26 years ago |
|
Makefile.am
|
Add optional support for C0x inline semantics.
|
26 years ago |
|
ZEND_CHANGES
|
- Fix typos
|
26 years ago |
|
Zend.dsp
|
Fix non thread-safe mode - asp_tags/short_tags etc weren't getting initialized properly
|
26 years ago |
|
Zend.m4
|
fp_except check for FreeBSD 1.0-2.2.5
|
26 years ago |
|
ZendCore.dep
|
hand-patched some MSVC files
|
27 years ago |
|
ZendTS.dsp
|
- Make Win32 build
|
26 years ago |
|
acconfig.h
|
If available, use fpclassify for substituting zend_finite.
|
26 years ago |
|
acinclude.m4
|
fp_except check for FreeBSD 1.0-2.2.5
|
26 years ago |
|
build.mk
|
Add clean target which removes standard targets
|
27 years ago |
|
buildconf
|
Use libtool to build.
|
27 years ago |
|
configure.in
|
libzend -> Zend
|
26 years ago |
|
flex.skl
|
Ok, call me crazy, because I probably am.
|
27 years ago |
|
zend-parser.y
|
- Revert foreach() change which only allowed variables and array(...)
|
26 years ago |
|
zend-scanner.h
|
Replace macros which begin with an underscore through an appropiately
|
26 years ago |
|
zend-scanner.l
|
One more fix to C compile.
|
26 years ago |
|
zend.c
|
Fix warning issue (compile errors inside require()'d files were incorrectly supressed)
|
26 years ago |
|
zend.h
|
- Beautify code. Try and use more macros for splitting instead of
|
26 years ago |
|
zend.ico
|
Zend Library
|
27 years ago |
|
zend_API.c
|
Avoid using E_CORE_* errorlevels in any place which is not in the global startup sequence
|
26 years ago |
|
zend_API.h
|
Fix EMPTY_STRING macros
|
26 years ago |
|
zend_alloc.c
|
Fix build with no memory_limit
|
26 years ago |
|
zend_alloc.h
|
Replace macros which begin with an underscore through an appropiately
|
26 years ago |
|
zend_builtin_functions.c
|
- Don't define this function in non-debug mode
|
26 years ago |
|
zend_builtin_functions.h
|
Change header protection macros to conform to standard.
|
26 years ago |
|
zend_compile.c
|
Eliminate run-time leak with eval()'s
|
26 years ago |
|
zend_compile.h
|
Fix warning issue (compile errors inside require()'d files were incorrectly supressed)
|
26 years ago |
|
zend_config.w32.h
|
Fix Win32 build
|
26 years ago |
|
zend_constants.c
|
Make define return false and issue E_NOTICE when trying to redefine constant
|
26 years ago |
|
zend_constants.h
|
Make define return false and issue E_NOTICE when trying to redefine constant
|
26 years ago |
|
zend_dynamic_array.c
|
It's official now...
|
26 years ago |
|
zend_dynamic_array.h
|
Replace macros which begin with an underscore through an appropiately
|
26 years ago |
|
zend_errors.h
|
Change header protection macros to conform to standard.
|
26 years ago |
|
zend_execute.c
|
- Revert patch from 9/7/2000 which seems to have broken unset().
|
26 years ago |
|
zend_execute.h
|
- Unused results should be marked with EXT_TYPE_UNUSED and not IS_UNUSED
|
26 years ago |
|
zend_execute_API.c
|
- Fix bug report by Andrei when using a method as a sort user function
|
26 years ago |
|
zend_execute_locks.h
|
Change header protection macros to conform to standard.
|
26 years ago |
|
zend_extensions.c
|
- Add another "\n" at the end of error messages.
|
26 years ago |
|
zend_extensions.h
|
Fix warning issue (compile errors inside require()'d files were incorrectly supressed)
|
26 years ago |
|
zend_fast_cache.h
|
Change header protection macros to conform to standard.
|
26 years ago |
|
zend_gcc_inline.c
|
Rename C0x-inline to C9x-inline, and frame preprocessor directives in
|
26 years ago |
|
zend_globals.h
|
Eliminate run-time leak with eval()'s
|
26 years ago |
|
zend_globals_macros.h
|
Change header protection macros to conform to standard.
|
26 years ago |
|
zend_hash.c
|
This is probably the oldest bug in PHP :)
|
26 years ago |
|
zend_hash.h
|
Disable the hash_apply() protection on hashes that persist across requests - it's unsafe
|
26 years ago |
|
zend_highlight.c
|
Open these up for the API
|
26 years ago |
|
zend_highlight.h
|
Replace macros which begin with an underscore through an appropiately
|
26 years ago |
|
zend_indent.c
|
It's official now...
|
26 years ago |
|
zend_indent.h
|
Change header protection macros to conform to standard.
|
26 years ago |
|
zend_list.c
|
Improve register_resource_ex() infrastructure
|
26 years ago |
|
zend_list.h
|
Improve register_resource_ex() infrastructure
|
26 years ago |
|
zend_llist.c
|
- Add zend_llist_apply_with_arguments()
|
26 years ago |
|
zend_llist.h
|
Change header protection macros to conform to standard.
|
26 years ago |
|
zend_modules.h
|
that too
|
26 years ago |
|
zend_opcode.c
|
The patch we promised - redesigned the compilation/execution API:
|
26 years ago |
|
zend_operators.c
|
Add strncasecmp function
|
26 years ago |
|
zend_operators.h
|
Add strncasecmp function
|
26 years ago |
|
zend_ptr_stack.c
|
- Add restore_error_handler()
|
26 years ago |
|
zend_ptr_stack.h
|
Change header protection macros to conform to standard.
|
26 years ago |
|
zend_sprintf.c
|
It's official now...
|
26 years ago |
|
zend_stack.c
|
- Make the argument order for the stack applies more consistent with other Zend
|
26 years ago |
|
zend_stack.h
|
Change header protection macros to conform to standard.
|
26 years ago |
|
zend_static_allocator.c
|
- Not returning a value anymore
|
26 years ago |
|
zend_static_allocator.h
|
Replace macros which begin with an underscore through an appropiately
|
26 years ago |
|
zend_variables.c
|
Fix a bug in static initializers/default values/class member variables that contained
|
26 years ago |
|
zend_variables.h
|
Replace macros which begin with an underscore through an appropiately
|
26 years ago |