Re: [PHP-INST] Apache ignoring AddType? Apache 1.3.26 + PHP 4.2.1 on FreeBSD 4.6

2002-07-15 Thread Jim
Thanks for the response Chris, Don't know what the problem was. I ended up stripping everything and re-configuring/compiling/installing both Apache and PHP. The only difference was that this time I used these instructions @ http://www.php.net/manual/en/install.apache.php . This setup is slightly

[PHP-INST] PHP4.2.1/Win95/PWS. Please check my pws-php4cgi.reg

2002-07-15 Thread Peter Cinquini
I'm still getting the dreaded 500 errors installing the cgi version of php 4.2.1. My system is Win95 and Personal Web Server. InstallSheild didn't work so I went to manual but still have same problems. My php.exe file is in c:\php. I used the pws-php4cgi.reg to set the registry. The contents of t

RE: [PHP-INST] Module could not be found

2002-07-15 Thread Beth Gore
No-one figured this one out? :) Well, weirdly I had exactly the same problem using the php4isapi module with II5, which was just a little bit too weird, so I downloaded a different .zip file (4.2.0) and it worked perfectly first time, strangely enough. The contents of the zip I downloaded must h

[PHP-INST] [PHP-DB] RE: PHP meetup [CROSS-POST] Meet other PHP Developersin Your Area

2002-07-15 Thread Martin Clifford
Yes, everyone please join up! I would love to find more developers in the Maryland area, and I'm sure others would in their areas as well! Let's do the great american get togeth... err... the great php get together! Martin Clifford Homepage: http://www.completesource.net Developer's Forums: h

[PHP-INST] RE: PHP meetup [CROSS-POST] Meet other PHP Developers in Your Area

2002-07-15 Thread Jay Blanchard
[snip] No, it's not a dating service :) Want to meet other PHP developers in your area? Check out: http://php.meetup.com/ Pretty nifty idea... especially given the lack of user groups in the U.S. I thought for others who had not seen this I would post this. There is probably already a user

Re: [PHP-INST] Need advice

2002-07-15 Thread Steen Rabøl
Small note: edit php.ini and load the oci (php_oci8.dll) ./configure don't work on windows - atleast not for the average NT server user. If you download http://www.php.net/do_download.php?download_file=php-4.2.1-Win32.zip and follow the instructions in the readme/install, you should be up and run

RE: [PHP-INST] Need advice

2002-07-15 Thread Brian F. Vaughan
Debra, You should download php-4.2.1 and when you run configure use the following syntax: ./configure --with-oci8=/path/to/oracle_home --with-apache=/path/to/apache/source --prefix=/install/path That's it. If you need more information on all the configure options just

[PHP-INST] Need advice

2002-07-15 Thread Debra Kosinski
We have an Oracle8.i webserver running on a NT server. Which PHP version should we download and what do we need to do to configure it. Thank you in advance for your help. Debbie -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] php.ini not being read?

2002-07-15 Thread Tanya Brethour
> >Ok.. so I have everything installed and happy except for one tiny problem. > >It appears that php.ini is not being read (??!!!??). First some > >background: > > > ---snip > Look at phpinfo(), that will tell you where you have compiled it to be. > From the --prefix line

Re: [PHP-INST] php.ini not being read?

2002-07-15 Thread Chris Hewitt
Tanya Brethour wrote: >Ok.. so I have everything installed and happy except for one tiny problem. >It appears that php.ini is not being read (??!!!??). First some >background: > ---snip Look at phpinfo(), that will tell you where you have compiled it to be. From the --pr

[PHP-INST] php.ini not being read?

2002-07-15 Thread Tanya Brethour
Ok.. so I have everything installed and happy except for one tiny problem. It appears that php.ini is not being read (??!!!??). First some background: OS: 2.2.17-21mdk Web: Apache 2.0.36 PHP: 4.2.1 Now I configured php with the following: ./configure --with-mysql=/usr/local/mysql --prefix=/usr/

[PHP-INST] undefined symbol: sapi_globals_id

2002-07-15 Thread Jamie Cernea
Hello, I am in need of some help with installing PHP onto a sparc system running SuSE 7.3. i have downloaded and compiled PHP 4.2.1 but i seem to keep getting the same error after i execute the module from the httpd.conf file. i configed with this line: ./configure --with-mysql=/usr/local/mys

[PHP-INST] PHP LDAP Module Problem

2002-07-15 Thread Nigel George
I'm trying to use LDAP functions in PHP, on SuSE Linux. But I've been told I need to enabled the extensions... php only comes with .dll's and these obviously aren't for linux. So how can I get a PHP LDAP extension for linux? Please Thanks in advance ~~

php-install Digest 15 Jul 2002 15:17:17 -0000 Issue 933

2002-07-15 Thread php-install-digest-help
php-install Digest 15 Jul 2002 15:17:17 - Issue 933 Topics (messages 7750 through 7754): Re: variable problems 7750 by: Chris Hewitt Apache ignoring AddType? Apache 1.3.26 + PHP 4.2.1 on FreeBSD 4.6 7751 by: Jim 7752 by: Chris Hewitt Re: Can't get URL or POST varia

[PHP-INST] Re: Can't get URL or POST variables

2002-07-15 Thread Christian Stadler
Hi, maybe you're right, but both links are answering his questions directly, so that he needn't work himself through the changelog and the manual. In addition to that, they give him all the Info he needs in order to work on scripts, working with register_globals = Off. It's not a direct anwser,

Re: [PHP-INST] Apache ignoring AddType? Apache 1.3.26 + PHP 4.2.1 on FreeBSD 4.6

2002-07-15 Thread Chris Hewitt
Jim wrote: >I compiled and installed PHP and apache without a hitch using the >instructions here http://www.php.net/manual/en/install.unix.php . Everything >seems ok except that Apache seems to be ignoring the "AddType >application/x-httpd-php .php" directive, instead of having php process the >s

[PHP-INST] Apache ignoring AddType? Apache 1.3.26 + PHP 4.2.1 on FreeBSD 4.6

2002-07-15 Thread Jim
I compiled and installed PHP and apache without a hitch using the instructions here http://www.php.net/manual/en/install.unix.php . Everything seems ok except that Apache seems to be ignoring the "AddType application/x-httpd-php .php" directive, instead of having php process the script file (phpin

Re: [PHP-INST] variable problems

2002-07-15 Thread Chris Hewitt
Alexander Lindstedt wrote: >Hi! >I have got a new problem. >When i try to assign a variable in the url, like: >test.php?test=test >and try to show the variable in the php file, i get a message that the >variable is undefined. How do i have to do to fix this problem? >thnx > register_globals. Plea