I\'ve tried to create some php extension. For the first I compiled php 5.3.6 with --enable-debug --enable-maintainer-zts.
I\'ve stumbled upon an interesting case while de开发者_开发问答veloping an extension for PHP. In the extension code I have:
I downloaded \"Microsoft Drivers for PHP for SQL Server (V 2.0.1)\" from Microsoft website and move it to php_sqlsrv_5.3_nts_vc6.dll to \"C:\\Program Files\\Zend\\ZendServer\\lib\\phpext\\\" next to \
Is it possible to create PHP extensions开发者_JAVA技巧 with Haskell? Usually PHP extensions are written using C. Is using Haskell FFI to provide functionality for a stub C extension possible (or even
I\'m embeding PHP in my app (writen in Delphi 2010), using PHP4Delphi component to interface with php5ts.dll.
I am trying to install webpaySWIG extension in my local but it shows some errors. what i have done is cd webpaySWIG-3.2 (this is the location for extesion)
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Ok, I\'m running MAMP 1.9.5, which includes PHP开发者_StackOverflow中文版 5.3.5, on my MacBook Pro.
i have a problem with the ChartDirector v.5 API I drag and drop the code in my website. when i go to the specific page.. it display an error message :
I have a server with php5 installed on it. I need to enable XSL on it. when I try phpinfo(); I don\'t see anything related to XSL. I already have \"libxslt\" installed.