Re: [PHP-DEV] Returning a string from an executed script? From: Rasmus Lerdorf (rasmus <email protected>)
Date: 08/29/01

> > I don't see a way to currently do such a return and get at the returned
> > value after the call to zend_execute_scripts(). Any suggestions?
>
> Print a header and catch it from the Apache module, or use
> apache_note()?

Yeah, I considered apache_note() but it seemed a rather roundabout
approach. The header is even more obscure.

I think being able to call an execute_script() function and pass it the
address of a char * to stick the return value in would be nice.

-Rasmus

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>