php-src/main/streams
Wez Furlong e1ae61802b Fix segfault for scripts like this:
<?php
pfsockopen("foo");
pfsockopen("foo");
?>
Where the transport fails to connect (since args are bogus);
the problem was that the persistent stream entry was not
correctly freed.
2004-01-27 22:40:44 +00:00
..
cast.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
filter.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
memory.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
mmap.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
php_stream_context.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_stream_filter_api.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_stream_mmap.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_stream_plain_wrapper.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_stream_transport.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_stream_userspace.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
php_streams_int.h - Happy new year and PHP 5 for rest of the files too.. 2004-01-08 17:33:29 +00:00
plain_wrapper.c Fixed bug #26974 (rename() doesn't check the destination file 2004-01-21 02:28:50 +00:00
streams.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00
transports.c Fix segfault for scripts like this: 2004-01-27 22:40:44 +00:00
userspace.c Removed unused variable. 2004-01-27 03:20:35 +00:00
xp_socket.c - A belated happy holidays and PHP 5 2004-01-08 08:18:22 +00:00