yes, what worked for me was:
-go to the properties of the website
-click "Home Directory" tab
-click configuration button
-UNcheck "Cache ISAPI Applications"
I'm not sure if this means that it is per application or not?
colin
Tracker1 wrote:
> To: Colin McDo
php can only call dll's on the server, not the client end (which is what
I think your doctor wants?).
Todd Williamsen wrote:
> I don't know if this is possible, but I figured there is a small limitation
> on php
>
> The scenario...
>
> I have a client that wants his application revamped fr
Robert wrote:
> hello list,
>
> ini_set
> and his alias ini_alter,
> seems not to work under win 2000 enviroment with php 4.2.1
there are restrictions to init_set that you should read in the manual.
namely, some settings cannot be changed, some can only be changed in
certain places and som
try $_POST[''] instead of $HTTP_POST_VARS[''] this changed recently.
also, $username probably doesn't work because you have register_globals
turned off in your php.ini
colin
Jean Bresse wrote:
> Hello:
>
> Took my first dip into the world on php over the weekend and got stumped on
> this:
>
lookup what it means to be an "identity column".
colin
R.S. Herhuth wrote:
> I would like to create a auto incrementing id field in SQL Server 2000.
> What data type should I use and what settings?
>
> Thanks
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://
ning php as .exe/isapi but still happens...
>
>
>>-Original Message-
>>From: colin mcdonald [mailto:[EMAIL PROTECTED]]
>>Sent: 08 July 2002 1:57 PM
>>To: [EMAIL PROTECTED]
>>Subject: [PHP-WIN] Re: PHP on IIS 5.0
>>
>>
>>This is what I h
This is what I had to do:
-take out zend_optimizer from php.ini
-put process isolation level to "HIGH" (as Michael suggested)
-put IIS in the ISAPI filter list
-disable chaching of isapi applications
I hope this helps you and/or anyone else having this problem, because it
took me a long time to
This is what I had to do:
-take out zend_optimizer from php.ini
-put process isolation level to "HIGH" (as Michael suggested)
-put IIS in the ISAPI filter list
-disable chaching of isapi applications
I hope this helps you and/or anyone else having this problem, because it
took me a long time to
Hi there,
zend optimizer 1.3.1 / IIS 5 / PHP 4.2.1 / Windows 2000
I've been getting "Stack Overflow" errors frequently. Our software has
hundreds of db queries and hundreds of includes per page execution. Just to
give you some context, so I can't tell you exactly what I'm doing that's
causing