mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Remove unused SMART_STR_PREALLOC (#14848)
This commit is contained in:
@@ -53,8 +53,6 @@
|
||||
#endif /* ZTS && HAVE_CURL_OLD_OPENSSL */
|
||||
/* }}} */
|
||||
|
||||
#define SMART_STR_PREALLOC 4096
|
||||
|
||||
#include "zend_smart_str.h"
|
||||
#include "ext/standard/info.h"
|
||||
#include "ext/standard/file.h"
|
||||
|
||||
@@ -323,7 +323,6 @@ static char * _mysqlnd_pestrndup(const char * const ptr, size_t length, bool per
|
||||
|
||||
|
||||
#define SMART_STR_START_SIZE 2048
|
||||
#define SMART_STR_PREALLOC 512
|
||||
#include "zend_smart_str.h"
|
||||
|
||||
|
||||
|
||||
@@ -26,8 +26,6 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#define SMART_STR_PREALLOC 512
|
||||
|
||||
#include "php.h"
|
||||
#include "php_ini.h"
|
||||
#include "ext/standard/info.h"
|
||||
|
||||
Reference in New Issue
Block a user