PHP 5.3.6

No Screenshot
Downloads :
Total: 2439  |  Last 7 days: 0
Product Version :
5.3.6
Producer :
Product type :
Freeware
Size :
26.62 MB
Date added :
March 18, 2011, 03:18
User Rating : (0 votes)
Rate this product!
0/5
OS Supported :
Win7
Windows Vista
WinXP
Windows2000
WinNT 4.x
Win98

PHP Information

Publisher's Description:

From The PHP Group

PHP is a server-side, cross-platform and HTML scripting language which help you create dynamic webpages.

PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.

If you write in a PHP.net URL, like http://www.php.net/links, first this URL is matched against the PHP.net pages. If there is a page named links.php, then you'll get that page immediately. This type of shortcut makes easy to type in a link in an IRC conversation or mailing list message. If the script finds no page with this name, it tries to find a manual page.
Manual shortcuts

If your URL can't be matched with a page name, a manual page is searched for your query. This is the case for the http://www.php.net/preg_match URL. The following pages are searched for in the manual:

* Chapter pages, like http://www.php.net/installation
* Reference pages, like http://www.php.net/imap
* Function pages, like http://www.php.net/join
* Class pages, like http://www.php.net/dir
* Feature pages, like http://www.php.net/safe_mode
* Control structure pages, like http://www.php.net/while
* Other language pages, like http://www.php.net/oop

At last, if there is no PHP page, and there is no manual page matching your query, a search is issued on the site with the query you typed into the URL. An example of this kind of URL is http://www.php.net/search_for_this. The exact behaviour of this search is affected by your own My PHP.net settings.

Changelog for this release:


# Upgraded bundled Sqlite3 to version 3.7.4. (Ilia)
# Upgraded bundled PCRE to version 8.11. (Ilia)

Zend Engine:
# Indirect reference to $this fails to resolve if direct $this is never used in method.
# Added options to debug backtrace functions. (Stas)
# Fixed bug numerous crashes due to setlocale (crash on error, pcre, mysql etc.) on Windows in thread safe mode. (Pierre)
# Fixed Bug #53971 (isset() and empty() produce apparently spurious runtime error). (Dmitry)
# Fixed Bug #53958 (Closures can't 'use' shared variables by value and by reference). (Dmitry)
# Fixed Bug #53629 (memory leak inside highlight_string()). (Hannes, Ilia)
# Fixed Bug #51458 (Lack of error context with nested exceptions). (Stas)
# Fixed Bug #47143 (Throwing an exception in a destructor causes a fatal error). (Stas)
# Fixed bug #43512 (same parameter name can be used multiple times in
# method/function definition). (Felipe)

Core:
# Added ability to connect to HTTPS sites through proxy with basic authentication using stream_context/http/header/Proxy-Authorization (Dmitry)
# Changed default value of ini directive serialize_precision from 100 to 17.
# Fixed bug #54055 (buffer overrun with high values for precision ini setting).
# Fixed bug #53959 (reflection data for fgetcsv out-of-date). (Richard)
# Fixed bug #53577 (Regression introduced in 5.3.4 in open_basedir with a trailing forward slash). (lekensteyn at gmail dot com, Pierre)
# Fixed bug #53682 (Fix compile on the VAX). (Rasmus, jklos)
# Fixed bug #48484 (array_product() always returns 0 for an empty array).
# Fixed bug #48607 (fwrite() doesn't check reply from ftp server before exiting).

Calendar extension:
# Fixed bug #53574 (Integer overflow in SdnToJulian, sometimes leading to segfault).

DOM extension:
# Implemented FR #39771 (Made DOMDocument::saveHTML accept an optional DOMNode like DOMDocument::saveXML).

DateTime extension:
# Fixed a bug in DateTime->modify() where absolute date/time statements had no effect. (Derick)
# Fixed bug #53729 (DatePeriod fails to initialize recurrences on 64bit big-endian systems).
# Fixed bug #52808 (Segfault when specifying interval as two dates). (Stas)
# Fixed bug #52738 (Can't use new properties in class extended from DateInterval).
# Fixed bug #52290 (setDate, setISODate, setTime works wrong when DateTime created from timestamp).
# Fixed bug #52063 (DateTime constructor's second argument doesn't have a null default value). (Gustavo, Stas)

