History log of /PHP-5.5/ext/standard/php_smart_str.h (Results 26 – 49 of 49)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d0debaf4 16-Mar-2003 Sascha Schumann

Merge macro changes


Revision tags: php-4.3.2RC1, php-4.3.1, PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# b506f5c8 31-Dec-2002 Sebastian Bergmann

Bump year.


Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003, RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1, dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2
# 71a603ea 29-Jun-2002 Sascha Schumann

Fix some 8bit issues with IRCG nickname encoding and
Change the underlying interface of smart_str to accept unsigned char.


Revision tags: php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1
# c75e794e 08-May-2002 Frank M. Kromann

Kill a compiler warning on Win32


Revision tags: php-4.2.1RC2, php-4.2.1RC1
# 303a7848 22-Apr-2002 Sascha Schumann

remove unnecessary casts
# if you mind the bogus warnings, you can either switch the compiler
# or decrease the warning level


# b29604fe 22-Apr-2002 Harald Radi

fixes a warning when compiling under win32


Revision tags: php-4.2.0
# d30fc27e 21-Apr-2002 Sascha Schumann

simplify and improve speed of smart_str_print_long.

also add a variant for unsigned numbers.


Revision tags: php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1
# 3757a813 19-Mar-2002 Sascha Schumann

Remove trailing ;

The macro can now safely be used in constructs such as

if (..) foo() else bar();


# 3550d75d 19-Mar-2002 Thies C. Arntzen

fix #12793 - serialize will now spit a notice if the return value of __sleep is
bogus.


Revision tags: help
# 90613d22 28-Feb-2002 Sebastian Bergmann

Maintain headers.


Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH, php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS, php-4.0.7RC2
# 01672af8 20-Aug-2001 Sascha Schumann

Improved fix


# 902100a6 20-Aug-2001 Stanislav Malyshev

Fix long printing in smart_str_print_long


Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE
# c0404f46 11-Aug-2001 Zeev Suraski

Whitespace


Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# d6dc2ba6 03-Aug-2001 Sascha Schumann

Treat trailing zeroes correctly


# 4dfa9154 03-Aug-2001 Sascha Schumann

Convert serializer to smart_str.. avoids lots of sprintf's and
copying of data.


Revision tags: PRE_TSRM_MERGE_PATCH
# 87d99aa9 11-Jul-2001 Sascha Schumann

Allow extensions to define custom prealloc sizes


Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2, php-4.0.6RC1, php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1
# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


# 7911be58 16-Feb-2001 Sascha Schumann

Add all necessary includes for these header files.


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# 008d23bb 14-Nov-2000 Sascha Schumann

Fix allocation


# c509dc6d 14-Nov-2000 Sascha Schumann

Add persistent memory handling to smart_str API


# 8ef0d01b 26-Oct-2000 Sascha Schumann

Make the API more leaner (sp?) and get rid of *copy*.


# 82d199b6 12-Oct-2000 Sascha Schumann

Move structure definition into its own file, so that public header
files don't need to include the complete source code.


Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1
# 3823ad3e 27-Sep-2000 Sascha Schumann

Recognize single quotes around cdata.

Move smart_str functions to an extra file.


12