[PHP-INST] How to compile in n32 for SGI Irix 6.3

2001-10-30 Thread Byunsung Cho
With Php 4.0.6, I would like to compile it in n32 mode. But I don't know what to set to make it n32. The usual method given in INSTALL file compiles in o32 mode. Can anybody help me? Thanks in advance. -Cho -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROT

RE: [PHP-INST] Re: Oracle 9i

2001-10-30 Thread Jaeck Stephan
Hello Brian, does it mean I need the patch _only_ for PHP 4.0.6? Or for all PHP-versions except CVS? Stephan -Original Message- From: Brian Mauter [mailto:[EMAIL PROTECTED]] Sent: Monday, October 29, 2001 5:30 PM To: [EMAIL PROTECTED] Subject: [PHP-INST] Re: Oracle 9i This topic was a

RE: [PHP-INST] Re: Oracle 9i

2001-10-30 Thread brian
As far as I know, the patch works for 4.0.6. We haven't tried it with other versions. Your mileage may vary. I belive 4.0.6 is still the latest and greatest. So, since you're recompiling, why not use the newest version? -Brian >= Original Message From Jaeck Stephan <[EMAIL PROTECTED]

php-install Digest 30 Oct 2001 21:26:06 -0000 Issue 530

2001-10-30 Thread php-install-digest-help
php-install Digest 30 Oct 2001 21:26:06 - Issue 530 Topics (messages 4793 through 4796): How to compile in n32 for SGI Irix 6.3 4793 by: Byunsung Cho Re: Oracle 9i 4794 by: Jaeck Stephan 4795 by: brian Re: [PHP] Re: PHP/CGI problem: #!/path/php at top of CGI script

[PHP-INST] OSF1 INSTALL

2001-10-30 Thread Thomas Holton
Hello, I have succesfully compiled PHP 4.0.6 on an Alpha running OSF1 version 5.1, so it is brand new. Interestingly, I had to make a change in the source to do this, which was to comment out a declaration of an inline function. Configuration proceeded properly, but upon making, this is error rep

[PHP-INST] any extra work need to make php mysql function available?

2001-10-30 Thread JIM
hi all, i am using redhat. i am able to run php script thro' webpage. but, failed to use mysql functions in php. is there any extra work need to initialize these functions? my code and error are shown as below, code \n"; echo $rmnum; printf(" b4 connected \n"); $link=

RE: [PHP-INST] any extra work need to make php mysql function available?

2001-10-30 Thread Perrin
Hi JIM, When you install php, you need to enable the mysql function ! So I think that you need re-compile the php again -- like that ./configure --with-apache=/path/to/apache --with-mysql=/path/to/mysql . . . . . . and so on

[PHP-INST] Newbie struggling at the starting gate ;-)

2001-10-30 Thread Warwick
Hi all Sorry about what is probably a total dickhead about to enter your midst, but I've never installed php or seen it much at all before but am trying to do it now. Using RH 7.1 and Apache 1.3.19 Want to install php4 and mysql combo and totally ignorant. Installed php rpm. Restarted apach

Re: [PHP-INST] Newbie struggling at the starting gate ;-)

2001-10-30 Thread Frank S. Bernhardt
Did you add: AddType application/x-httpd-php .php to the httpd.conf file then restart apache? "J W W L (Warwick) Berg" wrote: > Hi all > > Sorry about what is probably a total dickhead about to enter your midst, > but I've never installed php or seen it much at all before but am trying to

Re: [PHP-INST] any extra work need to make php mysql function available?

2001-10-30 Thread JIM
hi Perrin, i am a amateur. i can only install with rpm. can i implement it with rpm package? thanks, jim "Perrin" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó·s»D :[EMAIL PROTECTED] > Hi JIM, > > When you install php, you need to enable the mysql function ! So I think that you need re-compile the php again

[PHP-INST] FREE MEMBERSHIP (ADULTS) 10113

2001-10-30 Thread leslieann4587
TO THE 9 BEST PORN SITES ON THE WEB http://www.geocities.com/horstyqse/ JUST CLICK THE ABOVE LINK TO GET YOUR FREE HARDCORE ACCEESS AND I'LL SEE YOU INSIDE WARNING: This site contains explicit sexual material. You must be 18 or older to proceed. To be taken off this l

[PHP-INST] Re: [PHP] Re: PHP/CGI problem: #!/path/php at top of CGI scriptappears in output

2001-10-30 Thread Darren Henderson
Heya, I've run into this in the past as well. Unfortunately there doesn't currently appear to be any way to work around it that, in my case, seemed reasonable. I think the essence of it is that the design team has apparently made a choice that the entire file will be passed to the interpreter j