]>
granicus.if.org Git - php/log
<changelog@php.net> [Sun, 1 Feb 2009 01:32:43 +0000 (01:32 +0000)]
ChangeLog update
Felipe Pena [Sat, 31 Jan 2009 19:23:16 +0000 (19:23 +0000)]
- Fixed bug #47255 (Typo in php.ini files)
Kalle Sommer Nielsen [Sat, 31 Jan 2009 15:27:11 +0000 (15:27 +0000)]
Fix arginfo for imagefilter()
<changelog@php.net> [Sat, 31 Jan 2009 01:32:35 +0000 (01:32 +0000)]
ChangeLog update
Stanislav Malyshev [Fri, 30 Jan 2009 21:45:17 +0000 (21:45 +0000)]
fix bug #14562
Felipe Pena [Fri, 30 Jan 2009 14:49:46 +0000 (14:49 +0000)]
- Fix test
Felipe Pena [Fri, 30 Jan 2009 14:35:22 +0000 (14:35 +0000)]
- WS, CS
- Added missing param. checking
- Fixed type for 'l'
<changelog@php.net> [Fri, 30 Jan 2009 01:36:34 +0000 (01:36 +0000)]
ChangeLog update
Felipe Pena [Fri, 30 Jan 2009 00:16:12 +0000 (00:16 +0000)]
- Year++
Scott MacVicar [Thu, 29 Jan 2009 23:01:40 +0000 (23:01 +0000)]
MFB Fix bug #47245 - Double free in mb_detect_encoding()
<changelog@php.net> [Thu, 29 Jan 2009 01:43:26 +0000 (01:43 +0000)]
ChangeLog update
Felipe Pena [Thu, 29 Jan 2009 00:36:25 +0000 (00:36 +0000)]
- Added arginfo
Nuno Lopes [Wed, 28 Jan 2009 23:20:26 +0000 (23:20 +0000)]
MFB: turn the offset parameter of mmap() back to 0
Felipe Pena [Wed, 28 Jan 2009 22:43:25 +0000 (22:43 +0000)]
- Fix build
Nuno Lopes [Wed, 28 Jan 2009 22:40:36 +0000 (22:40 +0000)]
MFB: fix bug #47229: preg_quote should escape '-'
Johannes Schlüter [Wed, 28 Jan 2009 22:35:06 +0000 (22:35 +0000)]
- Add .cvsignore
Antony Dovgal [Wed, 28 Jan 2009 12:58:50 +0000 (12:58 +0000)]
fix test
Pierre Joye [Wed, 28 Jan 2009 10:33:14 +0000 (10:33 +0000)]
- MFB: fix build
Pierre Joye [Wed, 28 Jan 2009 10:32:45 +0000 (10:32 +0000)]
- MFB: sync 5.3
<changelog@php.net> [Wed, 28 Jan 2009 01:34:16 +0000 (01:34 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 27 Jan 2009 21:59:46 +0000 (21:59 +0000)]
MFB: improved parameter parsing
Johannes Schlüter [Tue, 27 Jan 2009 15:35:22 +0000 (15:35 +0000)]
- Fix mysqli pconnects to properly reset connection status by default
Derick Rethans [Tue, 27 Jan 2009 13:44:38 +0000 (13:44 +0000)]
- Elevate no-tz setting made from E_STRICT to E_WARNING.
#- [DOC]
<changelog@php.net> [Tue, 27 Jan 2009 01:39:29 +0000 (01:39 +0000)]
ChangeLog update
andy wharmby [Mon, 26 Jan 2009 22:27:06 +0000 (22:27 +0000)]
Split-ip var_export.phpt and add new error tests. Tested on Windows, Linux and Linux 64 bit
Rob Richards [Mon, 26 Jan 2009 19:10:09 +0000 (19:10 +0000)]
fix bug #47220 (segfault in dom_document_parser in recovery mode)
Ilia Alshanetsky [Mon, 26 Jan 2009 15:21:49 +0000 (15:21 +0000)]
MFB: Fixed bug #47217 (content-type is not set properly for file uploads)
Etienne Kneuss [Mon, 26 Jan 2009 11:37:46 +0000 (11:37 +0000)]
Improve spl_object_hash()
Dmitry Stogov [Mon, 26 Jan 2009 11:20:22 +0000 (11:20 +0000)]
Fixed bug #46419 (Elements of associative arrays with NULL value are lost)
<changelog@php.net> [Mon, 26 Jan 2009 01:41:00 +0000 (01:41 +0000)]
ChangeLog update
Antony Dovgal [Sun, 25 Jan 2009 23:26:30 +0000 (23:26 +0000)]
use example.com instead of real domain name
Antony Dovgal [Sun, 25 Jan 2009 23:02:18 +0000 (23:02 +0000)]
ifdef -> if
Antony Dovgal [Sun, 25 Jan 2009 22:33:19 +0000 (22:33 +0000)]
do not define CURLE_SSH twice
andy wharmby [Sun, 25 Jan 2009 22:16:37 +0000 (22:16 +0000)]
Split is_callable test. Test on Windows, Linux and Linux 64 bit
Ilia Alshanetsky [Sun, 25 Jan 2009 18:27:58 +0000 (18:27 +0000)]
MFB: Improved fix for bug #47174 & added a test
Pierre Joye [Sun, 25 Jan 2009 17:12:22 +0000 (17:12 +0000)]
- nicer features list
Pierre Joye [Sun, 25 Jan 2009 16:27:25 +0000 (16:27 +0000)]
- [DOC] Add support for SSH via libssh2
- new constants: CURLE_SSH, CURLSSH_AUTH_NONE, CURLSSH_AUTH_PUBLICKEY, CURLSSH_AUTH_PASSWORD, CURLSSH_AUTH_HOST, CURLSSH_AUTH_KEYBOARD, CURLSSH_AUTH_DEFAULT, CURLOPT_SSH_AUTH_TYPES, CURLOPT_KEYPASSWD, CURLOPT_SSH_PUBLIC_KEYFILE, CURLOPT_SSH_PRIVATE_KEYFILE, CURLOPT_SSH_HOST_PUBLIC_KEY_MD5
See http://curl.haxx.se/libcurl/c/curl_easy_setopt.html fortheir roles or usages
Pierre Joye [Sun, 25 Jan 2009 16:22:44 +0000 (16:22 +0000)]
- MFB:
- update check for libs
- add HAVE_CURL_EASY_STRERROR, HAVE_CURL_MULTI_STRERROR, HAVE_CURL_VERSION_INFO
David Soria Parra [Sun, 25 Jan 2009 14:01:01 +0000 (14:01 +0000)]
Fix compiler warning. munmap expects a void pointer.
David Soria Parra [Sun, 25 Jan 2009 13:39:16 +0000 (13:39 +0000)]
Fix WS
Sebastian Bergmann [Sun, 25 Jan 2009 11:07:19 +0000 (11:07 +0000)]
Patch by David Soria Parra <dsp@php.net>.
Zoe Slattery [Sun, 25 Jan 2009 11:03:15 +0000 (11:03 +0000)]
added INI settings
<changelog@php.net> [Sun, 25 Jan 2009 01:39:26 +0000 (01:39 +0000)]
ChangeLog update
Antony Dovgal [Sat, 24 Jan 2009 22:02:13 +0000 (22:02 +0000)]
expect -> expectf
Antony Dovgal [Sat, 24 Jan 2009 22:01:24 +0000 (22:01 +0000)]
fix test
Antony Dovgal [Sat, 24 Jan 2009 13:09:13 +0000 (13:09 +0000)]
fix build
andy wharmby [Sat, 24 Jan 2009 12:47:36 +0000 (12:47 +0000)]
New get_extension_funcs() and getrusage() tests. Tested on Windows, Linux and Linux 64 bit
Scott MacVicar [Sat, 24 Jan 2009 12:17:30 +0000 (12:17 +0000)]
Forgot test for the last commit
Scott MacVicar [Sat, 24 Jan 2009 12:16:57 +0000 (12:16 +0000)]
Add blobOpen method for reading SQlite3 blobs via streams.
<changelog@php.net> [Sat, 24 Jan 2009 01:37:39 +0000 (01:37 +0000)]
ChangeLog update
andy wharmby [Fri, 23 Jan 2009 23:49:40 +0000 (23:49 +0000)]
Make test more robust; avoid hangs if fsockopen() fails. Tested on Windows, Linux and Linux 64 bit
andy wharmby [Fri, 23 Jan 2009 23:31:52 +0000 (23:31 +0000)]
New gzuncompress() test.Tested on WIndows, Linux and Linux 64 bit
andy wharmby [Fri, 23 Jan 2009 20:23:32 +0000 (20:23 +0000)]
Fix tests. Add missing SKIPIF. Tested on Windows, Linux and Linux 64
Dave Kelsey [Fri, 23 Jan 2009 18:56:55 +0000 (18:56 +0000)]
deleted invalid test.
Dave Kelsey [Fri, 23 Jan 2009 17:12:15 +0000 (17:12 +0000)]
added some mail tests. Tested on windows, linux and linux 64bit
Kalle Sommer Nielsen [Fri, 23 Jan 2009 15:48:58 +0000 (15:48 +0000)]
Windows support for stream_socket_pair(), by moving the socketpair() implementation from ext/sockets to win32/
Dave Kelsey [Fri, 23 Jan 2009 15:34:26 +0000 (15:34 +0000)]
various network tests. tested on windows, linux, linux 64 bit
Zoe Slattery [Fri, 23 Jan 2009 15:29:22 +0000 (15:29 +0000)]
IMAP fetchheader tests
andy wharmby [Fri, 23 Jan 2009 11:18:37 +0000 (11:18 +0000)]
Fix names of new image files.
Zoe Slattery [Fri, 23 Jan 2009 09:41:48 +0000 (09:41 +0000)]
fix tests
Zoe Slattery [Fri, 23 Jan 2009 09:21:25 +0000 (09:21 +0000)]
fix tests
<changelog@php.net> [Fri, 23 Jan 2009 01:36:02 +0000 (01:36 +0000)]
ChangeLog update
andy wharmby [Thu, 22 Jan 2009 22:59:58 +0000 (22:59 +0000)]
New image tests. Tested on WIndows, Linux and Linux 64 bit
Zoe Slattery [Thu, 22 Jan 2009 22:01:04 +0000 (22:01 +0000)]
fixed tests
Johannes Schlüter [Thu, 22 Jan 2009 21:56:46 +0000 (21:56 +0000)]
Fix tests
Johannes Schlüter [Thu, 22 Jan 2009 20:57:32 +0000 (20:57 +0000)]
- Export mysql_refresh to mysqli (mysqli_refresh(), $mysqli->refresh())
Zoe Slattery [Thu, 22 Jan 2009 20:51:54 +0000 (20:51 +0000)]
Fixed test
Dave Kelsey [Thu, 22 Jan 2009 20:49:48 +0000 (20:49 +0000)]
fstat tests. tested on windows, linux and linux 64 bit
andy wharmby [Thu, 22 Jan 2009 18:47:47 +0000 (18:47 +0000)]
New date tests for getdate() and gmstrftime(). Tested on WIndows, Linux and Linux 64 bit
Ilia Alshanetsky [Thu, 22 Jan 2009 14:41:15 +0000 (14:41 +0000)]
MFB: Fixed execution condition
Dave Kelsey [Thu, 22 Jan 2009 14:14:54 +0000 (14:14 +0000)]
final collection of zlib tests. tested on linux, windows and linux 64 bit
andy wharmby [Thu, 22 Jan 2009 14:11:14 +0000 (14:11 +0000)]
New basic time()and microtime() tests. Tested on Windows, Linux and Linux 64 bit
andy wharmby [Thu, 22 Jan 2009 13:50:48 +0000 (13:50 +0000)]
Fix test after #46732 fix. Tested on WIndows, Linux and Linux 64 bit
andy wharmby [Thu, 22 Jan 2009 13:27:33 +0000 (13:27 +0000)]
New image tests. Tested on Windows, LInux and Linux 64 bit
Zoe Slattery [Thu, 22 Jan 2009 10:51:02 +0000 (10:51 +0000)]
added .project to the cvs ignore file
Zoe Slattery [Thu, 22 Jan 2009 10:34:21 +0000 (10:34 +0000)]
Deleting a .project file
Dave Kelsey [Thu, 22 Jan 2009 07:57:04 +0000 (07:57 +0000)]
fixed subtle bugs regarding attempting to chdir, plus cleanup issues. improved tempnam test, removed hardcoded line number. tested on windows, linux and linux 64bit.
<changelog@php.net> [Thu, 22 Jan 2009 01:48:13 +0000 (01:48 +0000)]
ChangeLog update
Dave Kelsey [Wed, 21 Jan 2009 22:26:48 +0000 (22:26 +0000)]
correct minor mistakes in the php6 version of the zlib tests
Jani Taskinen [Wed, 21 Jan 2009 19:22:19 +0000 (19:22 +0000)]
- Fix typo
Dmitry Stogov [Wed, 21 Jan 2009 19:11:50 +0000 (19:11 +0000)]
Fixed realpath() behavior to support "c:dir" as "c:\dir", and "\dir" on UNC CWD
Ilia Alshanetsky [Wed, 21 Jan 2009 15:45:45 +0000 (15:45 +0000)]
MFB: Fixed bug #47174 (base64_decode() interprets pad char in mid string as
terminator)
Derick Rethans [Wed, 21 Jan 2009 15:24:58 +0000 (15:24 +0000)]
- Updated to version 2009.1 (2009a)
Dave Kelsey [Wed, 21 Jan 2009 15:24:11 +0000 (15:24 +0000)]
new tests for zlib extension, tested on windows, linux and linux64
andy wharmby [Wed, 21 Jan 2009 12:28:33 +0000 (12:28 +0000)]
New gzuncompress() test. php6 tets fails currentlly due to #47179. Tested on Windows, Linux and Linux 64 bit
andy wharmby [Wed, 21 Jan 2009 11:39:13 +0000 (11:39 +0000)]
New gzencode() test. php6 tets fails currentlly due to #47178. Tested on Windows, Linux and Linux 64 bit
Sanjay Mantoor [Wed, 21 Jan 2009 10:49:41 +0000 (10:49 +0000)]
New testcases for strftime function
<changelog@php.net> [Wed, 21 Jan 2009 01:35:50 +0000 (01:35 +0000)]
ChangeLog update
andy wharmby [Tue, 20 Jan 2009 23:37:49 +0000 (23:37 +0000)]
New gzinflate() error test. Tested on WIndows, Linux and Linux 64 bit
andy wharmby [Tue, 20 Jan 2009 23:19:47 +0000 (23:19 +0000)]
Fix SKIPIF logic
andy wharmby [Tue, 20 Jan 2009 22:54:39 +0000 (22:54 +0000)]
New stripcslashes() tests. Tested on Window, Linux and Linux 64 bit
Felipe Pena [Tue, 20 Jan 2009 20:02:37 +0000 (20:02 +0000)]
- Fixed bug #47087 (Second parameter of mssql_fetch_array() is ignored)
Ilia Alshanetsky [Tue, 20 Jan 2009 18:03:33 +0000 (18:03 +0000)]
MFB: Added an E_NOTICE when precision value is truncated
Felipe Pena [Tue, 20 Jan 2009 15:41:04 +0000 (15:41 +0000)]
- Fixed bug #47152 (gzseek/fseek using SEEK_END produces strange results)
andy wharmby [Tue, 20 Jan 2009 14:19:40 +0000 (14:19 +0000)]
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit
Dmitry Stogov [Tue, 20 Jan 2009 13:22:26 +0000 (13:22 +0000)]
Removed wrong warning message
Dmitry Stogov [Tue, 20 Jan 2009 11:23:04 +0000 (11:23 +0000)]
Fixed bug #47165 (Possible memory corruption when passing return value by reference)
Scott MacVicar [Tue, 20 Jan 2009 09:57:26 +0000 (09:57 +0000)]
Fix bug #47159 - Any SQLite3 statement prepared should be added to the freelist
Pierre Joye [Tue, 20 Jan 2009 01:41:19 +0000 (01:41 +0000)]
- MFB
- [DOC] add support for fnmatch() on Windows
- enable tests (pass)
Pierre Joye [Tue, 20 Jan 2009 01:37:17 +0000 (01:37 +0000)]
- add fnmatch() support on windows (C API), using the BSD implementation