We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5880fa2 commit d9a5d52Copy full SHA for d9a5d52
.github/actions/configure-x64/action.yml
@@ -80,5 +80,4 @@ runs:
80
--with-config-file-scan-dir=/etc/php.d \
81
${{ inputs.skipSlow == 'false' && '--with-pdo-firebird' || '' }} \
82
${{ inputs.skipSlow == 'false' && '--with-pdo-dblib' || '' }} \
83
- --enable-werror \
84
${{ inputs.configurationParameters }}
ext/standard/string.c
@@ -2313,7 +2313,7 @@ PHP_FUNCTION(substr_replace)
2313
zend_string *str, *repl_str;
2314
HashTable *str_ht, *repl_ht;
2315
HashTable *from_ht;
2316
- zend_long from_long;
+ zend_long from_long = 0;
2317
HashTable *len_ht = NULL;
2318
zend_long len_long = 0;
2319
bool len_is_null = 1;
0 commit comments