IPB

Здравствуйте, гость ( Вход | Регистрация )

> Релизы новых версий PHP. Сообщения в теме
SiMM
сообщение Nov 25 2005, 07:52
Сообщение #1


PAUK-NET.RU TEAM
Иконка группы

Группа: Admin
Сообщений: 4,715
Регистрация: 11.7.2005
Из: ЮЗР
Пользователь №: 3



Команда разработчиков PHP с гордостью представляет релиз PHP 5.1.0.
Некоторые из главных новшеств PHP 5.1.0:
- Полностью переписан код для работы с датами, с расширенными возможностями для временных зон;
- Повышение производительности по сравнению с PHP 5.0.X;
- Модуль PDO теперь включен по умолчанию;
- Свыше 30 новых функций, как встроенных, так и в составе различных расширений;
- Встроенные библиотеки PRCE и SQLite обновлены до последних версий;
- Свыше 400 багфиксов;
- PEAR обновлён до версии 1.4.5;

Дополнительно этот релиз содержит несколько важных исправлений по части безопасности и мы рекомендуем всем пользователям PHP 5.0 и бета-версий 5.1 как можно быстрее обновится до версии 5.1.0
Полный список изменений вы можете найти тут: PHP 5 ChangeLog. Также доступно руководство по апгрейду до новой версии.

Источник: php.net

PS: ждём 6.0
Вернуться к началу страницы
 
+Цитировать сообщение
 
Создать новую тему
Ответов (1 - 8)
LInfo
сообщение Dec 16 2005, 21:50
Сообщение #2


Супер постер
*****

Группа: Posters
Сообщений: 575
Регистрация: 17.11.2005
Из: AfaNet
Пользователь №: 132



уже состоялся релиз 5.1.1:

28-Nov-2005

* Disabled native date class to prevent pear::date conflict. (Ilia)
* Improved safe_mode/open_basedir checks in cURL extension. (Ilia, Jani)
* Changed reflection constants be both PHP and class constants. (Johannes)
* Added an additional field $frame['object'] to the result array of debug_backtrace() that contains a reference to the respective object when the frame was called from an object. (Sebastian)
* Fixed bug #35423 (RecursiveDirectoryIterator doesnt appear to recurse with RecursiveFilterIterator). (Marcus)
* Fixed bug #35413 (Removed -dev flag from Zend Engine version). (Ilia)
* Fixed bug #35411 (Regression with \{$ handling). (Ilia)
* Fixed bug #35406 (eval hangs when evall'ed code ends with comment w/o newline). (Marcus)
* Fixed bug #35391 (pdo_mysql::exec does not return number of affected rows). (Tony)
* Fixed bug #35382 (Comment in end of file produces fatal error). (Ilia)
* Fixed bug #35360 (exceptions in interactive mode (php -a) may cause crash). (Dmitry)
* Fixed bug #35358 (Incorrect error messages for PDO class constants). (Ilia)
* Fixed bug #35338 (pdo_pgsql does not handle binary bound params). (Wez)
* Fixed bug #35316 (Application exception trying to create COM object). (Rob)
* Fixed bug #35170 (PHP_AUTH_DIGEST differs under Apache 1.x and 2.x). (Ilia)


--------------------
"неправильная" подпись может быть находкой для шпионов

город: Город Афанет (траф)
Yandex.Деньги 4100151149425

#КартинкА#
Вернуться к началу страницы
 
+Цитировать сообщение
SiMM
сообщение Dec 16 2005, 22:10
Сообщение #3


PAUK-NET.RU TEAM
Иконка группы

Группа: Admin
Сообщений: 4,715
Регистрация: 11.7.2005
Из: ЮЗР
Пользователь №: 3



Не стал я через три дня уж о новой версии писать smile.gif
Вернуться к началу страницы
 
+Цитировать сообщение
LInfo
сообщение Jan 31 2006, 20:24
Сообщение #4


Супер постер
*****

Группа: Posters
Сообщений: 575
Регистрация: 17.11.2005
Из: AfaNet
Пользователь №: 132



Сам пропустил релиз этой версии:

Version 5.1.2
12-Jan-2006

