day & night

PHP 5.5.15, Открытый язык PHP
Дата обновления: , перейти к новому сообщению
#1
ЭЖД



*nix`оид
[SoftoRooMTeaM] Group Icon

Группа: Наши Люди
Сообщений: 11.935
Регистрация: 18.09.2004
Пользователь №: 1.679


Респектов: 789
-----XXXX-




user posted image

ph34r.gif PHP 5.1

Представлен первый бета-релиз новой версии открытого языка PHP — 5.1.
Среди новшеств в PHP 5.1:
— PDO (PHP Data Objects) — новая абстрактная прослойка (abstraction layer) для работы с БД (обещается высокая производительность, простота использования и гибкость);
— значительные улучшения в производительности (в т.ч. новая архитектура исполнения Zend Engine II);
— расширение регулярных выражений PCRE обновлено до PCRE 5.0;
— многочисленные улучшения, новые возможности и исправления ошибок (особенно в областях SOAP, потоков и SPL).

Home_http://ru.php.net
User is offline
Go topGo end

Ответов(20 - 27)
1.09.2007 - 9:42
#21
ЭЖД



*nix`оид
[SoftoRooMTeaM] Group Icon

Группа: Наши Люди
Сообщений: 11.935
Регистрация: 18.09.2004
Пользователь №: 1.679


Респектов: 789
-----XXXX-




ph34r.gif PHP 5.2.4

Security Enhancements and Fixes in PHP 5.2.4:
Fixed a floating point exception inside wordwrap() (Reported by Mattias Bengtsson)
Fixed several integer overflows inside the GD extension (Reported by Mattias Bengtsson)
Fixed size calculation in chunk_split() (Reported by Gerhard Wagner)
Fixed integer overflow in str[c]spn(). (Reported by Mattias Bengtsson)
Fixed money_format() not to accept multiple %i or %n tokens. (Reported by Stanislav Malyshev)
Fixed zend_alter_ini_entry() memory_limit interruption vulnerability. (Reported by Stefan Esser)
Fixed INFILE LOCAL option handling with MySQL extensions not to be allowed when open_basedir or safe_mode is active. (Reported by Mattias Bengtsson)
Fixed session.save_path and error_log values to be checked against open_basedir and safe_mode (CVE-2007-3378) (Reported by Maksymilian Arciemowicz)
Fixed a possible invalid read in glob() win32 implementation (CVE-2007-3806) (Reported by shinnai)
Fixed a possible buffer overflow in php_openssl_make_REQ (Reported by zatanzlatan at hotbrev dot com)
Fixed an open_basedir bypass inside glob() function (Reported by dr at peytz dot dk)
Fixed a possible open_basedir bypass inside session extension when the session file is a symlink (Reported by c dot i dot morris at durham dot ac dot uk)
Improved fix for MOPB-03-2007.
Corrected fix for CVE-2007-2872.

Linux (~7,4 Mb)_http://ru.php.net/dis...-5.2.4.tar.bz2
Windows Installer (~22 Mb)_http://ru.php.net/dis...-installer.msi
Windows zip package (~9,7 Mb)_http://www.php.net/di....2.4-Win32.zip
User is offline
Go topGo end
icon11 13.11.2007 - 0:38
#22
scorpio



Mr. SoftoRooMan
[SoftoRooMTeaM] Group Icon

Группа: СуперМодераторы
Сообщений: 8.029
Регистрация: 10.10.2005
Из: LG
Пользователь №: 21


Респектов: 1412
-----XXXXX




PHP 5.2.5


08-November-2007

Security Fixes
-Fixed dl() to only accept filenames. reported by Laurent Gaffie.
-Fixed dl() to limit argument size to MAXPATHLEN (CVE-2007-4887).
-Fixed htmlentities/htmlspecialchars not to accept partial multibyte sequences.
-Fixed possible triggering of buffer overflows inside glibc implementations of the fnmatch(), setlocale() and glob() functions. Reported by Laurent Gaffie.
-Fixed "mail.force_extra_parameters" php.ini directive not to be modifiable in .htaccess due to the security implications reported by SecurityReason.
-Fixed bug #42869 (automatic session id insertion adds sessions id to non-local forms).
-Fixed bug #41561 (Values set with php_admin_* in httpd.conf can be overwritten with ini_set()).

