PHP - RSS Feed

This is an archived RSS feed for the PHP category.

Lightweight, but Powerful PHP5 XML-RPC Server

Category: PHP · Thu, 09 Mar 2006 · by pure-php

A lightweight PHP5 XML-RPC server that registers functions and static methods. Very easy to use.

Read more

Security Matters, Specially for PHP-Magazine

Category: PHP · Fri, 01 Apr 2005 · by pure-php

PHP-Magazine had a security vulnerability where source code was publicly accessible due to the Powerslave CMS.

Read more

include_once / require_once Wrapper Class Optimized

Category: PHP · Thu, 24 Mar 2005 · by pure-php

Optimized version of the include_once wrapper class using isset() with hash table keys instead of in_array().

Read more

Fatal Error is the Fatal Error of PHP - How to Avoid It

Category: PHP · Wed, 23 Mar 2005 · by pure-php

Discusses how PHP fatal errors terminate execution and proposes using function_exists, method_exists, and call_user_func.

Read more

PHP Command Line - Avoid Several Instances of Your App

Category: PHP · Sun, 20 Mar 2005 · by pure-php

A ProcessHandler class that uses PID files to prevent multiple instances of a PHP CLI application from running.

Read more

include_once Wrapper Class

Category: PHP · Thu, 17 Mar 2005 · by pure-php

A static wrapper class as a faster alternative to PHP built-in include_once and require_once.

Read more

PHP Security - Ideas for Building an HttpRequest Class

Category: PHP · Mon, 14 Mar 2005 · by pure-php

Proposes an HttpRequest wrapper class for sanitizing user input with subclasses for GET, POST, and COOKIE.

Read more

Exit and Die as Class Methods

Category: PHP · Sun, 13 Mar 2005 · by pure-php

Notes that exit and die cannot be used as class method names in PHP because they are language constructs.

Read more

PHP Command Line Rocks

Category: PHP · Sat, 12 Mar 2005 · by pure-php

A simple CLI handler class for PHP 5 that accepts any object and exposes its methods as CLI commands.

Read more

PHP Must Free Itself from Apache Server

Category: PHP · Wed, 02 Mar 2005 · by pure-php

Discussion about PHP needing independence from Apache for enterprise readiness.

Read more

Pure-PHP Goes Online

Category: PHP · Wed, 02 Mar 2005 · by pure-php

English version of the launch announcement for the Pure-PHP blog.

Read more