分享
 
 
 

PHP 5.0.2 & PHP 4.39 版本更新

王朝php·作者佚名  2006-01-09
窄屏简体版  字體: |||超大  

PHP 5.0.2 & PHP 4.39 版本更新

PHP5 NEWS

|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

23 Sep 2004, PHP 5.0.2

- Added new boolean (fourth) parameter to array_slice() that turns on the

preservation of keys in the returned array. (Derick)

- Added the sorting flag SORT_LOCALE_STRING to the sort() functions which makes

them sort based on the current locale. (Derick)

- Added interface_exists() and make class_exists() only return true for real

classes. (Andrey)

- Added PHP_EOL constant that contains the OS way of representing newlines.

(Paul Hudson, Derick)

- Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory

exhaustion. (Andrei)

- Renamed SoapClient->__call() to SoapClinet->__soapCall(). (Dmitry)

- Fixed bug with raw_post_data not getting set (Brian)

- Fixed a file-descriptor leak with phpinfo() and other 'special' URLs (Zeev)

- Fixed bug #30209 (ReflectionClass::getMethod() lowercases attribute).

(Marcus)

- Fixed bug #30182 (SOAP module processing WSDL file dumps core). (Dmitry)

- Fixed bug #30045 (Cannot pass big integers (> 2147483647) in SOAP requests).

(Dmitry)

- Fixed bug #29985 (unserialize()/ __PHP_Incomplete_class does not report

correctly class name). (Marcus, Tony)

- Fixed bug #29945 (simplexml_load_file URL limitation 255 char). (Rob)

- Fixed bug #29873 (No defines around pcntl_*priority definitions). (Derick)

- Fixed bug #29844 (SOAP doesn't return the result of a valid SOAP request).

(Dmitry)

- Fixed bug #29842 (soapclient return null value). (Dmitry)

- Fixed bug #29839 (incorrect convert (xml:lang to lang)). (Dmitry)

- Fixed bug #29830 (SoapServer::setClass() should not export non-public

methods). (Dmitry)

- Fixed bug #29828 (Interfaces no longer work). (Marcus)

- Fixed bug #29821 (Fixed possible crashes in convert_uudecode() on invalid

data). (Ilia)

- Fixed bug #29808 (array_count_values() breaks with numeric strings). (Ilia)

- Fixed bug #29805 (HTTP Authentication Issues). (Uwe Schindler)

- Fixed bug #29795 (SegFault with Soap and Amazon's Web Services). (Dmitry)

- Fixed bug #29737 (ip2long should return -1 if IP is 255.255.255.255 and FALSE

on error). (Tony)

- Fixed bug #29711 (Changed ext/xml to default to UTF-8 output). (Rob)

- Fixed bug #29678 (opendir() with ftp:// wrapper segfaults if path does not

have trailing slash). (Ilia)

- Fixed bug #29657 (xml_* functions throw non descriptive error).

(Christian, Rob)

- Fixed bug #29656 (segfault on result and statement properties). (Georg)

- Fixed bug #29566 (foreach/string handling strangeness (crash)). (Dmitry)

- Fixed bug #29447 (Reflection API issues). (Marcus)

- Fixed bug #29296 (Added sslv2 and sslv3 transports). (Wez)

- Fixed bug #29283 (Invalid statement handle in mysqli on execute). (Georg)

- Fixed bug #29913 (parse_url() is now binary safe). (Ilia)

- Fixed bug #27994 (segfault with Soapserver when WSDL-Cache is enabled).

(Dmitry)

- Fixed bug #27791 (Apache 2.0 SAPI build against Apache 2 HEAD). (Joe Orton,

Derick)

- Fixed bug #26737 (private/protected properties not serialized when user

declared method __sleep() exists). E_NOTICE thrown when __sleep() returns

name of non-existing member. (Andrey, Curt)

PHP 4 NEWS

|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

22 Sep 2004, Version 4.3.9

- GPC input processing fixes (Stefano Di Paola, Rasmus, Stefan)

- Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory

exhaustion. (Andrei)

- Fixed bug with raw_post_data not getting set (Brian)

- Fixed a file-descriptor leak with phpinfo() and other 'special' URLs (Zeev)

- Rewritten UNIX and Windows install help files. (Documentation Team)

- Updated PCRE to provide better error handling in certain cases. (Andrei)

- NSAPI: added "bucket" parameter to list of non-php.ini-keys of php4_execute

for doing performance stats without warnings in server-log. (Uwe Schindler)

