Ask a Question related to PHP Development, Design and Development.
-
Cristiano Duarte #1
[PHP-DEV] Re: [PATCH] Streams "file://" bug
Sara Golemon wrote:
The compiler is decrementing a char** pointer instead of a char* pointer.> Predecremet vs. postdecrement would make no difference in that context.
> It's very likely your compiler. What specific error are you seeing?
I don't know why the ZendEngine1 is appearing at the top of my patch> P.S. - What's with the ZendEngine1 reference? main/streams/streams.c is
> only in PHP5 (and thus would be using ZendEngine2)
file. I'm using PHP5 with ZendEngine2 and I just run "cvs -d
:pserver:cvsread@cvs.php.net:/repository diff php-src"...
I think it's just cosmetic...
Andi has pointed out that (*path_for_open)++ will make it.
Best Regards,
Cristiano Duarte
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: [url]http://www.php.net/unsub.php[/url]
Cristiano Duarte Guest
-
Using CIFS/NFS Mounted Drives for "streams" directory
We have multiple FMS Origin server(s) . We plan to use a NAS device, where content is directly uploaded to it. This content will be shared across... -
Where is Patch File "Ac60PrP1.msp" located?
For WIN XP, I first installed separate Acrobat Pro 6 Upgrade and then 6.01 patch file, and then installed "CS Suite" (without Acrobat module). I... -
[PHP-DEV] [PATCH] Streams "file://" bug
> The current implementation of file:// support under Predecremet vs. postdecrement would make no difference in that context. It's very likely... -
[PHP-DEV] [PATCH] Streams "file://" bug
--------------060003080607080602080609 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi all, The... -
How to make the "search text" feature work with non "txt" file
On Fri, 27 Jun 2003 07:19:23 -0700, "Juergen" <anhorn@bktel.com> wrote: See MVP Doug Knox' comments and fix here:... -
Cristiano Duarte #2
Re: [PHP-DEV] [PATCH] Streams "file://" bug
Andi Gutmans wrote:
In fact, it's "(*path_for_open)--" :-)> This should be changed to (*path_for_open)++
Cristiano Duarte
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: [url]http://www.php.net/unsub.php[/url]
Cristiano Duarte Guest
-
Andi Gutmans #3
Re: [PHP-DEV] [PATCH] Streams "file://" bug
:)
At 12:34 PM 11/23/2003 -0200, Cristiano Duarte wrote:-->Andi Gutmans wrote:>In fact, it's "(*path_for_open)--" :-)>>This should be changed to (*path_for_open)++
>
>Cristiano Duarte
>
>--
>PHP Internals - PHP Runtime Development Mailing List
>To unsubscribe, visit: [url]http://www.php.net/unsub.php[/url]
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: [url]http://www.php.net/unsub.php[/url]
Andi Gutmans Guest



Reply With Quote

