ID: 43694 Updated by: [EMAIL PROTECTED] Reported By: rhmclean at tx dot rr dot com -Status: Open +Status: Bogus Bug Type: Reproducible crash Operating System: Windows XP Home PHP Version: 5.2.5 New Comment:
Figure out which extension causes it and then report at the correct place: http://pecl.php.net/bugs/ Previous Comments: ------------------------------------------------------------------------ [2007-12-28 16:44:37] rhmclean at tx dot rr dot com I made a nearly identical install on another machine with nearly identical results. Since the results were not the same, I suspected that the issue might be an output buffer issue. I reinstalled with no Extensions and things work fine. Therefore, the issue is the maximum amount of lines that PHPinfo() is able to write. PHP Installation - Program - Extensions + Activescript - For running via Windows Scripting + ActionScript Message Format + APD - Profiler and debugger + BLENC - Transparent PHP Script Encryption using Blowfish + bzip2 - Zip2 Extensions + Crack - For testing the strength of a password + doublemetaphone - break words into phonemes + event - scheduler + id3 - Read ID3 tags in MP3 files + java - interworking with Java files + LDAP - directory finctions + mailparse - email message manipulation + mcrypt_filter - symmetric stream + mcrypt - encryption + MySQL - Extentions + OpenSSL functions + PDFlib - create PDFs + PDO - for MySQL + phar - run java files from JARs, etc + PHPDoc - create PHP documentation + POP3 - client libarary + PostgreSQL - + Printer - Printer support + Pspell - pspell * + radius - Server Support + SMTP - libarary + SNMP - get and walk functions + SOAP - library + Socket functions + Standard PHP - type handling + ssh2 - SSH2 support + stats - statistical package + stem - word stemming support + swish - support for swish-e API + tidy - cleanup + threads - support for threads + timezonedb - calculating time zone information + uploadprogress * + win32scheduler - schedule in win32 + win32std - win32std + zip - zip support - Extras + PEAR + PHP Manual * Items with ending asterisk (pspell and uploadprogress) were not installed on the "nearly identical" system install ------------------------------------------------------------------------ [2007-12-28 00:46:15] rhmclean at tx dot rr dot com Same code works fine on http://www.richardmclean.info/testering2/MyPHPcontents.php ------------------------------------------------------------------------ [2007-12-28 00:02:31] rhmclean at tx dot rr dot com Description: ------------ I have just installed Apache 2.2.6, MySQL 5.0.45 and php-5.2.5-win32-installer.msi and rebooted. When attempting to verify the PHP installation with phpinfo(), the tables are generated quickly until it get to the "Variables" table and then times out. Reproduce code: --------------- <html> <head> <title>PHP Settings</title> </head> <body> <H4>PHP Info</H4><p> <?PHP echo "This is a PHP Line"; phpinfo(); ?> </body> </html> Expected result: ---------------- Get full PHP Info display Actual result: -------------- The title "Variables" is printed (FireFox gets the first 3 variables also), but after about 2 seconds the page converts to "Cannot Display Page" or "Problem Loading Page" depending upon IE or Firefox, respectively. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=43694&edit=1