[PHP] init_set(): auto_append_file doesn't work?

2002-04-27 Thread Matt Wong
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

[PHP] sending content-type header after session_start()

2001-04-27 Thread matt . wong
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,

[PHP] where are the mailing lists listed?

2001-04-26 Thread Matt Wong
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?

[PHP] sending content-type header after session_start()

2001-04-26 Thread matt . wong
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,

[PHP] PHP oop in C

2001-01-29 Thread matt . wong
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