Hi,
I have written a patch which I think fixes bug 26737 : private/protected member
variables are not serialized (the names are returned from __sleep())
The URL of the patch is :
http://hristov.com/andrey/projects/php_stuff/patches/bug26737.patch.txt
Comments are welcomed?
Thanks,
andrey
P.S.
Ther
This new function is intended to add "chunking" capability to fetching
attachments from an email using the IMAP library. Currently the
attachment fetch is done with imap_fetchbody , and is placed entirely in
memory, ergo - if the attachment is larger than the available memory it
will fail.
Thi
Hello Dan,
The answer that you are looking for can be found on the Zend site:
http://www.zend.com/php5/articles/engine2-php5-changes.php#Heading13
--
Best regards,
Jasonmailto:[EMAIL PROTECTED]
Friday, August 13, 2004, 6:59:44 PM, you wrote:
DO> Hello.
DO>
I don't know this topic but according to:
http://www.php.net/anoncvs
libtool 1.5 will not work. It also suggests older versions
of the other tools although I'm unsure how much of that has
to do with the page just not being updated.
Regards,
Philip
On Sat, 14 Aug 2004, Ben Ramsey wrote:
>
They're installed according to however they are installed on Fedora Core 2. I
didn't install either one of them; they come with the system, afaik.
[EMAIL PROTECTED] ramsey]$ aclocal --print-ac-dir
/usr/share/aclocal
[EMAIL PROTECTED] ramsey]$ ls -l /usr/share/aclocal/libtool*
-rw-r--r-- 1 root ro
If anyone is intrested.. http://bugs.php.net/29678
On Sat, 14 Aug 2004 14:51:12 +0200
[EMAIL PROTECTED] (Hannes Magnusson) wrote:
> $url = 'ftp://anonymous:[EMAIL PROTECTED]';
> $dir = opendir ( $url );
> var_dump ( $dir );
> ?>
> Causes php to crash. However. If I add trailing slash to $url it
Perfect :)
Ron
"Hannes Magnusson" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Sat, 14 Aug 2004 14:52:16 +0200
> [EMAIL PROTECTED] (Ron Korving) wrote:
>
> > http://bugs.php.net
> > And please describe your problem better than this..
> > Define "crash" ? A segfault ? An error
On Sat, 14 Aug 2004 14:52:16 +0200
[EMAIL PROTECTED] (Ron Korving) wrote:
> http://bugs.php.net
> And please describe your problem better than this..
> Define "crash" ? A segfault ? An error message ?
segfault, would have expected error message :)
Will file a bug report in a min..
>
> Ron
>
> "H
http://bugs.php.net
And please describe your problem better than this..
Define "crash" ? A segfault ? An error message ?
Ron
"Hannes Magnusson" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> $url = 'ftp://anonymous:[EMAIL PROTECTED]';
> $dir = opendir ( $url );
> var_dump ( $dir )
ftp://anonymous:[EMAIL PROTECTED]';
$dir = opendir ( $url );
var_dump ( $dir );
?>
Causes php to crash. However. If I add trailing slash to $url it works as expected.
Running PHP5.0.0 btw.
- Hannes
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net
In the PHP5.0.1 changelog I can't find the fixes of 4.3.9... will this end
up in 5.0.2 because 4.3.9 isn't final yet?
Ron
"Ilia Alshanetsky" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On August 12, 2004 04:55 am, Ron Korving wrote:
> > Do you know when fixes in PHP4.3.9 will fi
On Sat, 2004-08-07 at 02:45, Andi Gutmans wrote:
> andi Fri Aug 6 20:45:34 2004 EDT
>
> Modified files:
> /ZendEngine2 zend_alloc.h
> Log:
> - Commit Derick's patch for allowing Zend to use regular libc memory
> - allocation functions. Mainly useful in con
Do this:
aclocal --print-ac-dir
This should show you the directory your various m4 macro files are in.
The fact that the AC_PROG_LIBTOOL macro is shown as undefined is a sign
that your autoconf/libtool stuff is completely misconfigured and don't
know about each other. Did you install one from s
13 matches
Mail list logo