summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
Commit message (Expand)AuthorAgeFilesLines
* - Dropped *_TEXT* macros in favor of unicode macros direct usageFelipe Pena2009-05-251-84/+0
* - Fixed macro (thanks Kalle)Felipe Pena2009-05-251-1/+1
* - Removed:Felipe Pena2009-03-261-427/+215
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-271-3/+3
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-1/+1
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-1/+1
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-1/+1
* MFB: move empty_fcall_info* to const tableNuno Lopes2008-08-121-2/+2
* - Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-43/+43
* - Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-1/+1
* add zend_u_read_property() and zend_u_update_property()Antony Dovgal2008-07-291-0/+2
* Fixed is_callable/call_user_func mess that had done different things for very...Dmitry Stogov2008-07-261-1/+2
* LSB parent/self forwardingDmitry Stogov2008-07-241-22/+21
* 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