]>
granicus.if.org Git - php/log
Ilia Alshanetsky [Tue, 3 Feb 2009 19:23:12 +0000 (19:23 +0000)]
MFB: Return empty string when recv() does not fetch any data
Greg Beaver [Tue, 3 Feb 2009 19:02:41 +0000 (19:02 +0000)]
MFB: Re-Fixed bug #46026 (bz2.decompress/zlib.inflate filter tries to decompress after end of stream)
Greg Beaver [Tue, 3 Feb 2009 18:29:46 +0000 (18:29 +0000)]
MFB: fix bug #47085:rename() returns true even if the file in PHAR does not exist
Greg Beaver [Tue, 3 Feb 2009 18:25:59 +0000 (18:25 +0000)]
MFB fix Bug #47265 (generating phar.phar fails because of safe_mode)
Etienne Kneuss [Tue, 3 Feb 2009 12:40:00 +0000 (12:40 +0000)]
Fix #47031 (Fix constants in example)
<changelog@php.net> [Tue, 3 Feb 2009 01:32:30 +0000 (01:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Mon, 2 Feb 2009 23:51:19 +0000 (23:51 +0000)]
MFB: Fixed bug #47282 (FILTER_VALIDATE_EMAIL is marking valid email
addresses as invalid)
Nuno Lopes [Mon, 2 Feb 2009 19:31:53 +0000 (19:31 +0000)]
regenerate
Nuno Lopes [Mon, 2 Feb 2009 19:25:30 +0000 (19:25 +0000)]
MFB: fix #46347
Felipe Pena [Mon, 2 Feb 2009 09:59:49 +0000 (09:59 +0000)]
- Fixed bug #47269 (Typo: SoapSlient instead of SoapClient)
Pierre Joye [Mon, 2 Feb 2009 09:49:57 +0000 (09:49 +0000)]
- define HAVE_SOCKLEN_T as it exists (vc6+)
Pierre Joye [Mon, 2 Feb 2009 09:49:41 +0000 (09:49 +0000)]
- silent compiler warning about socklen_t benign redefinition
Pierre Joye [Mon, 2 Feb 2009 08:47:09 +0000 (08:47 +0000)]
- fix build (use the same arginfo than the aliased func)
Moriyoshi Koizumi [Mon, 2 Feb 2009 04:52:00 +0000 (04:52 +0000)]
* Forgot to add the test.
Moriyoshi Koizumi [Mon, 2 Feb 2009 04:49:48 +0000 (04:49 +0000)]
- Fix bug #46843 (CP936 euro symbol is not converted properly)
<changelog@php.net> [Mon, 2 Feb 2009 01:32:23 +0000 (01:32 +0000)]
ChangeLog update
David Soria Parra [Sun, 1 Feb 2009 21:51:44 +0000 (21:51 +0000)]
Fix a typo
andy wharmby [Sun, 1 Feb 2009 19:29:29 +0000 (19:29 +0000)]
New set_magic_quotes() tests. Tested on Windows, Linux and linux 64
andy wharmby [Sun, 1 Feb 2009 19:17:46 +0000 (19:17 +0000)]
New php_uname() tests. Tested on Windows, Linux and linux 64
andy wharmby [Sun, 1 Feb 2009 18:55:24 +0000 (18:55 +0000)]
New get_defined_vars(), get_included_files(), get_magic_quotes() and getmypid() tests. Tested on Winows, Linux and Linux 64
andy wharmby [Sun, 1 Feb 2009 18:39:47 +0000 (18:39 +0000)]
New escapeshellarg() tests. Tested on Windows, Linux and Linux 64
andy wharmby [Sun, 1 Feb 2009 18:32:38 +0000 (18:32 +0000)]
New floatval() tests. Tested on Windows, Linux and Linux 64
<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