| a666285 |
|
01-Jan-2013 |
Xinchen Hui <laruence@php.net> |
Happy New Year
/php-src/ext/standard/php_smart_str.h
|
| 8775a37 |
|
01-Jan-2012 |
Felipe Pena <felipe@php.net> |
- Year++
/php-src/ext/standard/php_smart_str.h
|
| 0203cc3 |
|
01-Jan-2011 |
Felipe Pena <felipe@php.net> |
- Year++
/php-src/ext/standard/php_smart_str.h
|
| 9ba1e81 |
|
03-Jan-2010 |
Sebastian Bergmann <sebastian@php.net> |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
/php-src/ext/standard/php_smart_str.h
|
| 08659c2 |
|
31-Dec-2008 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 3 of 3.
/php-src/ext/standard/php_smart_str.h
|
| d1dded8 |
|
31-Dec-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 2 of 2.
/php-src/ext/standard/php_smart_str.h
|
| 4223aa4 |
|
01-Jan-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump year.
/php-src/ext/standard/php_smart_str.h
|
| fd27266 |
|
03-May-2006 |
Ilia Alshanetsky <iliaa@php.net> |
Revert previous optimization if preparation for 5.1.4
/php-src/ext/standard/php_smart_str.h
|
| e95addc |
|
02-May-2006 |
Ilia Alshanetsky <iliaa@php.net> |
Attempt to increase smart_str performance through the use of larger default buffers. Biased micro benchmarks show it makes sense :P
/php-src/ext/standard/php_smart_str.h
|
| 5bd9322 |
|
01-Jan-2006 |
foobar <sniper@php.net> |
bump year and license version
/php-src/ext/standard/php_smart_str.h
|
| 23e671a |
|
03-Aug-2005 |
foobar <sniper@php.net> |
- Bumber up year
/php-src/ext/standard/php_smart_str.h
|
| 71ea389 |
|
10-Jan-2005 |
foobar <sniper@php.net> |
Missing $Id$ tag
/php-src/ext/standard/php_smart_str.h
|
| ccfc46b |
|
08-Jan-2004 |
foobar <sniper@php.net> |
- Happy new year and PHP 5 for rest of the files too.. # Should the LICENSE and Zend/LICENSE dates be updated too?
/php-src/ext/standard/php_smart_str.h
|
| be4947b |
|
18-Jun-2003 |
Sascha Schumann <sas@php.net> |
Use a smaller default size to accomodate the engine Submitted by: Stanislav Malyshev, with some massaging by me
/php-src/ext/standard/php_smart_str.h
|
| f68c7ff |
|
10-Jun-2003 |
James Cox <imajes@php.net> |
updating license information in the headers.
/php-src/ext/standard/php_smart_str.h
|
| 0bda867 |
|
16-Apr-2003 |
Sascha Schumann <sas@php.net> |
Simplify use of this header in external apps
/php-src/ext/standard/php_smart_str.h
|
| d0debaf |
|
16-Mar-2003 |
Sascha Schumann <sas@php.net> |
Merge macro changes
/php-src/ext/standard/php_smart_str.h
|
| b506f5c |
|
31-Dec-2002 |
Sebastian Bergmann <sebastian@php.net> |
Bump year.
/php-src/ext/standard/php_smart_str.h
|
| 71a603e |
|
29-Jun-2002 |
Sascha Schumann <sas@php.net> |
Fix some 8bit issues with IRCG nickname encoding and Change the underlying interface of smart_str to accept unsigned char.
/php-src/ext/standard/php_smart_str.h
|
| c75e794 |
|
08-May-2002 |
Frank M. Kromann <fmk@php.net> |
Kill a compiler warning on Win32
/php-src/ext/standard/php_smart_str.h
|
| 303a784 |
|
22-Apr-2002 |
Sascha Schumann <sas@php.net> |
remove unnecessary casts # if you mind the bogus warnings, you can either switch the compiler # or decrease the warning level
/php-src/ext/standard/php_smart_str.h
|
| b29604f |
|
22-Apr-2002 |
Harald Radi <phanto@php.net> |
fixes a warning when compiling under win32
/php-src/ext/standard/php_smart_str.h
|
| d30fc27 |
|
21-Apr-2002 |
Sascha Schumann <sas@php.net> |
simplify and improve speed of smart_str_print_long. also add a variant for unsigned numbers.
/php-src/ext/standard/php_smart_str.h
|
| 3757a81 |
|
19-Mar-2002 |
Sascha Schumann <sas@php.net> |
Remove trailing ; The macro can now safely be used in constructs such as if (..) foo() else bar();
/php-src/ext/standard/php_smart_str.h
|
| 3550d75 |
|
19-Mar-2002 |
Thies C. Arntzen <thies@php.net> |
fix #12793 - serialize will now spit a notice if the return value of __sleep is bogus.
/php-src/ext/standard/php_smart_str.h
|
| 90613d2 |
|
28-Feb-2002 |
Sebastian Bergmann <sebastian@php.net> |
Maintain headers.
/php-src/ext/standard/php_smart_str.h
|
| 3893351 |
|
11-Dec-2001 |
Sebastian Bergmann <sebastian@php.net> |
Update headers.
/php-src/ext/standard/php_smart_str.h
|
| 01672af |
|
20-Aug-2001 |
Sascha Schumann <sas@php.net> |
Improved fix
/php-src/ext/standard/php_smart_str.h
|
| 902100a |
|
20-Aug-2001 |
Stanislav Malyshev <stas@php.net> |
Fix long printing in smart_str_print_long
/php-src/ext/standard/php_smart_str.h
|
| c0404f4 |
|
11-Aug-2001 |
Zeev Suraski <zeev@php.net> |
Whitespace
/php-src/ext/standard/php_smart_str.h
|
| d6dc2ba |
|
03-Aug-2001 |
Sascha Schumann <sas@php.net> |
Treat trailing zeroes correctly
/php-src/ext/standard/php_smart_str.h
|
| 4dfa915 |
|
03-Aug-2001 |
Sascha Schumann <sas@php.net> |
Convert serializer to smart_str.. avoids lots of sprintf's and copying of data.
/php-src/ext/standard/php_smart_str.h
|
| 87d99aa |
|
11-Jul-2001 |
Sascha Schumann <sas@php.net> |
Allow extensions to define custom prealloc sizes
/php-src/ext/standard/php_smart_str.h
|
| eb6ba01 |
|
26-Feb-2001 |
Andi Gutmans <andi@php.net> |
- Fix copyright notices with 2001
/php-src/ext/standard/php_smart_str.h
|
| 7911be5 |
|
16-Feb-2001 |
Sascha Schumann <sas@php.net> |
Add all necessary includes for these header files.
/php-src/ext/standard/php_smart_str.h
|
| 008d23b |
|
14-Nov-2000 |
Sascha Schumann <sas@php.net> |
Fix allocation
/php-src/ext/standard/php_smart_str.h
|
| c509dc6 |
|
14-Nov-2000 |
Sascha Schumann <sas@php.net> |
Add persistent memory handling to smart_str API
/php-src/ext/standard/php_smart_str.h
|
| 8ef0d01 |
|
26-Oct-2000 |
Sascha Schumann <sas@php.net> |
Make the API more leaner (sp?) and get rid of *copy*.
/php-src/ext/standard/php_smart_str.h
|
| 82d199b |
|
12-Oct-2000 |
Sascha Schumann <sas@php.net> |
Move structure definition into its own file, so that public header files don't need to include the complete source code.
/php-src/ext/standard/php_smart_str.h
|
| 3823ad3 |
|
27-Sep-2000 |
Sascha Schumann <sas@php.net> |
Recognize single quotes around cdata. Move smart_str functions to an extra file.
/php-src/ext/standard/php_smart_str.h
|