Skip to content

Commit d9a5d52

Browse files
committed
f this
1 parent 5880fa2 commit d9a5d52

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/actions/configure-x64/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,4 @@ runs:
8080
--with-config-file-scan-dir=/etc/php.d \
8181
${{ inputs.skipSlow == 'false' && '--with-pdo-firebird' || '' }} \
8282
${{ inputs.skipSlow == 'false' && '--with-pdo-dblib' || '' }} \
83-
--enable-werror \
8483
${{ inputs.configurationParameters }}

ext/standard/string.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2313,7 +2313,7 @@ PHP_FUNCTION(substr_replace)
23132313
zend_string *str, *repl_str;
23142314
HashTable *str_ht, *repl_ht;
23152315
HashTable *from_ht;
2316-
zend_long from_long;
2316+
zend_long from_long = 0;
23172317
HashTable *len_ht = NULL;
23182318
zend_long len_long = 0;
23192319
bool len_is_null = 1;

0 commit comments

Comments
 (0)