| .. |
|
RFCs
|
No longer needed.
|
22 years ago |
|
tests
|
Fix test
|
22 years ago |
|
ChangeLog
|
ChangeLog update
|
22 years ago |
|
FlexLexer.h
|
Replace macros which begin with an underscore through an appropiately
|
26 years ago |
|
LICENSE
|
Bump year.
|
23 years ago |
|
Makefile.am
|
add zend_iterators.c zend_interfaces.c to make
|
22 years ago |
|
OBJECTS2_HOWTO
|
some small refinements for get_class_*
|
23 years ago |
|
ZEND_CHANGES
|
IteratorAggregate::getIterator() cannot return anythingy else than objects
|
22 years ago |
|
Zend.dsp
|
Add zend_interfaces.{c|h}.
|
23 years ago |
|
Zend.m4
|
MFB bison configure test fix
|
23 years ago |
|
ZendCore.dep
|
- Rename modules.h to zend_modules.h
|
25 years ago |
|
ZendTS.dsp
|
Add zend_interfaces.{c|h}.
|
23 years ago |
|
acconfig.h
|
updating license information in the headers.
|
23 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
|
- MFZE1
|
23 years ago |
|
flex.skl
|
- added script encoding support to Zend Engine 2.
|
23 years ago |
|
zend.c
|
- Add E_STRICT, to be used to warn purists (like Jani :)
|
22 years ago |
|
zend.h
|
Expand Interface C API.
|
23 years ago |
|
zend.ico
|
Zend Library
|
27 years ago |
|
zend_API.c
|
- Revert the revert of these patches. This overloading can only be used
|
22 years ago |
|
zend_API.h
|
Free the zval container only if it should be freed and was not copied.
|
22 years ago |
|
zend_alloc.c
|
Fixed if() condition.
|
23 years ago |
|
zend_alloc.h
|
cleanup & centralize ZEND_GCC_VERSION and ZEND_ATTRIBUTE_MALLOC so that
|
23 years ago |
|
zend_arg_defs.c
|
Attempt at fixing the linkage problem in Win32
|
23 years ago |
|
zend_builtin_functions.c
|
- Nuke property_exists(). We need to fix isset() and this is already
|
22 years ago |
|
zend_builtin_functions.h
|
Need to tell zend_fetch_debug_backtrace() whether to skip top function or not.
|
23 years ago |
|
zend_compile.c
|
- Fix for bug #26182
|
22 years ago |
|
zend_compile.h
|
- Fix __autoload() to preserve class case.
|
22 years ago |
|
zend_config.nw.h
|
updating license information in the headers.
|
23 years ago |
|
zend_config.w32.h
|
updating license information in the headers.
|
23 years ago |
|
zend_constants.c
|
- Fix newly introduced bug which stopped class constants from working.
|
22 years ago |
|
zend_constants.h
|
Replace *magic number* with a much nicer define.
|
23 years ago |
|
zend_default_classes.c
|
Check return value of exception::__tostring()
|
22 years ago |
|
zend_default_classes.h
|
Add zend_throw_exception_ex() which allows to format exception messages.
|
23 years ago |
|
zend_dynamic_array.c
|
updating license information in the headers.
|
23 years ago |
|
zend_dynamic_array.h
|
updating license information in the headers.
|
23 years ago |
|
zend_errors.h
|
- Don't include E_STRICT in E_ALL.
|
22 years ago |
|
zend_exceptions.c
|
Check return value of exception::__tostring()
|
22 years ago |
|
zend_exceptions.h
|
Add zend_throw_exception_ex() which allows to format exception messages.
|
23 years ago |
|
zend_execute.c
|
- Change to E_STRICT so as not to break existing scripts.
|
22 years ago |
|
zend_execute.h
|
- Provide a unified way to display uncaught exceptions, which shows
|
23 years ago |
|
zend_execute_API.c
|
- Fix __autoload() to preserve class case.
|
22 years ago |
|
zend_extensions.c
|
updating license information in the headers.
|
23 years ago |
|
zend_extensions.h
|
updating license information in the headers.
|
23 years ago |
|
zend_fast_cache.h
|
updating license information in the headers.
|
23 years ago |
|
zend_globals.h
|
- added script encoding support to Zend Engine 2.
|
23 years ago |
|
zend_globals_macros.h
|
updating license information in the headers.
|
23 years ago |
|
zend_hash.c
|
improve a number of zend_debug format strings
|
23 years ago |
|
zend_hash.h
|
changed ulong to long to avoid compiler warnings (comparison between signed and unsigned)
|
23 years ago |
|
zend_highlight.c
|
Fixed bug #26463 (Incorrect handling of semicolons after heredoc)
|
22 years ago |
|
zend_highlight.h
|
updating license information in the headers.
|
23 years ago |
|
zend_indent.c
|
updating license information in the headers.
|
23 years ago |
|
zend_indent.h
|
updating license information in the headers.
|
23 years ago |
|
zend_ini.c
|
updating license information in the headers.
|
23 years ago |
|
zend_ini.h
|
linkage for C++
|
23 years ago |
|
zend_ini_parser.y
|
Fixed formatting issue.
|
23 years ago |
|
zend_ini_scanner.h
|
updating license information in the headers.
|
23 years ago |
|
zend_ini_scanner.l
|
updating license information in the headers.
|
23 years ago |
|
zend_interfaces.c
|
Add new interface ArrayAccess to use objects as Arrays
|
22 years ago |
|
zend_interfaces.h
|
Add new interface ArrayAccess to use objects as Arrays
|
22 years ago |
|
zend_istdiostream.h
|
updating license information in the headers.
|
23 years ago |
|
zend_iterators.c
|
Fix memleak
|
22 years ago |
|
zend_iterators.h
|
Update Iterators: Call next at the correct point in time.
|
22 years ago |
|
zend_language_parser.y
|
- Add E_STRICT, to be used to warn purists (like Jani :)
|
22 years ago |
|
zend_language_scanner.h
|
- added script encoding support to Zend Engine 2.
|
23 years ago |
|
zend_language_scanner.l
|
Fixed bug #26463 (Incorrect handling of semicolons after heredoc)
|
22 years ago |
|
zend_list.c
|
updating license information in the headers.
|
23 years ago |
|
zend_list.h
|
updating license information in the headers.
|
23 years ago |
|
zend_llist.c
|
updating license information in the headers.
|
23 years ago |
|
zend_llist.h
|
updating license information in the headers.
|
23 years ago |
|
zend_mm.c
|
- Argh, the suffering copy&paste can cause
|
23 years ago |
|
zend_mm.h
|
- Add heap to memory manager. This should improve performance.
|
23 years ago |
|
zend_modules.h
|
Attempt at fixing the linkage problem in Win32
|
23 years ago |
|
zend_multibyte.c
|
- added script encoding support to Zend Engine 2.
|
23 years ago |
|
zend_multibyte.h
|
- added script encoding support to Zend Engine 2.
|
23 years ago |
|
zend_multiply.h
|
- Missing $Id$ tag
|
23 years ago |
|
zend_object_handlers.c
|
Remove automatic call to __toString() since it is supposed to cause too
|
22 years ago |
|
zend_object_handlers.h
|
Split isset/isempty for object property and object dimension hooking.
|
22 years ago |
|
zend_objects.c
|
Synch/Unify error messages related to function/method calls
|
23 years ago |
|
zend_objects.h
|
Shuffle code to ease writing clone handlers
|
23 years ago |
|
zend_objects_API.c
|
Split isset/isempty for object property and object dimension hooking.
|
22 years ago |
|
zend_objects_API.h
|
updating license information in the headers.
|
23 years ago |
|
zend_opcode.c
|
This check shouldn't be necessary
|
23 years ago |
|
zend_operators.c
|
Add new interface ArrayAccess to use objects as Arrays
|
22 years ago |
|
zend_operators.h
|
Add new interface ArrayAccess to use objects as Arrays
|
22 years ago |
|
zend_ptr_stack.c
|
updating license information in the headers.
|
23 years ago |
|
zend_ptr_stack.h
|
updating license information in the headers.
|
23 years ago |
|
zend_qsort.c
|
updating license information in the headers.
|
23 years ago |
|
zend_qsort.h
|
updating license information in the headers.
|
23 years ago |
|
zend_reflection_api.c
|
- Fix __autoload() to preserve class case.
|
22 years ago |
|
zend_reflection_api.h
|
added support for Reflection_Function, the first part of
|
23 years ago |
|
zend_sprintf.c
|
updating license information in the headers.
|
23 years ago |
|
zend_stack.c
|
updating license information in the headers.
|
23 years ago |
|
zend_stack.h
|
updating license information in the headers.
|
23 years ago |
|
zend_static_allocator.c
|
updating license information in the headers.
|
23 years ago |
|
zend_static_allocator.h
|
updating license information in the headers.
|
23 years ago |
|
zend_stream.c
|
updating license information in the headers.
|
23 years ago |
|
zend_stream.h
|
updating license information in the headers.
|
23 years ago |
|
zend_ts_hash.c
|
Improve tracking
|
23 years ago |
|
zend_ts_hash.h
|
Improve tracking
|
23 years ago |
|
zend_types.h
|
updating license information in the headers.
|
23 years ago |
|
zend_variables.c
|
- Provide appropriate way to destroy internal zval's.
|
23 years ago |
|
zend_variables.h
|
- Provide appropriate way to destroy internal zval's.
|
23 years ago |