[PEAR-BUG] Bug #20480 [Opn->Spm]: Xml_Parser
[email protected] Fri, 9 Jan 2015 01:39:43 +0000 (GMT)
| Newsgroups | php.pear.bugs |
|---|---|
| Message-ID | <[email protected]> |
Edit report at https://pear.php.net/bugs/bug.php?id=20480&edit=1 ID: 20480 Updated by: [email protected] Reported By: medjomeman at hotmail dot fr Summary: Xml_Parser -Status: Open +Status: Spam Type: Bug Package: Config Operating System: Linux Package Version: 1.10.12 PHP Version: 5.6.4 Roadmap Versions: New Comment: -Status: Open +Status: Spam Previous Comments: ------------------------------------------------------------------------ [2015-01-07 06:58:18] mbiama Added #patch bug:20480;patch:dots;revision:1420613898;. ------------------------------------------------------------------------ [2015-01-07 06:57:57] mbiama Description: ------------ ini_set("include_path", '/home/angosson/php:' . ini_get("include_path") ); Bug #68763 xml_parser Test script: --------------- handler ( resource $parser , string $prefix ) Expected result: ---------------- <?php $fp = stream_socket_client("tcp://www.example.net:80", $errno, $errstr, 30); if (!$fp) { echo "$errstr ($errno)<br />\n"; } else { fwrite($fp, "GET / HTTP/1.0\r\nHost: www.example.net\r\nAccept: */*\r\n\r\n"); while (!feof($fp)) { echo fgets($fp, 1024); } fclose($fp); } ?> ------------------------------------------------------------------------ -- Edit this bug report at https://pear.php.net/bugs/bug.php?id=20480&edit=1