[PHP-DEV] PHP 4.0 Bug #10105: manual_en.chm causes an error in hh.exe when trying to open

2001-04-01 Thread howie

From: [EMAIL PROTECTED]
Operating system: Win 98
PHP version:  4.0.4pl1
PHP Bug Type: Documentation problem
Bug description:  manual_en.chm causes an error in hh.exe when trying to open

When I try to open manual_en.chm, I get:

HH caused an invalid page fault in module ITSS.DLL at 0167:5d48d301

I have removed and replaced hh on my system, and it works fine with many other chm 
files (including a copy of mysql.chm and the latest french version of the php manual 
in .chm format).

I have downloaded the manual_en.chm several times, from the main site, and from two 
mirrors.



-- 
Edit Bug report at: http://bugs.php.net/?id=10105edit=1



-- 
PHP Development 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]




Re: [PHP-DEV] PHP in a Hyper-secure environment

2001-08-10 Thread Howie Oakes

Hello-

I realize I can have per-directory settings, however the issue is that I
want a web developer to be able to use a simplified version of PHP on a
page, yet still be able to call encoded functions that have access to the
full version of PHP, without allowing them direct access to that code.

I had a crazy thought...Could I set up PHP to parse the page twice? One
time looking for my complex funcions prefixed with a special name...using a
full version of PHP, and then parse it a seccond time running all the
regular PHP code?

-Howie



 Does anyone have any ideas? I basically want to run 2 versions of PHP at
 the same time, and access them from the same page. If you zend encode a
 script, can I get it to refer to a different php.ini? Is the php.ini file
 read when a script is executed, or does it get read only when you start
 apache?

If you are running Apache, you can use the .htaccess file to pass settings
to individual directories; for an example see:

   http://iki.fi/heko/utils/conf/dot-files/dot-htaccess

The php.ini file is only read once per server startup.






-- 
PHP Development 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]