Re: [PHP-DEV] multiple inheritance ext

2001-12-08 Thread Sebastian Bergmann
Matt Gray wrote: Where would such a public discussion take place? On the Zend Engine 2 Mailinglist, of course. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ --

[PHP-DEV] Bug #14333 Updated: Apache processes consume all CPU

2001-12-08 Thread tauren
ID: 14333 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Apache related Operating System: RH 6.2 SMP PHP Version: 4.0.6 New Comment: I just installed the MySQL-devel-3.23.40-1.i386.rpm RPM. It installed the following files:

Re: [PHP-DEV] Bug #14333 Updated: Apache processes consume all CPU

2001-12-08 Thread Markus Fischer
On Sat, Dec 08, 2001 at 10:14:21AM -, [EMAIL PROTECTED] wrote : What line should I use to configure PHP? Is it still: --with-mysql=/usr Yep, that should it be. - Markus -- Please always Cc to me when replying to me on the lists. -- PHP Development Mailing List

[PHP-DEV] Bug #14333 Updated: Apache processes consume all CPU

2001-12-08 Thread sniper
ID: 14333 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Apache related Operating System: RH 6.2 SMP PHP Version: 4.0.6 New Comment: What would help us to narrow down the possible places where this bug might be is that you build PHP with minimal

[PHP-DEV] Bug #14333 Updated: Apache processes consume all CPU

2001-12-08 Thread derick
ID: 14333 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Apache related Operating System: RH 6.2 SMP PHP Version: 4.0.6 New Comment: The RPm is called MySQL-shared BTW. Previous Comments:

[PHP-DEV] Bug #14385: unable to show clobs

2001-12-08 Thread maaj
From: [EMAIL PROTECTED] Operating system: hp-ux PHP version: 4.0.6 PHP Bug Type: OCI8 related Bug description: unable to show clobs I've made a php website that communicates with an Oracle database. The website reads and writes in Clob fields. On my server with php4.0.4pl1,

[PHP-DEV] PHP 3.0 Bug Summary Report

2001-12-08 Thread php-dev
PHP 3.0 Bug Database summary - http://bugs.php.net Num Status Summary (539 total including feature requests) ===[*General Issues]== 4180 Open is_link returns false when target doesnt exist (should return true) 9610 Bogus

Re: [PHP-DEV] Re: [PHP] PHP XML

2001-12-08 Thread Stig S. Bakken
Rasmus Lerdorf wrote: Guys, relax. No, this does not work. The only reason your example works is because min() is a built-in PHP function already. man now i am crushed... i knew it wouldn't work - that's why i never tried. i was so amazed when i tried that i must have been

Re: [PHP-DEV] Re: [PHP] PHP XML

2001-12-08 Thread Andi Gutmans
At 11:50 AM 12/8/2001 +0100, Stig S. Bakken wrote: Rasmus Lerdorf wrote: Guys, relax. No, this does not work. The only reason your example works is because min() is a built-in PHP function already. man now i am crushed... i knew it wouldn't work - that's why i never

Re: [PHP-DEV] Re: [PHP] PHP XML

2001-12-08 Thread Andrei Zmievski
At 11:50 AM 12/8/01 +0100, Stig S. Bakken wrote: You mean a non-precompiled language like PHP. Technically speaking, PHP has been compiling for a while. Well, I'd call it a bytecode-compilation language, with virtual machine execution. Not true compilation. -Andrei -- PHP Development

[PHP-DEV] Bug #14111 Updated: file_exists() prints a warning when it shouldn't

2001-12-08 Thread sterling
ID: 14111 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: *Directory/Filesystem functions Operating System: Debian PHP Version: 4.1.0RC1 Assigned To: sterling New Comment: Why assign to me, it works :) Previous Comments:

RE: [PHP-DEV] multiple inheritance ext

2001-12-08 Thread Zeev Suraski
It actually hasn't been decided upon yet. Zeev At 23:37 07/12/2001, Chris Newbill wrote: Zend Engine 2 will have multiple-inheritance among other nice toys. No I don't know when it will be part of PHP) There is a mailing list for the engine, I just don't remember what it is. -Chris

Re: [PHP-DEV] multiple inheritance ext

2001-12-08 Thread l0t3k
asbestos_suit if you need a name, use bless() for perl consistency /asbestos_suit Be careful with the function names, as bind() is already being used by the sockets extension. See: http://www.php.net/manual/en/function.bind.php I believe the new sockets extension names it socket_bind(),

RE: [PHP-DEV] multiple inheritance ext

2001-12-08 Thread Chris Newbill
Yeah, Yeah I jumped the gun...but you know you wanna include it :) -Chris -Original Message- From: Zeev Suraski [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 08, 2001 5:16 PM To: Chris Newbill Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP-DEV] multiple inheritance

[PHP-DEV] bug #12029,#12069, MySQL: Unable to save result set in

2001-12-08 Thread Roberto Biancardi
I was hit by this too, is something related with the libmysql shipped with php (may be when used with older versions of mysqld). It disapperead configuring with: --with-mysql=__your_sql_home__. This bug is in every version i tried: 4.0.5, 4.0.6 and latest cvs. Attached a patch that definitely

[PHP-DEV] sockets problems patch

2001-12-08 Thread benjamin yates
hey all... i've been using the sockets extension pretty extensively for the past couple months, and it has some real problems. obviously the best reason for it is the ability to use non-blocking sockets in php, which is great for writing simple tcpip clients and services. i've done this with

[PHP-DEV] Proporsal for cascadable general HTTP input handler

2001-12-08 Thread Rui Hirokawa
Hi, I propose a new idea for HTTP input handler to improve security and multibyte encoding support. Currently, user input by POST/GET/Cookie is treated by internal function php_treat_variables(). Some security related work to prevent some security attack is preformed in PHP script by

[PHP-DEV] apache/apache2 module questions...

2001-12-08 Thread benjamin yates
can anyone offer some advice on building/debuging the apache apache2 modules? i've been trying to use either of these for a long time with no success at all... on win32. one interesting thing is that both 1.3 2.x produce similar results for me. i recently opened a bug (14358) about it,