]>
granicus.if.org Git - php/log
Ant Phillips [Tue, 2 Dec 2008 13:29:17 +0000 (13:29 +0000)]
Array tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
Pierre Joye [Tue, 2 Dec 2008 10:15:41 +0000 (10:15 +0000)]
- MFB: export php_scandir and php_alphasort correctly (used by APC for example)
<changelog@php.net> [Tue, 2 Dec 2008 01:32:21 +0000 (01:32 +0000)]
ChangeLog update
Johannes Schlüter [Mon, 1 Dec 2008 23:29:42 +0000 (23:29 +0000)]
- hash_insert was renamed in MySQL 5.0 so we can safely use recode and mysql
with recent libmysql versions [DOC]
Johannes Schlüter [Mon, 1 Dec 2008 21:20:27 +0000 (21:20 +0000)]
Fix mysql_fetch_* and tests after param parsing changes
Iain Lewis [Mon, 1 Dec 2008 17:10:14 +0000 (17:10 +0000)]
Adding tests for array_multisort
Felipe Pena [Mon, 1 Dec 2008 12:26:42 +0000 (12:26 +0000)]
- Fixed memory leak
Ant Phillips [Mon, 1 Dec 2008 12:26:36 +0000 (12:26 +0000)]
Exif tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
Ant Phillips [Mon, 1 Dec 2008 11:30:39 +0000 (11:30 +0000)]
DOM tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
Uwe Schindler [Mon, 1 Dec 2008 10:08:42 +0000 (10:08 +0000)]
remove unneeded includes (not needed since NSAPI 3.0, wich is very old). This is needed for cleanup of the windows build.
Dmitry Stogov [Mon, 1 Dec 2008 09:50:18 +0000 (09:50 +0000)]
Fixed bug #43069 (SoapClient causes 505 HTTP Version not supported error message)
<changelog@php.net> [Mon, 1 Dec 2008 01:32:28 +0000 (01:32 +0000)]
ChangeLog update
Pierre Joye [Mon, 1 Dec 2008 00:03:26 +0000 (00:03 +0000)]
- c/p fix, correct description
Pierre Joye [Mon, 1 Dec 2008 00:00:31 +0000 (00:00 +0000)]
- MFB: Enable fix fo #42862 (IMAP toolkit crash: rfc822.c legacy routine buffer overflow) on windows (we use the latest imap)
Pierre Joye [Sun, 30 Nov 2008 23:07:14 +0000 (23:07 +0000)]
- fix line ending
Ilia Alshanetsky [Sun, 30 Nov 2008 17:35:56 +0000 (17:35 +0000)]
MFB: Fixed bug #46711 (cURL curl_setopt leaks memory in foreach loops).
<changelog@php.net> [Sun, 30 Nov 2008 01:32:21 +0000 (01:32 +0000)]
ChangeLog update
Hannes Magnusson [Sun, 30 Nov 2008 00:22:52 +0000 (00:22 +0000)]
Fix arginfo
Hannes Magnusson [Sun, 30 Nov 2008 00:12:11 +0000 (00:12 +0000)]
Fixed proto
Uwe Schindler [Sat, 29 Nov 2008 23:43:43 +0000 (23:43 +0000)]
support stat cache of webserver (like apache does)
Uwe Schindler [Sat, 29 Nov 2008 19:57:23 +0000 (19:57 +0000)]
Some nsapi.h specific ifdefs unified & corrected
Uwe Schindler [Sat, 29 Nov 2008 19:36:40 +0000 (19:36 +0000)]
remove one stat call and replace by cached one
Sebastian Bergmann [Sat, 29 Nov 2008 15:58:30 +0000 (15:58 +0000)]
Fix #46718: ReflectionProperty::setValue() and ReflectionProperty::setAccessible().
Uwe Schindler [Sat, 29 Nov 2008 14:44:26 +0000 (14:44 +0000)]
- Implement the changes needed for http://news.php.net/php.cvs/54228
- Additionally implement flushing in NSAPI and fix some small things
<changelog@php.net> [Sat, 29 Nov 2008 01:32:19 +0000 (01:32 +0000)]
ChangeLog update
Stanislav Malyshev [Sat, 29 Nov 2008 00:47:51 +0000 (00:47 +0000)]
MFB: init BG(page_uid) and BG(page_gid)
Stanislav Malyshev [Sat, 29 Nov 2008 00:46:27 +0000 (00:46 +0000)]
MFB: init server context before config variables are processed
Johannes Schlüter [Fri, 28 Nov 2008 20:36:48 +0000 (20:36 +0000)]
Change to zend_parse_parameters
Johannes Schlüter [Fri, 28 Nov 2008 20:21:35 +0000 (20:21 +0000)]
New param parsing for ext/mysql
Matt Wilmas [Fri, 28 Nov 2008 19:05:42 +0000 (19:05 +0000)]
Updated description to match docs
Zoe Slattery [Fri, 28 Nov 2008 17:39:13 +0000 (17:39 +0000)]
Committing include files required for tests. Tests and bug reports to follow.
Felipe Pena [Fri, 28 Nov 2008 15:36:34 +0000 (15:36 +0000)]
- Fixed memory leaks in createFunction and createAggregate methods
Johannes Schlüter [Fri, 28 Nov 2008 14:37:43 +0000 (14:37 +0000)]
No infinite loop in case the connection broke
Dmitry Stogov [Fri, 28 Nov 2008 14:21:08 +0000 (14:21 +0000)]
Fixed bug #41534 (SoapClient over HTTPS fails to reestablish connection)
Jani Taskinen [Fri, 28 Nov 2008 13:23:04 +0000 (13:23 +0000)]
Last file..
Dmitry Stogov [Fri, 28 Nov 2008 11:57:11 +0000 (11:57 +0000)]
Fixed bug #46366 (bad cwd with / as pathinfo)
Ant Phillips [Fri, 28 Nov 2008 10:42:21 +0000 (10:42 +0000)]
Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
<changelog@php.net> [Fri, 28 Nov 2008 01:32:28 +0000 (01:32 +0000)]
ChangeLog update
Pierre Joye [Thu, 27 Nov 2008 21:57:15 +0000 (21:57 +0000)]
- fix build..
Scott MacVicar [Thu, 27 Nov 2008 21:11:51 +0000 (21:11 +0000)]
Move mhash extension registration code into the hash module startup. This allows extension_loaded('mhash'); to work.
Scott MacVicar [Thu, 27 Nov 2008 19:45:16 +0000 (19:45 +0000)]
Add asprintf, use regular system malloc and free and add checks in configure.in for the functions
Dmitry Stogov [Thu, 27 Nov 2008 19:02:45 +0000 (19:02 +0000)]
Fixed bug #46409 (__invoke method called outside of object context when using array_map)
Ilia Alshanetsky [Thu, 27 Nov 2008 17:03:22 +0000 (17:03 +0000)]
MFB: Fixed bug #46696 (cURL fails in upload files with specified
content-type)
Dmitry Stogov [Thu, 27 Nov 2008 14:50:06 +0000 (14:50 +0000)]
Fixed bug #44882 (SOAP extension object decoding bug)
Ant Phillips [Thu, 27 Nov 2008 14:49:14 +0000 (14:49 +0000)]
Directory tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
Ant Phillips [Thu, 27 Nov 2008 13:49:45 +0000 (13:49 +0000)]
Latest and greatest versions of these session tests - checked on 6.0 snap on Windows, Linux and Linux 64 bit.
Dmitry Stogov [Thu, 27 Nov 2008 11:25:52 +0000 (11:25 +0000)]
Fixed bug #46427 (SoapClient() stumbles over its "stream_context" parameter)
Scott MacVicar [Thu, 27 Nov 2008 08:40:58 +0000 (08:40 +0000)]
Update libsqlite to 3.6.6.2
Felipe Pena [Thu, 27 Nov 2008 02:16:56 +0000 (02:16 +0000)]
- New parameter parsing API
<changelog@php.net> [Thu, 27 Nov 2008 01:32:24 +0000 (01:32 +0000)]
ChangeLog update
Ant Phillips [Wed, 26 Nov 2008 17:48:41 +0000 (17:48 +0000)]
File system tests: checked on PHP 6.0 latest snap (Windows, Linux and Linux 64 bit) - there are quite a large number of failing test cases (all marked with an XFAIL section), they wiill have bugs raised to cover the issues real soon now...
Antony Dovgal [Wed, 26 Nov 2008 11:30:42 +0000 (11:30 +0000)]
fix test
Felipe Pena [Wed, 26 Nov 2008 10:16:30 +0000 (10:16 +0000)]
- New test
Arnaud Le Blanc [Wed, 26 Nov 2008 04:18:24 +0000 (04:18 +0000)]
Fixed bug #46673 (stream_lock call with wrong paramater)
Arnaud Le Blanc [Wed, 26 Nov 2008 04:08:07 +0000 (04:08 +0000)]
Missed file from commit for #44181 & #44182
Arnaud Le Blanc [Wed, 26 Nov 2008 02:57:32 +0000 (02:57 +0000)]
[DOC] Added ENT_IGNORE as a compatibility flag for htmlentities() and
htmlspecialchars() to skip multibyte sequences intead of returning an
empty string (as iconv's //IGNORE). These functions will still never
return an invalid or incomplete multibyte sequence.
Example: htmlspecialchars("...", ENT_QUOTES | ENT_COMPAT, "utf-8");
Arnaud Le Blanc [Wed, 26 Nov 2008 02:43:43 +0000 (02:43 +0000)]
MFB 5.2
<changelog@php.net> [Wed, 26 Nov 2008 01:32:21 +0000 (01:32 +0000)]
ChangeLog update
Arnaud Le Blanc [Wed, 26 Nov 2008 01:20:10 +0000 (01:20 +0000)]
Fixed bug #42473 (ob_start php://output and headers)
Arnaud Le Blanc [Wed, 26 Nov 2008 00:59:13 +0000 (00:59 +0000)]
Fixed bugs #44181 & #44182 (extract() and references)
(robin_fernandes at uk dot ibm dot com)
Ilia Alshanetsky [Tue, 25 Nov 2008 23:53:34 +0000 (23:53 +0000)]
MFB: Upgraded bundled sqlite to version 3.6.6.1.
Stanislav Malyshev [Tue, 25 Nov 2008 22:23:28 +0000 (22:23 +0000)]
cleanup
Arnaud Le Blanc [Tue, 25 Nov 2008 03:49:21 +0000 (03:49 +0000)]
Fixed endless loop in cli when ignore_user_abort is on
<changelog@php.net> [Tue, 25 Nov 2008 01:32:38 +0000 (01:32 +0000)]
ChangeLog update
Stanislav Malyshev [Tue, 25 Nov 2008 00:33:11 +0000 (00:33 +0000)]
MFB: fix php_value application order for Apache
Ilia Alshanetsky [Mon, 24 Nov 2008 21:23:53 +0000 (21:23 +0000)]
MFB: Fixed bug #46626 (mb_convert_case does not handle apostrophe correctly)
Arnaud Le Blanc [Mon, 24 Nov 2008 19:31:02 +0000 (19:31 +0000)]
*** empty log message ***
Stanislav Malyshev [Mon, 24 Nov 2008 19:24:09 +0000 (19:24 +0000)]
MFB: restore BC for arrays
Arnaud Le Blanc [Mon, 24 Nov 2008 19:21:20 +0000 (19:21 +0000)]
Fixed bug #44075 (strtok misbehaving on unicode string)
Stanislav Malyshev [Mon, 24 Nov 2008 19:18:34 +0000 (19:18 +0000)]
add object-compatible array modes
Stanislav Malyshev [Mon, 24 Nov 2008 19:17:24 +0000 (19:17 +0000)]
add object-compatible array parameters
Arnaud Le Blanc [Mon, 24 Nov 2008 19:16:51 +0000 (19:16 +0000)]
Fixed some conditional jumps depending on uninitialised value
Iain Lewis [Mon, 24 Nov 2008 17:36:44 +0000 (17:36 +0000)]
Adding some tests for array_product
David Soria Parra [Mon, 24 Nov 2008 15:35:03 +0000 (15:35 +0000)]
Revert fix for 43782, as it caused problems.
[DOC] We better document the issue at it is.
Sanjay Mantoor [Mon, 24 Nov 2008 11:05:02 +0000 (11:05 +0000)]
Fixed testcsae inputs so that test runs faster
<changelog@php.net> [Mon, 24 Nov 2008 01:32:23 +0000 (01:32 +0000)]
ChangeLog update
Arnaud Le Blanc [Sun, 23 Nov 2008 20:34:40 +0000 (20:34 +0000)]
Fixed bug #46649 (Setting array element with that same array produces
inconsistent results)
Felipe Pena [Sun, 23 Nov 2008 20:00:51 +0000 (20:00 +0000)]
- New parameter parsing API
<changelog@php.net> [Sun, 23 Nov 2008 01:32:17 +0000 (01:32 +0000)]
ChangeLog update
Pierre Joye [Sat, 22 Nov 2008 23:52:40 +0000 (23:52 +0000)]
- declaration first (fix build win)
Felipe Pena [Sat, 22 Nov 2008 15:44:07 +0000 (15:44 +0000)]
- Fixed segfault [only in this branch]
Scott MacVicar [Sat, 22 Nov 2008 15:43:34 +0000 (15:43 +0000)]
Patch file for sqlite3 amalgamation so things don't get missed.
Scott MacVicar [Sat, 22 Nov 2008 15:16:42 +0000 (15:16 +0000)]
Better fix for va_copy since some architectures like to do a deep copy.
David Coallier [Sat, 22 Nov 2008 14:50:00 +0000 (14:50 +0000)]
- Removed my duplicate news entry
Felipe Pena [Sat, 22 Nov 2008 14:41:21 +0000 (14:41 +0000)]
- Fixed segfault [only in this branch, because add_next_* are macro]
David Coallier [Sat, 22 Nov 2008 14:35:39 +0000 (14:35 +0000)]
- Added the fixed bug #46615
David Coallier [Sat, 22 Nov 2008 14:18:15 +0000 (14:18 +0000)]
- Return the key - 1
- Bug #46615
David Coallier [Sat, 22 Nov 2008 14:17:40 +0000 (14:17 +0000)]
- Added tests for bug #46615 (Adjustments)
Pierre Joye [Sat, 22 Nov 2008 13:46:17 +0000 (13:46 +0000)]
- MFB: Fix windows build
Pierre Joye [Sat, 22 Nov 2008 13:39:04 +0000 (13:39 +0000)]
- MFB: make va_copy safer using () around arguments
Scott MacVicar [Sat, 22 Nov 2008 12:39:13 +0000 (12:39 +0000)]
Fix build on Windows
Scott MacVicar [Sat, 22 Nov 2008 11:48:38 +0000 (11:48 +0000)]
Error handler isn't properly restored when using fetchObject() with SQLite
Scott MacVicar [Sat, 22 Nov 2008 11:04:26 +0000 (11:04 +0000)]
Update libsqlite to 3.6.6
Scott MacVicar [Sat, 22 Nov 2008 10:27:19 +0000 (10:27 +0000)]
Warnings from libmagic should be notices rather than sent to stderr, this fixes a test on Windows
<changelog@php.net> [Sat, 22 Nov 2008 01:32:12 +0000 (01:32 +0000)]
ChangeLog update
Felipe Pena [Fri, 21 Nov 2008 23:32:50 +0000 (23:32 +0000)]
- Fixed bug #46604 (ReflectionClass::getProperty() fails) [only in this branch]
Felipe Pena [Fri, 21 Nov 2008 22:55:38 +0000 (22:55 +0000)]
- Missing SKIPIF :(
Felipe Pena [Fri, 21 Nov 2008 22:26:49 +0000 (22:26 +0000)]
- Fixed memory leak in readline_callback_handler_remove()
Scott MacVicar [Fri, 21 Nov 2008 21:49:52 +0000 (21:49 +0000)]
Add vasprintf() so the buffer can be automatically calculated, you need to efree this when done though!
Felipe Pena [Fri, 21 Nov 2008 21:43:47 +0000 (21:43 +0000)]
- New tests