Compiling Modules Built In - Windows



Hi there, I'm having a problem with my system and was hoping to compile

the GD libraries into PHP 4.12 as opposed to loading the extensions. I
know the version is long past us - however I am only having luck with
this version for one of the apps I am using.


Is there a way I can compile those extensions into the built in
features?

.



Relevant Pages

  • Re: [PHP] php local application send mouse click
    ... I tried loading in the user32.dll extension from within the php.ini, ... I tried loading in the user32.dll from within the script, ... The dl function is for loading PHP extensions, ... How would I execute a mouse click from a php script on a console application? ...
    (php.general)
  • Re: Equivalent of COM objects in PHP (avoiding huge includes)
    ... You can develop PHP extensions, ... Then you can compile your extension, ... presumably you have to alter php.ini or even recompile PHP? ... > By compartmentalizing and documenting. ...
    (comp.lang.php)
  • Re: PHP5.1.6 Compilation
    ... you may just need to check the apache httpd.conf for the correct module declaration. ... PHP needs to be compiled for apache, ... Is there any need to compile apache also. ... You need to update your extensions from the PECL library. ...
    (comp.lang.php)
  • Re: PHP5.1.6 Compilation
    ... Is there any need to compile apache also. ... I compiled php 5.1.6 successfully ... You need to update your extensions from the PECL library. ...
    (comp.lang.php)
  • Re: how to call C program function from PHP
    ... if your C function wishes to receive an array or object parameter ... you will probably need to compile the C function as a PHP extension. ... Help on creating extensions is here: ...
    (comp.lang.php)