ID: 21873 Updated by: [EMAIL PROTECTED] Reported By: SiberianGhost at hotmail dot com -Status: Open +Status: Closed Bug Type: cURL related Operating System: FreeBSD 4.7 PHP Version: 4.3.1-dev New Comment:
This bug has been fixed in CVS. In case this was a PHP problem, snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. In case this was a documentation problem, the fix will show up soon at http://www.php.net/manual/. In case this was a PHP.net website problem, the change will show up on the PHP.net site and on the mirror sites in short time. Thank you for the report, and for helping us make PHP better. User reported php4-STABLE-200303180830 works. Previous Comments: ------------------------------------------------------------------------ [2003-03-18 04:18:07] SiberianGhost at hotmail dot com After try php4-4.3.1 Nothing changed. fseek($fp,0,SEEK_SET); not work. After try php4-STABLE-200303180830 (4.3.2RC) work correct Version 4.2.1 work correct ------------------------------------------------------------------------ [2003-03-09 18:50:13] [EMAIL PROTECTED] No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you. ------------------------------------------------------------------------ [2003-02-27 09:58:05] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip Appears to have been fixed, cannot replicate using latest CVS. ------------------------------------------------------------------------ [2003-02-12 23:31:28] [EMAIL PROTECTED] Verified with this script: <?php $ch = curl_init("https://solo3.merita.fi/cgi-bin/SOLO0001"); curl_setopt($ch, CURLOPT_HEADER, 0); $fp = tmpfile(); curl_setopt ($ch, CURLOPT_FILE, $fp); curl_exec($ch); curl_close($ch); // fseek($fp,1,SEEK_SET); // uncomment this and it works.. fseek($fp,0,SEEK_SET); $result = fgets($fp,1024); fclose($fp); var_dump($result); ?> Outputs: bool(false) ------------------------------------------------------------------------ [2003-02-12 03:33:25] SiberianGhost at hotmail dot com After try php4-STABLE-200302120830 Nothing changed. fseek($fp,0,SEEK_SET); not work. Version 4.2.1 work correct Config command: ./configure --prefix=/home/u6394/php --with-mysql=/usr/local --with-zlib --with-config-file-path=/home/u6394/php43 --with-gd --with-jpeg-dir=/usr/local --with-t1lib --disable-debug --enable-force-cgi-redirect --with-mod_charset --without-pear --disable-rpath --enable-sockets with-openssl --with-curl=/home/u6394/curl Module tested: sapi/cgi/php ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/21873 -- Edit this bug report at http://bugs.php.net/?id=21873&edit=1