summaryrefslogtreecommitdiff
path: root/ext/standard/php_smart_string_public.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|
* Move smart_string to ZendNikita Popov2017-01-011-13/+2
| | | | smart_str is already in Zend.
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
| | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
* bump yearXinchen Hui2015-01-151-1/+1
|
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|
* Added smart_string to avoid string duplicatedXinchen Hui2014-05-101-0/+33
for now, if we want result a char * use smart_string, if zend_string use smart_str