summaryrefslogtreecommitdiff
path: root/Zend/zend_API.c
Commit message (Expand)AuthorAgeFilesLines
* Add APIs for UTF-8 strings (common with XML, PCRE, etc)Andrei Zmievski2006-08-281-0/+34
* add_next_index_zstr[l]()Andrei Zmievski2006-08-141-0/+22
* Typo.Andrei Zmievski2006-08-141-1/+1
* Set T_arg_type to default string type if we were not able to determineAndrei Zmievski2006-08-141-0/+4
* Make params API sound less like Raymond Babbitt.Andrei Zmievski2006-08-091-2/+2
* Adjust zend_get_unified_string_type() to give correct types.Andrei Zmievski2006-08-081-12/+2
* Add add_assoc_zstr_ex() and related.Andrei Zmievski2006-08-041-0/+20
* One fewer walks needed.Andrei Zmievski2006-08-041-1/+0
* Scan through all the modifiers at once, setting flags.Andrei Zmievski2006-08-041-4/+12
* Fix '&' handling. (patch by Rob R)Andrei Zmievski2006-08-041-12/+9
* Add '&' modifier (for 's' type) that will apply the specified converterAndrei Zmievski2006-08-021-4/+13
* - MFB: Fixed typoDerick Rethans2006-07-251-1/+1
* - Fixed bug #38183 (disable_classes=Foobar causes disabled class to be called...foobar2006-07-221-0/+1
* Fixed wrong "type" argument to read_property() handlerDmitry Stogov2006-07-211-1/+1
* - Add new unicode functions: add_u_assoc_*[_ex]() which allow to add valuesMarcus Boerger2006-07-201-0/+94
* Fix usage of 'return_null' option in parameter parsing.Andrei Zmievski2006-07-191-39/+45
* Make 't' and 'T' use zstr for storage type.Andrei Zmievski2006-07-191-6/+6
* Add '+' varargs specifier that requires at least one arg.Andrei Zmievski2006-07-191-2/+8
* Initialize some vars.Andrei Zmievski2006-07-191-2/+2
* Implement varargs parameter parsing. See README for examples.Andrei Zmievski2006-07-181-4/+67
* Callable checks and class fetching and lookup should support identiferAndrei Zmievski2006-07-181-16/+4
* - Upgrade usort() to support Unicode (including valid Unicode callbacks).Andrei Zmievski2006-07-171-1/+1
* - Let the caller output a warning instead of havingAndrei Zmievski2006-07-131-1/+0
* fix argument parsing utilitiesAntony Dovgal2006-07-121-1/+1
* Fix typo/Syntax errorSara Golemon2006-07-121-1/+1
* Remove unused 'y' specifier.Andrei Zmievski2006-07-111-4/+4
* Rename to a more explanatory macro.Andrei Zmievski2006-07-111-7/+7
* Optimize zero-arg case for parameter parsing. No more need for manualAndrei Zmievski2006-07-101-0/+24
* init variablesAntony Dovgal2006-06-201-2/+2
* Added automatic module globals management.Dmitry Stogov2006-06-131-0/+24
* - Fix issue with interfaces being inherited multiple timesMarcus Boerger2006-06-071-12/+2
* - Fix function flag checkMarcus Boerger2006-06-041-1/+1
* - Take care of refcounting in zend_fcall_info_*() functionsMarcus Boerger2006-05-271-4/+12
* - WSMarcus Boerger2006-05-271-1/+1
* - Fix bug #37212 (Access to protected property of common base class)Marcus Boerger2006-05-271-0/+2
* Fix ZTS build, call with TSRMLS_CC not DCSara Golemon2006-05-261-1/+1
* - Ease writing functions that deal with php function 'pointers'Marcus Boerger2006-05-251-2/+100
* MFB: fix error messages when converting objects to other typesAntony Dovgal2006-05-251-17/+13
* - Handle NULL in C argument parsing correctMarcus Boerger2006-05-231-1/+5
* - Improve error messages (missing unicode todo)Marcus Boerger2006-05-211-6/+9
* - Support __tostring() in argument parsingMarcus Boerger2006-05-131-53/+57
* Fix ZTS buildSara Golemon2006-04-181-1/+4
* binary strings exist only in unicode modeAntony Dovgal2006-04-181-3/+15
* Some functions may want to accept only Unicode or binary strings,Andrei Zmievski2006-03-271-7/+18
* - Initialize callable_name if requestedMarcus Boerger2006-03-231-0/+3
* Optimization of module unloading (temporary modules can be only in the end)Dmitry Stogov2006-03-171-5/+1
* Dropped zend.ze1_compatibility_modeDmitry Stogov2006-03-161-19/+0
* - Add missing function for completenessMarcus Boerger2006-03-051-0/+14
* - Make unicode handling portable (noted by andrei)Marcus Boerger2006-03-031-1/+1
* - As expected (but told otherwise) unicode strings indeed need to beMarcus Boerger2006-03-031-1/+1