Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed incorrect type cast | Dmitry Stogov | 2012-01-11 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Added implicit type casting to allow reusage of macros in C++ extensions (Yoram) | Dmitry Stogov | 2011-11-28 | 1 | -7/+7 |
| | |||||
* | Fix Bug #55801 Behavior of unserialize has changed: | Michael Wallner | 2011-10-19 | 1 | -18/+28 |
| | | | | | | (un)serialize in __wakeup/__sleep now use clean var_hashes | ||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | Improved performance of unserialize(), original patch by galaxy dot mipt at ↵ | Kalle Sommer Nielsen | 2010-09-18 | 1 | -0/+2 |
| | | | | gmail dot com | ||||
* | Fix a bug when var_export() causes a fatal error that could inadvertently ↵ | Scott MacVicar | 2010-07-09 | 1 | -0/+2 |
| | | | | | | | | display data due to flushing of the output buffer. Examples include, memory limit, execution time and recursion. | ||||
* | fix SplObjectStorage unserialization (CVE-2010-2225) | Stanislav Malyshev | 2010-06-29 | 1 | -0/+1 |
| | |||||
* | Added support for object references in recursive serialize() calls. FR #36424 | Michael Wallner | 2010-05-26 | 1 | -12/+52 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: sync (adds php_prefix_varname() API function) | Jani Taskinen | 2007-10-01 | 1 | -17/+17 |
| | |||||
* | MFH: improve variable name checks | Antony Dovgal | 2007-05-22 | 1 | -0/+44 |
| | | | | | add more tests | ||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't ↵ | Dmitry Stogov | 2006-12-20 | 1 | -2/+0 |
| | | | | make any significant slowdown, but incrise maintainability a lot. Note that the setting of memory_limit wasn't changes (neither in main/main.c nor in php.ini) and it still set to 16M. | ||||
* | MFH | Antony Dovgal | 2006-12-08 | 1 | -1/+1 |
| | |||||
* | MFH: fix possible issue in the serializer, which might currupt struc when ↵ | Antony Dovgal | 2006-12-08 | 1 | -1/+1 |
| | | | | reallocating arguments stack | ||||
* | Added memory_get_peak_usage() function for retrieving peak memory usage of | Ilia Alshanetsky | 2006-05-30 | 1 | -0/+1 |
| | | | | | a PHP script. | ||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Restore unserialize() speed | Stefan Esser | 2005-01-15 | 1 | -1/+3 |
| | |||||
* | - Add some checks when unserializing data to prevent buffer overflows | Marcus Boerger | 2004-09-05 | 1 | -1/+1 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | - Make them available on Windows too from other files. | Derick Rethans | 2003-04-28 | 1 | -3/+3 |
| | |||||
* | Renamed get_memory_usage() to memory_get_usage() (per Andi's advice) | Andrey Hristov | 2003-01-18 | 1 | -1/+1 |
| | | | | | This doesn't break any BC. | ||||
* | added function get_memory_usage(). available only when PHP is compiled | Andrey Hristov | 2003-01-14 | 1 | -0/+3 |
| | | | | | with --enable-memory-limit | ||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | need to export var_replace and var_destroy for win32 | Shane Caraveo | 2002-08-04 | 1 | -2/+2 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Renamed zval_debug_dump() to debug_zval_dump() | Jason Greene | 2002-02-10 | 1 | -2/+2 |
| | |||||
* | @Added zval_debug_dump which works similar to var_dump yet displays extra | Jason Greene | 2002-02-10 | 1 | -0/+2 |
| | | | | | internal information such as refcounts, and the true type names (Jason) | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | - Added var_export, which shows a representation of a variable, much like | Derick Rethans | 2001-12-08 | 1 | -0/+2 |
| | | | | | | | var_dump, but in such a way you can use it as PHP code. @- Added var_export, which shows a representation of a variable, much like @ var_dump, but in such a way you can use it as PHP code. (Derick) | ||||
* | Rewrite of unserializer which should be more maintainable and extensible. | Sascha Schumann | 2001-11-10 | 1 | -22/+14 |
| | | | | | | | Changes pass `make test´ and a couple of custom tests. Enjoy. | ||||
* | API update | Zeev Suraski | 2001-08-21 | 1 | -1/+2 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -6/+6 |
| | |||||
* | more tsrm cleanup | Sascha Schumann | 2001-08-05 | 1 | -2/+2 |
| | |||||
* | more tsrm cleanup -- output.c is not doing any fetches anymore | Sascha Schumann | 2001-08-05 | 1 | -1/+1 |
| | |||||
* | Convert serializer to smart_str.. avoids lots of sprintf's and | Sascha Schumann | 2001-08-03 | 1 | -1/+3 |
| | | | | | copying of data. | ||||
* | added test for serialize | Thies C. Arntzen | 2001-07-09 | 1 | -3/+3 |
| | | | | | changed var.c to use Z_* macros | ||||
* | PHPAPI-ize php_var_* functions | Daniel Beulshausen | 2001-07-01 | 1 | -2/+2 |
| | | | | | # need this for shm* | ||||
* | - fixed the reference in session thingie | Thies C. Arntzen | 2001-06-21 | 1 | -0/+19 |
| | | | | | | | | | | - regression test checked (this time;-) - added new regression test for references - references _between_ session variables also work in when the session var replaces an already existing global var (this was a brain twister) - saved one strlen call per session variable - fixed one tiny leak | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Add support for serializing references. | Stanislav Malyshev | 2000-10-30 | 1 | -2/+16 |
| | | | | | | @- Add support for serializing references (Stas) # WDDX and shared memory functions not covered yet | ||||
* | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 1 | -21/+11 |
| | | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers. | ||||
* | Rename macros which begin with underscore to appropiate macros. The general | Sascha Schumann | 2000-07-03 | 1 | -3/+3 |
| | | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'` | ||||
* | unserialize() and wddx_deserialize() now create an empty class if they enconter | Thies C. Arntzen | 2000-06-21 | 1 | -0/+2 |
| | | | | | | | a class which's code is yet unknown. this makes sessionized data retain the class name of objects even if you visited pages that don't have the classes code available. |