Re: [PHP-DEV] Inclusion of PHP LiteSpeed SAPI in the standard PHPdistribution?

2008-03-24 Thread Thomas Seifert
Hi, Rasmus Lerdorf schrieb: Well, popularity-wise it has about 0.003% of the web server market. So I wouldn't put too much stock in that. We also have yet to ever see a user request for it. beside all the other posts about it - regular users don't post requests that often to the internal

Re: [PHP-DEV] PHP 5.2: Serialization patch

2006-12-07 Thread Thomas Seifert
>From a users point of view: you must be kidding, eh? You want to break all the strings which were stored serialized in the 5.x-series? I can understand that it will break in php6 but not in some minor release. It will cause havoc with a lot of apps which can't read their cached- / meta-data anymor

[PHP-DEV] Re: [apc-error] apc_sma_free: could not locate address 0x901

2004-11-10 Thread Thomas Seifert
On Wed, 10 Nov 2004 11:20:55 +0800, Xuefer wrote: > apc guys > with lastest CVS version, i recently get this error shown in error_log, any > idea? > 0x901 is a fixed constant, never changed > it seem only happened when file is updated and reload the page > 2nd reload is ok, with new file take eff

Re: [PHP-DEV] PostgreSQL driver handles boolean values incorrectly...

2004-11-07 Thread Thomas Seifert
On Sun, 07 Nov 2004 11:59:09 -0800, Sean Chittenden wrote: >>> *nods* It's a pretty evil behavior, IMHO. It's all too common to >>> have >> >> It has been like that for ages as far as I know and plenty of code >> relies on it, so it can't be changed really. > > Better late than never. I've g

[PHP-DEV] Re: Write a PHP function in C

2004-07-17 Thread Thomas Seifert
On Sat, 17 Jul 2004 10:00:17 +0200, [EMAIL PROTECTED] wrote: > I am looking for a little HowTo/Tutorial how am I able to add new features to > PHP - perhaps as a module (dont know if it is possible) or as a lib or as > something else.. .:) Every tried the php-documentation? ;) http://www.php.

[PHP-DEV] Re: alternative syntax for do...while

2004-07-13 Thread Thomas Seifert
On Mon, 12 Jul 2004 21:53:51 -0400, Marc Richards wrote: > > > > > > > > > This looks like a good case to use a real template-engine. thomas -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] CVS Account Request: pqf

2004-07-10 Thread Thomas Seifert
On Sun, 11 Jul 2004 00:29:15 +0800, Qingfeng Pan wrote: > Hi, > There are two other apache2 modules(apache2filter&apache2handler) > included in php distribution, so I did not even think about it when i > submited the request... I still hope the module can be included. > Hi, not to be misin

Re: [PHP-DEV] CVS Account Request: pqf

2004-07-10 Thread Thomas Seifert
Hi, that sounds really interesting. Kind of a connection pool held in one "group" of php-processes. Did you do any benchmarks with your FCGI-implementation vs. mod_php ? TIA, thomas On Sat, 10 Jul 2004 09:22:34 +0800 [EMAIL PROTECTED] (Qingfeng Pan) wrote: > Hi, all >Improvement in

[PHP-DEV] Re: PHP 4.3.5 Released

2004-03-26 Thread Thomas Seifert
Hi folks, thanks for another great php-release. Are there any important changes since the last RC? TIA, thomas -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 4.3.5 final?

2004-03-05 Thread Thomas Seifert
Derick Rethans wrote: On Fri, 5 Mar 2004, Thomas Seifert wrote: We had to delay the release a bit, and as most people are on the cruise now (including ilia), we'll have to wait until they get back. Derick k Thanks for your reply. Sounds quite reasonable :). Thomas -- PHP Internals

[PHP-DEV] PHP 4.3.5 final?

2004-03-04 Thread Thomas Seifert
Hey folks, quoting from ilias mail from 25th january: --- Thus, I am announcing the RC2 release that will be made avaliable on Friday 30th (January, not March :) ), which if proves to be problem free will be released as 4.3.5 final on February 9th. --- Ok, there has been an RC3 which wasn't pla

Re: [PHP-DEV] Leak Script

2004-01-14 Thread Thomas Seifert
Andi Gutmans ([EMAIL PROTECTED]) schrieb: > > These are not *real* memory leaks because they are cleaned up at the end of > the request. > Hi Andy, thanks a lot for making this clear. Thats why I told that I'm not sure if I understand this right ;-). Thomas -- PHP Internals - PHP Runtime De

Re: [PHP-DEV] Leak Script

2004-01-14 Thread Thomas Seifert
Andi Gutmans wrote: Looks like a circular reference to me. It's supposed to leak :) Andi Hi Andy, not sure if I understood this right but thats supposed to be that way? Anyone CAN create memory-leaks in php if he just wants? I'm not sure if hosters will like that behaviour with their apache proc

Re: [PHP-DEV] internal API documentation

2004-01-09 Thread Thomas Seifert
Rasmus Lerdorf wrote: Is there some reason you don't want to look at the source? Heh, its nice to have docs to look at without NEEDing to look at the source. Isn't it? I can surely understand his question. Thomas -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: htt

[PHP-DEV] Re: file_exists() bug with windows?

2003-10-31 Thread Thomas Seifert
On Fri, 31 Oct 2003 23:35:08 +0100 [EMAIL PROTECTED] (Matthias Nothhaft) wrote: > Hi List, > > I noticed that > > file_exists(""); // or null instead of "" > > under my Windows machine > with php 4.2.2 returns true!? > > My Debian machine with php 4.3.3 works fine > and returns false! > > Am

[PHP-DEV] Re: PHP 4.3.3 released

2003-08-25 Thread Thomas Seifert
Hey folks, were there changes/fixes from the latest RC? TIA, Thomas On Mon, 25 Aug 2003 09:53:13 -0400 [EMAIL PROTECTED] (Ilia Alshanetsky) wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > After a lengthy QA process, PHP 4.3.3 is finally out! This maintenance > release solves a f

[PHP-DEV] retrieving and setting vars from own extension?

2003-06-17 Thread Thomas Seifert
Hi folks, sorry but I couldn't find the answer in the docs at php.net and google didn't turn out anything usefull to. I'm trying to write my own extension which would need to retrieve and set (global) variables for the php-script its called from. But I just can't find a way to do this in the doc

Re: [PHP-DEV] Benchmarking 4.3.2 vs 4.1.2

2003-06-11 Thread Thomas Seifert
On Wed, 11 Jun 2003 07:49:24 +0300 [EMAIL PROTECTED] (Andi Gutmans) wrote: > It's really quite simple. Make a hash that holds a structure which has the > realpath() and time of entry in it. If it's still relevant use it. If you > want to limit the hash to X entries (no need IMO) the easy way is