Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22919 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57144 invoked by uid 1010); 22 Apr 2006 00:11:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 57129 invoked from network); 22 Apr 2006 00:11:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Apr 2006 00:11:06 -0000 X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:35591] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id EC/F3-19715-99479444 for ; Fri, 21 Apr 2006 20:11:05 -0400 Received: from localhost (strato.aixcept.de [81.169.182.136]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id E309A35C1EA; Sat, 22 Apr 2006 02:11:02 +0200 (CEST) Date: Sat, 22 Apr 2006 02:11:02 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <9610603868.20060422021102@marcus-boerger.de> To: "Frank M. Kromann" Cc: Rob Richards , PHP Internals In-Reply-To: <11456547787680000@9866357972520000.9866341568840000> References: <11456547787680000@9866357972520000.9866341568840000> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [PATCH] Compile head on Win32 From: helly@php.net (Marcus Boerger) Hello Frank, thanks :-) marcus Friday, April 21, 2006, 11:26:18 PM, you wrote: > Hi Rob, > Working on a patch for those as well. > - Frank >> If this patch is used to fix the build, the same change need to be made > in: >> ext/spl/spl_directory.c >> ext/standard/image.c (php_stream_gets) >> sapi/cli/php_cli.c (php_stream_gets) >> >> Frank M. Kromann wrote: >> > Hello Everyone, >> > >> > Here is a patch that makes it possible to compile HEAD on win32. >> > >> > http://kromann.info/diff-file.c >> > >> > php_stream_get_line_ex() and php_stream_get_line() are both defined > as >> > macros where the buf parameter is replaced with ZSTR(buf). Setting buf > to >> > NULL_ZSTR causes the function to be called with ZSTR(NULL_ZSTR) and > that >> > does not make any sence. >> > >> > Please let me know if it's ok to commit this. >> > >> > - Frank >> > >> > >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> Best regards, Marcus