hello,
init_set doesn't seem to work for setting auto_append_file, in php 4.1.2.
the master setting is NULL, and the local setting is properly set when I do
a phpinfo(), but the file never gets appended. Any ideas?
thanks
-Matt
--
PHP General Mailing List (http://www.php.net/)
To un
Hello,
please correct me if I'm wrong, but it seems that in PHP 4, after calling
session_start(), you are stuck with serving an HTML page.
What if you want to call session_start(), but you want to send headers
after the session has started? for example, I'd like to deliver a
downloadable file,
Hello,
please correct me if I'm wrong, but it seems that in PHP 4, after calling
session_start(), you are stuck with serving an HTML page.
What if you want to call session_start(), but you want to send headers
after the session has started? for example, I'd like to deliver a
downloadable file,
Hello,
The page http://www.php.net/support.php talks about many mailing lists, but
I really can't find the specific email address of any of those lists. It
would be really helpful if the list addresses were on that page as well.
Does anyone know who this suggestion should be forwarded to?
Tha
Hello,
Does anyone know how to take a PHP class and move it directly into PHP's C
code, OR (even better) to move it into C code that compiles in a separate
binary object (e.g. myobj.o), and is then linked to the php executable (or
httpd executable)?
For example, how can I move this code into
5 matches
Mail list logo