php-src/Zend
Marcus Boerger fa70708d15 Add zend_throw_exception_ex() which allows to format exception messages.
#
# Since we don't have any portable way of printing into a dynamic buffer i
# used a stack buffer of 1K (just like the error printing) and used a dynamic
# buffer in case the necessary function is available.
#
2003-08-28 22:56:41 +00:00
..
RFCs * email address change 2003-03-18 12:06:09 +00:00
tests Add missing right parensis 2003-08-07 19:36:13 +00:00
acconfig.h updating license information in the headers. 2003-06-10 20:04:29 +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
ChangeLog ChangeLog update 2003-08-28 00:32:00 +00:00
configure.in - MFZE1 2002-11-15 14:30:40 +00:00
flex.skl - added script encoding support to Zend Engine 2. 2003-08-11 05:24:42 +00:00
FlexLexer.h Replace macros which begin with an underscore through an appropiately 2000-07-03 00:55:36 +00:00
LICENSE Bump year. 2002-12-31 15:59:15 +00:00
Makefile.am added support for Reflection_Function, the first part of 2003-06-30 20:03:56 +00:00
OBJECTS2_HOWTO some small refinements for get_class_* 2003-01-22 14:55:01 +00:00
zend_alloc.c Add format attribute to a number of functions 2003-08-28 16:41:20 +00:00
zend_alloc.h cleanup & centralize ZEND_GCC_VERSION and ZEND_ATTRIBUTE_MALLOC so that 2003-08-28 14:53:02 +00:00
zend_API.c Add missing check 2003-08-24 22:45:59 +00:00
zend_API.h - Provide appropriate way to destroy internal zval's. 2003-08-24 17:32:47 +00:00
zend_builtin_functions.c - Split debug_backtrace() into lowlevel c function and php function wrapper 2003-08-28 20:35:54 +00:00
zend_builtin_functions.h - Split debug_backtrace() into lowlevel c function and php function wrapper 2003-08-28 20:35:54 +00:00
ZEND_CHANGES Remove namespace references. 2003-06-29 09:40:23 +00:00
zend_compile.c Add format attribute to a number of functions 2003-08-28 16:41:20 +00:00
zend_compile.h Don't identify alias'ed functions 2003-08-24 16:35:58 +00:00
zend_config.nw.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_config.w32.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_constants.c fix leaks with class constants (bug #24699) 2003-07-27 12:03:54 +00:00
zend_constants.h Replace *magic number* with a much nicer define. 2003-08-22 18:50:12 +00:00
zend_default_classes.c Add zend_throw_exception_ex() which allows to format exception messages. 2003-08-28 22:56:41 +00:00
zend_default_classes.h Add zend_throw_exception_ex() which allows to format exception messages. 2003-08-28 22:56:41 +00:00
zend_dynamic_array.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_dynamic_array.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_errors.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_exceptions.c Add zend_throw_exception_ex() which allows to format exception messages. 2003-08-28 22:56:41 +00:00
zend_exceptions.h Add zend_throw_exception_ex() which allows to format exception messages. 2003-08-28 22:56:41 +00:00
zend_execute_API.c - Provide appropriate way to destroy internal zval's. 2003-08-24 17:32:47 +00:00
zend_execute.c Add format attribute to a number of functions 2003-08-28 16:41:20 +00:00
zend_execute.h - Provide a unified way to display uncaught exceptions, which shows 2003-08-24 13:10:03 +00:00
zend_extensions.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_extensions.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_fast_cache.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_globals_macros.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_globals.h - added script encoding support to Zend Engine 2. 2003-08-11 05:24:42 +00:00
zend_hash.c Improve tracking 2003-08-18 21:17:26 +00:00
zend_hash.h Improve tracking 2003-08-18 21:17:26 +00:00
zend_highlight.c - added script encoding support to Zend Engine 2. 2003-08-11 05:24:42 +00:00
zend_highlight.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_indent.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_indent.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_ini_parser.y updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_ini_scanner.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_ini_scanner.l updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_ini.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_ini.h linkage for C++ 2003-08-18 23:19:27 +00:00
zend_istdiostream.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_language_parser.y ntroduce infrastructure for supplying information about arguments, 2003-08-03 17:40:44 +00:00
zend_language_scanner.h - added script encoding support to Zend Engine 2. 2003-08-11 05:24:42 +00:00
zend_language_scanner.l - added script encoding support to Zend Engine 2. 2003-08-11 05:24:42 +00:00
zend_list.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_list.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_llist.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_llist.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_mm.c - Add heap to memory manager. This should improve performance. 2003-07-04 15:38:12 +00:00
zend_mm.h - Add heap to memory manager. This should improve performance. 2003-07-04 15:38:12 +00:00
zend_modules.h ntroduce infrastructure for supplying information about arguments, 2003-08-03 17:40:44 +00:00
zend_multibyte.c - added script encoding support to Zend Engine 2. 2003-08-11 05:24:42 +00:00
zend_multibyte.h - added script encoding support to Zend Engine 2. 2003-08-11 05:24:42 +00:00
zend_multiply.h - Missing $Id$ tag 2003-06-10 22:39:29 +00:00
zend_object_handlers.c Fix warnings 2003-08-17 19:14:30 +00:00
zend_object_handlers.h WS 2003-08-16 20:12:01 +00:00
zend_objects_API.c Add missing entry 2003-08-13 07:17:16 +00:00
zend_objects_API.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_objects.c Precise destructor errors 2003-08-09 14:32:33 +00:00
zend_objects.h Shuffle code to ease writing clone handlers 2003-07-19 09:47:00 +00:00
zend_opcode.c This check shouldn't be necessary 2003-08-04 07:52:09 +00:00
zend_operators.c Fix warnings 2003-08-17 19:14:30 +00:00
zend_operators.h Improve infrastructure of numeric handling of elements in symbol tables. 2003-07-22 16:06:07 +00:00
zend_ptr_stack.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_ptr_stack.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_qsort.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_qsort.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_reflection_api.c Nuke unused variable 2003-08-27 20:48:41 +00:00
zend_reflection_api.h added support for Reflection_Function, the first part of 2003-06-30 20:03:56 +00:00
zend_sprintf.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_stack.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_stack.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_static_allocator.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_static_allocator.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_stream.c updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_stream.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_ts_hash.c Improve tracking 2003-08-18 21:17:26 +00:00
zend_ts_hash.h Improve tracking 2003-08-18 21:17:26 +00:00
zend_types.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
zend_variables.c - Provide appropriate way to destroy internal zval's. 2003-08-24 17:32:47 +00:00
zend_variables.h - Provide appropriate way to destroy internal zval's. 2003-08-24 17:32:47 +00:00
zend.c Classe tables work this way 2003-08-28 22:53:24 +00:00
Zend.dsp added support for Reflection_Function, the first part of 2003-06-30 20:03:56 +00:00
zend.h older gccs don't understand attribute((format)) on function pointers 2003-08-28 17:31:31 +00:00
zend.ico Zend Library 1999-04-07 18:10:10 +00:00
Zend.m4 - added script encoding support to Zend Engine 2. 2003-08-11 05:24:42 +00:00
ZendCore.dep - Rename modules.h to zend_modules.h 2001-02-26 18:18:34 +00:00
ZendTS.dsp Prevent access to internal engine functionality 2003-08-18 23:11:58 +00:00