Re: [PHP-WIN] php.ini

2003-12-09 Thread Svensson, B.A.T. (HKG)
Even though it might be helpful, I would not recommend to display your internal server settings in public - its a security risk. On Tue, 2003-12-09 at 03:46, Hayden Kirk wrote: > settings are at www.ixon.co.nz/*** -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http

php-windows Digest 9 Dec 2003 08:22:47 -0000 Issue 2033

2003-12-09 Thread php-windows-digest-help
php-windows Digest 9 Dec 2003 08:22:47 - Issue 2033 Topics (messages 22334 through 22341): Re: md5 password with javascirpt 22334 by: Roy Henderson 22335 by: Herhuth, Ron ODBC/MSSQL Connect function 22336 by: Harpreet 22337 by: Justin Patrin Setting Cookie p

Re: [PHP-WIN] php.ini

2003-12-09 Thread Svensson, B.A.T. (HKG)
Ignorant question: why would the web server like to read the php.ini file? On Tue, 2003-12-09 at 06:47, Frank M. Kromann wrote: > Hi, > > The php.ini file ies read on startup. If you make changes to the ini file > after the web server was started, you need to restart the web server to > get the l

[PHP-WIN] cUrl

2003-12-09 Thread Kimberly Tully
Hello, I am trying to use cURL with php 4.3.1. I downloaded CURL curl-7.10.8-win32-ssl-devel-mingw32 and have no idea what to do with it. I unzipped it into a CURL directory and need help getting it set up. Can anyone help or direct me to some documentation. I looked on the curl site but the docu

[PHP-WIN] Re: md5 password with javascript

2003-12-09 Thread Rolf van de Krol
Hi Roy, I'm using Javascript MD-5 encoding for sending my passwords. For each session I generate simply a random string of 5 chars. I use this functions: // generate login-id function random_char($string) { return $string[mt_rand(0,(strlen($string)-1))]; } function random_string($charset_string,

Re: [PHP-WIN] php.ini

2003-12-09 Thread Frank M. Kromann
Hi, The settings are not read by the web server, but by PHP. When PHP is instaled as an ISAPI module (or an apache module) it is loaded into memory when the web server is started (or on the first php request). When PHP is in memoryit will not read the php.ini settings again. This is one of the ben

[PHP-WIN] I cant run shell command on win2003 with iis6

2003-12-09 Thread s
My phpscript with external command ran OK on Win2K server with IIS5 but when I moved them to Win2K3 and IIS6 none shell command could not be executed. exec("dir f:", $out); $out1=`dir f:\imail\users /b`; echo "x".$out.$out1."y" ; Have anyboby same ideas? -- Simos Anagnostakis Dept. of Primary

[PHP-WIN] I cant run shell command on win2003 with iis6

2003-12-09 Thread s
My phpscript with external command ran OK on Win2K server with IIS5 but when I moved them to Win2K3 and IIS6 none shell command could not be executed. exec("dir f:", $out); $out1=`dir f:\imail\users /b`; echo "x".$out.$out1."y" ; Have anyboby same ideas? -- Simos Anagnostakis Dept. of Primary

AW: [PHP-WIN] cUrl

2003-12-09 Thread Sven Schnitzke
Hi, apparently you downloaded the source - which you are supposed to compile yourself, using the MINGW toolset (http://www.mingw.org). But you might want to look for curl-7.10.8-win32-ssl.zip, if you trust your source in using a precompiled program. It contains a compiled Win32 CURL.EXE bundled w

RE: [PHP-WIN] cUrl

2003-12-09 Thread David Felton
I recommend subscribing to the cURL and PHP mailing list at [EMAIL PROTECTED] for all you cURL and PHP needs. PS you should be using for cURL PHP extension for working with PHP, not the standalone version. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 09 Dece

RE: [PHP-WIN] I cant run shell command on win2003 with iis6

2003-12-09 Thread Paul J. Smith
I'd check the file permissions on cmd.exe or command.com. I think this is likely to be the problem. 2k3 security has been tightened a lot. Regards, Paul Smith Microtech Limited, http://www.microtech.co.gg Suppliers of innovative IT solutions including DNS, Mailscan and backup email services. -

Re: [PHP-WIN] php.ini

2003-12-09 Thread Hayden Kirk
Ya I know, but theres nothing much on it so im not too fussed. Id rather sort this problem out. Its not reading any ini at all... "B.A.T. Svensson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Even though it might be helpful, I would not recommend to display > your internal serve

[PHP-WIN] page cannot be displayed

2003-12-09 Thread Hayden Kirk
Hi Im using php.exe on win2k. When I visit a php page i get page cannot be displayed. Other pages work fine. Any ideas? the php dll wont work at all, it refuses to read the ini file at all. Really anonying, cant figure this out. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe,

php-windows Digest 9 Dec 2003 21:04:37 -0000 Issue 2034

2003-12-09 Thread php-windows-digest-help
php-windows Digest 9 Dec 2003 21:04:37 - Issue 2034 Topics (messages 22342 through 22352): Re: php.ini 22342 by: Svensson, B.A.T. (HKG) 22345 by: Frank M. Kromann 22351 by: Hayden Kirk cUrl 22343 by: Kimberly Tully 22348 by: Sven Schnitzke 223

[PHP-WIN] Question about $tbuf in php-4.3.4-installer.exe

2003-12-09 Thread Chris Bunting
Hello, I started writing a basic script to list links and made some changes so that I could use a small template type of file but now, I'm starting again on the script using XP Pro, php 4.3.4 and so on but now, the tbuf will not work. I just get a reference to: Undefined variable: tbuf in c:\i