Compiling and creating new dlls for php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
lazaroskyr
Forum Newbie
Posts: 11
Joined: Wed Oct 18, 2006 5:21 am

Compiling and creating new dlls for php

Post by lazaroskyr »

I have a problem with php_printer_dll.I found two files,php_print.c and php_print.h that if I compile maybe the problem will be solved. But I have problems with compiling.If I manage to compile them it will give me a dll that I can copy to ext file of php?
amir
Forum Contributor
Posts: 287
Joined: Sat Oct 07, 2006 4:28 pm

Post by amir »

User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

The source archive from php.net contains the file README.WIN32-BUILD-SYSTEM. Please read it.
Post Reply