* Updated libsqlite in ext/sqlite to 2.8.17. (Ilia)
* Updated libsqlite in ext/pdo_sqlite to 3.2.8. (Ilia)
* Updated to libxml2-2.6.22 and libxslt-1.1.15 in the win32 bundle. (Rob)
* Added new extensions: (Ilia, Wez)
o XMLWriter
o Hash
* Added PNG compression support to GD extension. (Pierre)
* Added reflection constants as class constants. (Johannes)
* Added --enable-gcov configure option to enable C-level code coverage. (John, Jani, Ilia, Marcus)
* Added missing support for 'B' format identifier to date() function. (Ilia)
* Changed reflection to be an extension. (Marcus)
* Improved SPL extension: (Marcus)
o Added class SplFileInfo as root class for DirectoryIterator and SplFileObject
o Added SplTempFileObject
* Improved SimpleXML extension: (Marcus)
o Fixed memleaks
o Fixed var_dump()
o Fixed isset/empty/(bool) behavior
o Fixed iterator edge cases
o Added methods getNamespaces(), getDocNamespaces()
* Upgraded pear to version 1.4.6. (Greg)
* Added constants for libxslt and libexslt versions: LIBXSLT_VERSION, LIBXSLT_DOTTED_VERSION, LIBEXSLT_VERSION and LIBEXSLT_DOTTED_VERSION. (Pierre)
* Fixed possible crash in apache_getenv()/apache_setenv() on invalid parameters. (Ilia)
* Changed errors to warnings in imagecolormatch(). (Pierre)
* Fixed segfault/leak in imagecolormatch(). (Pierre)
* Fixed small leak in mysqli_stmt_fetch() when bound variable was empty string. (Andrey)
* Fixed prepared statement name conflict handling in PDO_PGSQL. (Thies, Ilia)
* Fixed memory corruption when PDO::FETCH_LAZY mode is being used. (Ilia)
* Fixed possible leaks in imagecreatefromstring() with invalid data. (Pierre)
* Fixed possible memory corruption inside mb_strcut(). (Ilia)
* Fixed possible header injection by limiting each header to a single line. (Ilia)
* Fixed possible XSS inside error reporting functionality. (Ilia)
* Fixed many bugs in OCI8. (Tony)
* Fixed crash and leak in mysqli when using 4.1.x client libraries and connecting to 5.x server. (Andrey)
* Fixed bug #35916 (Duplicate calls to stream_bucket_append() lead to a crash). (Ilia)
* Fixed bug #35908 (curl extension uses undefined GCRY_THREAD_OPTIONS_USER). (Ilia)
* Fixed bug #35907 (PDO_OCI uses hardcoded lib path $ORACLE_HOME/lib). (Tony)
* Fixed bug #35887 (wddx_deserialize not parsing dateTime fields properly). (Derick)
* Fixed bug #35885 (strtotime("NOW") no longer works). (Derick)
* Fixed bug #35821 (array_map() segfaults when exception is throwed from the callback). (Tony)
* Fixed bug #35817 (unpack() does not decode odd number of hexadecimal values). (Ilia)
* Fixed bug #35797 (segfault on PDOStatement::execute() with zend.ze1_compatibility_mode = On). (Tony, Ilia)
* Fixed bug #35781 (stream_filter_append() can cause segfault). (Tony)
* Fixed bug #35760 (sybase_ct doesn't compile on Solaris using old gcc). (Tony)
* Fixed bug #35759 (mysqli_stmt_bind_result() makes huge allocation when column empty). (Andrey)
* Fixed bug #35751 (using date with a timestamp makes httpd segfault). (Derick)
* Fixed bug #35740 (memory leak when including a directory). (Tony)
* Fixed bug #35730 (ext/mssql + freetds: Use correct character encoding and allow setting it). (Frank)
* Fixed bug #35723 (xmlrpc_introspection.c fails compile per C99 std). (Jani)
* Fixed bug #35720 (A final constructor can be overwritten). (Marcus)
* Fixed bug #35713 (getopt() returns array with numeric strings when passed options like '-1'). (Tony)
* Fixed bug #35705 (strtotime() fails to parse soap date format without TZ). (Ilia)
* Fixed bug #35699 (date() can't handle leap years before 1970). (Derick)
* Fixed bug #35694 (Improved error message for invalid fetch mode). (Ilia)
* Fixed bug #35692 (iconv_mime_decode() segmentation fault; with libiconv only). (Tony)
* Fixed bug #35690 (pack() tries to allocate huge memory block when packing float values to strings). (Tony)
* Fixed bug #35669 (imap_mail_compose() crashes with multipart-multiboundary-email). (Ilia)
* Fixed bug #35660 (AIX TZ variable format not understood, yields UTC timezone). (Derick)
* Fixed bug #35655 (whitespace following end of heredoc is lost). (Ilia)
* Fixed bug #35630 (strtotime() crashes on certain relative identifiers). (Ilia)
* Fixed bug #35629 (crash in http:// wrapper on multiple redirects). (Ilia)
* Fixed bug #35624 (strtotime() does not handle 3 character weekdays). (Ilia)
* Fixed bug #35612 (iis6 Access Violation crash). (Dmitry, alacn.uhahaa)
* Fixed bug #35594 (Multiple calls to getopt() may result in a crash). (rabbitt at gmail dot com, Ilia)
* Fixed bug #35571 (Fixed crash in Apache 2 SAPI when more then one php script is loaded via SSI include). (Ilia)
* Fixed bug #35570 (segfault when re-using soap client object). (Dmitry)
* Fixed bug #35558 (mktime() interpreting 3 digit years incorrectly). (Ilia)
* Fixed bug #35543 (php crash when calling non existing method of a class that extends PDO). (Tony)
* Fixed bug #35539 (typo in error message for ErrorException). (Tony)
* Fixed bug #35536 (mysql_field_type() doesn't handle NEWDECIMAL). (Tony)
* Fixed bug #35517 (mysql_stmt_fetch returns NULL on data truncation). (Georg)
* Fixed bug #35509 (string constant as array key has different behavior inside object). (Dmitry)
* Fixed bug #35508 (PDO fails when unknown fetch mode specified). (Tony)
* Fixed bug #35499 (strtotime() does not handle whitespace around the date string). (Ilia)
* Fixed bug #35496 (Crash in mcrypt_generic()/mdecrypt_generic() without proper init). (Ilia)
* Fixed bug #35490 (socket_sendto() unable to handle IPv6 addresses). (Tony)
* Fixed bug #35461 (Ming extension fails to compile with ming 0.3beta1). (Jani)
* Fixed bug #35437 (Segfault or Invalid Opcode 137/1/4). (Dmitry)
* Fixed bug #35470 (Assigning global using variable name from array doesn't function). (Dmitry)
* Fixed bug #35456 (+ 1 [time unit] format did not work). (Ilia)
* Fixed bug #35447 (xml_parse_into_struct() chokes on the UTF-8 BOM). (Rob)
* Fixed bug #35431 (PDO crashes when using LAZY fetch with fetchAll). (Wez)
* Fixed bug #35430 (PDO crashes on incorrect FETCH_FUNC use). (Tony)
* Fixed bug #35427 (str_word_count() handles '-' incorrectly). (Ilia)
* Fixed bug #35425 (idate() function ignores timezone settings). (Ilia)
* Fixed bug #35422 (strtotime() does not parse times with UTC as timezone). (Ilia)
* Fixed bug #35414 (strtotime() no longer works with ordinal suffix). (Ilia)
* Fixed bug #35410 (wddx_deserialize() doesn't handle large ints as keys properly). (Ilia)
* Fixed bug #35409 (undefined reference to 'rl_completion_matches'). (Jani)
* Fixed bug #35399 (Since fix of bug #35273 SOAP decoding of soapenc:base64binary fails). (Dmitry)
* Fixed bug #35393 (changing static protected members from outside the class, one more reference issue). (Dmitry)
* Fixed bug #35381 (ssl library is not initialized properly). (Alan)
* Fixed bug #35377 (PDO_SQLITE: undefined reference to "fdatasync"). (Nuno, Jani)
* Fixed bug #35373 (HP-UX "alias not allowed in this configuration"). (Dmitry)
* Fixed bug #35288 (iconv() function defined as libiconv()). (Nuno)
* Fixed bug #35103 (mysqli handles bad unsigned (big)int incorrectly).(Andrey)
* Fixed bug #35062 (socket_read() produces warnings on non blocking sockets). (Nuno, Ilia)
* Fixed bug #35028 (SimpleXML object fails FALSE test). (Marcus)
* Fixed bug #34729 (Crash in ZTS mode under Apache). (Dmitry, Zeev)
* Fixed bug #34429 (Output buffering cannot be turned off with FastCGI). (Dmitry, Ilya)
* Fixed bug #34359 (Possible crash inside fopen http wrapper). (Ilia, Sara, Nuno)
* Fixed bug #33789 (Many Problems with SunFuncs). (Derick)
* Fixed bug #33671 (sun_rise and sun_set don't return a GMT timestamp if one passes an offset). (Derick)
* Fixed bug #32820 (date_sunrise and date_sunset don't handle GMT offset well). (Derick)
* Fixed bug #31347 (is_dir and is_file (incorrectly) return true for any string greater then 255 characters). (Nuno, Ilia)
* Fixed bug #30937 (date_sunrise() & date_sunset() don't handle endless day/night at high latitudes). (Derick)
* Fixed bug #30760 (Remove MessageBox on win32 for E_CORE errors if display_startup_error is off). (Ilia)
* Fixed bug #29955 (mb_strtoupper() / lower() broken with Turkish encoding). (Rui)
* Fixed bug #28899 (mb_substr() and substr() behave differently when "mbstring.func_overload" is enabled). (Rui)
* Fixed bug #27678 (number_format() crashes with large numbers). (Marcus)


