summaryrefslogtreecommitdiff
path: root/ext/standard/php_smart_str.h
Commit message (Collapse)AuthorAgeFilesLines
* remove unnecessary castsSascha Schumann2002-04-221-1/+1
| | | | | | # if you mind the bogus warnings, you can either switch the compiler # or decrease the warning level
* 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
| | | | | also add a variant for unsigned numbers.
* Remove trailing ;Sascha Schumann2002-03-191-1/+1
| | | | | | | The macro can now safely be used in constructs such as if (..) foo() else bar();
* fix #12793 - serialize will now spit a notice if the return value of __sleep isThies C. Arntzen2002-03-191-1/+1
| | | | | bogus.
* 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
| | | | | copying of data.
* 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
| | | | | files don't need to include the complete source code.
* Recognize single quotes around cdata.Sascha Schumann2000-09-271-0/+91
Move smart_str functions to an extra file.