Skip to content

Commit 5e98bec

Browse files
danognielsdos
authored andcommitted
Fix typo
1 parent d306040 commit 5e98bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/apache2handler/sapi_apache2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ static int php_pre_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptemp
461461
return OK;
462462
}
463463

464-
ZEND_API bool use_deepbind;
464+
ZEND_API extern bool use_deepbind;
465465

466466
static int
467467
php_apache_server_startup(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptemp, server_rec *s)

0 commit comments

Comments
 (0)