It indeed does look very hackish. Is this bug the same bug as the last
patch of yours addressed?
I'll try and take a look at the bug report this week. I'm not quite sure
this can/should be fixed. AFAIK the return value of $str[1] = '*' is the
updated string itself and not the assigned '*'.
Andi
Attached is a suggested fix for bug #22592, which has finally come out of
a successful long-hour-introspection with zend_execute.c.
Although the patch actually does somewhat hackish things and should
appear to be invalid, I believe it's the right one.
Moriyoshi
Index: Zend/zend_execute.c
==
Here's the patch again, as a .txt file.
>
> It seems the attachment was eliminated by the list manager.
> Try suffixing it with ".txt" or inlining it.
>
> Moriyoshi
>
> "Nathan Fredrickson" <[EMAIL PROTECTED]> wrote:
>
> > The attached patch contains a couple of changes to win32
> > project
Hi,
It seems the attachment was eliminated by the list manager.
Try suffixing it with ".txt" or inlining it.
Moriyoshi
"Nathan Fredrickson" <[EMAIL PROTECTED]> wrote:
> The attached patch contains a couple of changes to win32 project file for
> the
> gettext extension.
>
> Added defines to ena
The attached patch contains a couple of changes to win32 project file for
the
gettext extension.
Added defines to enable plural gettext functions on win32. These functions
exist in the current libintl-1.dll.
/D HAVE_NGETTEXT=1
/D HAVE_DNGETTEXT=1
Changed import lib that is linked to libintl.lib
Because this function can return either FILE* or file descriptors or
(potentially) any other kind of "handle".
--Wez.
PS: please use [EMAIL PROTECTED] instead of [EMAIL PROTECTED]
On Sat, 15 Mar 2003, Chris Field wrote:
> For my own education, is there a reason they were passed as void* to
> be
Bah, new lists don't have php- prepended to them...
Date: Sat, 15 Mar 2003 14:46:17 + (GMT)
From: Wez Furlong <[EMAIL PROTECTED]>
To: David Hill <[EMAIL PROTECTED]>
cc: James Devenish <[EMAIL PROTECTED]>,
Jani Taskinen <[EMAIL PROTECTED]>,
Chris Field <[EMAIL PROTECTED]>,
Jani Taskinen wrote:
> On Fri, 14 Mar 2003, Mike Robinson wrote:
> >Did it in fact make it in, and included in the 4.3.2RC1 release?
>
> Yes. It "replaced" sapi/apache2filter:
>
> --with-apxs2 enables now apache2handler.
>
> Someone requested that we leave the apache2filt