Re: [PHP-DEV] bitwise operations and Unicode strings

2007-06-15 Thread Andrei Zmievski
I don't think we should support bitwise ops on Unicode strings. I am not even sure why we support them for normal strings. -Andrei On May 29, 2007, at 2:25 AM, Antony Dovgal wrote: Hello. Do you think the engine should support bitwise operators and Unicode strings? If yes, how do you th

[PHP-DEV] Re: full-text search in PDO_SQLITE?

2007-06-15 Thread Ilia Alshanetsky
I have plans for adding the support for it, however last I checked there was fts v1 and a much improved (newer) fts2. I was waiting for fts2 to be more tested before making it available. Probably on the next lib update. On 15-Jun-07, at 5:42 PM, Steph Fox wrote: Hey Ilia/Wez, I came acr

[PHP-DEV] full-text search in PDO_SQLITE?

2007-06-15 Thread Steph Fox
Hey Ilia/Wez, I came across Google Gears completely by accident (thanks Madeleine D), and thereby fell across the fts2 (full text search) module in SQLite 3. It looks like one of those killer feature thingies from here. Is there any chance for its inclusion in the PDO_SQLITE version? Or is it

Re: [PHP-DEV] Building on Windows

2007-06-15 Thread Richard Quadling
I would be REALLY grateful if you could do the whole process with no assumed knowledge about the compiler or special tools. Ideally, including the dependent elements too (SDK, .NET, etc). Regards and thanks up front! Richard. On 15/06/07, Zoe Slattery <[EMAIL PROTECTED]> wrote: Rob, Pierre, S

Re: [PHP-DEV] Building on Windows

2007-06-15 Thread Zoe Slattery
Rob, Pierre, Stanislav - thank you!!! I have PHP6 building with a free development environment. Elizabeth's tutorial + the manual covers most of it. I still have a few spurious compiler warnings which I think I can deal with but I have a working php.exe. It's been such a pain getting here t

[PHP-DEV] snprintf/var_export issues

2007-06-15 Thread Derick Rethans
Hello, While testing a bit of code under a different locale (de_DE) we found that var_export() uses a , for representing floating point decimal separators. As var_export() is supposed to generate "valid PHP code" there is now a bug in this function. While looking into this, I found that intern

[PHP-DEV] PHP6 an unicode in practice - wanted behaviour for array indices?

2007-06-15 Thread Robert Lemke
Hi folks, I am currently developing the next major version of TYPO3, a PHP based content management system. As we take advantage of the new Unicode features (among other things) it will be completely based on and rely on PHP6 with unicode.semantics turned on. (Sidenode: My veto would be t