Re: [PHP-DEV] Re: [PATCH] imap_savebody()

2005-09-23 Thread Andi Gutmans
Yep, I agree with that, and some past tests of mine showed that depending on the system, anything bigger than about 8-64K, will give marginal performance increase (and possibly decrease depending on memory allocation); so it's really not worth the hassle. It's also a size which we can allocate

[PHP-DEV] Problem with compiling php on windows with ssl

2005-09-23 Thread Sumit Mittal
Hi, I am trying to compile php for windows with ssl enabled so that i can use ftp_ssl_connect with php5.0. But when i do i used to get a fatel error every time stating something with cl.exe and my build stops. I want to build php 5.0 with ssl, apache, curl, mysqli and with few basic things..

[PHP-DEV] Re: [PATCH] imap_savebody()

2005-09-23 Thread Sara Golemon
> > http://dev.iworks.at/PATCHES/imap_savebody.patch.txt > > Thanks a lot for review; the patch has been updated with your suggestions. > Additionally the whole thing is ifdef'd out in ZTS mode as the c-client > gets function is a global variable. I tested the function with a 17M > message saving

Re: [PHP-DEV] Building extension for Mac OS X

2005-09-23 Thread D. Walsh
On Sep 23, 2005, at 03:00 AM, Fredrik Olsson wrote: Hi. As you replied to my e-mail I guess it is ok to do the same. Just a shame that a possible solution will not remain in the list for others to see :/. unfortunately the list doesn't tag the reply to so hitting reply goes to the send

RE: [PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_vm_def.h zend_vm_execute.hzend_vm_opcodes.h

2005-09-23 Thread Dmitry Stogov
The bug was introduced with Antony's patch - fix #33771 (error_reporting falls to 0 when @ was used inside try/catch block). "make install" was crached during PEAR installation. Thanks. Dmitry. > -Original Message- > From: Derick Rethans [mailto:[EMAIL PROTECTED] > Sent: Friday, Septemb

[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_vm_def.h zend_vm_execute.h zend_vm_opcodes.h

2005-09-23 Thread Derick Rethans
> Modified files: > /ZendEngine2 zend_vm_def.h zend_vm_execute.h zend_vm_opcodes.h > Log: > MFH It is a good thing to actually mention what you merged from head, by readding the original commit message. That makes it much easier to track issues. regards, Derick --

Re: [PHP-DEV] shutdown order changed again? broken dl()'d modules, again

2005-09-23 Thread Derick Rethans
On Thu, 22 Sep 2005, Wez Furlong wrote: > Sounds like we're unloading the modules before calling the dtors again. The code says this: /* 1. Call all possible shutdown functions registered with register_shutdown_function() */ /* 2. Call all possible __destruct() functions */ zend_try