You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Zeev Suraski 636e9cc6a4 Fix casing issues in access level checks 23 years ago
..
RFCs * email address change 24 years ago
tests No nested classes 23 years ago
ChangeLog ChangeLog update 23 years ago
FlexLexer.h Replace macros which begin with an underscore through an appropiately 26 years ago
LICENSE Bump year. 24 years ago
Makefile.am add a standard Exception class. 24 years ago
OBJECTS2_HOWTO some small refinements for get_class_* 24 years ago
ZEND_CHANGES Document 'const' keyword. 24 years ago
Zend.dsp Add new files to ZendTS.dsp. Sync list of files in Zend.dsp with ZendTS.dsp. ZTS fixes. 24 years ago
Zend.m4 Add stdlib.h too - it is needed fot strto{ld} 24 years ago
ZendCore.dep - Rename modules.h to zend_modules.h 26 years ago
ZendTS.dsp Add new files to ZendTS.dsp. Sync list of files in Zend.dsp with ZendTS.dsp. ZTS fixes. 24 years ago
acconfig.h Do not redefine zend_isnan if it is already defined. 24 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 24 years ago
flex.skl Fixup build for win32 24 years ago
zend.c Nicer handling of protected/private members in print_r() 23 years ago
zend.h rm namespace leftovers 23 years ago
zend.ico Zend Library 28 years ago
zend_API.c rm namespace leftovers 23 years ago
zend_API.h rm namespace leftovers 23 years ago
zend_alloc.c no reason to do this at runtime 23 years ago
zend_alloc.h add safe_emalloc 24 years ago
zend_builtin_functions.c Fix set_error_handler() 23 years ago
zend_builtin_functions.h - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_compile.c Nicer handling of protected/private members in print_r() 23 years ago
zend_compile.h Nicer handling of protected/private members in print_r() 23 years ago
zend_config.nw.h - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_config.w32.h fix isinf for win32 24 years ago
zend_constants.c MEGA-patch: namespaces are R.I.P. 23 years ago
zend_constants.h C++ compile fixes 23 years ago
zend_default_classes.c add an accessor for the default exception 24 years ago
zend_default_classes.h semicolon 24 years ago
zend_dynamic_array.c - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_dynamic_array.h - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_errors.h - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_exceptions.c add an accessor for the default exception 24 years ago
zend_exceptions.h semicolon 24 years ago
zend_execute.c Fix handling of object property assignments in switch expressions 23 years ago
zend_execute.h - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_execute_API.c MEGA-patch: namespaces are R.I.P. 23 years ago
zend_execute_locks.h - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_extensions.c - Revert my symbol fix patch, and merge in Stas' fixes to Zend Engine 1. 24 years ago
zend_extensions.h - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_fast_cache.h - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_globals.h MEGA-patch: namespaces are R.I.P. 23 years ago
zend_globals_macros.h - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_hash.c move HANDLE_NUMERIC() from the hash table implementation upstream to the 23 years ago
zend_hash.h Fix prototype (may have caused stack corruption) 24 years ago
zend_highlight.c Revert portions of the doc comment patch. There should be no parser 24 years ago
zend_highlight.h - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_indent.c - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_indent.h - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_ini.c MFHZE2 24 years ago
zend_ini.h Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. 24 years ago
zend_ini_parser.y Improve Win32 build performance 24 years ago
zend_ini_scanner.h - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_ini_scanner.l MFB: We know ini file scanning will never be interactive, so speed it up a 24 years ago
zend_istdiostream.h - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_language_parser.y MEGA-patch: namespaces are R.I.P. 23 years ago
zend_language_scanner.h Implement simple stream support in the ZE scanners. 24 years ago
zend_language_scanner.l MEGA-patch: namespaces are R.I.P. 23 years ago
zend_list.c Leftover. 24 years ago
zend_list.h - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_llist.c - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_llist.h - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_mm.c - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_mm.h add some logic to detect zend_mm, which is really only useful when thread 23 years ago
zend_modules.h - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_multibyte.c - Add empty zend_multibyte.c to allow build with 4.3.0-dev. 24 years ago
zend_multiply.h mfb #24025 fix 23 years ago
zend_object_handlers.c Fix casing issues in access level checks 23 years ago
zend_object_handlers.h Assume lazy consensus regarding the cast_object() patch. *Only* implemented 23 years ago
zend_objects.c Eliminate TSRMLS_FETCH() calls in zend_objects_new() and zend_objects_get_address(). 24 years ago
zend_objects.h Eliminate TSRMLS_FETCH() calls in zend_objects_new() and zend_objects_get_address(). 24 years ago
zend_objects_API.c - read_property cleanup 24 years ago
zend_objects_API.h - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_opcode.c MEGA-patch: namespaces are R.I.P. 23 years ago
zend_operators.c Faster interface inheritance & faster inheritance checks 23 years ago
zend_operators.h move HANDLE_NUMERIC() from the hash table implementation upstream to the 23 years ago
zend_ptr_stack.c - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_ptr_stack.h - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_qsort.c Bump year. 24 years ago
zend_qsort.h - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_sprintf.c - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_stack.c - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_stack.h - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_static_allocator.c - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_static_allocator.h - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_stream.c *cough* 24 years ago
zend_stream.h Implement simple stream support in the ZE scanners. 24 years ago
zend_ts_hash.c Reimplement PPP properties 24 years ago
zend_ts_hash.h Reimplement PPP properties 24 years ago
zend_types.h - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_variables.c - Added some missing CVS $Id$ tags, headers and footers. 24 years ago
zend_variables.h - Added some missing CVS $Id$ tags, headers and footers. 24 years ago