[PHP EXTENSION] How can I list included files (in PHP script) from RINIT function?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I'm writing my first php extension and I need to list included files
(in PHP script) from RINIT function,
but I cannot figure out how.

I deep into PHP source code and I think it's related to
EG(included_files), but I can't to access the list.

PHP_RINIT_FUNCTION(extname)
{

   // SAPI NAME AND PHP SCRIPT FILE HANDLE PATH
   char *pt_var_sapi_name = sapi_module.name;
   char *pt_var_file_handle_path = SG(request_info).path_translated;

   // HOW CAN I USE EG(included_files) to get included files list?

   return SUCCESS;
}


Thanks!

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





[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux