1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00

less strange!

This commit is contained in:
krakjoe
2014-04-13 14:43:34 +01:00
parent 286dd4dc71
commit ce7097fb60
+1 -1
View File
@@ -1183,7 +1183,7 @@ phpdbg_main:
sigaction(SIGBUS, &signal_struct, &PHPDBG_G(old_sigsegv_signal));
#endif
if (php_request_startup(TSRMLS_C) == SUCCESS) {;
if (php_request_startup(TSRMLS_C) == SUCCESS) {
int i;
SG(request_info).argc = argc - php_optind + 1;