Hi all
My latest problem is an interesting one. I think it is more an IIS issue than
PHP.
At random and with no common thread the server gets its panties in a knot and
gives me a few errors. In the App log - Com+ detected a problem with its
internal state. In the log - IIS Admin has reset, Web S
William,
It doesn't really mattter, but you could try something like:
C:\temp
assuming you have temp directory on c. Make sure inetuser_ has write
permissions to the directory you specify.
-Flint
-Original Message-
From: William E. T. [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August
When I try to use sessions I get
Warning: open(/tmp\sess_491fb10e460882c941d2659b045c2549, O_RDWR)
failed: m (2) in c:\program files\apache
group\apache\htdocs\site3\index.php on line 2
at the top of the files and at the bottom I get
Warning: open(/tmp\sess_491fb10e460882c941d2659b045c2549, O_R
All:
My problem is probably a simple coding issue, but I can't figure it out.
This is with PHP 4.0.6 on Win2K with IIS5.
I have a html form (using checkboxes) gathering some data, and I pass it
onto a PHP file. When the user checks the checkbox, everything works
properly. Here is a sample of the h
Yeah, it does work. I got the same error.
Just go into the Properties of your web site, the Home Directory tab, the
Configuration button, and add the .PHP extension to the App Mappings tab.
Point .PHP extension to wherever PHP.EXE is loaded.
Hope this helps.
"Austin Pichot" <[EMAIL PROTECTED]>
php-windows Digest 10 Aug 2001 04:26:49 - Issue 694
Topics (messages 8731 through 8743):
Re: includes
8731 by: Angie Tollerson
Re: Problem with session data on PHP4/Win2k
8732 by: Scott Piccotti
Date / time things...
8733 by: Ventsyslav Vassilev
8735 by: Hu
On a standard 2000Pro install, when you add PWS, you can use the personal web manager
to manage the web site.
Unfortunately, PWM is a piece of garbage.
What you want to try is this:
Click start-->run
Start a blank MMC by typing in MMC. Click OK.
When open, click Console --> Add/Remove Snap-In
Ma
Try MARC:
http://marc.theaimsgroup.com/?l=php-windows&r=1&w=2
Or ask questions here...
Alain
On Thu, Aug 09, 2001 at 01:50:15PM -0700, Bob Kaehms wrote:
> Can anyone recommend me to a good site that discusses
> PHP COM integration. I've seen a few random articles,
> but most are pretty simple.
Is there any other way then to get the same functionality of MCAL in PHP on
an NT system?
Erik H. Mathy <[EMAIL PROTECTED]> wrote in message
003301c12114$f73a7330$1300020a@erik_laptop">news:003301c12114$f73a7330$1300020a@erik_laptop...
> Sorry, man...that's a *nix only library.
>
> http://sourc
Sorry, man...that's a *nix only library.
http://sourceforge.net/project/showfiles.php?group_id=482&release_id=3302
- Erik
> -Original Message-
> From: Travis Wyatt [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 09, 2001 3:58 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] MCAL DLL
http://www.php.net/manual/en/ref.com.php
> -Original Message-
> From: Angie Tollerson [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 09, 2001 3:57 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: [PHP-WIN] php COM discussion
>
>
> Do you mean DOM ? what the heck is COM
I am using PHP 4.0.6 + WinNT 4.0 + OmniHTTPd and wanted to use the MCAL
library but noticed that PHP has to be compiled --with-mcal. If I am using
WinNT I should instead set MCAL as an extension in my PHP.INI file right?
But then where can I get the MCAL DLL file?
~ Thanks, Travis
--
PHP Win
Do you mean DOM ? what the heck is COM?
>>> Bob Kaehms <[EMAIL PROTECTED]> 08/09/01 03:50PM >>>
Can anyone recommend me to a good site that discusses
PHP COM integration. I've seen a few random articles,
but most are pretty simple. I've tried looking through
the archive of this list, but the a
Can anyone recommend me to a good site that discusses
PHP COM integration. I've seen a few random articles,
but most are pretty simple. I've tried looking through
the archive of this list, but the archive at lists.php.net
isn't allowing for search at this time.
Thanks for any pointers.
-bob
"Ventsyslav Vassilev" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Does anybody has an algorithm, which takes 2 different dates (in format
> -xx-xx xx:xx:xx and date1 and returns the difference as:
> "The requested period consists of X years, X months, X
Hi,
I thought UNC names were supposed to be supported with this version of
PHP??
My web sites are hosted on a UNC share and neither the isapi filter or
the php.exe can use them. If I type 'php.exe \\web sites\default.php'
at the prompt the script returns nothing at all.
Any idea how I can use
Does anybody has an algorithm, which takes 2 different dates (in format
-xx-xx xx:xx:xx and date1http://www.comelsoft.com
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list admin
On Wednesday, August 8, 2001, at 12:05 PM, Antonio Romo wrote:
> I'm having a similar problem. I have PHP 4.0.6, IIS 4, NT 4, and Service
> Pack 6a. My sessions were working just fine until I installed SP 6a plus
> security patches for the stupid Code Red.
Aw, crap.
I didn't event think that m
well...but that is using the full path, which obviously would work...by tacking on the
base path on the front. Maybe I'll just start making a practice to do that.
Thanks!
Angie
>>> "Ignatius Teo" <[EMAIL PROTECTED]> 08/07/01 06:48PM >>>
What happens when you move stuff up or down a directory
php-windows Digest 9 Aug 2001 13:36:49 - Issue 693
Topics (messages 8727 through 8730):
Apache and PHP. Lot's of missing DLL extientions. Why?
8727 by: Cato Larsen
8728 by: Svensson, B.A.T.
Re: sending POST data with header()?
8729 by: Michael Rudel
Re: PDFlib on P
At 07:25 PM 8/8/2001 -0400, you wrote:
>I'm getting this message ...
>with the following code.
>
>
>$len = filesize($filename);
>header("Content-type: application/pdf");
...
Well, it's kind of important to know what comes before the ped it ... because if there's any kind of output whatsoever
befo
Hi Hugh,
you could manually build your HTTP-Header (request). Then you
can add Posting-Data. Have a look @ fsockopen() and the
HTTP1.1 Specification.
Hope this helps.
Greetinx,
Mike
Michael Rudel
- Web-Development, Systemadministration -
Besuchen Sie uns am 20. und 21. August 2001 auf der
o
>When I run a database script with MySQL I get the following
>missing files:
>
>c:\php\extensions\php_dbx.dll
>c:\php\extensions\php_ifx.dll
>c:\php\extensions\php_ingres.dll
>c:\php\extensions\php_mcrypt.dll
>c:\php\extensions\php_oci8.dll
>c:\php\extensions\php_oracle.dll
>c:\php\extensions\ph
When I run a database script with MySQL I get the following missing files:
c:\php\extensions\php_dbx.dll
c:\php\extensions\php_ifx.dll
c:\php\extensions\php_ingres.dll
c:\php\extensions\php_mcrypt.dll
c:\php\extensions\php_oci8.dll
c:\php\extensions\php_oracle.dll
c:\php\extensions\php_sybase_ct.
24 matches
Mail list logo