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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: nohn@php.net
New email:
PHP Version: OS:

 

 [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: Sat May 04 06:01:35 2024 UTC