Re: [PHP-DEV] namespace separator and whining

2008-10-27 Thread Marshall Greenblatt
Hi Stas, and All, I understand that there is a strong desire for this thread to be dead. However, after reading this and all related threads and wiki, I find that one item is still unclear, at least to me. On Mon, Oct 27, 2008 at 6:27 PM, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > > And how

[PHP-DEV] Re: calling a script function via call_user_function

2008-04-15 Thread Marshall Greenblatt
Hi All, Pardon the noise. All functions, including call_user_function(), now work as expected. Thanks, Mashall

[PHP-DEV] Re: calling a script function via call_user_function

2008-04-15 Thread Marshall Greenblatt
Hi All, A correction to my earlier email. On Tue, Apr 15, 2008 at 11:37 AM, Marshall Greenblatt < [EMAIL PROTECTED]> wrote: > > Approach B: > > Execute a PHP script and retrieve the return value without calling a > particular PHP function. > > On the PHP

[PHP-DEV] calling a script function via call_user_function

2008-04-15 Thread Marshall Greenblatt
Hi All, I'm building an embedded application that uses PHP scripting for internal data processing. It behaves as follows: 1. Provide arbitrary application-specified input parameters. 2. Execute a PHP script that manipulates those input parameters. 3. Retrieve the resulting return value. I've at

Re: [PHP-DEV] Getting path of currently executing file from within stream_opener handler

2007-11-17 Thread Marshall Greenblatt
Hi Antony, On Nov 17, 2007 5:21 AM, Antony Dovgal <[EMAIL PROTECTED]> wrote: > On 17.11.2007 11:23, Marshall Greenblatt wrote: > > Is there a method that can be used from within the stream_opener > > handler function to retrieve the path of the file currently being &

[PHP-DEV] Getting path of currently executing file from within stream_opener handler

2007-11-17 Thread Marshall Greenblatt
Hi All, I have a stream wrapper implementation that needs to properly resolve relative paths. For example, say I have a file structure like the following: file1.php dir/file2.php dir/file3.php file4.php file1.php contains: file2.php contains: My implementation of php_stream_wrapper_ops.strea

[PHP-DEV] Re: corrupt CG(auto_globals) in zend_is_auto_global()

2006-04-30 Thread Marshall Greenblatt
On 4/30/06, Marshall Greenblatt <[EMAIL PROTECTED]> wrote: Hi All, I'm currently in the process of building an SAPI client and I'm experiencing a crash using PHP 5.1.2 with both the current release sources and with the newest snapshot (php5.1-200604301630) on the Win32 plat

[PHP-DEV] corrupt CG(auto_globals) in zend_is_auto_global()

2006-04-30 Thread Marshall Greenblatt
ates this crash consistently on my platform. I've spent two days trying to debug this problem but my knowledge of zend internals are sorely lacking. Any suggestions on further debugging steps or modifications to the test code that may resolve this crash would be greatly appreciated :-). Regards,