|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2004-05-16 20:50 UTC] prof_moriarty at veryfast dot biz
Description: ------------ Running PHP5RC2 on Apache2.0.recent as a module (MYSQL 4.0.18). When running phpmyadmin, and listing tables (i.e. listing the contents of a MySQL table in HTML tables, or listing the table list itself etc (anything that uses HTML tables)), much of the time the server only bothers returning Partial tables. Some-times it even finishs with a page in the middle of a tag. This should be reproduceable by anyone using a similar setup to the above. Just nab a copy of phpmyadmin, and play around. You can't miss it. It doesn't always happen. 1 in 10 pages may load properly (just keep hitting that reload :) ). Note: Works fine with Apache 1.3.recent. Therefore the problem lies with apache 2 or php5's support thereof. Note2: There are no errors returned by apache or PHP. (php error reporting is on e_all in phpmyadmin) note3: Similar to bug 23653. But with much more recent versions of everything. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 01:00:01 2025 UTC |
Same problem with Apache2 & PHP 5.0.4 release. (Fedora Core 2). It seems that this is the first closing HTML tag ('>') which breaks the php script sequence ('<?php ... ?>'). I cannot explain this because this code was perfectly working on friday night. This morning, I switch on my computer and now, php breaks itself as it meets the first '>' tag !