Hi everyone,
how can I to make a .SO or .DLL file from a .PHP file? Is it possible?
Thanks!!
.SO or .DLL files
Moderator: General Moderators
-
rodrigocaldeira
- Forum Commoner
- Posts: 27
- Joined: Wed Mar 05, 2003 6:40 pm
- Location: Brazil
- Contact:
-
fractalvibes
- Forum Contributor
- Posts: 335
- Joined: Thu Sep 26, 2002 6:14 pm
- Location: Waco, Texas
.so is "shared object", just as dll, and I believe .so's has been in existence a lot longer than William Gates..
VB can not make real DLL's, it only creates so called ActiveX-dll's, which depend ond the VB-runtime environment to stick around... Usually libraries are made with compile-to-binary-before-use languages like C and Pascal.
As far as I know there is no such compiler/utility for PHP, Zend has their optimizing and encoding software that I believe creates som bytecode (something inbetween) that may help quite a bit on performance...
VB can not make real DLL's, it only creates so called ActiveX-dll's, which depend ond the VB-runtime environment to stick around... Usually libraries are made with compile-to-binary-before-use languages like C and Pascal.
As far as I know there is no such compiler/utility for PHP, Zend has their optimizing and encoding software that I believe creates som bytecode (something inbetween) that may help quite a bit on performance...
-
rodrigocaldeira
- Forum Commoner
- Posts: 27
- Joined: Wed Mar 05, 2003 6:40 pm
- Location: Brazil
- Contact: