- Moved extensions to PECL (http://pear.php.net/): (James, Derick)
. ext/vpopmail
. ext/cybermut
+- Fixed bug #20424 (stream_get_meta_data craches on a normal file stream).
+ (Derick, Wez)
- Added "neutral" language entry to mbstring spec. (Moriyoshi)
- Modified log() to accept multiple bases. (Jason)
- Added gd_info() which returns an array of gd support information. (Marcus)
--- /dev/null
+--TEST--
+Bug #20424: stream_get_meta_data craches on a normal file stream
+--POST--
+--GET--
+--FILE--
+<?php
+$f = fopen("run-tests.php", "r");
+$dummy = var_export(stream_get_meta_data($f), TRUE);
+echo "I'm alive!\n";
+?>
+--EXPECT--
+I'm alive!
NULL,
NULL,
php_plain_files_url_stater,
- php_plain_files_dir_opener
+ php_plain_files_dir_opener,
+ "plainfile"
};
static php_stream_wrapper php_plain_files_wrapper = {