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
andiFri Jul 30 18:52:32 2004 EDT
Modified files:
/php-src/win32 php5dllts.dsp
Log:
- Add globals.c
http://cvs.php.net/diff.php/php-src/win32/php5dllts.dsp?r1=1.3&r2=1.4&ty=u
Index: php-src/win32/php5dllts.dsp
diff -u php-src/win32/php5dllts.dsp:1.3 p
fmk Fri Jul 30 18:49:03 2004 EDT
Modified files:
/php-src/ext/standard file.h
Log:
Adding missing PHPAPI for non ZTS builds
http://cvs.php.net/diff.php/php-src/ext/standard/file.h?r1=1.90&r2=1.91&ty=u
Index: php-src/ext/standard/file.h
diff -u php-src/
That works fine on my system.
I have c:\php4 and c:\php5 (and a couple of debug versions as well). I do
not have any ove thes in my PATH environment variable but I can access
php4 as cgi and php5 as cgi and isapi from my IIS server.
It's not possible to use both php4 and php5 as isapi at the same
mm try installing a SAPI module without setting PATH (e.g. because you need
completely another version of PHP on your system).
> -Original Message-
> From: Wez Furlong [mailto:[EMAIL PROTECTED]
> Sent: 30 July 2004 20:11
> To: [EMAIL PROTECTED]
> Cc: Andi Gutmans; Edin Kadribasic; Nuno Lop
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, someone else who thinks php*ts.dll should be in the apache dir!
> (that apparently makes 2 out
I think that if this is the situation, it makes more sense to add c:\php to
the path.
Andi
At 07:49 PM 7/30/2004 +0100, Nuno Lopes wrote:
> Hooray, someone else who thinks php*ts.dll should be in the apache dir!
> (that apparently makes 2 out of 16 million)
:-)
I prefer having C:\php in the path
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
> Hooray, someone else who thinks php*ts.dll should be in the apache dir!
> (that apparently makes 2 out of 16 million)
:-)
I prefer having C:\php in the path to use PHP CLI from the console (and from
cygwin).
Maybe we should have two separate install instructions...
Nuno
> > -Original Mess
Hooray, someone else who thinks php*ts.dll should be in the apache dir!
(that 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 PROT
> 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
fmk Fri Jul 30 13:07:03 2004 EDT
Modified files: (Branch: PHP_4_3)
/php-src/win32 php_win32_globals.h
Log:
Add missing header for def. of struct timeval.
http://cvs.php.net/diff.php/php-src/win32/php_win32_globals.h?r1=1.1.4.2&r2=1.1.4.3&ty=u
Index: php-
fmk Fri Jul 30 13:06:08 2004 EDT
Modified files: (Branch: PHP_4_3)
/php-src/win32 php4dllts.dsp
Log:
Adding new win32 globals to project
http://cvs.php.net/diff.php/php-src/win32/php4dllts.dsp?r1=1.87.2.7&r2=1.87.2.8&ty=u
Index: php-src/win32/php4dllts.d
fmk Fri Jul 30 12:52:36 2004 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/standard basic_functions.c
Log:
Add missing header for win32 builds
http://cvs.php.net/diff.php/php-src/ext/standard/basic_functions.c?r1=1.543.2.40&r2=1.543.2.41&ty=u
Index
fmk Fri Jul 30 12:49:38 2004 EDT
Modified files: (Branch: PHP_4_3)
/php-src/win32 globals.c php_win32_globals.h
Log:
Fix line endings
http://cvs.php.net/diff.php/php-src/win32/globals.c?r1=1.2.4.1&r2=1.2.4.2&ty=u
Index: php-src/win32/globals.c
diff -u php
fmk Fri Jul 30 12:49:55 2004 EDT
Modified files:
/php-src/win32 globals.c php_win32_globals.h
Log:
Fix line endings
http://cvs.php.net/diff.php/php-src/win32/globals.c?r1=1.2&r2=1.3&ty=u
Index: php-src/win32/globals.c
diff -u php-src/win32/globals.c:1.2
I'll do that when I get to work in an hour or so.
Wez: What about the ini patch (zend_ini.c). That shhould be merged to 4.x
and 5.0 as well. The problem exists there as well.
- Frank
> Merged to 5.0 and 4.3.
> I don't have VC6 installed, so someone will need to update the .dsp
> file, and also t
Merged to 5.0 and 4.3.
I don't have VC6 installed, so someone will need to update the .dsp
file, and also test that it does actually compile under 4.3.
--Wez.
On Fri, 30 Jul 2004 14:34:02 +0200, Edin Kadribasic <[EMAIL PROTECTED]> wrote:
> OK. Can we have this merged alredy?
>
> Edin
--
PHP CV
wez Fri Jul 30 10:39:18 2004 EDT
Modified files: (Branch: PHP_5_0)
/php-src/ext/standard syslog.c
Log:
MFH: win32 zts fix
http://cvs.php.net/diff.php/php-src/ext/standard/syslog.c?r1=1.46&r2=1.46.2.1&ty=u
Index: php-src/ext/standard/syslog.c
diff -u
wez Fri Jul 30 10:38:29 2004 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/standard syslog.c
Log:
MFH: win32 zts fix
http://cvs.php.net/diff.php/php-src/ext/standard/syslog.c?r1=1.40.4.1&r2=1.40.4.2&ty=u
Index: php-src/ext/standard/syslog.c
diff
wez Fri Jul 30 10:37:18 2004 EDT
Added files: (Branch: PHP_4_3)
/php-src/win32 globals.c php_win32_globals.h
Modified files:
/php-src/ext/standard basic_functions.c
/php-src/win32 pwd.c time.c wsyslog.c
Log:
MFH: win
wez Fri Jul 30 10:24:59 2004 EDT
Added files: (Branch: PHP_5_0)
/php-src/win32 globals.c php_win32_globals.h
Modified files:
/php-src/ext/standard basic_functions.c
/php-src/main config.w32.h
/php-src/win32 pwd
edink Fri Jul 30 08:40:55 2004 EDT
Modified files: (Branch: PHP_5_0)
/php-src/win32 install.txt
Log:
MFH
http://cvs.php.net/diff.php/php-src/win32/install.txt?r1=1.29.2.2&r2=1.29.2.3&ty=u
Index: php-src/win32/install.txt
diff -u php-src/win32/install.txt:1
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.31&r2=1.32&ty=u
Index: php-src/win32/install.txt
diff -u php-src/win32/install.t
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
OK. Can we have this merged alredy?
Edin
Wez Furlong wrote:
Yeah :)
I wonder how many "encountered an access violation" reports were caused
by this.
--Wez.
Andi Gutmans wrote:
How did these survive for such a long time? :)
At 02:59 AM 7/29/2004 +, Wez Furlong wrote:
wez Wed Jul 28
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
Yeah :)
I wonder how many "encountered an access violation" reports were caused
by this.
--Wez.
Andi Gutmans wrote:
How did these survive for such a long time? :)
At 02:59 AM 7/29/2004 +, Wez Furlong wrote:
wez Wed Jul 28 22:59:44 2004 EDT
Added files:
/php-src/win32 gl
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.30&r2=1.31&ty=u
Index: php-src/win32/install.txt
diff -u php-src/win32/install.txt:1.30 php-src/w
edink Fri Jul 30 05:59:07 2004 EDT
Modified files: (Branch: PHP_5_0)
/php-src/win32 install.txt
Log:
MFH
http://cvs.php.net/diff.php/php-src/win32/install.txt?r1=1.29.2.1&r2=1.29.2.2&ty=u
Index: php-src/win32/install.txt
diff -u php-src/win32/install.txt:1
edink Fri Jul 30 05:30:30 2004 EDT
Modified files: (Branch: PHP_5_0)
/php-src/win32 install.txt
Log:
MFH
http://cvs.php.net/diff.php/php-src/win32/install.txt?r1=1.29&r2=1.29.2.1&ty=u
Index: php-src/win32/install.txt
diff -u php-src/win32/install.txt:1.29
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.29&r2=1.30&ty=u
Index: php-src/win32/install.txt
diff -u php-src/win32/install.txt:1.29 php
On Thu, 29 Jul 2004 23:58:14 -0700
Andi Gutmans <[EMAIL PROTECTED]> wrote:
>>Wed Jul 28 22:59:44 2004 EDT
> How did these survive for such a long time? :)
Everybody was just sleeping =)
---
WBR,
Antony Dovgal aka tony2001
[EMAIL PROTECTED] || [EMAIL PROTECTED]
--
PHP CVS Mailing List (http:/
45 matches
Mail list logo