[PHP-CVS] cvs: php-src /win32 install.txt

2009-03-18 Thread Pierre-Alain Joye
pajoye Wed Mar 18 17:58:44 2009 UTC Modified files: /php-src/win32 install.txt Log: - php.ini-dev/prod http://cvs.php.net/viewvc.cgi/php-src/win32/install.txt?r1=1.35r2=1.36diff_format=u Index: php-src/win32/install.txt diff -u

[PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Edin Kadribasic
edink Fri Jul 30 05:29:43 2004 EDT Modified files: /php-src/win32 install.txt Log: s/php.exe/php-cgi.exe http://cvs.php.net/diff.php/php-src/win32/install.txt?r1=1.29r2=1.30ty=u Index: php-src/win32/install.txt diff -u php-src/win32/install.txt:1.29

[PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Edin Kadribasic
edink Fri Jul 30 05:59:26 2004 EDT Modified files: /php-src/win32 install.txt Log: Update for php5 http://cvs.php.net/diff.php/php-src/win32/install.txt?r1=1.30r2=1.31ty=u Index: php-src/win32/install.txt diff -u php-src/win32/install.txt:1.30

Re: [PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Phil Driscoll
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

Re: [PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Wez Furlong
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 response

Re: [PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Edin Kadribasic
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

[PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Edin Kadribasic
edink Fri Jul 30 08:40:35 2004 EDT Modified files: /php-src/win32 install.txt Log: Nuke references to InstallShield http://cvs.php.net/diff.php/php-src/win32/install.txt?r1=1.31r2=1.32ty=u Index: php-src/win32/install.txt diff -u

Re: [PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Andi Gutmans
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

Re: [PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Nuno Lopes
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

Re: [PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Andi Gutmans
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

Re: [PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Andi Gutmans
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

Re: [PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Andi Gutmans
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

Re: [PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Wez Furlong
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

Re: [PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Andi Gutmans
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

Re: [PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Nuno Lopes
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 work too.

RE: [PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Steph
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 Gutmans [EMAIL PROTECTED] wrote: Didn't realize that. I thought

Re: [PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Nuno Lopes
- 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 They do, it's just that the CWD is not the php dir :-) If you stick

Re: [PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Andi Gutmans
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's

Re: [PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Andi Gutmans
] 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 Gutmans [EMAIL PROTECTED] wrote: Didn't realize that. I

Re: [PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Wez Furlong
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] Subject: Re: [PHP-CVS] cvs: php-src /win32 install.txt They do, it's just

RE: [PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Steph
; 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. On Fri, 30 Jul 2004 19:52:22 +0100, Steph [EMAIL PROTECTED] wrote: Hooray

RE: [PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Frank M. Kromann
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 I didn't say it *should* go there :-) In fact, it really should

RE: [PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Philip Olson
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,

Re: [PHP-CVS] cvs: php-src /win32 install.txt

2004-07-30 Thread Edin Kadribasic
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

[PHP-CVS] cvs: php-src /win32 install.txt

2003-11-18 Thread Uwe Schindler
thetaphiTue Nov 18 04:04:32 2003 EDT Modified files: /php-src/win32 install.txt Log: change names to to php5_xxx in NSAPI Index: php-src/win32/install.txt diff -u php-src/win32/install.txt:1.26 php-src/win32/install.txt:1.27 ---

[PHP-CVS] cvs: php-src /win32 install.txt

2003-11-17 Thread Jani Taskinen
sniper Mon Nov 17 19:06:38 2003 EDT Modified files: /php-src/win32 install.txt Log: fix the docs Index: php-src/win32/install.txt diff -u php-src/win32/install.txt:1.25 php-src/win32/install.txt:1.26 --- php-src/win32/install.txt:1.25 Wed Nov 5

[PHP-CVS] cvs: php-src /win32 install.txt

2003-11-05 Thread Uwe Schindler
thetaphiWed Nov 5 03:33:46 2003 EDT Modified files: /php-src/win32 install.txt Log: remove unix crap Index: php-src/win32/install.txt diff -u php-src/win32/install.txt:1.24 php-src/win32/install.txt:1.25 --- php-src/win32/install.txt:1.24 Tue

[PHP-CVS] cvs: php-src /win32 install.txt

2003-11-04 Thread Uwe Schindler
thetaphiTue Nov 4 04:02:56 2003 EDT Modified files: /php-src/win32 install.txt Log: SunONE servers Index: php-src/win32/install.txt diff -u php-src/win32/install.txt:1.23 php-src/win32/install.txt:1.24 --- php-src/win32/install.txt:1.23 Thu

[PHP-CVS] cvs: php-src /win32 install.txt

2003-10-23 Thread Gabor Hojtsy
gobaThu Oct 23 05:53:31 2003 EDT Modified files: /php-src/win32 install.txt Log: The web server user name starts with IUSR_ and not ISUR_, and some clarifications from Phil Driscoll Index: php-src/win32/install.txt diff -u

[PHP-CVS] cvs: php-src /win32 install.txt

2003-09-19 Thread Derick Rethans
derick Fri Sep 19 08:24:06 2003 EDT Modified files: /php-src/win32 install.txt Log: - Fixed typo Index: php-src/win32/install.txt diff -u php-src/win32/install.txt:1.21 php-src/win32/install.txt:1.22 --- php-src/win32/install.txt:1.21 Mon Jun 30