History log of /PHP-8.4/ext/standard/var.c (Results 126 – 150 of 522)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-7.1.0alpha2, php-7.0.8, php-5.6.23, php-5.5.37, php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1, php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1, php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1, php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32, php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2, php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5, php-5.5.30, php-5.6.14, php-7.0.0RC4, php-5.6.14RC1, php-7.0.0RC3
# 3043be37 03-Sep-2015 Yasuo Ohgaki

Avoid magic number. NUM_BUF_SIZE may be in header. Suggestions are appreciated


Revision tags: php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45
# e3d9f1f4 30-Aug-2015 Yasuo Ohgaki

Simply use ndigit for flag for zend_dtoa mode


Revision tags: php-5.6.13RC1, php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44
# f943daf2 04-Aug-2015 Yasuo Ohgaki

Initial patch for 0 mode float conversion. The magic number is better to be improved. Any suggestion where to define it?


# 16160386 21-Jun-2016 Dmitry Stogov

Added ZEND_ATTRIBUTE_FORMAT to some middind functions.
"%p" replaced by ZEND_LONG_FMT to avoid compilation warnings.
Fixed most incorrect use cases of format specifiers.


# 2eb7e75c 17-May-2016 Xinchen Hui

Let's only read-only here


# 7989db97 17-May-2016 Xinchen Hui

Fixed bug #72229 (Wrong reference when serialize/unserialize an object)


# 64f91774 10-Apr-2016 Nikita Popov

Remove IS_VAR_RET_REF flag

Instead decide whether a function returned by reference or by value
by checking whether the return value has REFERENCE type. This means
that functions retu

Remove IS_VAR_RET_REF flag

Instead decide whether a function returned by reference or by value
by checking whether the return value has REFERENCE type. This means
that functions returning by reference must always return a reference
and functions returning by value must not return a reference.

show more ...


# 5db4d9a7 09-Apr-2016 Xinchen Hui

Fixed bug #71995 (Returning the same var twice from __sleep() produces broken serialized data)


# c8590768 07-Apr-2016 Xinchen Hui

Improved fix for #71940


# a0fac473 10-Mar-2016 Xinchen Hui

object->ce should not be NULL


# c9357f82 14-Feb-2016 Nikita Popov

Format string fixes

Conflicts:
ext/pgsql/pgsql.c


# ae50a0c0 08-Jan-2016 Andrea Faulds

Fix bug #71314


# 49493a2d 01-Jan-2016 Lior Kaplan

Happy new year (Update copyright to 2016)


# 8d217db3 18-Dec-2015 Andrea Faulds

Fix bug #66179

This also fixes ext/standard/tests/general_functions/var_export-locale.phpt
to actually run the floating-point section.


# 6313e16a 23-Nov-2015 Xinchen Hui

Improved fix for bug (count on symbol table)


# e2d60900 17-Oct-2015 Xinchen Hui

Fixed bug #70730 (Incorrect ArrayObject serialization if unset is called in serialize())

It's possible to fixed this in SPL side, but it will be ugly, and we
should make serialize more r

Fixed bug #70730 (Incorrect ArrayObject serialization if unset is called in serialize())

It's possible to fixed this in SPL side, but it will be ugly, and we
should make serialize more robust, so I prefer fix it in serialize side.

show more ...


# b00a3158 09-Sep-2015 Xinchen Hui

Unused var


# 7c312039 01-Sep-2015 Stanislav Malyshev

Improve fix for #70172


# bb4b5063 01-Sep-2015 Dmitry Stogov

Fixed one more problem related to bug #70187 (Notice: unserialize(): Unexpected end of serialized data)


# e8429400 01-Sep-2015 Stanislav Malyshev

Fix bug #70172 - Use After Free Vulnerability in unserialize()


# 25f9e255 26-Aug-2015 Dmitry Stogov

Fixed bug #70187 (Notice: unserialize(): Unexpected end of serialized data)


Revision tags: php-5.6.12RC1
# add2b158 23-Jul-2015 Xinchen Hui

cleanup


# c55c7ef0 23-Jul-2015 Xinchen Hui

Make debug_val_dump and var_dump prints int and float the same


Revision tags: php-7.0.0beta2
# 73773c21 15-Jul-2015 Rasmus Lerdorf

unserialize() takes a 2nd optional arg and it can't be a bool


Revision tags: php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43
# 4a2e40bb 30-Jun-2015 Dmitry Stogov

Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).


12345678910>>...21