Anatol Belski
|
066d39020b
|
fix types
|
2014-09-15 19:46:32 +02:00 |
|
Anatol Belski
|
c3e3c98ec6
|
master renames phase 1
|
2014-08-25 19:24:55 +02:00 |
|
Anatol Belski
|
745a71be33
|
yet more fixes to zpp
|
2014-08-20 14:46:14 +02:00 |
|
Nikita Popov
|
1d8c499b51
|
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.
|
2014-05-23 13:10:50 +02:00 |
|
Xinchen Hui
|
beb042090d
|
Added smart_string to avoid string duplicated
for now, if we want result a char * use smart_string, if zend_string
use smart_str
|
2014-05-10 11:09:17 +08:00 |
|