[phplib] PHP4... From: Aric Caley (greywire <email protected>)
Date: 05/26/00

I've switched over to PHP4 and the first problem I've noticed is that it
seems that some of the headers are not being recognized as headers -- they
get passed through. If I look at the example page(/pages/index.php3) in a
browser (IE5) and then view source, it looks like this:

Expires: Mon, 26 Jul 1997 05:00:00 GMT
Last-Modified: Fri, 26 May 2000 17:42:18 GMT
Cache-Control: no-cache
Pragma: no-cache
Content-type:

<html>
<body bgcolor="#ffffff">

  <a href="/cgi-bin/php4.exe//pages/index.php">Reload</a> this page to see
the counters increment.<br>
  <a href="showoff.php">Load</a> a more complex example (login as kris,
password test).<br>
  <a href="defauth.php">Load</a> the default auth example.<br>
  <a href="test.php">Show</a> your phpinfo() page.<br>
  <a href="logout.php">Logout</a> and delete your authentication
information.<br>
<h1>Per Session Data: 7</h1>

  Per Session Data is referenced by session id. The session id is propagated
  using either a cookie stored in the users browser or as a GET style
  parameter appended to the current URL.
  <p>
  Per Session Data is available only on pages using the feature
  &quot;sess&quot; in their page_open() call.

</body>
</html>
<!-- $Id: index.php,v 1.6 1999/07/16 18:57:58 kk Exp $ -->

*****

This isn't a PHPLib problem, because if I look at any other php pages, I get
at least a "Content-type:" header showing when it shouldn't. I can't seem
to find a php.ini setting that makes this go away. help?

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>