File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -1336,23 +1336,6 @@ static zend_persistent_script *compile_and_cache_file(zend_file_handle *file_han
1336
1336
return NULL ;
1337
1337
}
1338
1338
1339
- #if ZEND_EXTENSION_API_NO >= PHP_5_3_X_API_NO
1340
- if (file_handle -> type == ZEND_HANDLE_STREAM &&
1341
- (!strstr (file_handle -> filename , ".phar" ) ||
1342
- strstr (file_handle -> filename , "://" ))) {
1343
- char * buf ;
1344
- size_t size ;
1345
-
1346
- /* Stream callbacks needs to be called in context of original
1347
- * function and class tables (see: https://bugs.php.net/bug.php?id=64353)
1348
- */
1349
- if (zend_stream_fixup (file_handle , & buf , & size TSRMLS_CC ) == FAILURE ) {
1350
- * op_array_p = NULL ;
1351
- return NULL ;
1352
- }
1353
- }
1354
- #endif
1355
-
1356
1339
if (ZCG (accel_directives ).validate_timestamps ||
1357
1340
ZCG (accel_directives ).file_update_protection ||
1358
1341
ZCG (accel_directives ).max_file_size > 0 ) {
You can’t perform that action at this time.
0 commit comments