element for files opened with tmpname().
. openssl 0.9.8
. ming 0.3b
. libpq (PostgreSQL) 8.0.1
+- Fixed a bug where stream_get_meta_data() did not return the "uri" element for
+ files opened with tmpname(). (Derick)
- Fixed "make test" to work for phpized extensions. (Hartmut, Jani)
- Fixed failing queries (FALSE returned) with mysqli_query() on 64 bit systems.
(Andrey)
if (stream) {
php_stdio_stream_data *self = (php_stdio_stream_data*)stream->abstract;
stream->wrapper = &php_plain_files_wrapper;
+ stream->orig_path = estrdup(opened_path);
self->temp_file_name = opened_path;
self->lock_flag = LOCK_UN;