--------------------
"неправильная" подпись может быть находкой для шпионов

город: Город Афанет (траф)
Yandex.Деньги 4100151149425

#КартинкА#
Вернуться к началу страницы
 
+Цитировать сообщение
SiMM
сообщение Jan 31 2006, 20:42
Сообщение #5


PAUK-NET.RU TEAM
Иконка группы

Группа: Admin
Сообщений: 4,715
Регистрация: 11.7.2005
Из: ЮЗР
Пользователь №: 3



Цитата(LInfo @ Jan 31 2006, 20:24) *
Сам пропустил релиз этой версии:

Version 5.1.2
12-Jan-2006
Сегодня слить собирался, если траф до полуночи останется wink.gif
Вернуться к началу страницы
 
+Цитировать сообщение
Fad
сообщение Oct 24 2006, 23:22
Сообщение #6


Супер постер
Иконка группы

Группа: Local moder
Сообщений: 558
Регистрация: 15.9.2006
Из: Новочебоксарск
Пользователь №: 1,788



Хм-хм. Позабыли smile.gif

PHP 4.4.4 & PHP 5.1.5

PHP development team would like to announce the immediate availability of PHP 5.1.5 and 4.4.4.
The two releases address a series of security problems discovered since PHP 5.1.4 and 4.4.3, respectively. These include the following:

