summaryrefslogtreecommitdiff
path: root/ext/standard/php_smart_str.h
Commit message (Expand)AuthorAgeFilesLines
* Move smart_str implementation into Zend/Nikita Popov2014-09-211-124/+0
* Make header C++ compatibleNikita Popov2014-09-191-1/+1
* Make number printing functions less genericNikita Popov2014-09-191-30/+12
* Use inline functions for most of smart_strNikita Popov2014-09-191-71/+54
* Remove SMART_STR_USE_REALLOCNikita Popov2014-09-191-17/+1
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* Fix smart_str_append()Nikita Popov2014-09-041-3/+5
* master renames phase 1Anatol Belski2014-08-251-11/+11
* several fixes -Anatol Belski2014-08-161-7/+7
* fix macros in the 5 basic extensionsAnatol Belski2014-08-161-3/+3
* Fixed compilation warningsDmitry Stogov2014-07-151-1/+1
* Optimize int to string conversionNikita Popov2014-05-231-30/+5
* Port iconv (all tests passes)Xinchen Hui2014-05-051-0/+2
* Allocate zend_strings with correct sizeNikita Popov2014-04-231-2/+2
* Fixed smart_str_setlXinchen Hui2014-03-301-1/+1
* Refactor session (incompleted)Xinchen Hui2014-03-291-2/+0
* Fixed smart_str0 for empty str(more friendly for user?)Xinchen Hui2014-03-241-0/+2
* Refacting smart_strXinchen Hui2014-02-181-32/+33
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Revert previous optimization if preparation for 5.1.4Ilia Alshanetsky2006-05-031-2/+2
* Attempt to increase smart_str performance through the use of largerIlia Alshanetsky2006-05-021-2/+2
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* Missing $Id$ tagfoobar2005-01-101-0/+2
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* Use a smaller default size to accomodate the engineSascha Schumann2003-06-181-5/+19
* updating license information in the headers.James Cox2003-06-101-3/+3
* Simplify use of this header in external appsSascha Schumann2003-04-161-1/+10
* Merge macro changesSascha Schumann2003-03-161-97/+124
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Fix some 8bit issues with IRCG nickname encoding andSascha Schumann2002-06-291-2/+2
* Kill a compiler warning on Win32Frank M. Kromann2002-05-081-1/+1
* remove unnecessary castsSascha Schumann2002-04-221-1/+1
* fixes a warning when compiling under win32Harald Radi2002-04-221-1/+1
* simplify and improve speed of smart_str_print_long.Sascha Schumann2002-04-211-30/+34
* Remove trailing ;Sascha Schumann2002-03-191-1/+1
* fix #12793 - serialize will now spit a notice if the return value of __sleep isThies C. Arntzen2002-03-191-1/+1
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Improved fixSascha Schumann2001-08-201-15/+21
* Fix long printing in smart_str_print_longStanislav Malyshev2001-08-201-9/+14
* WhitespaceZeev Suraski2001-08-111-4/+4
* Treat trailing zeroes correctlySascha Schumann2001-08-031-1/+3