Sorry..try this one...phpinfo and PHP predefined constants do NOT match!
- From: "lwoods" <larry@xxxxxxxxxx>
- Date: Tue, 30 Aug 2005 07:18:57 -0700
Sorry for previous email...hit the wrong key!
Original Email:
I ran the following code:
<?php
$a=get_defined_constants();
foreach($a as $key=>$value){
echo "$key = $value<br/>";
}
?>
and got the following as part of my output:
......
PHP_EXTENSION_DIR = C:\php5
PHP_PREFIX = C:\php5
PHP_BINDIR = C:\php5
PHP_LIBDIR = C:\php5
PHP_DATADIR = C:\php5
PHP_SYSCONFDIR = C:\php5
PHP_LOCALSTATEDIR = C:\php5
But I don't HAVE a "C:\php5" folder. I have everything in a folder called
"C:\PHP"...and when I run phpinfo() it lists the "C:\PHP\..." folder names
for 'includes', 'extensions', etc.
This tells me that you can't depend on the predefined constants.
????????????????
Larry Woods
.
- Prev by Date: phpinfo and PHP predefined constants do NOT match!
- Next by Date: Re: Curl gives 403 forbidden
- Previous by thread: phpinfo and PHP predefined constants do NOT match!
- Next by thread: Sécurité des fichiers sur un serveur
- Index(es):
Relevant Pages
|