php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37241 ncompatible type for argument 3 of `_php_stream_get_line'
Submitted: 2006-04-29 04:14 UTC Modified: 2006-04-29 14:38 UTC
From: nohn@php.net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 6CVS-2006-04-29 (CVS) OS: Linux
Private report: No CVE-ID: None
 [2006-04-29 04:14 UTC] nohn@php.net
Description:
------------
modified	fmk	/php-src/ext/spl/spl_directory.c	04/28/2006 21:03:58	Remove ZSTR() from stream macros. Calling function must apply this macro
modified	fmk	/php-src/main/php_streams.h	04/28/2006 21:03:58	Remove ZSTR() from stream macros. Calling function must apply this macro
modified	fmk	/php-src/ext/standard/file.c	04/28/2006 21:03:57	Remove ZSTR() from stream macros. Calling function must apply this macro
modified	fmk	/php-src/ext/standard/http_fopen_wrapper.c	04/28/2006 21:03:57	Remove ZSTR() from stream macros. Calling function must apply this macro
modified	fmk	/php-src/ext/standard/image.c	04/28/2006 21:03:57	Remove ZSTR() from stream macros. Calling function must apply this macro

This one broke compiling:

/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/zlib/zlib.c: In function `zif_gzfile':
/opt/cruisecontrol/projects/PHP_HEAD/php-src/ext/zlib/zlib.c:308: incompatible type for argument 3 of `_php_stream_get_line'
make: *** [ext/zlib/zlib.lo] Error 1


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-04-29 14:38 UTC] fmk@php.net
This bug has been fixed in CVS.

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/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 04:01:38 2024 UTC