Posts Tagged ‘Php’

Outpost Security Suite Pro 5.0.1184.7516 (611) Public Beta-Release

Tuesday, May 20th, 2008

After months of hard work, Agnitum releases a public beta of its first-ever comprehensive security product to protect home and small office users against the entire range of modern threats.
With Outpost Security Suite Pro, you’ll enjoy: * Safe Internet presence behind the best-of-breed personal firewall
* Integrity of your personal data by having the Host Protection module preemptively block unauthorized program activity
* 360-degree protection against all forms of malware
* Protection that is immune to unauthorized termination
* Personalized, easily adoptable anti-spam for Outlook and Outlook Express users
* Easy installation and auto-configuration for novice users

Please help us improve our product while it’s still in the works. Please register and download at http://www.agnitum.com/products/securitysuite/beta.php and participate in an open testing of the upcoming Outpost Security Suite Pro.

PHP 5.1.1

Friday, May 16th, 2008

PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly. It is a project of the Apache Software Foundation.Download | ChangeLogs

PHP 5.0.2

Tuesday, May 13th, 2008

PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly. It is a project of the Apache Software Foundation.

Latest Changes:

Added new boolean (fourth) parameter to array_slice() that turns on the preservation of keys in the returned array

Added the sorting flag SORT_LOCALE_STRING to the sort() functions which makes them sort based on the current locale

Added interface_exists() and make class_exists() only return true for real classes

Added PHP_EOL constant that contains the OS way of representing newlines

Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory exhaustion

Renamed SoapClient->__call() to SoapClinet->__soapCall()

Fixed bug with raw_post_data not getting set

Download

PHP 5.0.1 Released

Tuesday, May 13th, 2008

BrowseMan:

PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly. It is a project of the Apache Software Foundation.Latest Changes:

  • Changed destructor mechanism so that destructors are called prior to request shutdown. (Marcus)
  • Rewritten UNIX and Windows install help files. (Do*****entation Team)
  • Updated several libraries bundled with the windows release which now includes libxml2-2.6.11, libxslt-1.1.7 and iconv-1.9.1. (Rob, Edin)
  • Improved and moved ActiveScript SAPI to PECL. (Wez)

ChangeLog

PHP 5.0.1

PHP 5.0.0 Beta 1

Sunday, May 11th, 2008

PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly. It is a project of the Apache Software Foundation.

Changes:

PHP 5 features the Zend Engine 2

XML support has been completely redone in PHP 5, all extensions are now focused

around the excellent libxml2 library

SQLite has been bundled with PHP

Streams have been greatly improved, including the ability to access low-level

socket operations on streams

Download Here…