Upgraded PCRE to version 7.3 (Nuno)
Added optional parameter $provide_object to debug_backtrace(). (Sebastian)
Added alpha support for imagefilter() IMG_FILTER_COLORIZE. (Pierre)
Added ability to control memory consumption between request using ZEND_MM_COMPACT environment variable. (Dmitry)
Improved speed of array_intersect_key(), array_intersect_assoc(), array_uintersect_assoc(), array_diff_key(), array_diff_assoc() and array_udiff_assoc(). (Dmitry)
Fixed move_uploaded_file() to always set file permissions of resulting file according to UMASK. (Andrew Sitnikov)
Fixed possible crash in ext/soap because of uninitialized value. (Zdash Urf)
Fixed regression in glob() when enforcing safe_mode/open_basedir checks on paths containing '*'. (Ilia)
Fixed PDO crash when driver returns empty LOB stream. (Stas)
Fixed iconv_*() functions to limit argument sizes as workaround to libc bug (CVE-2007-4783, CVE-2007-4840 by Laurent Gaffie). (Christian Hoffmann, Stas)
Fixed missing brackets leading to build warning and error in the log. Win32 code. (Andrey)
Fixed leaks with multiple connects on one mysqli object. (Andrey)
Fixed endianness detection on MacOS when building universal binary. (Uwe Schindler, Christian Speich, Tony)
Fixed imagerectangle regression with 1x1 rectangle (libgd #106). (Pierre)
Fixed bug #43196 (array_intersect_assoc() crashes with non-array input). (Jani)
Fixed bug #43139 (PDO ignores ATTR_DEFAULT_FETCH_MODE in some cases with fetchAll()). (Ilia)
Fixed bug #43137 (rmdir() and rename() do not clear statcache). (Jani)
Fixed bug #43130 (Bound parameters cannot have - in their name). (Ilia)
Fixed bug #43099 (XMLWriter::endElement() does not check # of params). (Ilia)
Fixed bug #43020 (Warning message is missing with shuffle() and more than one argument). (Scott)
Fixed bug #42976 (Crash when constructor for newInstance() or newInstanceArgs() fails) (Ilia)
Fixed bug #42943 (ext/mssql: Move *timeout initialization from RINIT to connect time). (Ilia)
Fixed bug #42917 (PDO::FETCH_KEY_PAIR doesn't work with setFetchMode). (Ilia)
Fixed bug #42890 (Constant "LIST" defined by mysqlclient and c-client). (Andrey)
Fixed bug #42818 ($foo = clone(array()); leaks memory). (Dmitry)
Fixed bug #42817 (clone() on a non-object does not result in a fatal error). (Ilia)
Fixed bug #42785 (json_encode() formats doubles according to locale rather then following standard syntax). (Ilia)
Fixed bug #42783 (pg_insert() does not accept an empty list for insertion). (Ilia)
Fixed bug #42773 (WSDL error causes HTTP 500 Response). (Dmitry)
Fixed bug #42772 (Storing $this in a static var fails while handling a cast to string). (Dmitry)
Fixed bug #42767 (highlight_string() truncates trailing comment). (Ilia)
Fixed bug #42739 (mkdir() doesn't like a trailing slash when safe_mode is enabled). (Ilia)
Fixed bug #42703 (Exception raised in an iterator::current() causes segfault in FilterIterator) (Marcus)
Fixed bug #42699 (PHP_SELF duplicates path). (Dmitry)
Fixed bug #42654 (RecursiveIteratorIterator modifies only part of leaves) (Marcus)
Fixed bug #42643 (CLI segfaults if using ATTR_PERSISTENT). (Ilia)
Fixed bug #42637 (SoapFault : Only http and https are allowed). (Bill Moran)
Fixed bug #42629 (Dynamically loaded PHP extensions need symbols exported on MacOSX). (jdolecek at NetBSD dot org)
Fixed bug #42627 (bz2 extension fails to build with -fno-common). (dolecek at netbsd dot org)
Fixed bug #42596 (session.save_path MODE option does not work). (Ilia)
Fixed bug #42590 (Make the engine recognize \v and \f escape sequences). (Ilia)
Fixed bug #42587 (behavior change regarding symlinked .php files). (Dmitry)
Fixed bug #42579 (apache_reset_timeout() does not exist). (Jani)
Fixed bug #42549 (ext/mysql failed to compile with libmysql 3.23). (Scott)
Fixed bug #42523 (PHP_SELF duplicates path). (Dmitry)
Fixed bug #42512 (ip2long('255.255.255.255') should return 4294967295 on 64-bit PHP). (Derick)
Fixed bug #42506 (php_pgsql_convert() timezone parse bug) (nonunnet at gmail dot com, Ilia)
Fixed bug #42462 (Segmentation when trying to set an attribute in a DOMElement). (Rob)
Fixed bug #42453 (CGI SAPI does not shut down cleanly with -i/-m/-v cmdline options). (Dmitry)
Fixed bug #42452 (PDO classes do not expose Reflection API information). (Hannes)
Fixed bug #42468 (Write lock on file_get_contents fails when using a compression stream). (Ilia)
Fixed bug #42488 (SoapServer reports an encoding error and the error itself breaks). (Dmitry)
Fixed bug #42378 (mysqli_stmt_bind_result memory exhaustion). (Andrey)
Fixed bug #42359 (xsd:list type not parsed). (Dmitry)
Fixed bug #42326 (SoapServer crash). (Dmitry)
Fixed bug #42214 (SoapServer sends clients internal PHP errors). (Dmitry)
Fixed bug #42189 (xmlrpc_set_type() crashes php on invalid datetime values). (Ilia)
Fixed bug #42139 (XMLReader option constants are broken using XML()). (Rob)
Fixed bug #42086 (SoapServer return Procedure '' not present for WSIBasic compliant wsdl). (Dmitry)
Fixed bug #41822 (Relative includes broken when getcwd() fails). (Ab5602, Jani)
Fixed bug #39651 (proc_open() append mode doesn't work on windows). (Nuno)

_______________
Size: ~ 20.04 MB

Download:

PHP 5.2.5 (tar.bz2) [7,591Kb] - 08 November 2007
http://php.net/distri...-5.2.5.tar.bz2

PHP 5.2.5 (tar.gz) [9,739Kb] - 08 November 2007
http://php.net/distri...p-5.2.5.tar.gz

PHP 5.2.5 zip package [9,713Kb] - 08 November 2007
http://php.net/distri....2.5-Win32.zip

PHP 5.2.5 installer [20,521Kb] - 08 November 2007
http://php.net/distri...-installer.msi

PECL 5.2.5 Win32 binaries [2,879Kb] - 08 November 2007
http://php.net/distri....2.5-Win32.zip

PHP 5.2.5 Non-thread-safe Win32 binaries [9,619Kb] - 08 November 2007
http://php.net/distri...-nts-Win32.zip

PECL 5.2.5 Non-thread-safe Win32 binaries [4,114Kb] - 08 November 2007
http://php.net/distri...-nts-Win32.zip
User is offline
Go topGo end
icon11 12.06.2009 - 10:03
#23
scorpio



Mr. SoftoRooMan
[SoftoRooMTeaM] Group Icon

Группа: СуперМодераторы
Сообщений: 8.029
Регистрация: 10.10.2005
Из: LG
Пользователь №: 21


Респектов: 1412
-----XXXXX




PHP 5.3.0 RC3

_______________
Size: ~ 9.53 MB

Download:
User is offline
Go topGo end
icon11 20.11.2009 - 20:53
#24
scorpio



Mr. SoftoRooMan
[SoftoRooMTeaM] Group Icon

Группа: СуперМодераторы
Сообщений: 8.029
Регистрация: 10.10.2005
Из: LG
Пользователь №: 21


Респектов: 1412
-----XXXXX




PHP 5.3.1

» What's New in version 5.3.1 «


_______________
Size: ~ 14.19 MB

Download:
User is offline
Go topGo end
27.02.2010 - 20:08
#25
ЭЖД



*nix`оид
[SoftoRooMTeaM] Group Icon

Группа: Наши Люди
Сообщений: 11.935
Регистрация: 18.09.2004
Пользователь №: 1.679


Респектов: 789
-----XXXX-




ph34r.gif PHP 5.2.13

В новой версии исправлено 38 ошибок и устранено несколько уязвимостей:
  • Исправлена возможность обхода ограничений safe_mode в функции tempnam(), при указании в качестве аргумента пути не заканчивающегося на "/";
  • В расширении "session" устранена потенциальная возможность выхода за пределы окружения, ограниченного настройками open_basedir/safe_mode;
  • Увеличена энтропия при генерации случайных чисел с использованием алгоритма LCG (Linear congruential generator).

Downloads (~8,7 Mb)_http://ru2.php.net/ge...om/this/mirror
User is offline
Go topGo end
4.03.2010 - 19:58
#26
ЭЖД



*nix`оид
[SoftoRooMTeaM] Group Icon

Группа: Наши Люди
Сообщений: 11.935
Регистрация: 18.09.2004
Пользователь №: 1.679


Респектов: 789
-----XXXX-




ph34r.gif php 5.3.2

» ChangeLog «


Downloads (~10,0 Mb)_http://us2.php.net/di...-5.3.2.tar.bz2
User is offline
Go topGo end
17.08.2013 - 13:18
#27
Урсу



профи!
[SoftoRooMTeaM] Group Icon

Группа: Наши Люди
Сообщений: 12.045
Регистрация: 23.09.2007
Пользователь №: 513.991


Респектов: 2276
-----XXXXX




PHP 5.5.2

» Нажмите, для открытия спойлера | Press to open the spoiler «

PHP 5.5.2 (tar.bz2)
Размер: 11,72 МБ.
Скачать:


Windows:
Non Thread Safe:
x86
Размер: 17,76 МБ.
Скачать:

x64
Размер: 18,97 МБ.
Скачать:

Thread Safe:
x86
Размер: 17,84 МБ.
Скачать:

x64
Размер: 19,07 МБ.
Скачать:
User is offline
Go topGo end
24.07.2014 - 14:37
#28
Урсу



профи!
[SoftoRooMTeaM] Group Icon

Группа: Наши Люди
Сообщений: 12.045
Регистрация: 23.09.2007
Пользователь №: 513.991


Респектов: 2276
-----XXXXX




PHP 5.5.15

» Changelog: «

PHP 5.5.15 (tar.bz2)
Размер: 12,63 МБ.
Скачать:


Windows:
Non Thread Safe:
x86
Размер: 18,51 МБ.
Скачать:

x64
Размер: 19,80 МБ.
Скачать:

Thread Safe:
x86
Размер: 18,58 МБ.
Скачать:

x64
Размер: 19,93 МБ.
Скачать:
User is offline
Go topGo end

Topic Options
Сейчас: 19.03.2024 - 9:33
Мобильная версия | Lite версия