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

Chris Jones' Blog:
Which OCI8 DLL to use in PHP 5.3
Dec 05, 2008 @ 13:58:54

With the release of another DLL driver for PHP on Windows to access Oracle databases, Chris Jones wanted to alleviate any confusion there might be between the two in a new blog post.

As I foreshadowed in a now distant post, Pierre has installed Oracle 11g Instant Client on the PHP Windows build box and updated the OCI8 build scripts for PHP 5.3 (and PHP 6). PHP 5.3 now has two mutually exclusive versions of the OCI8 extension DLL [...] The two DLLs have the same user script API that do the same thing. You only need to (and only can) enable one at any one time. Choose the one that matches your Oracle client libraries.

The two DLLs - php_oci8.dll and php_oci8_11h.dll - have pretty self-explanitory names, but it could be confusing as to whether you need both or not if you go the 11g route.

tagged: oracle dll driver windows 11g oci8 extension php5 php6

Link:

Zend Developer Zone:
Working with RAR, LZF and BZ2 Compression Formats in PHP
Nov 03, 2008 @ 18:03:01

The Zend Developer Zone has posted this new tutorial from Vikram Vaswani covering the use of different archive formats (like RAR, LZF and BZ2 compression methods) from inside PHP.

When it comes to dealing with different file formats, it's hard to faze PHP. XML documents, PDF files, JPEG images, MP3 media...you name it and, chances are, there's a PHP extension to handle it. And so it is with compression formats like RAR, LZF and Bzip2 - although these archive formats are far less common today than the ubiquitous TAR and ZIP formats, they are still actively used by many applications and projects, and continue to be supported in PHP via PECL extensions.

He pulls in a few PECL extensions to give PHP the power it needs, both for unix-based systems and Windows DLL files. He includes some sample code showing how to open up a rar file and list the contents inside as well as extract the files themselves. And, of course, code examples for compressing files into a new archive is included too.

tagged: rar lzf bz2 compression format pecl extension dll windows tutorial

Link:

David Van Couvering's Blog:
Real-world experience with the new NetBeans PHP and JavaScript editors
Aug 14, 2008 @ 14:32:56

David Van Couvering has posted about some of his experience with the latest version of the NetBeans editor for some of his PHP and Javascript development work.

Yesterday I spent the whole day trying to help a friend in need who had waded in too deep with a contract he has. He has no database experience, and was trying to customize a Wordpress plugin that uses PHP, JavaScript and MySQL. So I downloaded the daily build of the PHP bundle of NetBeans for 6.5 and started working.

He happily notes that things like syntax highlighting, inline documentation and completion were still there in the PHP bundle as well. He also mentions a few other things that could come in handy for the IDE - ssh tunnel support (see here), an "Add Column Wizard" and a "Insert DLL Wizard".

tagged: netbeans ide javascript bundle experience ssh tunnel wizard dll sql

Link:

Christopher Jones' Blog:
PHP PECL OCI8 1.3.4 is available
Jul 30, 2008 @ 15:25:50

Christopher Jones mentions the release of the latest OCI8 component for PHP - version 1.3.4 stable.

OCI 1.3.4, with the changes I mentioned in my last post, is now available on PECL: http://pecl.php.net/package/oci8.

He also mentions the work on the Windows version of the extension that he's been up to with the plan to make two OCI8 DLL releases for the future - one using 10g libraries and the other using 11g.

tagged: pecl oci8 extension download windows build 10g 11g version dll

Link:

Developer Tutorials:
Installing PHP on Windows
Mar 10, 2008 @ 13:42:00

On the Developer Tutorials website, Michael Ross has written up a guide to step you through the installation of PHP on a Windows machine (on basically any flavor of Windows too).

Your PC can be turned into a fully capable Web development environment, by installing those three technologies, and configuring them so they communicate with one another. Admittedly, you can simply install and use PHP for its command-line processing. But for creating and testing dynamically generated Web pages on your local machine, then Apache needs to be already installed and working.

If you're wanting to set that part up before you get started and aren't sure how, check out the other tutorial to get started. He works through the process with you, including screenshots of the installer and how to toss MySQL in to the mix.

tagged: install tutorial windows mysql gui download dll

Link:

Christopher Jones' Blog:
PHP OCI8 Extension 1.2.4 is in PECL
Sep 20, 2007 @ 12:55:00

Christopher Jones continues his previous update on the status of the new OCi8 functionality for PHP in a new post mentioning the bundling up of a recent version into a standalone package.

Antony Dovgal took a snapshot of the OCI8 extension that shipped with PHP 5.2.4 and bundled it up standalone in PECL as OCI8 1.2.4. Windows binaries are here.

Fixes included in this packages DLL include:

  • statement caching
  • LOB functionality
  • error handling methods
tagged: pecl oci8 oracle extension windows package dll download pecl oci8 oracle extension windows package dll download

Link:

Christopher Jones' Blog:
PHP OCI8 Extension 1.2.4 is in PECL
Sep 20, 2007 @ 12:55:00

Christopher Jones continues his previous update on the status of the new OCi8 functionality for PHP in a new post mentioning the bundling up of a recent version into a standalone package.

Antony Dovgal took a snapshot of the OCI8 extension that shipped with PHP 5.2.4 and bundled it up standalone in PECL as OCI8 1.2.4. Windows binaries are here.

Fixes included in this packages DLL include:

  • statement caching
  • LOB functionality
  • error handling methods
tagged: pecl oci8 oracle extension windows package dll download pecl oci8 oracle extension windows package dll download

Link:

JSLabs Blog:
Converting PHP scripts to dlls
Apr 21, 2007 @ 15:28:00

In a new post to the JSLabs blog, Justin Silverton talks about a method - using the Roadsend Compiler to convert PHP scripts into Windows DLL files.

I came across this great open source project that allows you to convert your php scripts to a fast/cgi executable that can be executed by any web server that supports it (including apache and IIS).

Roadsend is a native compiler for PHP that converts scripts into free-standing binaries and can be used for building both online and offline applications.

tagged: roadsend compiler windows dll freestannding opensource roadsend compiler windows dll freestannding opensource

Link:

JSLabs Blog:
Converting PHP scripts to dlls
Apr 21, 2007 @ 15:28:00

In a new post to the JSLabs blog, Justin Silverton talks about a method - using the Roadsend Compiler to convert PHP scripts into Windows DLL files.

I came across this great open source project that allows you to convert your php scripts to a fast/cgi executable that can be executed by any web server that supports it (including apache and IIS).

Roadsend is a native compiler for PHP that converts scripts into free-standing binaries and can be used for building both online and offline applications.

tagged: roadsend compiler windows dll freestannding opensource roadsend compiler windows dll freestannding opensource

Link:

Edin.dk:
PHP 4.4 for windows with newer MySQL libraries
Jul 21, 2006 @ 11:07:52

If you're caught using PHP4 on Windows and have been seeing some issues with the older MySQL libraries you've been using lately, it might be time to upgrade. "But I can't move away from PHP4," you say. No worries - this new post from Edin Kadribaaic should have the answer you're looking for.

Since the main PHP 4 distribution cannot be updated with the latest MySQL libs for various reasons, I will provide downloads of the latest PHP 4 with the latest MySQL libs.

His archive contains two files, both DLLs to replace the MySQL libraries that already exist.

tagged: php4 new mysql libraries download dll files php4 new mysql libraries download dll files

Link:


Trending Topics: