php-windows Digest 25 Aug 2004 18:15:22 -0000 Issue 2371

Topics (messages 24452 through 24453):

Re: MySQL newsgroup ?
        24452 by: Ron Stiemer

change for exec function and safe_mode between win32 command line interface php 4.3.4 
-> php 4.3.7 ?
        24453 by: Daniel Gaddis

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,

Try this:

http://groups.google.de/groups?hl=de&lr=&ie=UTF-8&group=mailing.database.mys
ql

Greetings,
-Ron

-----Urspr�ngliche Nachricht-----
Von: neil [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 24. August 2004 11:12
An: [EMAIL PROTECTED]
Betreff: [PHP-WIN] MySQL newsgroup ?

Does anyone know of a MySQL newsgroup (not a mailing list)?

I need to ask some fairly basic questions.

Thanks

Neil

--
PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:
http://www.php.net/unsub.php

--- End Message ---
--- Begin Message ---
We upgraded from win32 php 4.3.4 to 4.3.7 and my php command line script
broke. 

I am using safe_mode=on. If I use safe_mode=off instead of safe_mode=on
it works. Why
would my php command line script work with win32 php 4.3.4 with
safe_mode=on but not
with 4.3.7?

For a test I created a file f:\batfiles\batch\today.bat that contains
the following line:
date /t

I can then run the following command to test:
php -c F:\batfiles\batch\php.ini -r
print_r(exec('f:\batfiles\batch\today.bat'));

with win32 php 4.3.7 with safe_mode=on  I get nothing
with win32 php 4.3.7 with safe_mode=off I get Wed 08/25/2004

with win32 php 4.3.4 with safe_mode=on  I get Wed 08/25/2004
with win32 php 4.3.4 with safe_mode=off I get Wed 08/25/2004

In case you are wondering php.ini also contains:

        safe_mode_exec_dir = f:\batfiles\batch
        open_basedir = f:\batfiles\batch

Any suggestions?

Thanks,
Daniel

--- End Message ---

Reply via email to