1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 03:32:20 +02:00
Files
archived-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
..
2004-01-08 08:18:22 +00:00
2004-01-08 08:18:22 +00:00
2004-01-08 08:18:22 +00:00
2004-01-08 08:18:22 +00:00
2004-01-08 08:18:22 +00:00
2004-01-27 03:20:35 +00:00