- Fixed leap year checking with idate(). (Christian Schneider, Derick)

- Fixed strip_tags() to correctly handle '\0' characters. (Stefan)

- Fixed funny forking effect in FastCGI when PHP_FCGI_CHILDREN was not set.

- Fixed bug #30050 (Possible crash inside php_shutdown_config()).

(Ilia, nw at softwarekombinat dot de)

- Fixed bug #29882 (isset crashes on arrays). (Marcus)

- Fixed bug #29753 (mcal_fetch_event() allows 2nd argument to be optional).

(Ilia, Vrana)

- Fixed bug #29727 (Added missing CURL authentication directives). (Ilia)

- Fixed bug #29719 (fgetcsv() has problem parsing strings ending with escaped

enclosures). (Ilia)

- Fixed bug #29607 (highlighting code with HEREDOC produces invalid output).

(Ilia)

- Fixed bug #29599 (domxml_error segfaults another apache module). (Rob)

- Fixed bug #29594 (Use PHP's own tmpfile() implementation). (Ilia)

- Fixed bug #29581 (Typo inside php.ini comments for mysql.trace_mode). (Ilia)

- Fixed bug #29493 (extract(array, EXTR_REFS) misbehaves with elements referred

twice or more times). (Moriyoshi)

- Fixed bug #29443 (Sanity check for wbmp detection). (Ilia)

- Fixed bug #29369 (Uploaded files with ' or " in their names get their names

truncated at those characters). (Ilia)

- Fixed bug #29349 (imagecreatefromstring() crashes with external GD library).

(Ilia, adconrad at debian dot org)

- Fixed bug #29333 (output_buffering+trans_sess_id can corrupt output). (Ilia)

- Fixed bug #29226 (ctype_* functions missing validation of numeric string

representations). (Ilia)

- Fixed bug #29209 (imap_fetchbody() doesn't check message index).

(Ilia, tony2001 at phpclub dot net)

- Fixed bug #29116 (Zend constant warning uses memory after free).

(Marcus, jdolecek at NetBSD dot org)

- Fixed bug #29114 (Potential double free in php_stat). (Sara)

- Fixed bug #29075 (strnatcmp() incorrectly handles whitespace).

(Curt, Ilia)

- Fixed bug #29049 (array sorting via user function/method does not

validate it). (Ilia)

- Fixed bug #29038 (extract() with EXTR_PREFIX_SAME prefixes empty strings).

(Andrey)

- Fixed bug #29034 (wordwrap() returns a boolean when passed empty string).

(Ilia)

- Fixed bug #28974 (overflow in array_slice(), array_splice(), substr,

substr_replace(), strspn(), strcspn()). (Andrey)

- Fixed bug #28897 (ibase: -1 returned as -0.000 for 64-bit scaled int). (Ard)

- Fixed bug #28879 (Implicit/Explicit array creation inconsistency when using

Resources, Arrays, or Objects as indices). (Sara)

- Fixed bug #28878 (Setting of inikey's in obj.conf fails). (Uwe Schindler)

- Fixed bug #28868 (Internal wrapper registry not thread safe). (Sara)

- Fixed bug #28818 (Apache 2 sapis do not export st_dev).

(xuefer at 21cn dot com, Ilia).

- Fixed bug #28800 (strings beginning with "inf" improperly converted). (Ilia)

- Fixed bug #28723 (Fixed mbstring config.m4 to work on OSes where test

command does not support -e parameter). (Ilia)

- Fixed bug #28692 (\0 in Authenticate header passed via safe_mode). (Ilia)

- Fixed bug #28670 (WWW-Authentication header mangling with PCRE in safe_mode

adds extra spaces). (Ilia)

- Fixed bug #28668 (glob() does not work with relative paths on Windows). (Ilia)

- Fixed bug #28649 (Proper glob() return value on Linux when there are no

matches). (Ilia)

- Fixed bug #28633 (sprintf incorrectly adding padding to floats). (Ilia)

- Fixed bug #28627 (When multiple MySQL links are used default link is leaked).

(gavin at ipalsoftware dot com, Ilia)

- Fixed bug #28525 (gmp_powm() does not work with hexadecimal string modulo

represented as a string). (pickett at sumu dot org, Ilia)

- Fixed bug #28512 (Allocate enough space to store MSSQL data). (Frank)

- Fixed bug #28466 (mbstring_convert_variables() array separation problem).

(Moriyoshi)

- Fixed bug #28175 (Allow bundled GD to compile against freetype 2.1.2).

(Elf, Ilia)

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有