summaryrefslogtreecommitdiff
path: root/ext/standard/tests/streams
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #54623 (Segfault when when writing to a persistent socket afterGustavo André dos Santos Lopes2011-05-011-0/+17
* - Fixed bug #53903 (userspace stream stat callback does not separate theGustavo André dos Santos Lopes2011-02-011-0/+32
* - Fixed test (Eyal Teutsch)Felipe Pena2010-12-041-1/+1
* - disable the non win32 version on winPierre Joye2010-01-251-0/+5
* - fix test, dir separator agnosticPierre Joye2010-01-241-2/+2
* - add win32 version of the test, damned error msg with eol in themPierre Joye2010-01-241-0/+30
* Changed stream_resolve_include_path to use zend_resolve_pathMikko Koppanen2009-12-241-0/+37
* - Fixed bug #49936 (crash with ftp stream in php_stream_context_get_option())Felipe Pena2009-11-151-0/+21
* - Re-fix stream_is_local() memory leaksFelipe Pena2009-08-031-0/+17
* MFH: Fixed bug #48309 (stream_copy_to_stream() and fpasstru() do notArnaud Le Blanc2009-05-171-0/+33
* MFH: Fixed bug #48307 (stream_copy_to_stream() copies 0 bytes when $sourceArnaud Le Blanc2009-05-161-0/+30
* MFHArnaud Le Blanc2009-04-252-2/+2
* new testArnaud Le Blanc2009-04-191-0/+13
* Make test more robust; avoid hangs if fsockopen() fails. Tested on Windows, L...andy wharmby2009-01-234-32/+8
* MFH: Windows support for stream_socket_pair(), by moving the socketpair() imp...Kalle Sommer Nielsen2009-01-231-5/+2
* MFH: Fixed testArnaud Le Blanc2008-12-181-1/+1
* Remove duff comment produced by the test generator toolAnt Phillips2008-12-051-5/+0
* MFH: Added stream_context_get_params()Arnaud Le Blanc2008-11-131-0/+121
* MFH: Fixed stream_get_contents() when using $maxlength and socket is notArnaud Le Blanc2008-11-111-0/+18
* MFH: Fixed bug #44818 (php://memory writeable when opened read only)Arnaud Le Blanc2008-11-111-0/+37
* MFH: Fixed stream_get_line() to behave as documented on non-blockingArnaud Le Blanc2008-11-041-0/+66
* MDH: Avoids fclose() from complaining that stream_socket_pair() streamsArnaud Le Blanc2008-11-041-0/+22
* MFH: Fixed bug #46024 (stream_select() doesn't return the correct number)Arnaud Le Blanc2008-11-041-0/+46
* - Fixed memory leak when using offset out of range. (php_stream_copy_to_mem r...Felipe Pena2008-10-301-0/+22
* - Fix the fixFelipe Pena2008-10-301-3/+15
* - MFH: Fixed bug #46426 (3rd parameter offset of stream_get_contents not work...Felipe Pena2008-10-301-0/+22
* Fixed possible infinity loop in testsDmitry Stogov2008-08-154-0/+36
* - New parameter parsing APIFelipe Pena2008-06-202-8/+8
* Fixed bug#44712 (stream_context_set_params segfaults on invalid arguments)Hannes Magnusson2008-04-131-0/+10
* MFHAntony Dovgal2008-03-204-4/+4
* MFH: fix testsAntony Dovgal2008-03-205-16/+16
* Adding streams testsSteve Seear2008-03-1914-0/+1468