Philip Olson wrote:
If nobody feels like rewriting index.txt from scratch yet then
please at least make mention that MySQL is no longer built into
PHP as currently install.txt says it is (since PHP 4.0.5).
Saying something about libmysql.dll would be nice too as would
mentioning the new extensions
If nobody feels like rewriting index.txt from scratch yet then
please at least make mention that MySQL is no longer built into
PHP as currently install.txt says it is (since PHP 4.0.5).
Saying something about libmysql.dll would be nice too as would
mentioning the new extensions built into PHP, exte
essage-
> > From: Wez Furlong [mailto:[EMAIL PROTECTED]
> > Sent: 30 July 2004 20:11
> > To: [EMAIL PROTECTED]
> > Cc: Andi Gutmans; Edin Kadribasic; Nuno Lopes; Phil Driscoll;
> > [EMAIL PROTECTED]
> > Subject: Re: [PHP-CVS] cvs: php-src /win32 install.txt
adribasic; Nuno Lopes; Phil Driscoll;
> [EMAIL PROTECTED]
> Subject: Re: [PHP-CVS] cvs: php-src /win32 install.txt
>
>
> I didn't say it *should* go there :-)
> In fact, it really should NOT go there, because it's not our dir
> to mess with.
>
> --Wez.
>
> O
hat apparently makes 2 out of 16 million)
>
>
>
> > -Original Message-
> > From: Wez Furlong [mailto:[EMAIL PROTECTED]
> > Sent: 30 July 2004 19:26
> > To: Andi Gutmans
> > Cc: Edin Kadribasic; Nuno Lopes; Phil Driscoll; [EMAIL PROTECTED]
> > Subj
adribasic; Nuno Lopes; Phil Driscoll; [EMAIL PROTECTED]
> > Subject: Re: [PHP-CVS] cvs: php-src /win32 install.txt
> >
> >
> > They do, it's just that the CWD is not the php dir :-)
> >
> > If you stick php5ts.dll in the apache dir it will work too.
> >
&g
Oh, I didn't realize that. Sorry for confusing you guys :)
At 07:45 PM 7/30/2004 +0100, Nuno Lopes wrote:
> Sorry I meant the directory of the binary itself. It doesn't check there?
No. It checks only in the PATH and in the apache dir
> At 07:26 PM 7/30/2004 +0100, Wez Furlong wrote:
> >They do, it
Original Message-
> > From: Wez Furlong [mailto:[EMAIL PROTECTED]
> > Sent: 30 July 2004 19:26
> > To: Andi Gutmans
> > Cc: Edin Kadribasic; Nuno Lopes; Phil Driscoll; [EMAIL PROTECTED]
> > Subject: Re: [PHP-CVS] cvs: php-src /win32 install.txt
> >
> >
riscoll; [EMAIL PROTECTED]
> Subject: Re: [PHP-CVS] cvs: php-src /win32 install.txt
>
>
> They do, it's just that the CWD is not the php dir :-)
>
> If you stick php5ts.dll in the apache dir it will work too.
>
> --Wez.
>
> On Fri, 30 Jul 2004 11:23:23 -0700, Andi Gut
> Sorry I meant the directory of the binary itself. It doesn't check there?
No. It checks only in the PATH and in the apache dir
> At 07:26 PM 7/30/2004 +0100, Wez Furlong wrote:
> >They do, it's just that the CWD is not the php dir :-)
> >
> >If you stick php5ts.dll in the apache dir it will wo
Sorry I meant the directory of the binary itself. It doesn't check there?
At 07:26 PM 7/30/2004 +0100, Wez Furlong wrote:
They do, it's just that the CWD is not the php dir :-)
If you stick php5ts.dll in the apache dir it will work too.
--Wez.
On Fri, 30 Jul 2004 11:23:23 -0700, Andi Gutmans <[EMAI
They do, it's just that the CWD is not the php dir :-)
If you stick php5ts.dll in the apache dir it will work too.
--Wez.
On Fri, 30 Jul 2004 11:23:23 -0700, Andi Gutmans <[EMAIL PROTECTED]> wrote:
> Didn't realize that. I thought they also check cwd even if they are using a
> dll.
--
PHP CVS
Didn't realize that. I thought they also check cwd even if they are using a
dll.
At 08:14 PM 7/30/2004 +0200, Edin Kadribasic wrote:
That's basically what we do. You still need to put that dir into PATH if
you want to use apache or iis modules.
Edin
On Friday, Jul 30, 2004, at 20:09 Europe/Cope
That's basically what we do. You still need to put that dir into PATH
if you want to use apache or iis modules.
Edin
On Friday, Jul 30, 2004, at 20:09 Europe/Copenhagen, Andi Gutmans wrote:
Well basically the only easy way to solve this problem on Windows is
to put all PHP binaries .exe/.dll fil
Didn't quite understand that. As far as I know, the cwd is always checked
first under Win32 before anything else.
At 07:08 PM 7/30/2004 +0100, Wez Furlong wrote:
We can't.
Apache loads our php5apache.dll, which is linked to php5ts.dll.
This dep needs to be resolved at load time, which is to say t
Well basically the only easy way to solve this problem on Windows is to put
all PHP binaries .exe/.dll files in one directory i.e. c:\php. It could be
considered a bit cluttered but it works well and I'd go this way.
Andi
At 06:55 PM 7/30/2004 +0100, Nuno Lopes wrote:
> Why not dump all the dlls
We can't.
Apache loads our php5apache.dll, which is linked to php5ts.dll.
This dep needs to be resolved at load time, which is to say that
Apache has to do something about it. There is no way to set an
"rpath" under windows, so adding any code to set up the dll directory
(ala SetDllDirectory) wou
> Why not dump all the dlls in the same directory of the PHP binary?
That would be perfect!
Currently we have a big dilema in how to advise users to install PHP on
windows. If puts dlls in the system/apache dir, put the php dir in the path,
etc...
If you could change the apache module in a way t
isapi and apache sapis that are in c:/php still need to have c:/php in
path in order to load php5ts.dll.
Edin
On Friday, Jul 30, 2004, at 19:39 Europe/Copenhagen, Andi Gutmans wrote:
Why not dump all the dlls in the same directory of the PHP binary?
At 02:37 PM 7/30/2004 +0200, Edin Kadribasic wr
Why not dump all the dlls in the same directory of the PHP binary?
At 02:37 PM 7/30/2004 +0200, Edin Kadribasic wrote:
Alredy done. The relevent bit now reads:
In order for PHP to be able to find them they need to be located
in a directory that is included in the system PATH. The recommended
Alredy done. The relevent bit now reads:
In order for PHP to be able to find them they need to be located
in a directory that is included in the system PATH. The recommended
way to do this is to add PHP installation folder (ex: c:\php) to your
PATH.
Alternatively you can copy the bun
And while you're at it, it's time to nuke the "copy dlls to system32" part ;-)
--Wez.
On Fri, 30 Jul 2004 12:23:31 +0100, Phil Driscoll
<[EMAIL PROTECTED]> wrote:
> Edin
>
> Good work on all those php-cgi.exe modifications.
> While you are in there, there is one other thing you could tweak in r
Edin
Good work on all those php-cgi.exe modifications.
While you are in there, there is one other thing you could tweak in response
to an email I've being saving up from one of the users of the installer:
In install.txt can you change the reference to InstallShield so that it either
says Insta
23 matches
Mail list logo