[PHP-DEV] [PATCH]Bug 26737 : private/protected vars not serialized

2004-08-14 Thread Andrey Hristov
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

[PHP-DEV] [PATCH] PHP_IMAP New Function "imap_partialbody" to fetch chunks of a MIME attachment

2004-08-14 Thread Crispin Olson
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

Re: [PHP-DEV] Method/Function chaining?

2004-08-14 Thread Jason Garber
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>

Re: [PHP-DEV] Configure/buildconf/autoconf errors

2004-08-14 Thread Philip Olson
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: >

Re: [PHP-DEV] Configure/buildconf/autoconf errors

2004-08-14 Thread Ben Ramsey
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

[PHP-DEV] Re: opendir() with ftp:// wrapper without trailing slash causes php to

2004-08-14 Thread Hannes Magnusson
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

[PHP-DEV] Re: opendir() with ftp:// wrapper without trailing slash causes php to crash

2004-08-14 Thread Ron Korving
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

[PHP-DEV] Re: opendir() with ftp:// wrapper without trailing slash causes php to crash

2004-08-14 Thread Hannes Magnusson
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

[PHP-DEV] Re: opendir() with ftp:// wrapper without trailing slash causes php to crash

2004-08-14 Thread Ron Korving
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 )

[PHP-DEV] opendir() with ftp:// wrapper without trailing slash causes php to crash

2004-08-14 Thread Hannes Magnusson
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

Re: [PHP-DEV] Re: PHP 4.3.9RC1 Released

2004-08-14 Thread Ron Korving
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

[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_alloc.h

2004-08-14 Thread Alex Kiesel
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

Re: [PHP-DEV] Configure/buildconf/autoconf errors

2004-08-14 Thread Rasmus Lerdorf
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