Archive for August 29th, 2006

John Mertic’s Blog: Updated Windows PHP Installer, now with better Web Server config

John Mertic’s made even more updates to the Windows installer he’s been working on - this time, he’s enhanced the install with a web server selection tool.

I’ve updated the Installer with the following changes:

  • Added a dedicated dialog for selecting your Web Server
  • Moved the dialog to pick the Apache conf folder into the installer itself

There’s also a screenshot of this new feature to give you an idea of what the support will look like. This latest update can be downloaded here.

Continue Reading · Add comment

David Sklar’s Blog: PHP Cookbook, 2nd Edition

David Skalr shares some good news on the publishing front - the latest version (second edition) of the “PHP Cookbook” is rolling off the presses.

The new edition of PHP Cookbook is on the way! I got one copy yesterday, so it should be making its way into bookstores and online-bookstore-warehouses any day now.

Updates included in this edition are:

  • revamped XML and OOP sections
  • new PDO information
  • information on testing code
  • performance tuning
  • regular expressions

Check out the O’Reilly page of the book for complete information.

Continue Reading · Add comment

Oracle 10G XE User Management 101

If you re a DBA one of your basic tasks involves managing users dropping adding and changing permissions. Even if you aren t a DBA if you use a database you may find it helpful to know the tasks that a DBA performs. This article explains the basics for how to perform these tasks in Oracle 1 G XE….

(Advertisement) Rackspace-Managed Servers, Fanatical Support™ Full-Scale Microsoft & Linux Solutions & 0% Network Downtime! Click here now!

Continue Reading · Add comment

ThinkPHP Blog: New Help Center for Chorizo!

On the ThinkPHP Blog, there’s information posted about a new help center for their Chorizo! scanner with lots of information included already.

Go and check out Chorizo!’s new Help Center. We extended the existing tutorials and provide a smooth overview about the current documentation. Included is an overview about all the scanner plugins Chorizo! is using and explain a bit what each plugin does.

There are “Getting Started” guides offered, video tutorials, details on each of the plugins (PHPversions, XSS plugin, Session injection, etc), some of the features of the scanner, and some general troubleshooting information.

Continue Reading · Add comment

Zend Developer Zone: Pro PHP XML and Web Services Sample Chapter

On the Zend Developer Zone, there’s a spotlight on a book from APress and a sample chapter that’s being offered - “Pro PHP XML and Web Services” by Robert Richards.

Robert Richards and Apress have published a definitive tome on PHP and XML. This is one of the few hard-back technical books I have in my library and it truly is an impressive work. I won’t take the time to review the entire book here because I’ll be doing that in the coming month but I will setup the chapter they sent us with a few words and a quote.

The sample chapter [pdf] takes a look at the XMLReader functionality built into PHP5 - an immensely useful tool for parsing any and all XML simply.

Continue Reading · Add comment