php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35483 safe_mode_exec_dir
Submitted: 2005-11-30 11:58 UTC Modified: 2005-11-30 20:06 UTC
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: marcl at vo dot lu Assigned:
Status: Not a bug Package: Program Execution
PHP Version: 4.4.1 OS: Windows 2003
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: marcl at vo dot lu
New email:
PHP Version: OS:

 

 [2005-11-30 11:58 UTC] marcl at vo dot lu
Description:
------------
I can't execute binaries which are in safe_mode_exec_dir 
(safe_mode=on)   

I tried all variants!


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-30 12:10 UTC] tony2001@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.



 [2005-11-30 19:11 UTC] marcl at vo dot lu
I can't execute binaries which are in safe_mode_exec_dir 
(safe_mode=on)   

I tried all variants!

OK

Os: Windows Server 2003
Webserver: Apache 1.3.34 
ImageMagick: 6.2.5-5-Q16-windows-dll.exe

php.ini:

safe_mode = On

safe_mode_gid = Off

safe_mode_include_dir =

safe_mode_exec_dir = 

I want to execute ImageMagick with safe_mode = On

Example 1: safe_mode_exec_dir = d:/ImageMagick/

Example 2: safe_mode_exec_dir = d:/ImageMagick

Example 3: safe_mode_exec_dir = d:\ImageMagick\

Example 4: safe_mode_exec_dir = d:\ImageMagick

ImageMagick does not work with this examples in safe_mode =On

 In php error log are no entries.

thanks
 [2005-11-30 20:06 UTC] sniper@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 21:01:30 2024 UTC