Table des matières

Compiler PHP et PECL pour Windows

Compilation des sources: http://fr2.php.net/manual/fr/install.windows.building.php

Build your own PHP on Windows: http://wiki.php.net/internals/windows/stepbystepbuild

Supported compilers to build PHP on Windows: http://wiki.php.net/internals/windows/compiler

Supported Windows/Platform SDK: http://wiki.php.net/internals/windows/windowssdk

The PHP directory contains all libraries and tools required to build PHP itself or its extensions: http://pecl2.php.net/downloads/php-windows-builds/

Create a simple extension

Creating a PHP 5 Extension with Visual C++ 2005 Posted by Matthew E

Notes

Mettre le répertoire du source de l'extension dans

http://algorytmy.pl/doc/php/zend.creating.php

Le source doit contenir un fichier “config.w32”

Puis:

buildconf
configure ...
nmake
nmake snap