Re: [PHP-DEV] Why we don’t like PHP /

2004-12-21 Thread Lester Caine
Rasmus Lerdorf wrote: If I am in the minority I don't mind suggesting people use Apache2, but we need a bunch of PHP developers to stand up and say they are using Apache2-prefork in large production systems. I've never used anything else on all my sites, along with PHP5 starting pre-release, beca

Re: [PHP-DEV] Why we don’t like PHP /

2004-12-21 Thread Lester Caine
Lester Caine wrote: Rasmus Lerdorf wrote: If I am in the minority I don't mind suggesting people use Apache2, but we need a bunch of PHP developers to stand up and say they are using Apache2-prefork in large production systems. http://www.lulu.com/ This is a heavy load site, and somewhere else th

[PHP-DEV] About Apache 2 demands

2004-12-21 Thread Stefan Esser
Morning, hmm if I recall correctly the Apache guys removed PHP from their default httpd.conf about 3 years ago, because they considered us a security threat. And now the same people dare to demand more Apache 2 support from us? Sorry Apache 2 folks. From my point of view, it is entirely your probl

RE: [PHP-DEV] About Apache 2 demands

2004-12-21 Thread Richard Mann
"From my point of view, it is entirely your problem, that people do not want your Apache 2 because they believe that it cannot be used with PHP." 2nd that -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] zend_strtod.c compile error

2004-12-21 Thread Stanislav Malyshev
After recent changes, zend_strtod.c from PHP 4 CVS does not compile on my Linux, giving: php4/Zend/zend_strtod.c:234: error: syntax error before "uint32_t" uin32_t is defined in stdint.h which is never included as far as I see. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED]

Re: [PHP-DEV] zend_strtod.c compile error

2004-12-21 Thread Antony Dovgal
On Tue, 21 Dec 2004 14:33:48 +0200 (IST) Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > After recent changes, zend_strtod.c from PHP 4 CVS does not compile on > my Linux, giving: > > php4/Zend/zend_strtod.c:234: error: syntax error before "uint32_t" > > uin32_t is defined in stdint.h which is n

Re: [PHP-DEV] allow_url_fopen ini directive not enough

2004-12-21 Thread Daniel Lorch
Hi I would like to see a new directive to go alongside "allow_url_fopen" to allow people to turn on or off the ability to include/require a remote file. This feature is provided by hardened php: http://www.hardened-php.net/ But I absolutely +1 on this suggestion. Daniel -- PHP Internals - PHP Ru

Re: [PHP-DEV] [PATCH] php.ini-(recommended|dist) whitespace noise and typo fix

2004-12-21 Thread Daniel Lorch
Hi * I did a `diff -u php.ini-dist php.ini-recommended` to see which settings differ. I discovered a lot of 'whitespace noise' and some typos in comments. No big deal but I'd be glad if someone could apply the patch attached to this mail. Orphaned patch looking for generous developer with CVS ac

Re: [PHP-DEV] zend_strtod.c compile error

2004-12-21 Thread Jani Taskinen
On Tue, 21 Dec 2004, Antony Dovgal wrote: >On Tue, 21 Dec 2004 14:33:48 +0200 (IST) >Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > >> After recent changes, zend_strtod.c from PHP 4 CVS does not compile on >> my Linux, giving: >> >> php4/Zend/zend_strtod.c:234: error: syntax error before "uint32

Re: [PHP-DEV] Why we don’t like PHP /

2004-12-21 Thread Peter Brodersen
On Tue, 21 Dec 2004 00:19:50 +0100 (CET), in php.internals [EMAIL PROTECTED] (Derick Rethans) wrote: >Why would we (as PHP developers) invest time in something while the >current version provides us with all we need? To sum the current webpages up (under the unix-install-page): "Installation und

Re: [PHP-DEV] Why we don’t like PHP /

2004-12-21 Thread Lukas Smith
Peter Brodersen wrote: On Tue, 21 Dec 2004 00:19:50 +0100 (CET), in php.internals [EMAIL PROTECTED] (Derick Rethans) wrote: Why would we (as PHP developers) invest time in something while the current version provides us with all we need? To sum the current webpages up (under the unix-install-page

Re: [PHP-DEV] changed behavior: property of a string

2004-12-21 Thread Andi Gutmans
Will look into it. Thanks. At 02:06 PM 12/19/2004 -0500, Daniel Convissor wrote: Hi: Someone using PEAR DB just filed a bug report. It turns out PHP's behavior has changed when trying to find a "property" of a string: php -r "$str = 'Hello'; var_dump(isset($str->prop));" In 5.0.0, 5.0.1 and 5.

Re: [PHP-DEV] Why we don’t like PHP /

2004-12-21 Thread Paul Querna
Peter Brodersen wrote: I haven't Netcrafted for the numbers, but I reckon there are more Apache2-prefork with PHP out there in production than Caudium-servers running PHP. If this is the case, how can we discourage people from running one specific webserver, but not all the other webservers? As the

Re: Re: [PHP-DEV] Why we don’t like PHP /

2004-12-21 Thread Andi Gutmans
Hi, I've got to say that I have seen quite a few very heavily loaded sites using Apache 2 pre-fork and PHP. Although we have had a few bugs in the past few months in the Apache 2 SAPI I think it's quite stable today, and some of those bugs wouldn't have affected many people. It's definitely ge