todo:php531

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
todo:php531 [2009/09/29 14:26] pajoyetodo:php531 [2009/10/10 09:36] pajoye
Line 1: Line 1:
 ====== Todo 5.3.1 ====== ====== Todo 5.3.1 ======
 +
 +Updated list for merged, approved or rejected patches can be seen [[todo/php531/log|here]].
 +
 +===== PHP_5_3 commits since 5.3.1 branching ====
 +
 +^# ^author ^date ^msg ^merge^comment^
 +|[[http://svn.php.net/viewvc?view=revision&revision=288028|288028]]|pajoye|2009-09-04T06:59:08.269398Z|- be sure that we use the user token by default (Christian Wenz)|y||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288034|288034]]|srinatar|2009-09-04T07:59:48.702767Z|- Fixed bug #49447 (php engine need to correctly check for socket API |y||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288038|288038]]|jani|2009-09-04T11:02:40.242591Z|I have no idea. This might or might not fix a bug in some branch. At least it wo| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288067|288067]]|pajoye|2009-09-04T19:53:39.298845Z|- #49464, fix build|y||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288081|288081]]|jani|2009-09-05T17:07:14.832961Z|- Fixed bug #49182 (PHP CGI always outputs the shebang line)| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288083|288083]]|pajoye|2009-09-05T17:35:26.749698Z|- fix #49274, filter_var does not accept object without a toString implementatio| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288085|288085]]|pajoye|2009-09-05T18:10:31.800207Z|- add test for #48746| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288087|288087]]|felipe|2009-09-05T18:22:16.941199Z|- Drop unused var| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288088|288088]]|pajoye|2009-09-05T19:00:05.696552Z|- don't hide early declaration| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288096|288096]]|pajoye|2009-09-05T21:16:05.640877Z|- don't hide previous declaration| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288109|288109]]|moriyoshi|2009-09-06T14:43:09.834693Z|- Fix leaks.|n|reverted in 288110|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288110|288110]]|pajoye|2009-09-06T15:56:58.326315Z|- revert last commit, breaks the build and needs test case(s)|n|revert for 288109|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288111|288111]]|felipe|2009-09-06T17:41:34.592802Z|- Fixed bug #49483 (preg_replace 'subject' parameter listed as optional)|y||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288116|288116]]|pajoye|2009-09-06T22:01:18.219937Z|- fix #40013, php_uname() doesnt return nodename (MFH)| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288117|288117]]|iliaa|2009-09-07T02:35:25.164727Z|Fixed bug #49470 (FILTER_SANITIZE_EMAIL allows disallowed characters).| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288132|288132]]|iliaa|2009-09-07T14:18:46.092400Z|Fixed tests| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288159|288159]]|derick|2009-09-08T14:03:53.976421Z|- Updated to version 2009.13 (2009m)|y||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288202|288202]]|uw|2009-09-09T17:03:03.752942Z|Next attempt to fix http://bugs.php.net/bug.php?id=48745. Patch by Andrey.| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288203|288203]]|uw|2009-09-09T17:10:29.929573Z|Tests for http://bugs.php.net/bug.php?id=49357 (libmysql only) . The simple fix  | | Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288204|288204]]|uw|2009-09-09T17:16:24.966967Z|Some extra test coverage for http://bugs.php.net/bug.php?id=48754 . | |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288208|288208]]|uw|2009-09-09T18:31:00.754008Z|Andrey fixed the bug but the test was somewhat borked. Fixing test.| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288215|288215]]|felipe|2009-09-10T01:20:42.379615Z|- Possible fix for bug #49344 on Windows (pdo_mssql fails to connect,throws PDOE| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288216|288216]]|iliaa|2009-09-10T02:15:08.553459Z|Fixed test| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288244|288244]]|jani|2009-09-10T15:05:34.566751Z|- Fix skips| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288246|288246]]|jani|2009-09-10T16:19:42.096103Z|- Simplified a bit and fixed possible memory corruption and definate leak.| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288260|288260]]|moriyoshi|2009-09-11T08:22:19.637231Z|- Fix bug #49528 (UTF-16 strings prefixed by BOM wrongly converted).| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288263|288263]]|uw|2009-09-11T12:16:56.289608Z|Fixing a crash which must have existed since PHP 5.0. At least the crash can be | ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288265|288265]]|uw|2009-09-11T12:28:47.121079Z|Stepping back to PHP 5.2.x and earlier logic of allocating even huge pieces of m| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288267|288267]]|uw|2009-09-11T13:38:47.721990Z|Fix for bug #49357  (MySQLi extension fails to recognize POINT (spatial) colums)| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288273|288273]]|moriyoshi|2009-09-11T21:26:18.001300Z|- Fix bug #49536 (mb_detect_encoding() returns incorrect results when strict_mod| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288274|288274]]|wharmby|2009-09-11T21:57:04.036733Z|Add missing SKIPIF| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288291|288291]]|iliaa|2009-09-13T13:14:11.112775Z|Fixed test| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288293|288293]]|felipe|2009-09-13T14:42:36.293548Z|- Fixed warnings (Kalle)| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288301|288301]]|moriyoshi|2009-09-14T04:11:29.020211Z|- Looks like bug #48697 has already been fixed in RC1.| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288329|288329]]|iliaa|2009-09-14T12:50:30.016856Z|Fixed certificate validation inside php_openssl_apply_verification_policy| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288339|288339]]|pajoye|2009-09-14T18:46:56.521316Z|- Fix #48746, improve fix to support all possible cases (see latest comment in t| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288345|288345]]|moriyoshi|2009-09-15T00:09:13.607009Z|- WS fix (spaces to tabs)| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288348|288348]]|pajoye|2009-09-15T15:47:06.452462Z|- #49253, add support for libcurl's CERTINFO option| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288351|288351]]|iliaa|2009-09-15T16:54:11.862306Z|Upgraded bundled sqlite to version 3.6.18.| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288354|288354]]|rasmus|2009-09-15T20:28:42.108501Z|Fix bug #49558| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288357|288357]]|wharmby|2009-09-15T21:44:08.223477Z|Fix SKIPIF sections| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288364|288364]]|jani|2009-09-16T06:56:37.466942Z|- What a mess..| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288378|288378]]|uw|2009-09-16T15:00:54.277518Z|Fix and tests for bug #49511 . mysqlnd and the MySQL Client Library (libmysql) u| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288379|288379]]|uw|2009-09-16T17:03:44.880933Z|Fix (by Andrey) and test for bug #49442 . Don't use efree() for memory allocated| |288411 is a part of this|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288380|288380]]|sebastian|2009-09-16T17:24:46.443481Z|Merge ReflectionMethod::setAccessible() to PHP 5.3.2, approved by Johannes.|n|New feature|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288384|288384]]|felipe|2009-09-16T18:01:10.675351Z|- Fixed ZTS build| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288393|288393]]|srinatar|2009-09-17T02:45:25.258058Z|- Fixed bug #49572 (use of C++ style comments causes build failure)| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288396|288396]]|uw|2009-09-17T07:11:25.887443Z|better coverage for mysqli_info| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288411|288411]]|andrey|2009-09-17T15:13:14.492384Z|MFH, a fix not included by the fix committed by Ulf.| |part of 288379|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288437|288437]]|andrey|2009-09-18T10:49:31.035791Z|MFH:Fix for bug#48754 mysql_close() crash php when no handle specified| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288439|288439]]|andrey|2009-09-18T14:33:08.405276Z|MFH:Fix for bug#48909 Segmentation fault in mysqli_stmt_execute| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288446|288446]]|bjori|2009-09-18T22:01:58.689670Z|Throw some credit around|y|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288447|288447]]|bjori|2009-09-18T22:26:44.314071Z|Fix typo in comment (danbrown)|y|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288448|288448]]|bjori|2009-09-18T23:06:21.300257Z|And now use proper colspanning|y|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288462|288462]]|pajoye|2009-09-19T20:54:34.851997Z|- fix ACL cache for read check| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288494|288494]]|kalle|2009-09-21T03:20:31.787988Z|Fix NEWS| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288509|288509]]|dmitry|2009-09-21T08:28:53.877981Z|Fixed tests| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288510|288510]]|uw|2009-09-21T08:36:14.899254Z|Fixing test - the standard test table will not accept NULL values for column id| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288511|288511]]|uw|2009-09-21T08:59:00.420829Z|Fixing test: references has to be collected even if the users disables the colle| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288514|288514]]|uw|2009-09-21T09:35:23.103962Z|Fixing mysqli_get_client_stats.phpt. More testing for MYSQLI_INIT_COMMAND| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288515|288515]]|dmitry|2009-09-21T09:52:19.642214Z|Fixed tests| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288516|288516]]|uw|2009-09-21T10:06:13.078845Z|Fixing mysqli_result_references_mysqlnd.php| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288517|288517]]|uw|2009-09-21T10:16:44.098392Z|Not nice but neither the MySQL Client Library not mysqlnd are supposed to detect| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288518|288518]]|dmitry|2009-09-21T11:22:13.377504Z|Fixed memory leak| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288519|288519]]|dmitry|2009-09-21T11:30:38.740058Z|Fixed tests| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288520|288520]]|dmitry|2009-09-21T11:38:14.817703Z|Fixed tests| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288522|288522]]|uw|2009-09-21T11:54:15.714883Z|Fixing test| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288523|288523]]|uw|2009-09-21T12:02:30.539296Z|Fixing test by calling it a known limit. We keept the test failing as a reminder| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288524|288524]]|dmitry|2009-09-21T13:01:17.666692Z|Fixed memleak in tests/lang/engine_assignExecutionOrder_001.phpt| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288531|288531]]|uw|2009-09-21T14:20:05.111677Z|Moving test code around to get test failures down without testing less. Users of| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288532|288532]]|dmitry|2009-09-21T14:32:20.746567Z|Fixed tests ("none" is an alias of "false" and it can't be used as a string valu| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288535|288535]]|dmitry|2009-09-21T15:23:25.637676Z|Fixed tests (removed irrelevant check which makes test to fail from time to time| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288537|288537]]|uw|2009-09-21T15:24:47.231000Z|Fixing test| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288541|288541]]|uw|2009-09-21T15:59:22.071789Z|Fixing test| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288546|288546]]|iliaa|2009-09-22T01:17:16.718907Z|Fixed build with older version of libcurl| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288547|288547]]|uw|2009-09-22T06:59:04.634278Z|Fixing test. Can't wait to see the new run-tests materialize for detecting skip | |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288548|288548]]|uw|2009-09-22T07:11:50.904206Z|Fixing test. There is nothing we can do about the MySQL Client Library allocate | |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288551|288551]]|dmitry|2009-09-22T07:54:06.607158Z|Fixed ext/spl/tests/arrayObject_magicMethods2.phpt| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288554|288554]]|dmitry|2009-09-22T08:22:29.784416Z|Fixed test (removed "bad" locale)| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288555|288555]]|uw|2009-09-22T08:42:44.372018Z|Fixing test| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288557|288557]]|jani|2009-09-22T09:41:39.067702Z|- Move tests in the right location| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288558|288558]]|dmitry|2009-09-22T10:15:10.809761Z|Fixed test (it failed from time to time because of very small timeouts)| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288562|288562]]|uw|2009-09-22T11:58:46.263621Z|Fixing test| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288565|288565]]|nlopess|2009-09-22T12:12:43.934351Z|spread some svn:ignore love| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288567|288567]]|nlopess|2009-09-22T12:30:21.902476Z|allow tests to pass when a random username is used.| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288571|288571]]|andrey|2009-09-22T13:59:29.970005Z|MFH: Fix handling of BIT fields in mysqli, when libmysql is used| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288575|288575]]|andrey|2009-09-22T14:44:11.185184Z|MFH:Check for the different types and create the| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288578|288578]]|dmitry|2009-09-22T14:52:47.527614Z|Fixed tests which fail from time to time because of race conditions ("echo" comm| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288580|288580]]|andrey|2009-09-22T15:08:11.212291Z|MFH:Fix handling of BIT fields for non-PS. We need| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288583|288583]]|uw|2009-09-22T15:31:35.848829Z|mysqlnd supports INIT_COMMAND and so we can add it to PDO_MYSQL @ mysqlnd| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288585|288585]]|felipe|2009-09-22T18:18:57.462403Z|- Fixed bug #49630 (imap_listscan function missing)| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288597|288597]]|iliaa|2009-09-23T00:18:32.125885Z|Fixed compiler warning| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288598|288598]]|felipe|2009-09-23T02:08:19.354954Z|- Fixed bug #49531 (CURLOPT_INFILESIZE sometimes causes warning "CURLPROTO_FILE | ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288603|288603]]|dmitry|2009-09-23T08:33:23.086404Z|Fixed compilation error| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288604|288604]]|dmitry|2009-09-23T10:25:54.209193Z|Fixed ext/standard/tests/streams/stream_get_contents_002.phpt| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288613|288613]]|moriyoshi|2009-09-23T15:22:47.013258Z|- Fixed bug #49354 (mb_strcut() cuts wrong length when offset is within a| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288629|288629]]|iliaa|2009-09-23T23:14:17.008352Z|Fixed unused var| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288638|288638]]|uw|2009-09-24T08:19:56.878940Z|Coverage for the OO variants of some functions| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288644|288644]]|uw|2009-09-24T09:40:24.600024Z|Fixing test| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288649|288649]]|tony2001|2009-09-24T10:43:13.934790Z|save LDFLAGS in EXTRA_LDFLAGS before unsetting| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288652|288652]]|rrichards|2009-09-24T12:40:59.475828Z|fix memleak| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288653|288653]]|uw|2009-09-24T12:51:03.618170Z|Proxying as many connect calls as possible to make testing of the compression pr| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288654|288654]]|rrichards|2009-09-24T13:18:22.225184Z|Fixed bug #49647 (DOMUserData does not exist)| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288676|288676]]|jani|2009-09-24T18:01:17.835457Z|- Fix the build issue with php_mysqlnd_config.h ending up in wrong build directo| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288677|288677]]|srinatar|2009-09-24T18:20:49.454373Z|- Fixed bug #49571 (CURLOPT_POSTREDIR not implemented).|n|New Feature|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288679|288679]]|iliaa|2009-09-24T18:59:28.718788Z|Make tempnam() return FALSE on error as documented| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288693|288693]]|jani|2009-09-24T22:40:15.118295Z|fn| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288705|288705]]|felipe|2009-09-25T01:46:58.183464Z|- Fixed mem leak| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288707|288707]]|felipe|2009-09-25T02:07:41.019355Z|- Fix test| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288741|288741]]|andrey|2009-09-25T10:37:44.738211Z|Fix possible crash when conn is NULL| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288743|288743]]|andrey|2009-09-25T10:52:29.951985Z|Fix error code checking for mysql_stmt_attr_set. There| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288745|288745]]|uw|2009-09-25T10:54:16.122276Z|Replacing MYSQL_TEST_COMPRESS env var with more generic MYSQL_TEST_CONNECT_FLAGS| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288746|288746]]|andrey|2009-09-25T10:55:06.935556Z|Remove unused variable| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288747|288747]]|uw|2009-09-25T10:56:17.662406Z|Large package to check how compression handles package queues.| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288749|288749]]|andrey|2009-09-25T11:38:19.519284Z|Fix a crash in the rare case when a persistent connection| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288784|288784]]|andrey|2009-09-25T12:25:54.343292Z|Fix mysqli_stmt_attr_set in libmysql mode.| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288793|288793]]|uw|2009-09-25T13:21:44.363008Z|Trying to respect time limit to please Andrey who must be using slooow hardware.| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288834|288834]]|rasmus|2009-09-26T00:53:59.795315Z|Refix bug #49558 as per bug #49676| ||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288848|288848]]|felipe|2009-09-26T16:54:08.967420Z|- Fixed tests| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288850|288850]]|felipe|2009-09-26T17:59:33.439873Z|- Fixed tests| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288875|288875]]|iliaa|2009-09-28T03:14:46.715825Z|Fixed test| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288892|288892]]|uw|2009-09-28T10:39:42.939659Z|Allow setting of default connection flags through the environment variable MYSQL| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288893|288893]]|uw|2009-09-28T10:42:36.464464Z|Fixing test| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288896|288896]]|rasmus|2009-09-28T13:29:53.659330Z|Fix for bug #49698|y|288907 belongs to this, too|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288907|288907]]|kalle|2009-09-28T15:07:37.944267Z|NEWS for Rasmus' bug fix|y|belongs to 288896|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288922|288922]]|rdohms|2009-09-28T22:57:41.613386Z|Adding tests for bug #49692 | |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288940|288940]]|rasmus|2009-09-29T13:56:51.056779Z|Fix date_sunrise/date_sunset tests| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288943|288943]]|rasmus|2009-09-29T14:02:50.915943Z|Add missing open_basedir check in posix_mkfifo|y||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288945|288945]]|rasmus|2009-09-29T14:14:02.381038Z|Fixed a safe_mode bypass in tempnam() identified by Grzegorz Stachowiak. |y||
 +|[[http://svn.php.net/viewvc?view=revision&revision=288946|288946]]|rdohms|2009-09-29T14:34:06.585880Z|Fixing tests for head and wrong SKIPIF blocks| |Tests only|
 +|[[http://svn.php.net/viewvc?view=revision&revision=288953|288953]]|uw|2009-09-29T16:37:50.106997Z|Fixing test| |Tests only|
 +
 +
 +==== Script to generate the above listing ===
 +<code>
 +<?php
 +# Run from within the PHP_5_3 branch directory, quick hack
 +
 +$log_xml = `svn log -r 288018:HEAD --xml`;
 +$sx = new SimpleXMLElement($log_xml);
 +
 +echo "^# ^author ^date ^msg ^merge^\n";
 +
 +foreach ($sx->logentry as  $v) {
 +        $msg = (string)$v->msg;
 +        $msg = substr(substr($msg, 0, strpos($msg."\n", "\n")), 0, 80);
 +        printf("|[[http://svn.php.net/viewvc?view=revision&revision=%1\$s|%1\$s]]|%2\$s|%3\$s|%4\$s|%5\$s|\n",
 +                (string)$v['revision'], $v->author, $v->date, $msg, '?');
 +}
 +</code>
  
 ===== Patches or bugs to merge to PHP_5_3_1 ===== ===== Patches or bugs to merge to PHP_5_3_1 =====
Line 10: Line 166:
 | | http://svn.php.net/viewvc?view=revision&revision=288945 | approved | | | http://svn.php.net/viewvc?view=revision&revision=288945 | approved |
 | #49688 | Unexpected change in strnatcasecmp | To be approved | | #49688 | Unexpected change in strnatcasecmp | To be approved |
 +| Pecl #16842 | http://svn.php.net/viewvc?view=revision&revision=289039 | To be approved |
 +| #49732 | Crashes in fileinfo when corrupted files are given (timestamp fails) | To be approved |
todo/php531.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1