#
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.
|