php-windows Digest 22 Aug 2010 06:30:45 -0000 Issue 3855

Topics (messages 30307 through 30309):

Re: memory
        30307 by: samuel

How to make FTS3 with SQLite3 and ICU work?
        30308 by: Simon

PHP versions and extensions
        30309 by: Tomasz Krawczyk

Administrivia:

To subscribe to the digest, e-mail:
        php-windows-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-windows-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-wind...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---
Ok,
thank you

2010/8/12 Pierre Joye <pierre....@gmail.com>

> hi,
>
> On Wed, Aug 11, 2010 at 5:33 PM, samuel <zoulil...@gmail.com> wrote:
> > hello,
> > I'm upgrading my site and I have some question on memory.
> > I try to use Doctrine, models, and all this stuff.
> > By making some benchmark I noticed that a single request can take 4Mo of
> > memory.
> > Is that huge? Or is that acceptable in face of the beneficts of a good
> > architecture ?
> >
> > I read that the default configuration allow 128Mo so 4Mo can seem
> > ridiculous, but I am not sure.
>
> It is 128MB for everything, not only this single query.
>
> But yes, apps working with data sets usually need a lot of memory, so
> 4MB is rather small.
>
> Cheers,
> --
> Pierre
>
> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org
>

--- End Message ---
--- Begin Message --- I have PHP 5.3.3 with intl and sqlite3 support running. But if I create a full text search table:

CREATE VIRTUAL TABLE test USING fts3(text, tokenize=icu de_CH)

I get the error:
Warning: SQLite3::exec(): unknown tokenizer: icu


--- End Message ---
--- Begin Message --- On some pages I see extensions builds for every PHP release. Let say extension abc-1.2.3-php-5.3.0, abc-1.2.3-php-5.3.1 and so on. On other pages I see extension builds for every minor PHP version f.e. xyz-9.8.7-php5.0, xyz-9.8.7-php5.1 and so on.

Extensions need php5.lib or php5ts.lib to compile. So the question is if list of exported functions by php5.dll and php5ts.dll is constant for every PHP release or for every minor version?
--- End Message ---

Reply via email to