Latest PECL Releases
leslie writes:
Here is a list of the latest PECL releases
- pdo_user 0.2.0
- memcache 2.0.2
- runkit 0.8
- memcache 2.0.3
| Home | Books | PHP5 Hosting | Sudoku | About TPG |
leslie writes:
Here is a list of the latest PECL releases
leslie writes:
PHPit has posted this new tutorial on how to create ZIP and TAR archives on the fly with PHP.
The easiest way to offer files for downloading on your website is to simply create the necessary archives (using WinZip or another program) on your own computer, and uploading the archives. But in some cases this isn’t enough, for instance when you want to generate a unique archive for each person who downloads the archive. This means you’ll have to create ZIP and TAR archives on the fly with PHP.
In this tutorial I will show you exactly how to do that. Thankfully there are two excellent libraries in the PHP Extension and Application Repository (PEAR) which makes it a lot easier since all the hard stuff has been written for us already.
You will also learn how to stream these dynamically created archives using the right headers so that the browser will know it’s an archive, and not a normal PHP page.
Let’s start with the most important: creating the archives.
For more information visit: www.phpit.net
leslie writes:
Phplive has posted this new tutorial that shows you how to Install PHP on a Windows Server with IIS5.
This article contains instructions for installing PHP on a Windows server with IIS5. These instructions will demonstrate installing PHP 5.0.4. These instructions can be followed to install any PHP 5.x build.
These instructions assume that you do not have MySQL or PHP installed on the server. If you have either installed on your server please uninstall them before following these instructions.
The following topics are discussed in this article:
For more information visit: www.phplivesupport.com
leslie writes:
Devshed has posted the third, and last tutorial of their series (Recursion in PHP).
After covering in detail how to define recursive method and functions, the question is: what comes next? Luckily, there’s vast terrain to explore with reference to using recursion in PHP. As I said in previous articles of this series, recursion can be used in cases where a specific tree structure or a linked list needs to be navigated, in order to display, add, delete or edit its values. It’s exactly for that reason that this last article will be focused on building an extensible discussion forum, which precisely uses a tree structure (implemented on a single MySQL database table) for displaying forum messages and adding new posts.
Of course, using the core logic of this forum as a starting point, you can experiment by adding more features to the overall application and build a more complex discussion forum. This can be integrated with your existing PHP applications, or eventually added to future ones.
For more information visit: www.devshed.com
leslie writes:
Here is a list of the latest PEAR releases from pear.php.net.
For more information visit: http://pear.php.net/