Other changes to extensions
The following extensions can no longer be disabled during build configuration:
Changes in extension behaviour, and new features:
- Date and Time - The TZ environment variable is no longer used to guess the timezone
- cURL - cURL now supports SSH
- Network - dns_check_record() now returns an extra "entries" index, containing the TXT elements.
- Hash - The SHA-224 and salsa hash algorithms are now supported.
- mbstring - Now supports CP850 encoding.
- OCI8 - A call to oci_close() on a persistent connection, or a variable referencing a persistent connection going out of scope, will now roll back any uncommitted transaction. To avoid unexpected behavior, explicitly issue a commit or roll back as needed. The old behavior can be enabled with the INI directive oci8.old_oci_close_semantics. Database Resident Connection Pooling (DRCP) and Fast Application Notification (FAN) are now supported. Oracle External Authentication is now supported (except on Windows). The oci_bind_by_name() function now supports SQLT_AFC (aka the CHAR datatype).
- OpenSSL - OpenSSL digest and cipher functions are now supported. It is also now possible to access the internal values of DSA, RSA and DH keys.
- Session - Sessions will no longer store session-files in "/tmp" when open_basedir restrictions apply, unless "/tmp" is explicitly added to the list of allowed paths.
- SOAP Now supports sending user supplied HTTP headers.
- MySQLi Now supports persistent connections, by prepending the hostname with "p:".
- Image Processing and GD The "JPG Support" index returned from gd_info() has been renamed to "JPEG Support".
- Что нового в PHP 5.3.x ?
- Обратно несовместимые изменения
- Новые возможности
- Изменения в поддержке Windows
- Изменения в модулях SAPI
- Устаревшие функции и возможности в PHP 5.3.x
- Функции и возможности, которые ранее считались устаревшими, а теперь снова возвращены в PHP 5.3.x
- Новые параметры
- Новые функции
- Новые обертки потоков
- Новые фильтры потоков
- Новые константы классов
- Новые методы
- Новые расширения
- Удаленные расширения
- Другие изменения в расширениях
- Новые классы
- Новые глобальные константы
- Изменения в работе с INI-файлами
- Другие изменения
Коментарии
404 Not Found