From:             infile at postmark dot net
Operating system: Linux
PHP version:      4.3.4
PHP Bug Type:     Performance problem
Bug description:  PHP stoped functioning for some sites and gives erros for others

Description:
------------
Suddenly 7 days ago:



1) Site with phpmanager script was very slow and took 4 minutes to go from
page to page.



2) Other site gave the below errors:



 - Session_register not working with variables entered.



 - Warning: main(): Failed opening 'serex.php' for inclusion



and so on. I modified the php.ini using different options and paths, but
no luck.  Before I started all that fixing in php.ini one site, after 3
days did fix suddenly and the script worked.  This was a login script.



 - script codes had to be changed from:



session_register('auth');



to

$_SESSION['auth'];



to work.



Now shopping cart script at still don't work.  I have deleted php and
reinstalled it with cpanel 8, but still the smame.



Any help to this mistery?


-- 
Edit bug report at http://bugs.php.net/?id=27701&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27701&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27701&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=27701&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=27701&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=27701&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=27701&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=27701&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=27701&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=27701&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=27701&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=27701&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=27701&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27701&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=27701&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=27701&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=27701&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27701&r=float

Reply via email to