[PHP-WIN] Authentication Problem under IIS 5

2004-03-23 Thread MW
I recently installed PHP as an ISAPI module under Win2k. I've followed the instructions as listed on the website, and copied php4ts.dll and php4sapi.dll to the winnt/system32 directory (PHP is installed in d:/php) My website is set to use basic authentication. The problem is now that when I acc

php-windows Digest 24 Mar 2004 07:06:43 -0000 Issue 2179

2004-03-23 Thread php-windows-digest-help
php-windows Digest 24 Mar 2004 07:06:43 - Issue 2179 Topics (messages 23237 through 23248): ldap_8859_to_t6 23237 by: Juan Angel Martin Convert string to date 23238 by: Harpreet K. Singh 23240 by: Svensson, B.A.T. (HKG) 23242 by: Trystano.aol.com Re: Replica

[PHP-WIN] HTTP Error 404 - File or directory not found.

2004-03-23 Thread isis
Hi, I'm relativ new in this mailing-list and also on IIS with PHP. I tried to install PHP 4.3.4 on a Windows Server 2003 with IIS 6. It isn't my first installation of PHP on Windows and IIS, but the first installation on a Windows Server 2003 with the IIS 6. While others installations works fine,

[PHP-WIN] Re: Major apache start error!!

2004-03-23 Thread DvDmanDT
Personally, I'd suggest an upgrade to Apache 1.3.29.. While Apache 2 works, it doesn't work as well as 1.3 does.. I've tried them both, several times, and I keep going back to 1.3 after a while.. Well, good luck.. -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com "Matt Gagné" <[E

Re: [PHP-WIN] Re: Major apache start error!!

2004-03-23 Thread Jim Hunter
Matt, Don't worry about the term 'experimental' attached to the 2.x versions of Apache for Windows. I am running a server with 20 domains on it from my WinXP Home computer and I am using Apache 2.0 with PHP 4.3.4, MySQL 3.23 56-nt and everything is running great. If I remember correctly, I us

[PHP-WIN] Re: Major apache start error!!

2004-03-23 Thread Matt Gagné
What about updating to Apache2 altogether? Matt "Hubo" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > It is not a bad idea to update to Apache 1.3.2x. > > > > Anyway, here's the poop. With Apache 1.3.14 for windows (php said working > > with Apache2 was experimental so I went with

[PHP-WIN] Re: Major apache start error!!

2004-03-23 Thread hubo
It is not a bad idea to update to Apache 1.3.2x. > > Anyway, here's the poop. With Apache 1.3.14 for windows (php said working > with Apache2 was experimental so I went with version that was not) and php > 4.3.4 for win and I have these lines enabled in the httpd.conf (as per php > install.txt): >

Re: [PHP-WIN] Re: Replicating Double quotes

2004-03-23 Thread Trystano
Hi all, > > I have a problem in that when I am retrieving data from MySQL that containes > double quotes, the double quotes gets repeat, and also the string that does > contain double quotes gets double quotes added to the begin and end of it For > example I get the following: > > "16"" Man

Re: [PHP-WIN] Convert string to date

2004-03-23 Thread Trystano
There are date functions that should allow you to manipulate and work with date's and their corresponding attributes. Check them out. For example, if you pass a date as a parameter to the 'mktime()' function you will get returned an integer value that represents the amount of seconds passed sin

[PHP-WIN] Re: Major apache start error!!

2004-03-23 Thread Matt Gagné
Sumito, Yes, the win32 installer copied them to the windows folder AND I copied them to the apache/modules directory and as you can see, by my original post, in the httpd.conf I am explicitly calling them from the apache/modules directly. Matt "Sumito_oda" <[EMAIL PROTECTED]> wrote in message n

RE: [PHP-WIN] Convert string to date

2004-03-23 Thread Svensson, B.A.T. (HKG)
With MS SQL server you can do something like this: select convert(char(10), expiration, 101) as ... order by convert(varchar, expiration, 112) 112 gives the date format as "mmdd", and that should solve your problem. -Original Message- From: Harpreet K. Singh To: 'Php-Windows ' Sen

[PHP-WIN] Re: Replicating Double quotes

2004-03-23 Thread Justin Patrin
[EMAIL PROTECTED] wrote: Hi all, I have a problem in that when I am retrieving data from MySQL that containes double quotes, the double quotes gets repeat, and also the string that does contain double quotes gets double quotes added to the begin and end of it For example I get the following:

[PHP-WIN] Convert string to date

2004-03-23 Thread Harpreet K. Singh
I have a report that has an expiration field I want to sort by expiration but when clicked it sorts alphanumerically and shows january 01 before march 03 no matter what the year. If i do select expiration and sort it works fine but if i say select [expiration]=convert(char(10), expiration, 101) i

[PHP-WIN] ldap_8859_to_t6

2004-03-23 Thread Juan Angel Martin
Hi all, I'm trying to use the LDAP function ldap_8859_to_t61() but I get this error: PHP Fatal error: Call to undefined function: ldap_8859_to_t61() The PHP version is 4.3.3 and I use others LDAP functions like ldap_connect() without any problem. Can anyone help me? Thanks in advance Juanan --

php-windows Digest 23 Mar 2004 13:59:38 -0000 Issue 2178

2004-03-23 Thread php-windows-digest-help
php-windows Digest 23 Mar 2004 13:59:38 - Issue 2178 Topics (messages 23234 through 23236): Re: The specified CGI application misbehaved by not returning acomplete set of HTTP headers. 23234 by: Svensson, B.A.T. (HKG) Re: Major apache start error!! 23235 by: Sumito_Oda Pro

[PHP-WIN] Problems with PHP5 RC1

2004-03-23 Thread memoimyself
I have successfully installed previous versions of PHP dozens of times, under Windows, Linux and FreeBSD, so I'm not exactly a newbie having a go at his first install. I've tried to report the problems I relate below to the PHP bugs knowledge base, but bugs.php.net has been down for a couple of

[PHP-WIN] Re: Major apache start error!!

2004-03-23 Thread Sumito_Oda
Hi, >Sorry, forgot to mention that I am on WinXP Pro Did you copy php4ts.dll to c:/windows/system32 or a proper directory? http://www.php.net/manual/en/install.apache.php http://www.php.net/manual/en/install.windows.php Moreover, you might have to add the description of AddModule directive for

Re: [PHP-WIN] Re: The specified CGI application misbehaved by not returning acomplete set of HTTP headers.

2004-03-23 Thread Svensson, B.A.T. (HKG)
Your suggestion to redirect stderr to stdin works splendid. On Mon, 2004-03-22 at 12:44, DvDmanDT wrote: > I would suspect popen() happends to output STDERR, and that dir returns some > STDERR when no files are found, or when the argument is invalid.. And if so, > the STDERR message would get out