Tagged Questions
0
votes
1answer
91 views
How is the PHP extensions/modules file structure logic based?
I'm trying to configure/build PHP 5.3.10 on Linux/Slackware 12 but the extensions appear in the wrong directory when I run make install.
In the php.ini file is the extension dir defined:
...
1
vote
1answer
211 views
Is there a minimal php5ts.dll?
I've completed my web app and am using mongoose to serve the php pages. The whole app & mongoose is less then 2MB.
The php5ts.dll is almost 5MB so that really adds bloat. Also, my app is very ...