1
0
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:
Peter Kokot
2024-07-07 01:04:53 +02:00
committed by GitHub
parent f4af8f3837
commit 42530c6543
3 changed files with 0 additions and 5 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"