Opened 6 years ago
Closed 6 years ago
#60 closed defect (wontfix)
xcache crashes with php 5.0.4
| Reported by: | e98cuenc | Owned by: | moo |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | document | Version: | 1.2-dev |
| Keywords: | Cc: | ||
| Application: | PHP Version: | ||
| Other Exts: | SAPI: | ||
| Probability: | Blocked By: | ||
| Blocking: | Need User Feedback: |
Description
xcache 1.2.0 makes php 5.0.4, tested with apache2 + mod_php and lighttpd 1.5.0 (trunk) + fastcgi.
Just reload quickly several times the attached file, and after
a few times the webserver will crash.
My original version uses the V function several times (and $versions
hash tenths of entries) and it works the first time you load the page,
but crashes on subsequent loads.
Attachments (1)
Change History (4)
Changed 6 years ago by e98cuenc
comment:1 Changed 6 years ago by e98cuenc
FWIW, I've updated to php 5.1.6 and in that version it doesn't crash.
comment:2 Changed 6 years ago by judas_iscariote
- Component changed from cacher to document
- Priority changed from critical to minor
PHP 5.0.x is not (and may not never) be supported.
I dont' think is worth to support it, as the 5.0.x series of php are very buggy and are no longer under development.
I'll add a note to the docs ( if not there )
comment:3 Changed 6 years ago by judas_iscariote
- Resolution set to wontfix
- Status changed from new to closed
OK, I added a note to the 1.2 release and moo updated the main page telling php 5.0 series are no longer supported.
so, we ack that a problem exists, but will not get fixed AFAICS.


Script that makes xcache crash