Me again - I have solved this problem by including a relative path to the
PHP dll from the Apache directory, althoug I'm still not clear as to why the
windows path did not work. Any suggestions would be helpful, as according to
my documentation, both should be OK.
Thanks
Russell
&qu
hecked and double-checked the
path to the .dll file, to no avail.
I am using Windows 2000 Pro, if that makes a difference.
Apologies if this is a basic mistake - I'm just learning.
Cheers
Russell
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I had a similar problem installing PHP 4.3.1. There appear to be more than a
few php libraries that Windows has problems finding. What I did was the
following:
In php.ini, I set the extension_dir to nothing:
extension_dir =
Then I moved most everying in the dlls and extension directories of the
Try taking a look at the XML_sql2xml package from Pear:
http://pear.php.net/package-info.php?pacid=18
or the rs2xml extension for the ADOdb library:
http://phplens.com/lens/dl/rs2xml.tar.gz
http://php.weblogs.com/ADODB
There's an interesting discussion about ADOdb and XML
CoffeeCup at http://www.coffeecup.com has a Linux Version of CoffeeCup
Html Editor.
You can download a Trial copy to see if it works for you.
I am thinking of making a Linux box...if you do check it out ...please
post your evaluation.
I have used the Windows Version for several years.
Russell
auto_increment,
abbrev char(2) NOT NULL,
name varchar(30) NOT NULL,
country_id char(2) NOT NULL,
PRIMARY KEY (state_id),
KEY country_id (country_id),
KEY name (name),
KEY abbrev (abbrev)CREATE TABLE country (
country_id char(2) NOT NULL,
name varchar(50) NOT NULL,
PR
e first time?
2. If I use a 30 character line will a 40 character string show/work?
Note...I am wondering why I can't find a tutorial that would show what I
have mused about here or any questions/syntax in the future???
Hey now...watch for me and comment/help for I am a babe in the woods...
~`~`~
e first time?
2. If I use a 30 character line will a 40 character string show/work?
Note...I am wondering why I can't find a tutorial that would show what I
have mused about here or any questions/syntax in the future???
Hey now...watch for me and comment/help for I am a babe in the woods...
~`~`~
! I can
now access PHP docs from a network drive.
The only issue is currently PHP 4.0.8 is a Dev release. But if you don't
mind that, it's the only way I've found to get around PHP's network drive
issue.
Norm
>From: "Norm Russell" <[EMAIL PROTECT
I'm running PHP 4.0.6 on Win2K with IIS 5. If IIS's wwwroot is located on a
local drive, PHP docs execute fine. If IIS's wwwroot is located on a shared
network drive, PHP scripts deliver the following error message:
CGI Error
The specified CGI application misbehaved by not returning a co
10 matches
Mail list logo