I ran this as a script from my Apache and it gave me a beautiful web page
just full of wonderful information!
But I have a question on just 1 item...
Configuration File (piping) Path C:\WINNIT
How does this value get set?
My PHP is installed at 'G:\etc\php'
My php.ini is there as well.
The pa
"Philip Olson" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> You may set the location of php.ini by using the PHPRC
> environment variable or during ./configure use the
> --with-config-file-path directive.
So, I take it that this is a setting you use during compile time.
So, to f
"Bob G" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Please help I am going quite mad.
> ... The PHP.INI file is in the PHP directory.
the php.ini in your PHP directory is useless
It needs to be in 1 of 3 places...
1) the IIS root directory, meaning where IIS EXE is at,
*n
Anyone have any idea why I can't run PHP and mod_perl in the same web
structure?
I am getting this in my error log...
[Thu Jul 17 14:02:07 2003] [error] 2508: ModPerl::Registry:
Unterminated <> operator at G:/home/walter/htdocs/test.php line 1.
This is my php file...
";
?>
Any ideas
What part of phpinfo.php tells me that mod_php4 is loaded and running on my
Apache2/PHP 4.3.2 Win 2k system?
php.conf (apache conf):
# Windows Win32 version
LoadModule php4_module modules/php4apache2.dll
LoadFile "/etc/php/php4ts.dll"
NOTE: pls, no comments on the lack of volume letter,
Well, thanks Even, but my post stated what my phpinfo() was telling me was
loading.
My question is how can I tell if mod_php is running?
Thanks anyway.
Walter
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have a test script, with deliberate errors.
The broswer shows nothing, blank, empty.
It used to show errors, now it does not.
No idea what I did to turn it off.
Can someone tell me hoew to turn it back on?
In my php.ini file, it says...
error_reporting = E_ALL
I thought that was wha
"Comex" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> display_errors
Bingo!
thanks
walter
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Is there a style guide for coding practices used when creating code to be
shared with the community?
Walter
--
Ankh if you love Isis.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
"Curt Zirzow" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> * Thus wrote jsWalter ([EMAIL PROTECTED]):
> > Is there a style guide for coding practices used when creating code to
be
> > shared with the community?
>
> The rule is to code t
> -Original Message-
> From: Chris W. Parker [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 05, 2003 4:33 PM
> To: Jay Blanchard; Mike Migurski; jsWalter
> Cc: [EMAIL PROTECTED]
> Subject: RE: [PHP] dev style guide
> Ahhh /Hungarian/ notation. Now that ma
Can someone tell me why all mt PHP generated HTML has this pre-pended to it?
And how can I turn it off?
Thanks
Walter