Re: [fw-general] Excessive memory usage in the Zend Framework?

2007-11-06 Thread Olivier Lépine
Hi Véronique, I executed your sample script on a linux production server running PHP 5.2.0 and Zend Framework 1.0.2 and got the following result with memory_get_usage(true) : before : 262144 after : 262144 and with false: before : 45208 after : 176512 I don't know exactly how accurate the

Re: [fw-general] Support for SAVEPOINT syntax in Zend_Db

2007-09-12 Thread Olivier Lépine
an advanced use case. Regards, Bill Karwin -Original Message- From: Olivier Lépine [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 11, 2007 2:42 PM To: Zend Framework General Subject: [fw-general] Support for SAVEPOINT syntax in Zend_Db Hello List, Is there any plan to add

[fw-general] Support for SAVEPOINT syntax in Zend_Db

2007-09-11 Thread Olivier Lépine
Hello List, Is there any plan to add support to the SAVEPOINT and ROLLBACK TO SAVEPOINT syntax in Zend_Db ? I looked for this in the list archive and the wiki but didn't find anything. Thanks, Olivier

Re: [fw-general] Zend_Db_Expr / or something?

2007-03-06 Thread Olivier Lépine
$select->where('WHERE col2 = MD5(?)', $someValue); ? Ralph Schindler a écrit : Bill, or whoever is real familiar with Zend_Db_Expr.. how might one produce this: SELECT col1 FROM table1 WHERE col2 = MD5('some value here'); with Zend_Db_Select? where some value here is the dropin of the para

[fw-general] Conversion of objects with protected|private properties with Zend_Json::encode

2007-02-15 Thread Olivier Lépine
Hello All, I would like to provide Zend_Json::encode with an object which properties are either private or protected and get an exploitable JSON string. This object describes a table that I want to display in HTML via PHP or Javascript/DOM, depending on context. I am thinking about three dif

Re: [fw-general] Determining installed version of QMail, Exim, etc.

2007-01-31 Thread Olivier Lépine
Hi Simon, It doesn't make much sense to try to detect the version of Qmail, since the stable one is 1.0.3 for almost 10 years now. A lot of different patches can be applied which you will not be able to detect accurately. Qmail goes to /var/qmail by default. You can access the config files in