The PHP development team is proud to announce the immediate release of PHP 5.3.2. This is a maintenance release in the 5.3 series, which includes a large number of bug fixes. Security Enhancements and Fixes in PHP 5.3.2:Improved LCG entropy. (Rasmus, Samy Kamkar)Fixed safe_mode validation inside tempnam() when the directory path does not end with a /). (Mart […]
The PHP development team would like to announce the immediate availability of PHP 5.2.13. This release focuses on improving the stability of the PHP 5.2.x branch with over 40 bug fixes, some of which are security related. All users of PHP 5.2 are encouraged to upgrade to this release. Security Enhancements and Fixes in PHP 5.2.13:Fixed safe_mode validation i […]
The PHP development team would like to announce the immediate availability of PHP 5.2.12. This release focuses on improving the stability of the PHP 5.2.x branch with over 60 bug fixes, some of which are security related. All users of PHP 5.2 are encouraged to upgrade to this release. Security Enhancements and Fixes in PHP 5.2.12:Fixed a safe_mode bypass in […]
Package: CTimer Summary: Measure the time elapsed during PHP execution Groups: PHP 5, Time and Date Author: Pavel Astakhov Description: This class can be used to measure the time elapsed during PHP execution. It can start counting time and at any time later stop and get the elapsed time since the start. […]
Package: Back Propagation Scale Summary: Implement neural networks using back propagation Groups: Artificial intelligence, PHP 5 Author: freedelta Description: This class can be used to implement neural networks using back propagation. It can setup a neural network work with a given number of layers. The class takes a data set and a test output da […]
Package: Array 2 XML OO Summary: Generate a XML document from array values Groups: PHP 5, XML Author: Mustafa TURAN Description: This class can be used to generate a XML document from array values. It traverses a given array recursively to get the values that are used to define the tags and data of the XML document. The generated XML document is s […]
Package: Image Processor (CSS) Summary: Draw images defined with CSS like properties Groups: Graphics, PHP 5 Author: Tufan Baris YILDIRIM Description: This class can be used to draw images defined with CSS like properties. It can create an empty image or open and existing image from a file. The class can draw different types of primitives using C […]
Package: Query Build Exec Summary: Build and execute MySQL queries from bean objects Groups: Databases, PHP 5 Author: Hussam Abd El Razek El Kurd Description: This package can be used to Build and execute MySQL database queries from bean objects. It can take an object from a bean class and use PHP reflection to extract the object variable values in o […]
Recent Comments