Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Elizabeth Smith's Blog:
Fun with compiling - Gtk+, PHP-Gtk2, and MSVC
Dec 19, 2006 @ 20:34:00

Elizabeth Smith has a new post to her blog today covering some of the fun she's been having with compiling things like Gtk+ and PHP-Gtk2.

So I've been using microsoft visual studio (actually it's Visual C++ Express, but uses the same stuff behind the scenes) to work on getting things compiled on windows. PHP-Gtk2 allows for some nifty extensions, well at least on linux. So I've been working to get versions of libglade, scintilla, gtksourceview and mozembed working on windows. It's a long, slow process. Here's the deal so far.

She talks about her current situation (what's compiling and what's not) and the software that she's trying to get up and running. She also mentions a problem she's been having with an error message talking about "unresolved external symbols" she'll need to track down (or get some help on - anyone out there seen it?)

tagged: compiling phpgtk gtk msvc situation unresolved external symbol compiling phpgtk gtk msvc situation unresolved external symbol

Link:

Elizabeth Smith's Blog:
Fun with compiling - Gtk+, PHP-Gtk2, and MSVC
Dec 19, 2006 @ 20:34:00

Elizabeth Smith has a new post to her blog today covering some of the fun she's been having with compiling things like Gtk+ and PHP-Gtk2.

So I've been using microsoft visual studio (actually it's Visual C++ Express, but uses the same stuff behind the scenes) to work on getting things compiled on windows. PHP-Gtk2 allows for some nifty extensions, well at least on linux. So I've been working to get versions of libglade, scintilla, gtksourceview and mozembed working on windows. It's a long, slow process. Here's the deal so far.

She talks about her current situation (what's compiling and what's not) and the software that she's trying to get up and running. She also mentions a problem she's been having with an error message talking about "unresolved external symbols" she'll need to track down (or get some help on - anyone out there seen it?)

tagged: compiling phpgtk gtk msvc situation unresolved external symbol compiling phpgtk gtk msvc situation unresolved external symbol

Link:

BobCares.com:
Deploying libcURL with PHP
Jun 01, 2006 @ 11:28:11

On the BobCares.com blog today, there's a quick new tutorial on getting libcURL implemented within your installation of PHP.

In this article, we'll see how to install or upgrade libcurl to a new version ( 7.15.3 ) and then integrate it to the PHP running in the server. Following steps were successfully tested on a Plesk 7.5 server running on RHEL-3.

It's basically a two step process (if all goes well) - downloading/compiling/installing the cURL libraries and application, and integrating it with PHP. If you're going to want to use secure connections with your installation, you'll also need to install the current certifying authorities for your setup.

tagged: deploying curl installation compiling certification tutorial deploying curl installation compiling certification tutorial

Link:

BobCares.com:
Deploying libcURL with PHP
Jun 01, 2006 @ 11:28:11

On the BobCares.com blog today, there's a quick new tutorial on getting libcURL implemented within your installation of PHP.

In this article, we'll see how to install or upgrade libcurl to a new version ( 7.15.3 ) and then integrate it to the PHP running in the server. Following steps were successfully tested on a Plesk 7.5 server running on RHEL-3.

It's basically a two step process (if all goes well) - downloading/compiling/installing the cURL libraries and application, and integrating it with PHP. If you're going to want to use secure connections with your installation, you'll also need to install the current certifying authorities for your setup.

tagged: deploying curl installation compiling certification tutorial deploying curl installation compiling certification tutorial

Link:


Trending Topics: