[PHP-DOC] On serializing the id index

2007-11-29 Thread Edward Z. Yang
I understand this is the least of our worries right now, but I'd like to get the indexer cache working so I can get karma for PhD. :-D The main troubles with serialize is that it 1. wastes space by not preserving internal references and 2. requires lots of memory. I recall SQLite being proposed as

Re: [PHP-DOC] pecl/intl docs

2007-11-29 Thread Stanislav Malyshev
Would PHP with the Tidy extension do the trick? Unfortunately, libtidy seems to suffer from nearly the same flaws as eclipse - it's often too eager to break the lines. -- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECTED] http://www.zend.com/ (408)253-8829 MSN: [EMAIL PROTECTED

[PHP-DOC] Clowns à l'Hopital / [email protected] : passez à l'action à travers eux !

2007-11-29 Thread =?ISO-8859-1?Q?Catapulte Freeware =AE
Si ce message ne s'affiche pas correctement : retrouvez-le en ligne ici : http://www.clown-hopital.com/interne/CAMPAGNE-N2007.htm Conformément à la loi et aux règlements de la CNIL, les messages de prospection associatifs, politiques, caritatifs ou religieux sont seulement soumis à l'obligation

Re: [PHP-DOC] pecl/intl docs

2007-11-29 Thread Daniel Brown
On Nov 29, 2007 4:04 PM, Philip Olson <[EMAIL PROTECTED]> wrote: > > On Nov 28, 2007, at 11:50 PM, Stanislav Malyshev wrote: > > >> The main problem I see involves whitespace. For example: > > > > Ahh... whitespace. Any good tool that can format the files > > correctly? I tried eclipse, and it _alm

Re: [PHP-DOC] pecl/intl docs

2007-11-29 Thread Philip Olson
On Nov 28, 2007, at 11:50 PM, Stanislav Malyshev wrote: The main problem I see involves whitespace. For example: Ahh... whitespace. Any good tool that can format the files correctly? I tried eclipse, and it _almost_ does the job, but it break too many lines (for some reason it feels neces

Re: [PHP-DOC] pecl/intl docs

2007-11-29 Thread Richard Quadling
Would PHP with the Tidy extension do the trick? On 29/11/2007, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > > The main problem I see involves whitespace. For example: > > Ahh... whitespace. Any good tool that can format the files correctly? I > tried eclipse, and it _almost_ does the job, but i