All Stories

PHP 5.3.0 Released!

PHP 5.3.0 Released!

PHP zuknjbchv8 The PHP development team is proud to announce the immediate release of PHP 5.3.0. This release is a major improvement in the 5.X series, which includes a large number of new features and bug fixes. Some of the key new features include: namespaces, late static binding, closures, optional garbage collection for cyclic references, new extensions (like ext/phar, ext/intl and …

PHP 5.3.0RC4 Release Announcements

PHP 5.3.0RC4 Release Announcements

PHP The PHP development team is proud to announce the fourth release candidate of PHP 5.3.0 (PHP 5.3.0RC4). This RC focuses on bug fixes and stability improvements, and we hope only minimal changes are required for the next candidate or final stable releases. PHP 5.3.0 is a newly developed version of PHP featuring long-awaited features like namespaces, late static binding, closures …

PHP released its new version 5.2.10 !

PHP released its new version 5.2.10 !

PHP The PHP development team would like to announce the immediate availability of PHP 5.2.10. This release focuses on improving the stability of the PHP 5.2.x branch with over 100 bug fixes, one of which is security related. All users of PHP are encouraged to upgrade to this release. Security Enhancements and Fixes in PHP 5.2.10: Fixed bug #48378 (exif_read_data() segfaults …

PHP 5.3.0RC2 Release Announcement

PHP 5.3.0RC2 Release Announcement

PHP The PHP development team is proud to announce the second release candidate of PHP 5.3.0 (PHP 5.3.0RC2). This RC focuses on bug fixes and stability improvements, and we hope only minimal changes are required for the next candidate (RC3). Expect an RC3 in 2-3 weeks, although there will not be major changes so now is a good time to start …

Build User Online Detection System

Build User Online Detection System

PHP This tutorial will tells you to create a user online detection system. This tutorial has required a mysql database and php enable server. Please follow these steps to complete your own UserOnline System. Create table “user_online” in mysql in database “database1″. CREATE TABLE `user_online` ( `userip` char(100) NOT NULL default ”, `time` int(11) NOT NULL default ’0′ ) TYPE=MyISAM;