summaryrefslogtreecommitdiff
path: root/ext/standard/php_smart_str.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert serializer to smart_str.. avoids lots of sprintf's andSascha Schumann2001-08-031-0/+31
* Allow extensions to define custom prealloc sizesSascha Schumann2001-07-111-2/+6
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Add all necessary includes for these header files.Sascha Schumann2001-02-161-0/+3
* Fix allocationSascha Schumann2000-11-141-2/+2
* Add persistent memory handling to smart_str APISascha Schumann2000-11-141-15/+24
* Make the API more leaner (sp?) and get rid of *copy*.Sascha Schumann2000-10-261-24/+10
* Move structure definition into its own file, so that public headerSascha Schumann2000-10-121-0/+2
* Recognize single quotes around cdata.Sascha Schumann2000-09-271-0/+91