History log of /PHP-8.0/ext/standard/php_smart_string.h (Results 26 – 27 of 27)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13
# 1d8c499b 23-May-2014 Nikita Popov

Optimize int to string conversion

Probably platform depedentant, but for me snprintf is terribly
slow.

The code for the long printing is taken from the smart string
API.


Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1
# beb04209 10-May-2014 Xinchen Hui

Added smart_string to avoid string duplicated

for now, if we want result a char * use smart_string, if zend_string
use smart_str


12