php-windows Digest 7 Oct 2001 21:49:42 -0000 Issue 793

Topics (messages 9732 through 9736):

Session_Start() error (rookie)
        9732 by: OzCoder
        9734 by: OzCoder

Cannot get PHP 4.0.6+IIS4 to connect to MySQL DBs
        9733 by: Egil Helland

extensions and dlls
        9735 by: mates

problem with exec()
        9736 by: Christian Dechery

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Hi All,

I get this error when running the function session_start()

Warning:  open(/tmp\sess_eaa5fb389e8696f1202086f2fbea0347, O_RDWR) failed: m
(2) in c:\apache\htdocs\test.php on line 2

this is the code, very simple :)

<?
  session_start();
?>

I'm running win2k, php4ts.dll
 I've also tried running it under the CGI exe php.exe, anyone know where I
can get some info on sessions for win2k

TIA,
OzCoder


--- End Message ---
--- Begin Message ---
Spose I'll answer my own Q

Needed to create a tmp directory in C:\

C:\tmp


"Ozcoder" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi All,
>
> I get this error when running the function session_start()
>
> Warning:  open(/tmp\sess_eaa5fb389e8696f1202086f2fbea0347, O_RDWR) failed:
m
> (2) in c:\apache\htdocs\test.php on line 2
>
> this is the code, very simple :)
>
> <?
>   session_start();
> ?>
>
> I'm running win2k, php4ts.dll
>  I've also tried running it under the CGI exe php.exe, anyone know where I
> can get some info on sessions for win2k
>
> TIA,
> OzCoder
>
>


--- End Message ---
--- Begin Message ---
Am I the only one having these problems? I tried yesterday to upgrade
PHP from 4.0.4 pl1 to 4.0.6, and well, since then mysql support have
been zip. Nil. Nada.

Basically, what happens is that the installation goes through without
any problems, the first time I try to reach a page that contains
mysql connects in it hangs, and the IIS4 process hangs indefinately.
If I just stop these processes, and then restarts IIS4 and mysql, I
just get an error message (using full debugging in php of course)
saying that I cannot connect to mysql, error code 10061.

The only way I got rid of this was to remove all files in the php
dir, reinstall 4.0.4 pl1, then reboot (yup, a couple of php processes
was stuck in the list, didnt even respond to the kill command found
in the reskit). Voila, everything worked as a charm..!

I have searched through this mailinglist and havent found anything
related to this, so please, if you have been into this, and found a
way out other than downgrading, let me know.

Regards,


Egil

-=//
   Egil Helland / IKON AS - MCSE, Internet, Intranet
      mailto:[EMAIL PROTECTED]      http://egil.net
                            //=-


--- End Message ---
--- Begin Message ---
hi,

i need *.dlls to work with the following functions:

ImagePS*
and
ImageTTF*

anybody knows where i could get these ready-to-use *.dlls?

regards libor


--- End Message ---
--- Begin Message ---
I'm running PHP on a Win98 machine with apache 1.3.12 and PHP 4.0.6, and I 
can't seem to get exec(), system() or whatever working...

somehow the shell execution of the passed command is interrupted and the 
output is cut... so the result is wrong.... is this a Windows prob???

_____________________________
. Christian Dechery
. . Gaita-L Owner / Web Developer
. . http://www.webstyle.com.br
. . http://www.tanamesa.com.br

--- End Message ---

Reply via email to