|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-06-01 13:54 UTC] edink@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 05:00:01 2025 UTC |
//Config :Apache/1.3.22 (Win32) PHP/4.0.8-dev //function to extract variables in path function debug_var_in_path(){ return "PATH_TRANSLATED : $PATH_TRANSLATED<br/> PHP_SELF : $PHP_SELF<br/> ASKED : ".ereg_replace(basename($PHP_SELF),"",basename($PATH_TRANSLATED))."<br/>"; } //echo debug_var_in_path(); /* Uncomment this line causes Apache say instruction at '0x0072688c' referenced memory at '0xffffffff'. The mem could not be read. Running as a service, Apache won't be kill though, but produce 1 to 3 times the same error. */ echo "PATH_TRANSLATED : $PATH_TRANSLATED<br/> PHP_SELF : $PHP_SELF<br/> ASKED : ".ereg_replace(basename($PHP_SELF),"",basename($PATH_TRANSLATED))."<br/>";