I'm on a Cobalt RaQ4i, and when I changed my PHP package from 4.0.6 to 4.0.6
"with new GD" it seems that DBM has disappeared. Any ideas on what happened and
how I can resolve it?
One of the major issues that I have with the Cobalt servers is that they tend to
not like anything that's not installe
php-install Digest 8 Dec 2001 22:08:15 - Issue 593
Topics (messages 5246 through 5249):
fopen to check if file exists
5246 by: moe
Apache+php4 installation problem
5247 by: Kanchan Majumder
Re: Problems with PHP and apache
5248 by: geo
problems building on Win32
Hi,
Im trying to build php from the source tarball and im running into
problems :(
I can compile the resolve.lib (following the directions on the php page..)
When I come to install php(using vc++ v6.0) I select the testsuite and
try to compile it it comes up with 7 errors:
below is a lis
Does any one knows if there is a doc where this kind of problems are
documented ?
This message appear when we indicate to /.configure to enable a
characteristic that is not clearly implemented on the system
or when the paths are incorrect ..
For example, now I have the following message when I
Hi All,
I had recently tried to configure php4.0.6 as apache(apache1.3.20) module in
my win95 OS
machine.
As per available php & apache documentation I had configured my both
apache and php. But when I tried to see phpinfo.php script at htdocs
directory, my browser opens up with a save as window.
I am using this function:
function isAfile($url){
$fp = @fopen("$url","r");
if ($fp)
{ //print "The file exists!";
return 1; }
else
{ //print "The file does not exist";
return 0; }
}
to check if a remote file exists... now the problem is that the URL's i am
try