summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.h
Commit message (Expand)AuthorAgeFilesLines
* fix typoAntony Dovgal2008-03-191-1/+1
* add zend_atol() and use it instead of zend_atoi() where applicableAntony Dovgal2008-03-191-0/+1
* Reverted memrchr() patch, because it is broken on linux 64-bitDmitry Stogov2008-02-141-5/+0
* Use memrchr() instead of zend_memrchr() if available. (Nuno)Dmitry Stogov2008-02-131-0/+5
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* - Fix compile warningsJani Taskinen2007-07-211-1/+1
* fix #41517 (different behaviour of floatval() in Unicode mode)Antony Dovgal2007-05-281-1/+8
* fix #41118 (PHP does not handle overflow of octal integers)Antony Dovgal2007-04-191-0/+9
* - Add a helperMarcus Boerger2007-04-061-0/+3
* nuke dead codeAntony Dovgal2007-02-261-2/+0
* - Add Z_OBJDEBUG[_P[P]] helper macrosMarcus Boerger2007-01-191-0/+3
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* add zend_u_strtoul() and fix buildAntony Dovgal2006-12-271-0/+1
* return NULL right away if invalid length was passedAntony Dovgal2006-12-201-2/+6
* Make convert_to_*() APIs return SUCCESS/FAILURE.Andrei Zmievski2006-12-161-12/+12
* Merge from 5.2:Stanislav Malyshev2006-12-051-0/+13
* convert_to_string_with_converter_ex()Andrei Zmievski2006-09-081-0/+6
* there is no realiable way to detect memrchr() presence because of a mess in g...Antony Dovgal2006-08-081-11/+0
* add zend_memrchr()Antony Dovgal2006-08-081-0/+23
* Unicode support: MS Visual C compatibilityDmitry Stogov2006-02-261-2/+2
* Portable unicode string API:Dmitry Stogov2006-02-211-13/+13
* WSDmitry Stogov2006-02-211-8/+8
* Preparation for portable string API (use macroses to access zval).Dmitry Stogov2006-02-201-7/+7
* Unicode stuff is changed according to decision maden on PDM.Dmitry Stogov2006-01-171-12/+0
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* - Add Z_OBJVAL*() macrosMarcus Boerger2005-12-201-0/+3
* make GCC happy and suppress the warningAntony Dovgal2005-11-171-0/+1
* MFB51: Allow zend_parse_parameters to handle non-well formed integers, butIlia Alshanetsky2005-11-171-10/+15
* *** empty log message ***Andrei Zmievski2005-10-021-6/+5
* Implement Unicode support for strncasecmp().Andrei Zmievski2005-08-231-0/+1
* Unicode support for strcasecmp().Andrei Zmievski2005-08-221-0/+1
* Unicode support for strcmp()/strncmp().Andrei Zmievski2005-08-191-0/+1
* - Implement zend_codepoint_to_uchar().Andrei Zmievski2005-08-181-3/+3
* - Fix TSRMMarcus Boerger2005-08-171-1/+2
* Unicode supportAndrei Zmievski2005-08-111-8/+161
* Bump up the yearfoobar2005-08-031-1/+1
* Fixed bug #30726 (-.1 like numbers are not being handled correctly).Ilia Alshanetsky2005-01-181-1/+1
* - Fixed bug #30630: Added a BSD based strtod function that isDerick Rethans2004-11-031-1/+2
* MFH: Fixed a bug causing ".123" * "90" and alike to return a 0.Ilia Alshanetsky2004-09-151-1/+1
* - MFB: Added the sorting flag SORT_LOCALE_STRING to the sort() functions whichDerick Rethans2004-09-111-0/+3
* MFB: Fixed bug #28800 (strings beginning with "inf" improperly converted).Ilia Alshanetsky2004-07-161-0/+2
* - Nuke code which hasn't been in use for ages.Andi Gutmans2004-04-031-23/+2
* - Fixed a 64bit issue (for zend_builtin_functions.c, module_number is an int).Derick Rethans2004-03-041-1/+1
* more EXTERN_C wrapping of ZEND_API prototypesHartmut Holzgraefe2004-02-201-3/+7
* - Remove bogus macrosAndi Gutmans2004-01-141-15/+0
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* - Brought ext/bcmath to the new millenniumfoobar2003-12-091-2/+2
* Add new interface ArrayAccess to use objects as ArraysMarcus Boerger2003-11-241-0/+1
* Use pretty macro instead.Moriyoshi Koizumi2003-10-291-3/+1
* Improve infrastructure of numeric handling of elements in symbol tables.Zeev Suraski2003-07-221-1/+0