summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
Commit message (Expand)AuthorAgeFilesLines
* deprecate zend_get_parameters_exStanislav Malyshev2008-06-271-1/+1
* Add array_init_size() and use it where array size is known at initializationMatt Wilmas2008-05-271-2/+3
* Added API to use namesapces in internal extensionsDmitry Stogov2008-05-121-0/+28
* Lazy EG(active_symbol_table) initializationDmitry Stogov2008-04-291-0/+2
* Added new macro for check void parameters.Felipe Pena2008-02-281-0/+2
* - MFB static callable message messMarcus Boerger2008-02-021-2/+3
* Fixed compilation warningsDmitry Stogov2008-01-241-16/+17
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* ws + csJani Taskinen2007-11-011-48/+47
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-14/+14
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-29/+29
* fix C++ extensions buildAntony Dovgal2007-08-301-1/+1
* Add support got zend_class_entry->get_static_method() and matching __callStat...Sara Golemon2007-07-211-0/+2
* Fixed ascii->unicode conversion (terminating unicode character must be 0)Dmitry Stogov2007-07-111-0/+10
* add SET_VAR_ASCII_STRINGL()Antony Dovgal2007-06-051-0/+9
* WIN64 supportDmitry Stogov2007-04-161-1/+1
* - Fix potential issue with 'f'-parameter parsingMarcus Boerger2007-02-081-0/+22
* - More ZEND_API'sMarcus Boerger2007-02-081-0/+4
* Typos.Andrei Zmievski2007-02-021-4/+4
* - Add ^ specifier that returns original string type before conversion.Andrei Zmievski2007-02-021-0/+44
* - Consistency: macros shall be uppercased (as requested by Andrei)Marcus Boerger2007-01-111-21/+21
* - Add zstrlen() helperMarcus Boerger2007-01-111-21/+21
* Remove const warnings. (Andrey)Andrei Zmievski2007-01-101-4/+4
* Add add_property_zstr(l)(_ex)()Sara Golemon2007-01-071-1/+4
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* fix typoAntony Dovgal2006-12-231-4/+4
* MFB:Hannes Magnusson2006-12-201-0/+3
* - Marcus was too quick. Let's put type before zstr in the macros.Andrei Zmievski2006-12-191-22/+22
* - Fix ZVAL_ZSTRLMarcus Boerger2006-12-191-10/+10
* Fix ZTS buildHannes Magnusson2006-12-161-18/+18
* Make all macros (RETURN_*, RETVAL_*, ZVAL_*, add_*) that convert binaryAndrei Zmievski2006-12-151-54/+54
* Guard against ambiguous 'else' clauses.Andrei Zmievski2006-12-071-63/+67
* Unicode support.Dmitry Stogov2006-11-171-5/+15
* fix typo (patch by Mike Wallner)Antony Dovgal2006-11-151-1/+1
* Turn doc comments into zstr strings with corresponding adjustments.Andrei Zmievski2006-10-271-2/+2
* fix add_u_assoc_null() macroAntony Dovgal2006-10-241-1/+1
* Fix potential (and real) leaks due to bad macro writing. Grrr.Andrei Zmievski2006-10-191-13/+18
* Fix possible double macro expansion.Andrei Zmievski2006-10-191-18/+27
* Fix thread safety.Andrei Zmievski2006-10-171-11/+11
* Implement add_utf8_property_* API.Andrei Zmievski2006-10-171-0/+126
* Extend zend_fcall_info_args functions. (Patch from Mike Wallner)Andrei Zmievski2006-10-111-1/+8
* Hash functions for UTF-8 keys.Andrei Zmievski2006-10-071-0/+144
* Disabled autoconversion of hash keys (from string to unicode) for PHP arraysDmitry Stogov2006-09-191-249/+798
* More work on Unicode support in PCRE. When UG(unicode) is on, allAndrei Zmievski2006-09-181-25/+5
* Add a couple more UTF-8 functions.Andrei Zmievski2006-09-111-25/+0
* Add APIs for UTF-8 strings (common with XML, PCRE, etc)Andrei Zmievski2006-08-281-2/+68
* Fix some API definitions.Andrei Zmievski2006-08-251-5/+5
* add_next_index_zstr[l]()Andrei Zmievski2006-08-141-0/+2
* implement zend_unicode_to_string() and zend_string_to_unicode()Antony Dovgal2006-08-081-6/+6
* Add add_assoc_zstr_ex() and related.Andrei Zmievski2006-08-041-1/+5