php-windows Digest 25 Feb 2001 08:18:16 -0000 Issue 462

Topics (messages 5721 through 5725):

Re: Protecting PHP code
        5721 by: Alain Samoun
        5725 by: Stanislav Malyshev

Re: system, exec, passthru gehen nicht
        5722 by: Oliver Charlet

Re: Pipe problem on php4.0.4...
        5723 by: Oliver Charlet

Re: Problem with: exec(), system()
        5724 by: Oliver Charlet

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]


----------------------------------------------------------------------


Did not know that... This is more reasonable. Can Zend Encoder support
win9x?

Alain

On Sat, Feb 24, 2001 at 07:01:45PM +0200, Stanislav Malyshev wrote:
> AS>> Yes, if you have enough money for it - $2,500 I believe - Dee
> AS>> the zend store.
> 
> Actually, it can be also bought as a subscription package, which is
> cheaper ($50/month).
> -- 
> Stanislav Malyshev, Zend Products Engineer
> [EMAIL PROTECTED]  http://www.zend.com/ +972-3-6139665 ext.115
> 




AS>> Did not know that... This is more reasonable. Can Zend Encoder
AS>> support win9x?

Encoder supports win32 platforms. If you are not sure, you can download a
test drive version and ensure it runs on your site. Test drive is like
full version, but puts a small banner at the top of each encoded page.

-- 
Stanislav Malyshev, Zend Products Engineer
[EMAIL PROTECTED]  http://www.zend.com/ +972-3-6139665 ext.115






Hi,

wir haben das gleiche Problem und sind damit soweit:

l�uft nur unter Windows/PHP4/DLL nicht.
Als CGI l�uft es (wir sind dabei, das CGI als Work Around parallel zur DLL
zu betreiben)

Falls Dir da was besseres einf�llt, lass es uns wissen.

Olli

p.m.: Dieser BUG ist eine absolute Frechheit!

"Markus" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hallo
>
> Hab system, exec und passthru ausprobiert aber nichts geht.
>
> Code:
> $result = passthru("d:\\blat.exe",$erg);
> echo $result . "," . $erg;
>
> Ausgabe:
> ,1
>
> Umgebung: 2000 + Apache + PHP4.0.5Dev + CGI
>
> WARUM ?
>
> --
> Markus Wagner
> email: [EMAIL PROTECTED]
> Hobby: 747 Jumbo-Jet, Pontiac
>
> --
> 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 administrators, e-mail: [EMAIL PROTECTED]
>






probably it is the system(), passthru(), exec() Problem. These Functions
don't work under windows/PHP4/DLL, because the dll cannot fork threads.
It works running PHP4 as a CGI.

Olli


""PHP"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
9728t9$r88$[EMAIL PROTECTED]">news:9728t9$r88$[EMAIL PROTECTED]...
> Hi,
>
>     I found that php4.0.4 or later version on Windows IIS
> can't use pipe function any more, and I don't know whether
> it is a bug because I can still use pipe function to run a
> program under php 4.0.3pl1.  Do I make any mistake in
> configuration ??
>
> Sam Kuo.
>
>
>
>
> --
> 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 administrators, e-mail: [EMAIL PROTECTED]
>






hi,

see the entry from 22.2.2001 from Markus.

running PHP4 DLL stops the functions system(), passthru() and ecex() to work
properly, because PHP4 DLL cannot fork threads!

Olli


"Johan Huhtalo" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I don�t know whats the problem with exex, system :(
> first time i get: error message: Warning: Unable to fork
> [C:\winnt\system32\cmd.exe dir C:\] in c:/program files/apache
> group/apache/htdocs/relay/relay.php4 on line 28
>
> when second time, it hangs, i dont get any response from the server.
> i have to restart Apache to get the error msg again.
>
> using:    Apache 1.3.14 on WinNT 4.0
>             PHP Version 4.0.4pl1
>
>
> code:
>
> <?php
>     print("Hello world!<BR>\n");
>     $cmd = "C:\\winnt\\system32\\cmd.exe dir C:\\"; /* for test, want to
> use c:\\test\\test.exe, but gets the same errors */
>     $hmm = system( $cmd );
> ?>
>
> Thanks for help.
>
> --
> Regards
>
> Johan
>
>
>
> --
> 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 administrators, e-mail: [EMAIL PROTECTED]
>




Reply via email to