Opened 6 years ago
Closed 11 months ago
#137 closed defect (invalid)
Problem with mysqli extension
| Reported by: | philipp.kempgen@… | Owned by: | moo |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | build | Version: | 1.2.1 |
| Keywords: | mysqli apache apache2 | Cc: | |
| Application: | PHP Version: | 5.2.0-8+etch7 | |
| Other Exts: | mysqli | SAPI: | apache2handler |
| Probability: | Sometimes | Blocked By: | |
| Blocking: |
Description
Default installation of apache2 with php5 on Debian Etch (so it would be mod_php).
(Just guessing about the SAPI.)
Just wanted to let you know that there's a problem when both the mysqli extension
and xcache are enabled.
Sometimes Apache does not even output response headers. (discovered with tcpflow)
Sometimes the output of the page stops somewhere in the middle.
Sometimes it works.
No PHP errors.
Disabling the xcache extension cured the problem.
Everything works fine for the old mysql extension.
Change History (1)
comment:1 Changed 11 months ago by moo
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.


i don't think it's a XCache. XCache does not interact with any other extension except core/standard