Re: PHP Setup



On May 31, 6:47 am, Jerry Stuckle <jstuck...@xxxxxxxxxxxxx> wrote:
jm wrote:
I am setting up Apache 2.0, PHP5, and PostgreSQL 8.2 on Windows XP. I
havesetupeverything correctly in the past but recently had to do a
reformat and have to do the installs all over again.

First, I installed Apache with no problems what so ever.

Next, PHP. Again smooth install. With a little tweaking of the
httpd.conf file, Apache was working with PHP.

Next was PostgreSQL. Again, the install went fine and I could use
pgAdmin to connect to the databases.

When I run a PHP file that uses pg_connect() for example, it fails and
says that it is an unrecognized function. I know that the PostgreSQL
extension is in the extension directory.

To start the troubleshooting process, I create a file with phpinfo()
to see what is going on. It says that the php.ini file can be found
in C:\WINDOWS when there is no php.ini file in that directory. I can
do a search on the hard drive for 'php.ini' and the only php.ini file
that is listed is the one in C:\PHP.
My Apache httpd.conf has: PHPIniDir "C:\PHP\"
Also the phpinfo() says that the extension_dir is C:\php5 when it is
not. In C:\PHP\php.ini the extension directory is listed as C:\PHP
\ext.

Lastly, when I do a restart of the computer, try to pull up localhost,
instead of showing any PHP errors, it just shows the PHP source code
in plain text like it has no idea what PHP is, and suddenly the
phpinfo() page that I created is just blank.

If anyone has some ideas to help me out, it would be much appreciated,
I don't want to have to pull out any more of my hair. :)

j

XAMP won't solve your problem because you want PostGres SQL, not MySQL.
No use installing all that MySQL code if you're not going to use it.

As to your problem. It looks like PHP isn't finding the file. Do you
have your PHPiniDir before the LoadModule statement for PHP? Also, I
always use forward slashes - they work fine, even in Windows (except the
command processor), and sometimes backslashes cause problems. You might
try putting PHPiniDir "C:/PHP".

Or, you can handle one problem at a time and for now just copy your
php.ini file to c:\windows (you can always move it once you get things
working, if you wish). Ensure your PostGres dll is loaded in the
extensions section.

I find it interesting that it worked before you restarted. What changes
did you make to your httpd.conf file?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@xxxxxxxxxxxxx
==================

I did change the slashes and now the 'Loaded Configuration File' is
correct. It still says that the ini path is C:\WINDOWS for some
reason, but I know that it is loading the pgsql stuff. There is now a
section in the phpinfo page that displays that information.

Now the only problem is when I view a page that i have created, I will
either get a blank page with nothing or just the source code. What is
even more confusing about this though, is the the page that is
phpinfo(); works fine. So why is that working, but nothing else?

.



Relevant Pages

  • Re: PHP Setup
    ... Next, PHP. ... Again smooth install. ... extension is in the extension directory. ... I create a file with phpinfo() ...
    (comp.lang.php)
  • Re: How to make the include path universal?
    ... I can't find the the term DOCUMENT_ROOT in phpInfo() but I do find ... Notice: Undefined index: APPL_PHYSICAL_PATH in ... These are basiacly 2 clean installs so I doubt its a config issue on my part. ... I've got a basic installation of PHP on IIS on my end, ...
    (comp.lang.php)
  • Re: Error reporting
    ... seems that it indeed was my mistake in configuring PHP. ... looking at the output from phpinfo(). ... later in the same file the same settings were set to Off. ... > to the fake function. ...
    (comp.lang.php)
  • PHP XSS exploit in phpinfo()
    ... PHP XSS exploit in phpinfo() by Silent Needle ... int phpinfo ... Outputs a large amount of information about the current state of PHP. ...
    (Bugtraq)
  • Re: open_basedir problem
    ... then PHP may be taking the last directory as "/tmp no value". ... Master open_basedir value to "no value" (as evidenced by phpinfo)? ... I've tried using an .htaccess file to do a php_admin_value ... I'm running I'm running PHP Version 4.3.9 if that makes a difference. ...
    (comp.lang.php)