php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #66241 infophp
Submitted: 2013-12-05 16:58 UTC Modified: 2014-12-30 10:42 UTC
Votes:5
Avg. Score:3.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: admin at angosso dot net Assigned:
Status: No Feedback Package: *Web Server problem
PHP Version: 5.5.6 OS: report
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2013-12-05 16:58 UTC] admin at angosso dot net
Description:
------------
data handling
Use the W3C docs for some hints
Compiled PHP 5.5.6 (cgi-bin) and add the extension htscanner

Test script:
---------------
bool phpinfo ([ int $what = INFO_ALL ] )
.user.ini files
fix__DIR__. '/includes/.../Webstart/index3.php/
See e.g. mysql variables in php.ini:
mysql.default_port
mysql.default_socket
 

Expected result:
----------------
<br />

SetEnv PHPRC /home/angosson/www/dir-containing-phpinifile
When php run as CGI 
php.ini file in the dir on cgi'd php binary, in /cgi-bin/

AddHandler php-cgi .php .htm
Action php-cgi /cgi-bin/php5.cgi 
PHP run as cgi with wrapper (for FastCGI) 
Wrapper script should look something like:
#!/bin/sh
export php_fcgi_children=3
exec /home/angosson/public_html/htdocs/cgi-bin/php.cgi -c /home/angosson/php.ini
</br>

Actual result:
--------------
Current PHP version:  native user is not in cagefs
PHP Version Show PHP Setting
register_globals to be off


Patches

zVYEno7V5jVdICiGqf1QfcVxQP71U1OCpnCIlAgNZG8 (last revision 2013-12-05 17:24 UTC by admin at angosso dot net)
Net_Server (last revision 2013-12-05 17:15 UTC by admin at angosso dot net)
dots (last revision 2013-12-05 17:12 UTC by admin at angosso dot net)
web (last revision 2013-12-05 17:02 UTC by admin at angosso dot net)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-12-05 18:14 UTC] aharvey@php.net
-Status: Open +Status: Feedback
 [2013-12-05 18:14 UTC] aharvey@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.



 [2014-12-30 10:42 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 05:01:28 2024 UTC