Custom Query (260 matches)
Results (58 - 60 of 260)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #233 | invalid | Conflict between Apache from MacPorts and build on Snow leopard | moo | ant-1 |
| description |
I built from source on snow leopard, doing exactly what's indicated in the install doc. I get the following error when trying to load the extension in my MacPort?'s Apache: Failed loading /opt/local/lib/php/extensions/no-debug-non-zts-20090626/xcache.so: dlopen(/opt/local/lib/php/extensions/no-debug-non-zts-20090626/xcache.so, 9): no suitable image found. Did find: /opt/local/lib/php/extensions/no-debug-non-zts-20090626/xcache.so: mach-o, but wrong architecture The MacPort? is Apache 2.2.14, built for snow leopard. How can I compile for the proper architecture ? |
|||
| #34 | duplicate | Apache can't start with PHP/xcache | moo | apachephp@… |
| description |
My apache just does not to start with PHP/xcache with no log info. Apache: 2.0.59 PHP: 5.1.6 uname -m;uname -r;uname -s;uname -v x86_64 2.6.13-15-smp Linux #1 SMP Tue Sep 13 14:56:15 UTC 2005 SUSE LINUX 10.0 (X86-64) model name : AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping : 2 cpu MHz : 2010.328 cache size : 512 KB How to deal with it? |
|||
| #114 | wontfix | Store precompiled opcode in filesystem and load at module startup | moo | axel |
| description |
Hi, today i worked on a prelaod mechanism for php classes. The main idea was to "compile" php classes and store it in filesystem. Than to write a little php extension that "preload's" this files at module startup ( e.g. MINIT ). So this classes where at the beginning available, nobody must include or require this files. I read many lines of SPL code and zend manuals. Unfortunately my little extension never worked ( Maybe to low coding skill ). Now i found your extension and read the wiki. Actual your extension does all i need, almost :) I wan't to ask you, if you think it is technical possible to implement such a feature? Im not really sure, if the MINIT function is the right place to execute functions like zend_execute ... best regards, axel |
|||

