Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 19817 invoked from network); 27 May 2009 20:44:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 May 2009 20:44:21 -0000 Received: (qmail 79335 invoked by uid 500); 27 May 2009 20:44:30 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 79308 invoked by uid 500); 27 May 2009 20:44:30 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 79299 invoked by uid 99); 27 May 2009 20:44:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 May 2009 20:44:30 +0000 X-ASF-Spam-Status: No, hits=4.7 required=10.0 tests=HTML_MESSAGE,PLING_QUERY,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [76.13.13.40] (HELO smtp101.prem.mail.ac4.yahoo.com) (76.13.13.40) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 27 May 2009 20:44:22 +0000 Received: (qmail 13836 invoked from network); 27 May 2009 20:44:00 -0000 Received: from (shehi@78.180.65.194 with login) by smtp101.prem.mail.ac4.yahoo.com with SMTP; 27 May 2009 13:44:00 -0700 PDT X-Yahoo-SMTP: qYuXDj.swBBBPUzcbkNpmLtdJrQ3iET7 X-YMail-OSG: pCgCn9YVM1mTWcEfSZlBgwhUie5KzZC0RJMAgm4Jh_dxIGxAqg5jnyXbhnqdSXUzau_BGI9QAi5IRl38LsF3X8P6893pmrOfujh63EO02B5L1lKlzQ7mNHGYbOudPV9eySuOMXLsPshw9dipEq8HwEinrHvyqMWO3mWMJqp8EzP6lq33vIXqBkRQQPPruteIVM5fBkqc1TwJuMxSHHtje4CROTsm7Ecvb.FFVwpXwOjxnz6Twt63DFgB77IosF7XKeTjn0MZYT1LIsPhqEraulduWFUtkOjvAfMYsIOt1C6AQeIjKFWk9Dj0o8fiuH.DL9mCqg-- X-Yahoo-Newman-Property: ymail-3 Message-ID: <874318D1B4994AE6A429E8A1BAB9366C@ShehiPC> From: "Shahriyar \"Shehi\" Imanov" To: , References: <3D78870D700542E3B9D854CEB2B8FF2C@ShehiPC> <444720698-1243453124-cardhu_decombobulator_blackberry.rim.net-402202490-@bxe1094.bisx.produk.on.blackberry> <301679396-1243454653-cardhu_decombobulator_blackberry.rim.net-557526980-@bxe1094.bisx.produk.on.blackberry><7CF97A88F26A467BA56ACDD001CFAD70@ShehiPC> <107008832-1243456233-cardhu_decombobulator_blackberry.rim.net-600503841-@bxe1094.bisx.produk.on.blackberry> In-Reply-To: <107008832-1243456233-cardhu_decombobulator_blackberry.rim.net-600503841-@bxe1094.bisx.produk.on.blackberry> Date: Wed, 27 May 2009 23:44:05 +0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00EA_01C9DF25.05B63120" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6001.18000 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6001.18049 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] mod-rewrite: ReWrite failure due to a "reserved" word?! ------=_NextPart_000_00EA_01C9DF25.05B63120 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Lol yea, you guessed quite right. Until recently I was a PEAR user, but = switched to Zend FW recently. Although Zend Db's Zend_Db_Select is a = pain in ass, I managed to port everything to my existing Db handlers. = Optimization is the concern at the moment, but I am sure it won't be = hard to overcome those. I generally try to write RDBMS-independent = system you know. For search I plan to use Zend_Search_Lucene, although its completely new = concept for me. I was kinda "go easy" guy, was planning to use plain = MYSQL FULL TEXT search, but as Da Vinci says: =E2=80=9CSimplicity is the = ultimate sophistication.=E2=80=9D :D Plus FULL TEXT idea wouldn't work = on other RDBMS's. So, guess I will have to use sophisticated tools after = all. Thanks again for everything. Shehi ------=_NextPart_000_00EA_01C9DF25.05B63120 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable =EF=BB=BF
Lol yea, you guessed quite right. Until = recently=20 I was a PEAR user, but switched to Zend FW recently. Although Zend Db's=20 Zend_Db_Select is a pain in ass, I managed to port everything to my = existing Db handlers. Optimization is the concern at the moment, but I = am sure=20 it won't be hard to overcome those. I generally try to write = RDBMS-independent=20 system you know.
 
For search I plan to use = Zend_Search_Lucene,=20 although its completely new concept for me. I was kinda "go easy" guy, = was=20 planning to use plain MYSQL FULL TEXT search, but as Da Vinci says: = =E2=80=9CSimplicity is = the ultimate=20 sophistication.=E2=80=9D :D Plus FULL TEXT idea wouldn't work on = other RDBMS's. So,=20 guess I will have to use sophisticated tools after = all.
 
Thanks again for = everything.
 
Shehi
------=_NextPart_000_00EA_01C9DF25.05B63120--