|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-03-11 21:08 UTC] sniper@php.net
[2003-03-12 01:55 UTC] birkhofer at vseth dot ethz dot ch
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 06:00:01 2025 UTC |
This bug exists in 4.3.0 and 4.3.1 but *not* in 4.2.3. I installed 4.2.3 over 4.3.1. ./configure --with-ldap --with-mysql --with-apxs <? session_start(); if ( session_is_registered( "foo" )) echo $_SESSION["foo"]; $_SESSION["foo"] = "bar"; ?> Problem: session_start() generates the error session_start(): read returned less bytes than requested in /var/www/session.php on line 2 the 2nd++ time the page is loaded. - If no Session variable is set there's no error - /tmp/sess_.. looks fine: foo|s:3:"bar"; PHP is the only 'custom' software, all the other apps are part of Debian stable. The box is a PowerMac (ppc).