O segundo candidato de lançamento do PHP 5.3.9 está disponível. A partir do rc1 nenhuma nova funcionalidade será mais incluída até o final da versão PHP 5.3.9, apenas correções de erros e de estabilidade. Faça Download: http://downloads.php.net/johannes/php-5.3.9RC2.tar.bz2
Lista de mudanças
Core:
- Fixed bug #60138 (GC crash with referenced array in RecursiveArrayIterator) (Dmitry).
- Fixed bug #60099 (__halt_compiler() works in braced namespaces). (Felipe)
- Fixed bug #55874 (GCC does not provide __sync_fetch_and_add on some archs). (klightspeed at netspace dot net dot au)
- Fixed bug #52624 (tempnam() by-pass open_basedir with nonnexistent directory). (Felipe)
- Fixed invalid free in call_user_method() function. (Felipe)
Zend Engine:
- Fixed bug #43200 (Interface implementation / inheritence not possible in abstract classes). (Felipe)
PHP-FPM SAPI:
- Fixed bug #60179 (php_flag and php_value does not work properly). (fat)
- Enhance error log when the primary script can't be open. FR #60199. (fat)
- Added .phar to default authorized extensions. (fat)
BCmath:
- Fixed bug #60377 (bcscale related crashes on 64bits platforms) (shm)
EXIF:
- Fixed bug #60150 (Integer overflow during the parsing of invalid exif header). (Stas, flolechaud at gmail dot com)
Fileinfo:
- Fixed possible memory leak in finfo_open(). (Felipe)
- Fixed memory leak when calling the Finfo constructor twice. (Felipe)
Intl:
- Fixed bug #60192 (SegFault wh/en Collator not constructed properly). (Florian)
- Fixed memory leak in several Intl locale functions. (Felipe)
Gd:
- Fixed bug #60160 (imagefill() doesn't work correctly for small images). (Florian)
Mbstring:
- Fixed possible crash in mb_ereg_search_init() using empty pattern. (Felipe)
MS SQL:
- Fixed bug #60267 (Compile failure with freetds 0.91). (Felipe)
OpenSSL:
- Fixed bug #60279 (Fixed NULL pointer dereference in stream_socket_enable_crypto, case when ssl_handle of session_stream is not initialized.) (shm)
Oracle Database extension (OCI8):
- Fixed bug #59985 (show normal warning text for OCI_NO_DATA). (Chris Jones)
Phar:
- Fixed bug #60261 (NULL pointer dereference in phar). (Felipe)
- Fixed bug #60164 (Stubs of a specific length break phar_open_from_fp scanning for __HALT_COMPILER). (Ralph Schindler)
Postgres:
- Fixed bug #60244 (pg_fetch_* functions do not validate that row param is >0). (Ilia)
SOAP
- Fixed bug #48216 (PHP Fatal error: SOAP-ERROR: Parsing WSDL: Extra content at the end of the doc, when server uses chunked transfer encoding with spaces after chunk size). (Dmitry)
- Fixed bug #44686 (SOAP-ERROR: Parsing WSDL with references). (Dmitry)
Tidy:
- Fixed bug #54682 (Tidy::diagnose() NULL pointer dereference). (Maksymilian Arciemowicz, Felipe)
Reflection:
- Fixed bug #60367 (Reflection and Late Static Binding). (Laruence)
0sem comentários ainda