- Added missing safe_mode/open_basedir checks inside the error_log(), file_exists(), imap_open() and imap_reopen() functions.
- Fixed overflows inside str_repeat() and wordwrap() functions on 64bit systems.
- Fixed possible open_basedir/safe_mode bypass in cURL extension and on PHP 5.1.5 with realpath cache.
- Fixed overflow in GD extension on invalid GIF images.
- Fixed a buffer overflow inside sscanf() function.
- Fixed an out of bounds read inside stripos() function.
- Fixed memory_limit restriction on 64 bit system.

http://www.php.net/ChangeLog-5.php#5.1.5 - полный changelog 5.1.5
http://www.php.net/ChangeLog-4.php#4.4.4 - полный changelog 4.4.4
Вернуться к началу страницы
 
+Цитировать сообщение
SiMM
сообщение Oct 25 2006, 07:08
Сообщение #7


PAUK-NET.RU TEAM
Иконка группы

Группа: Admin
Сообщений: 4,715
Регистрация: 11.7.2005
Из: ЮЗР
Пользователь №: 3



5.1.6 последняя...
[24-Aug-2006] The PHP development team would like to announce the immediate availability of PHP 5.1.6. This release contains a fix for memory_limit restriction on 64 bit systems that was not included in PHP 5.1.5.
http://www.php.net/ChangeLog-5.php#5.1.6
  • Fixed memory_limit on 64bit systems. (Stefan E.)
  • Fixed bug #38488 (Access to "php://stdin" and family crashes PHP on win32). (Dmitry)
Вернуться к началу страницы
 
+Цитировать сообщение
JoNy202
сообщение Nov 15 2006, 03:50
Сообщение #8


PAUK.NET.RU TEAM
Иконка группы

Группа: Admin
Сообщений: 1,672
Регистрация: 11.7.2005
Из: Чебоксары
Пользователь №: 1



5.2.0 Released

[02-Nov-2006] The PHP development team is proud to announce the immediate release of PHP 5.2.0. This release is a major improvement in the 5.X series, which includes a large number of new features, bug fixes and security

http://www.php.net/ChangeLog-5.php#5.2.0


--------------------
Вернуться к началу страницы
 
+Цитировать сообщение
LInfo
сообщение Nov 19 2006, 13:30
Сообщение #9


Супер постер
*****

Группа: Posters
Сообщений: 575
Регистрация: 17.11.2005
Из: AfaNet
Пользователь №: 132



php 5.2.0

http://afanet.cheb.ru/?do=soft&cat=16&soft=240


--------------------
"неправильная" подпись может быть находкой для шпионов

город: Город Афанет (траф)
Yandex.Деньги 4100151149425

#КартинкА#
Вернуться к началу страницы
 
+Цитировать сообщение

ОтветитьСоздать новую тему
1 чел. читают эту тему (гостей: 1, скрытых пользователей: 0)
Пользователей: 0

 



RSS Текстовая версия Сейчас: 28th April 2024 - 01:55