mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Move smart_str implementation into Zend/
So we can use it there as well... For now I've retained the zend_smart_str_public.h header, though it would probably be better to just move that one struct into zend_types.h.
This commit is contained in:
parent
e1fe5cb8c2
commit
e33f3d3b7c
64 changed files with 69 additions and 78 deletions
|
@ -23,7 +23,7 @@
|
|||
#include "php.h"
|
||||
#include "ext/standard/php_standard.h"
|
||||
#include "ext/standard/credits.h"
|
||||
#include "ext/standard/php_smart_str.h"
|
||||
#include "zend_smart_str.h"
|
||||
#include "php_variables.h"
|
||||
#include "php_globals.h"
|
||||
#include "php_content_types.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue