From abb91ee9eac100c92960ec54b86c7792fc3c49cd Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sun, 18 Dec 2016 20:04:38 +0100 Subject: Move smart_string to Zend smart_str is already in Zend. --- ext/standard/php_smart_string_public.h | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'ext/standard/php_smart_string_public.h') diff --git a/ext/standard/php_smart_string_public.h b/ext/standard/php_smart_string_public.h index dabc359676..2696d4eb0d 100644 --- a/ext/standard/php_smart_string_public.h +++ b/ext/standard/php_smart_string_public.h @@ -17,17 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ +/* Header moved to Zend. This file is retained for BC. */ +#include "zend_smart_string_public.h" -#ifndef PHP_SMART_STRING_PUBLIC_H -#define PHP_SMART_STRING_PUBLIC_H - -#include - -typedef struct { - char *c; - size_t len; - size_t a; -} smart_string; - -#endif -- cgit v1.2.1