Exif extension:
# Fixed bug #54002

Filter extension:
# Fixed bug #53924 (FILTER_VALIDATE_URL doesn't validate port number).
# Fixed bug #53150 (FILTER_FLAG_NO_RES_RANGE is missing some IP ranges).
# Fixed bug #52209 (INPUT_ENV returns NULL for set variables (CLI)). (Ilia)
# Fixed bug #47435 (FILTER_FLAG_NO_RES_RANGE don't work with ipv6).

Fileinfo extension:
# Fixed bug #54016 (finfo_file() Cannot determine filetype in archives).

Gettext:
# Fixed bug #53837 (_() crashes on Windows when no LANG or LANGUAGE environment variable are set).

IMAP extension:
# Implemented FR #53812 (get MIME headers of the part of the email). (Stas)
# Fixed bug #53377 (imap_mime_header_decode() doesn't ignore \t during long MIME header unfolding). (Adam)

Intl extension:
# Fixed bug #53612 (Segmentation fault when using cloned several intl
# objects).
# Fixed bug #53512 (NumberFormatter::setSymbol crash on bogus $attr values).
# Implemented clone functionality for number, date & message formatters.

JSON extension:
# Fixed bug #53963 (Ensure error_code is always set during some failed
# decodings).

mysqlnd:
# Fixed problem with always returning 0 as num_rows for unbuffered sets.

MySQL Improved extension:
# Added 'db' and 'catalog' keys to the field fetching functions (FR #39847).
# Fixed buggy counting of affected rows when using the text protocol. The
# collected statistics were wrong when multi_query was used with mysqlnd
# Fixed bug #53795 (Connect Error from MySqli (mysqlnd) when using SSL).
# Fixed bug #53503 (mysqli::query returns false after successful LOAD DATA
# query).
# Fixed bug #53425 (mysqli_real_connect() ignores client flags when built to
# call libmysql).

OpenSSL extension:
# Fixed stream_socket_enable_crypto() not honoring the socket timeout in
# server mode. (Gustavo)
# Fixed bug #54060 (Memory leaks when openssl_encrypt). (Pierre)
# Fixed bug #54061 (Memory leaks when openssl_decrypt). (Pierre)
# Fixed bug #53592 (stream_socket_enable_crypto() busy-waits in client mode).
# Implemented FR #53447 (Cannot disable SessionTicket extension for servers
# that do not support it) by adding a no_ticket SSL context option.

PDO MySQL driver:
# Fixed bug #53551 (PDOStatement execute segfaults for pdo_mysql driver).
# Implemented FR #47802 (Support for setting character sets in DSN strings).

PDO Oracle driver:
# Fixed bug #39199 (Cannot load Lob data with more than 4000 bytes on
# ORACLE 10).

PDO PostgreSQL driver:
# Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is down).

Phar extension:
# Fixed bug #54247 (format-string vulnerability on Phar).
# (CVE-2011-1153)
# Fixed bug #53541 (format string bug in ext/phar).
# Fixed bug #53898 (PHAR reports invalid error message, when the directory
# does not exist). (Ilia)

PHP-FPM SAPI:
# Enforce security in the fastcgi protocol parsing.
# Fixed bug #53777 (php-fpm log format now match php_error log format).
# Fixed bug #53527 (php-fpm --test doesn't set a valuable return value).
# Fixed bug #53434 (php-fpm slowlog now also logs the original request).

Readline extension:
# Fixed bug #53630 (Fixed parameter handling inside readline() function).

Reflection extension:
# Fixed bug #53915 (ReflectionClass::getConstant(s) emits fatal error on
# constants with self::).

Shmop extension:
# Fixed bug #54193 (Integer overflow in shmop_read()).
# Reported by Jose Carlos Norte (CVE-2011-1092)

