ID: 14222
Comment by: [EMAIL PROTECTED]
Old Reported By: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Apache related
Operating System: Windows XP Pro
PHP Version: 4.1.1
New Comment:

update to newest version ?
do you mean one in the cvs repository ? i tried everything: apache
1.3x, apache 2.0 beta and php version 4.05, 4.06, 3.x and 4.11 (the
latest official) --- and - i must run php as an apache-module because i
use gd-lib. besides - gd lib does not work correctly (gives jpegs with
only 16 colors) after version 4.05 of php. is this because now there is
an extra feature in gd-lib where you must provide bit-depth ? 

my resume: apache without php works fine, php in cgi-mode works fine --
so there must be an os-related bug in the interface wich allows using
the php-dll as an apache - module. maybe an buffer-problem?

i tried the following: i took a normal html-page, tried this with
apache --> works fine. then simply renamed it to *.php - strange
code-output - the normal html but fragmented with weird-passages, they
change after every reload.


Previous Comments:
------------------------------------------------------------------------

[2002-01-19 21:52:17] [EMAIL PROTECTED]

Please update PHP version :)

------------------------------------------------------------------------

[2002-01-19 14:37:34] [EMAIL PROTECTED]

I ALSO HAVE THIS PROBLEM !! I tried several combinations of apache (
1.3x, 2.0beta) and php (4.06, 4.11) and i get too this weird output.
and the output is irregular if i reload.
i have windows xp german too. this is defenitly a problem caused by
windows xp, scince my old configuration under winnt worked fine , but
after updating to xp some files fail. it looks like it depends on the
php file size, not on the code in the php file. example:
www.videofiles.de/andre/dmmain.php - try with netscape, as iexplorer
not even loads the page.
hope this problem gets fixed soon, as i cannot go back to nt neither
win2000

greetz from germany!!
(wish i could use linux...)

------------------------------------------------------------------------

[2002-01-11 08:30:52] [EMAIL PROTECTED]

I've a similar probleme with Apache 3.2.22, PHP 4.1.0 and mysql. I
obtain a page correctly generated when i call it from localhost but it
seem that don't work on the net (Cannot display... or the source of
page is not correct some data from mysql database are mixed with the
source, and sometime there's a another HTTP-header in the middle of the
page.

I don't understand why because, if i call the page by the internet
address from the server it's work at 100%. I try the same page from a
another computer on the LAN, and it's seem work at 60%, sometime i met
the same mistakes that there was via internet.

So if you can help me !

Thx !

------------------------------------------------------------------------

[2001-11-29 14:19:35] [EMAIL PROTECTED]

I set up my Computer new, this time with XP German (last time XP eng),
still have the problems, but not that hard than last time.
Just as info :)

btw when php 4.1.0 will be released now?

------------------------------------------------------------------------

[2001-11-26 07:30:10] [EMAIL PROTECTED]

OK, its like i expected.
When you fill out a loop (any kind of one) with enough data it happens
(a overflow??)

<?
//create an array with 100 items with different informations
for($i=0;$i<100;$i++){
srand((double)microtime()*1000000);
$testarray[] = md5(uniqid(rand()));
}
?>
        <table>
<?
//output from this array, 3 times for enougth data
for($i=0;$i<100;$i++){
?>              <tr>
                        <td>
                                <font face="Tahoma, Tahoma, Tahoma" size="1" 
color="black"
style="text-decoration:none">
                                <a href="#" 
target="top"><?=$testarray[$i]?></a></font>
                        </td>
                        <td>
                                <font face="Tahoma, Tahoma, Tahoma" size="1" 
color="black"
style="text-decoration:none">
                                <a href="#" 
target="top"><?=$testarray[$i]?></a></font>
                        </td>
                        <td>
                                <font face="Tahoma, Tahoma, Tahoma" size="1" 
color="black"
style="text-decoration:none">
                                <a href="#" 
target="top"><?=$testarray[$i]?></a></font>
                        </td>
                </tr>
<? };?>
        </table>

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/?id=14222


Edit this bug report at http://bugs.php.net/?id=14222&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to