mirror of
https://github.com/php/php-src.git
synced 2026-03-26 17:22:15 +01:00
fix condition
This commit is contained in:
@@ -570,7 +570,7 @@ bail:
|
||||
phar_destroy_phar_data(myphar TSRMLS_CC);
|
||||
return FAILURE;
|
||||
}
|
||||
} while (read != 0);
|
||||
} while (!php_stream_eof(fp));
|
||||
|
||||
if (zend_hash_str_exists(&(myphar->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1)) {
|
||||
myphar->is_data = 0;
|
||||
|
||||
Reference in New Issue
Block a user