SNMP extension:
# Fixed bug #51336 (snmprealwalk (snmp v1) does not handle end of OID tree
# correctly).

SOAP extension:
# Fixed possible crash introduced by the NULL poisoning patch.

SPL extension:
# Fixed memory leak in DirectoryIterator::getExtension() and
# SplFileInfo::getExtension().
# Fixed bug #53914 (SPL assumes HAVE_GLOB is defined).
# Fixed bug #53515 (property_exists incorrect on ArrayObject null and 0 values).
# Fixed bug #49608 (Using CachingIterator on DirectoryIterator instance
# segfaults).
# Added SplFileInfo::getExtension(). FR #48767. (Peter Cowburn)

SQLite3 extension:
# Fixed memory leaked introduced by the NULL poisoning patch.
# Mateusz Kocielski, Pierre)
# Fixed memory leak on SQLite3Result and SQLite3Stmt when assigning to a
# reference.
# Add SQlite3_Stmt::readonly() for checking if a statement is read only.
# Implemented FR #53466 (SQLite3Result::columnType() should return false after all of the rows have been fetched). (Scott)

Streams:
# Fixed bug #54092 (Segmentation fault when using HTTP proxy with the FTP
# wrapper).
# Fixed bug #53913 (Streams functions assume HAVE_GLOB is defined).
# Fixed bug #53903 (userspace stream stat callback does not separate the
# elements of the returned array before converting them).
# Implemented FR #26158 (open arbitrary file descriptor with fopen).
# Tokenizer Extension
# Fixed bug #54089 (token_get_all() does not stop after __halt_compiler).

XSL extension:
# Fixed memory leaked introduced by the NULL poisoning patch.

Zip extension:
# Added the filename into the return value of stream_get_meta_data().
# Fixed bug #53923 (Zip functions assume HAVE_GLOB is defined). (Adam)
# Fixed bug #53893 (Wrong return value for ZipArchive::extractTo()). (Pierre)
# Fixed bug #53885 (ZipArchive segfault with FL_UNCHANGED on empty archive). (CVE-2011-0421)
# Fixed bug #53854 (Missing constants for compression type).
# Fixed bug #53603 (ZipArchive should quiet stat errors).
# Fixed bug #53579 (stream_get_contents() segfaults on ziparchive streams).
# Fixed bug #53568 (swapped memset arguments in struct initialization).
# Fixed bug #53166 (Missing parameters in docs and reflection definition).
# Fixed bug #49072 (feof never returns true for damaged file in zip).

Previous Versions for PHP

Software Versions

  Date added
  Size
  March 18, 2011, 03:18
  26.62 MB
  January 20, 2011, 15:53
  26.62 MB
  November 13, 2009, 13:08
  13.42 MB
  July 8, 2009, 14:31
  13.42 MB
  May 12, 2009, 15:29
  23.56 MB

PHP 100% CLEAN Certification

100% Clean Award for PHP
RoSoftDownload.com team has tested PHP against viruses, spyware, adware, trojan, backdoors and was found to be 100% clean of any form of malware..
Our editors will test this application periodically to assure that it remains clean.
Click the link below to view the entire antivirus report.


Complete antivirus report

User reviews

User rating

Your rating:  
Users rating: (0 votes)
 
 
 
 
 
0/5
0/5

Add a Review



(It will not be displayed. Is only for contacting you)
(from the image)
Image Code

!!! Fields marked with * are required !

Latest Web Development
Software

Rank Tracker 6.2.1 icon

Rank Tracker 6.2.1

Monitor your website position in hundreds of search engines and
May 24, 2012, 13:49 | Size: 53.4 MB
WebIdeaTree 5.43 icon

WebIdeaTree 5.43

Information manager and automatic Web site builder, without HTML
May 19, 2012, 05:06 | Size: 17.17 MB
DzSoft PHP Editor 4.2.7.4 icon

DzSoft PHP Editor 4.2.7.4

Comfortable and powerful tool for writing and testing PHP scripts
May 19, 2012, 04:57 | Size: 3.4 MB
Notepad++ 6.1.1 icon

