Last modified: 2010-05-15 15:48:27 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T10885, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 8885 - eAccelerator Installation detection
eAccelerator Installation detection
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
Installer (Other open bugs)
1.9.x
PC Windows XP
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-02-05 07:15 UTC by JC John SESE Cuneta
Modified: 2010-05-15 15:48 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
the patched file (55.29 KB, application/octet-stream)
2007-02-05 07:17 UTC, JC John SESE Cuneta
Details

Description JC John SESE Cuneta 2007-02-05 07:15:04 UTC
during installation, eAccelerator is not getting detected correctly.

What I do is I open the /config/index.php
and change this line:
$conf->eaccel = function_exists( 'eaccelerator_get' );

to:
$conf->eaccel = function_exists( 'eaccelerator_info' );


And the installer will detect eAccel fine.
Comment 1 JC John SESE Cuneta 2007-02-05 07:17:25 UTC
Created attachment 3182 [details]
the patched file

attachment is the patched file with the changes noted earlier.
Comment 2 Rob Church 2007-02-05 08:22:54 UTC
Chances are if it's being detected wrong, then it's not being used right, either.
Comment 3 Domas Mituzas 2007-02-05 08:46:12 UTC
if ea_get() function does not exist, there's no need for mediawiki to know anything about ea or use ea in any other way apart from implicit bytecode caching.

mediawiki uses object cache functions of APC/ea/... for internal objects, if _get functions exist. 
Comment 4 JC John SESE Cuneta 2007-02-07 04:11:43 UTC
ahh I see.  Thanks for the info!


Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links