[PHP] ISAPI PHP

2001-07-23 Thread E. Peter K. Chan

Hi

Just wanted to ask the gurus on the list when they think that the ISAPI
version of PHP for IIS/Windows will be stable enough for use in a production
environment. I'm doing some rough tests with ISAPI about 3-4 times faster
than CGI (which is comparable to native ASP!).  Ball park figure that's all
eg 6 months 12 months?

Thanks for your time

Peter


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] php 4.0.6

2001-07-21 Thread E. Peter K. Chan

Hi

Try going to the source directory ie where you unzipped the tarball for php.
May as well upgrade to php4.0.6 - that could save you some problems now and
later.  Type in:

# ./configure --help

it says --with-readline[=DIR] so maybe you need to install readline first or
point php to where it is? (FYI, I just installed 4.0.6 and it did not
automatically install readline - I didn't include --with-readline in my
options)

if this doesn't help out then the only thing I can suggest is to start from
scratch, but BACKUP first!
See:
http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/page1.html

It's an excellent tutorial on setting up mysql, php,apache and even openssl.
And it works.

Peter


- Original Message -
From: Adrian D'Costa [EMAIL PROTECTED]
To: E. Peter K. Chan [EMAIL PROTECTED]
Cc: php general list [EMAIL PROTECTED]
Sent: Saturday, July 21, 2001 4:48 PM
Subject: Re: [PHP] php 4.0.6


 Hi Peter,

 I think the guru of php on the list can tell us what the problem is.  I am
 going to compile 4.0.4pl2 and see if I get that error.  In fact I am
 unable to access mysql now even though I have given --with-mysql.

 Any clues

 Adrian

 On Fri, 20 Jul 2001, E. Peter K. Chan wrote:

  Hi Adrian
 
  I just rebuilt my PHP to 4.0.6 and get a similar message with the bcmath
  functions.  I don't have an answer for you at the moment.  it may be the
  configure options selected.  If you find out the answer please tell me
and
  I'll do like wise.
 
  Peter
  - Original Message -
  From: Adrian D'Costa [EMAIL PROTECTED]
  To: php general list [EMAIL PROTECTED]
  Sent: Thursday, July 19, 2001 7:12 PM
  Subject: [PHP] php 4.0.6
 
 
   Hi,
  
   I am trying to use the socket or readline functions but get a message:
   call to undefined function readline().  Why?  Is this not implemented
in
   4.0.6.
  
   Adrian
  
  
   --
   PHP General Mailing List (http://www.php.net/)
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
   To contact the list administrators, e-mail:
[EMAIL PROTECTED]
  
  
  
 
 
 






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] bcmath functions no longer there?

2001-07-19 Thread E. Peter K. Chan

Hi

I just did a rpm rebuild of PHP to 4.0.6 on RH7.1 and now the bcmath
functions are failing

Fatal error: Call to undefined function: bcsub()

Any ideas on this one?

Thanks

Peter


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]