Notepad++ 6.1.1

Notepad++ is a document and generic source code editor like
April 25, 2012, 09:47 | Size: 5.52 MB
HomepageFIX 2012 6.0.6 icon

HomepageFIX 2012 6.0.6

Create and handle websites, provide your current information
April 24, 2012, 03:49 | Size: 14.4 MB
profiSUBMIT 10.1.2 icon

profiSUBMIT 10.1.2

Search engine submission, website optimization, website promotion,
April 24, 2012, 03:49 | Size: 2.38 MB
WebSite Auditor 3.0.7 icon

WebSite Auditor 3.0.7

A smart and easy-to-use onpage optimization tool for webmasters
March 29, 2012, 06:27 | Size: 53.74 MB
XAMPP 1.8.0 Beta 2 / 1.7.7 icon

XAMPP 1.8.0 Beta 2 / 1.7.7

XAMPP is an easy to install Apache distribution including MySQL,
March 29, 2012, 06:20 | Size: 81 MB
Simple DNS Plus .NET API 1 icon

Simple DNS Plus .NET API 1

API written in VB.net which allows for easy communication with
March 19, 2012, 03:27 | Size: 10.24 K
New Idea XML Template V2 with YouTube 2.0 icon

New Idea XML Template V2 with YouTube 2.0

This is a XML driven Template with Deep Link,Black/White style
March 16, 2012, 02:15 | Size: 10.24 K

Most Downloaded
Web Development
Software

XAMPP icon

XAMPP

14,085 downloads
XAMPP is an easy to install Apache distribution including MySQL,
EditPlus icon

EditPlus

2,599 downloads
EditPlus - text Editor and HTML editor for Windows
Jitbit AspNetForum icon

Jitbit AspNetForum

1,887 downloads
ASP.NET Forum software. Discussion board, messageboard
Notepad++ icon

Notepad++

1,126 downloads
Notepad++ is a document and generic source code editor like
WebSite X5 Evolution icon

WebSite X5 Evolution

1,094 downloads
The easiest software to create and publish professional websites.
phpDesigner icon

phpDesigner

1,073 downloads
Learn to use PHP,HTML, CSS, JavaScript and then create, edit,
ProjectForum icon

ProjectForum

1,023 downloads
CourseForum is an easy to install web application which lets
PHPMaker icon

PHPMaker

910 downloads
Generate PHP from MySQL, PostgreSQL, Microsoft Access and Microsoft
Adobe Dreamweaver icon

Adobe Dreamweaver

880 downloads
Adobe Dreamweaver is a web development tool to design, develop,
PHP Designer icon

PHP Designer

562 downloads
Fast PHP IDE and PHP editor, and also a fully featured HTML,

Last Week
Web Development
Best Downloads

Jitbit AspNetForum icon

Jitbit AspNetForum

11 downloads
ASP.NET Forum software. Discussion board, messageboard
XAMPP icon

XAMPP

7 downloads
XAMPP is an easy to install Apache distribution including MySQL,
ProjectForum icon

ProjectForum

5 downloads
CourseForum is an easy to install web application which lets
Atrise HTMLock icon

Atrise HTMLock

4 downloads
Protect and hide HTML source of your pages with encrypt or password
Feed Editor icon

Feed Editor

3 downloads
Create and edit professional RSS feeds without the complication
Internet Business Promoter icon

Internet Business Promoter

3 downloads
IBP helps you get high search engine rankings by optimization
Button Shop icon

Button Shop

3 downloads
Nowadays, the style and presentation are everything, so start
Notepad++ icon

Notepad++

2 downloads
Notepad++ is a document and generic source code editor like
ByteRun Protector for PHP icon

ByteRun Protector for PHP

2 downloads
Protect your PHP scripts from being pirated.
Mastering PHP icon

Mastering PHP

2 downloads
Rapidly learn PHP and learn how to earn an income from PHP development
Contact | Privacy Policy
Copyright © 2008 - 2012 RoSoftDownload.com - All rights reserved.