]> granicus.if.org Git - php/log
php
16 years agoFixed bug #46419 (Elements of associative arrays with NULL value are lost)
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)

16 years agoChangeLog update
<changelog@php.net> [Mon, 26 Jan 2009 01:41:00 +0000 (01:41 +0000)]
ChangeLog update

16 years agouse example.com instead of real domain name
Antony Dovgal [Sun, 25 Jan 2009 23:26:30 +0000 (23:26 +0000)]
use example.com instead of real domain name

16 years agoifdef -> if
Antony Dovgal [Sun, 25 Jan 2009 23:02:18 +0000 (23:02 +0000)]
ifdef -> if

16 years agodo not define CURLE_SSH twice
Antony Dovgal [Sun, 25 Jan 2009 22:33:19 +0000 (22:33 +0000)]
do not define CURLE_SSH twice

16 years agoSplit is_callable test. Test on Windows, Linux and Linux 64 bit
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

16 years agoMFB: Improved fix for bug #47174 & added a test
Ilia Alshanetsky [Sun, 25 Jan 2009 18:27:58 +0000 (18:27 +0000)]
MFB: Improved fix for bug #47174 & added a test

16 years ago- nicer features list
Pierre Joye [Sun, 25 Jan 2009 17:12:22 +0000 (17:12 +0000)]
- nicer features list

16 years ago- [DOC] Add support for SSH via libssh2
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

16 years ago- MFB:
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

16 years agoFix compiler warning. munmap expects a void pointer.
David Soria Parra [Sun, 25 Jan 2009 14:01:01 +0000 (14:01 +0000)]
Fix compiler warning. munmap expects a void pointer.

16 years agoFix WS
David Soria Parra [Sun, 25 Jan 2009 13:39:16 +0000 (13:39 +0000)]
Fix WS

16 years agoPatch by David Soria Parra <dsp@php.net>.
Sebastian Bergmann [Sun, 25 Jan 2009 11:07:19 +0000 (11:07 +0000)]
Patch by David Soria Parra <dsp@php.net>.

16 years agoadded INI settings
Zoe Slattery [Sun, 25 Jan 2009 11:03:15 +0000 (11:03 +0000)]
added INI settings

16 years agoChangeLog update
<changelog@php.net> [Sun, 25 Jan 2009 01:39:26 +0000 (01:39 +0000)]
ChangeLog update

16 years agoexpect -> expectf
Antony Dovgal [Sat, 24 Jan 2009 22:02:13 +0000 (22:02 +0000)]
expect -> expectf

16 years agofix test
Antony Dovgal [Sat, 24 Jan 2009 22:01:24 +0000 (22:01 +0000)]
fix test

16 years agofix build
Antony Dovgal [Sat, 24 Jan 2009 13:09:13 +0000 (13:09 +0000)]
fix build

16 years agoNew get_extension_funcs() and getrusage() tests. Tested on Windows, Linux and Linux...
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

16 years agoForgot test for the last commit
Scott MacVicar [Sat, 24 Jan 2009 12:17:30 +0000 (12:17 +0000)]
Forgot test for the last commit

16 years agoAdd blobOpen method for reading SQlite3 blobs via streams.
Scott MacVicar [Sat, 24 Jan 2009 12:16:57 +0000 (12:16 +0000)]
Add blobOpen method for reading SQlite3 blobs via streams.

16 years agoChangeLog update
<changelog@php.net> [Sat, 24 Jan 2009 01:37:39 +0000 (01:37 +0000)]
ChangeLog update

16 years agoMake test more robust; avoid hangs if fsockopen() fails. Tested on Windows, Linux...
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

16 years agoNew gzuncompress() test.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

16 years agoFix tests. Add missing SKIPIF. Tested on Windows, Linux and Linux 64
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

16 years agodeleted invalid test.
Dave Kelsey [Fri, 23 Jan 2009 18:56:55 +0000 (18:56 +0000)]
deleted invalid test.

16 years agoadded some mail tests. Tested on windows, linux and linux 64bit
Dave Kelsey [Fri, 23 Jan 2009 17:12:15 +0000 (17:12 +0000)]
added some mail tests. Tested on windows, linux and linux 64bit

16 years agoWindows support for stream_socket_pair(), by moving the socketpair() implementation...
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/

16 years agovarious network tests. tested on windows, linux, linux 64 bit
Dave Kelsey [Fri, 23 Jan 2009 15:34:26 +0000 (15:34 +0000)]
various network tests. tested on windows, linux, linux 64 bit

16 years agoIMAP fetchheader tests
Zoe Slattery [Fri, 23 Jan 2009 15:29:22 +0000 (15:29 +0000)]
IMAP fetchheader tests

16 years agoFix names of new image files.
andy wharmby [Fri, 23 Jan 2009 11:18:37 +0000 (11:18 +0000)]
Fix names of new image files.

16 years agofix tests
Zoe Slattery [Fri, 23 Jan 2009 09:41:48 +0000 (09:41 +0000)]
fix tests

16 years agofix tests
Zoe Slattery [Fri, 23 Jan 2009 09:21:25 +0000 (09:21 +0000)]
fix tests

16 years agoChangeLog update
<changelog@php.net> [Fri, 23 Jan 2009 01:36:02 +0000 (01:36 +0000)]
ChangeLog update

16 years agoNew image tests. Tested on WIndows, Linux and Linux 64 bit
andy wharmby [Thu, 22 Jan 2009 22:59:58 +0000 (22:59 +0000)]
New image tests. Tested on WIndows, Linux and Linux 64 bit

16 years agofixed tests
Zoe Slattery [Thu, 22 Jan 2009 22:01:04 +0000 (22:01 +0000)]
fixed tests

16 years agoFix tests
Johannes Schlüter [Thu, 22 Jan 2009 21:56:46 +0000 (21:56 +0000)]
Fix tests

16 years ago- Export mysql_refresh to mysqli (mysqli_refresh(), $mysqli->refresh())
Johannes Schlüter [Thu, 22 Jan 2009 20:57:32 +0000 (20:57 +0000)]
- Export mysql_refresh to mysqli (mysqli_refresh(), $mysqli->refresh())

16 years agoFixed test
Zoe Slattery [Thu, 22 Jan 2009 20:51:54 +0000 (20:51 +0000)]
Fixed test

16 years agofstat tests. tested on windows, linux and linux 64 bit
Dave Kelsey [Thu, 22 Jan 2009 20:49:48 +0000 (20:49 +0000)]
fstat tests. tested on windows, linux and linux 64 bit

16 years agoNew date tests for getdate() and gmstrftime(). Tested on WIndows, Linux and Linux...
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

16 years agoMFB: Fixed execution condition
Ilia Alshanetsky [Thu, 22 Jan 2009 14:41:15 +0000 (14:41 +0000)]
MFB: Fixed execution condition

16 years agofinal collection of zlib tests. tested on linux, windows and linux 64 bit
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

16 years agoNew basic time()and microtime() tests. Tested on Windows, Linux 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

16 years agoFix test after #46732 fix. 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

16 years agoNew image tests. 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

16 years agoadded .project to the cvs ignore file
Zoe Slattery [Thu, 22 Jan 2009 10:51:02 +0000 (10:51 +0000)]
added .project to the cvs ignore file

16 years agoDeleting a .project file
Zoe Slattery [Thu, 22 Jan 2009 10:34:21 +0000 (10:34 +0000)]
Deleting a .project file

16 years agofixed subtle bugs regarding attempting to chdir, plus cleanup issues. improved tempna...
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.

16 years agoChangeLog update
<changelog@php.net> [Thu, 22 Jan 2009 01:48:13 +0000 (01:48 +0000)]
ChangeLog update

16 years agocorrect minor mistakes in the php6 version of the zlib tests
Dave Kelsey [Wed, 21 Jan 2009 22:26:48 +0000 (22:26 +0000)]
correct minor mistakes in the php6 version of the zlib tests

16 years ago- Fix typo
Jani Taskinen [Wed, 21 Jan 2009 19:22:19 +0000 (19:22 +0000)]
- Fix typo

16 years agoFixed realpath() behavior to support "c:dir" as "c:\dir", and "\dir" on UNC CWD
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

16 years agoMFB: Fixed bug #47174 (base64_decode() interprets pad char in mid string as
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)

16 years ago- Updated to version 2009.1 (2009a)
Derick Rethans [Wed, 21 Jan 2009 15:24:58 +0000 (15:24 +0000)]
- Updated to version 2009.1 (2009a)

16 years agonew tests for zlib extension, tested on windows, linux and linux64
Dave Kelsey [Wed, 21 Jan 2009 15:24:11 +0000 (15:24 +0000)]
new tests for zlib extension, tested on windows, linux and linux64

16 years agoNew gzuncompress() test. php6 tets fails currentlly due to #47179. Tested on Windows...
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

16 years agoNew gzencode() test. php6 tets fails currentlly due to #47178. Tested on Windows...
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

16 years agoNew testcases for strftime function
Sanjay Mantoor [Wed, 21 Jan 2009 10:49:41 +0000 (10:49 +0000)]
New testcases for strftime function

16 years agoChangeLog update
<changelog@php.net> [Wed, 21 Jan 2009 01:35:50 +0000 (01:35 +0000)]
ChangeLog update

16 years agoNew gzinflate() error test. Tested on WIndows, Linux and Linux 64 bit
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

16 years agoFix SKIPIF logic
andy wharmby [Tue, 20 Jan 2009 23:19:47 +0000 (23:19 +0000)]
Fix SKIPIF logic

16 years agoNew stripcslashes() tests. Tested on Window, Linux and Linux 64 bit
andy wharmby [Tue, 20 Jan 2009 22:54:39 +0000 (22:54 +0000)]
New stripcslashes() tests. Tested on Window, Linux and Linux 64 bit

16 years ago- Fixed bug #47087 (Second parameter of mssql_fetch_array() is ignored)
Felipe Pena [Tue, 20 Jan 2009 20:02:37 +0000 (20:02 +0000)]
- Fixed bug #47087 (Second parameter of mssql_fetch_array() is ignored)

16 years agoMFB: Added an E_NOTICE when precision value is truncated
Ilia Alshanetsky [Tue, 20 Jan 2009 18:03:33 +0000 (18:03 +0000)]
MFB: Added an E_NOTICE when precision value is truncated

16 years ago- Fixed bug #47152 (gzseek/fseek using SEEK_END produces strange results)
Felipe Pena [Tue, 20 Jan 2009 15:41:04 +0000 (15:41 +0000)]
- Fixed bug #47152 (gzseek/fseek using SEEK_END produces strange results)

16 years agoNew vfprintf() tests. Tested on Window, Linux and Linux 64 bit
andy wharmby [Tue, 20 Jan 2009 14:19:40 +0000 (14:19 +0000)]
New vfprintf() tests. Tested on Window, Linux and Linux 64 bit

16 years agoRemoved wrong warning message
Dmitry Stogov [Tue, 20 Jan 2009 13:22:26 +0000 (13:22 +0000)]
Removed wrong warning message

16 years agoFixed bug #47165 (Possible memory corruption when passing return value by reference)
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)

16 years agoFix bug #47159 - Any SQLite3 statement prepared should be added to the freelist
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

16 years ago- MFB
Pierre Joye [Tue, 20 Jan 2009 01:41:19 +0000 (01:41 +0000)]
- MFB
 - [DOC] add support for fnmatch() on Windows
 - enable tests (pass)

16 years ago- add fnmatch() support on windows (C API), using the BSD implementation
Pierre Joye [Tue, 20 Jan 2009 01:37:17 +0000 (01:37 +0000)]
- add fnmatch() support on windows (C API), using the BSD implementation

16 years agoChangeLog update
<changelog@php.net> [Tue, 20 Jan 2009 01:35:43 +0000 (01:35 +0000)]
ChangeLog update

16 years ago- Added missing "return;"
Felipe Pena [Tue, 20 Jan 2009 00:40:16 +0000 (00:40 +0000)]
- Added missing "return;"

16 years agoFix bug #47145 - As soon as sqlite3_step is called on a statement it always must...
Scott MacVicar [Tue, 20 Jan 2009 00:24:05 +0000 (00:24 +0000)]
Fix bug #47145 - As soon as sqlite3_step is called on a statement it always must be finalised.

16 years agoMFB Fixed bug #47141 - Unable to fetch error messages after the database can't be...
Scott MacVicar [Mon, 19 Jan 2009 22:45:29 +0000 (22:45 +0000)]
MFB Fixed bug #47141 - Unable to fetch error messages after the database can't be opened.

16 years agoMFB: Fixed bug #47131 (SOAP Extension ignores "user_agent" ini setting).
Ilia Alshanetsky [Mon, 19 Jan 2009 21:58:13 +0000 (21:58 +0000)]
MFB: Fixed bug #47131 (SOAP Extension ignores "user_agent" ini setting).

16 years agoFix apache2handler under Apache 2.3.0-alpha
Scott MacVicar [Mon, 19 Jan 2009 19:31:45 +0000 (19:31 +0000)]
Fix apache2handler under Apache 2.3.0-alpha

16 years agoFix #47149. Remove check for script_filename = path_translated, as this the actual...
David Soria Parra [Mon, 19 Jan 2009 18:16:52 +0000 (18:16 +0000)]
Fix #47149. Remove check for script_filename = path_translated, as this the actual value that we get from apache.

16 years agoNew substr_replace() and unpack() error tests. Tested on Windows, Linux and Linux...
andy wharmby [Mon, 19 Jan 2009 17:13:17 +0000 (17:13 +0000)]
New substr_replace() and unpack() error tests. Tested on Windows, Linux and Linux 64 bit.

16 years agobump up and use IMAGE_FILTER_MAX_ARGS instead of a magic number.
Takeshi Abe [Mon, 19 Jan 2009 16:35:40 +0000 (16:35 +0000)]
bump up and use IMAGE_FILTER_MAX_ARGS instead of a magic number.

16 years agofixing the test to expect PHP6 and PHP53 behaviour
Zoe Slattery [Mon, 19 Jan 2009 16:15:17 +0000 (16:15 +0000)]
fixing the test to expect PHP6 and PHP53 behaviour

16 years agoNew vprintf() tests. Tested on Windows, Linux and Linux 64 bit.
andy wharmby [Mon, 19 Jan 2009 16:03:40 +0000 (16:03 +0000)]
New vprintf() tests. Tested on Windows, Linux and Linux 64 bit.

16 years agoNew strval() tests. Tested on Windows, Linux and Linux 64 bit.
andy wharmby [Mon, 19 Jan 2009 15:54:45 +0000 (15:54 +0000)]
New strval() tests. Tested on Windows, Linux and Linux 64 bit.

16 years agoNew tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows...
andy wharmby [Mon, 19 Jan 2009 15:46:36 +0000 (15:46 +0000)]
New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit

16 years agofixed the bug of libgd #191 (A circle becomes square)
Takeshi Abe [Mon, 19 Jan 2009 15:41:15 +0000 (15:41 +0000)]
fixed the bug of libgd #191 (A circle becomes square)

16 years agonew tests for zlib extension, tested on windows, linux and linux64
Dave Kelsey [Mon, 19 Jan 2009 14:03:19 +0000 (14:03 +0000)]
new tests for zlib extension, tested on windows, linux and linux64

16 years agofix memleaks in sscanf()
Antony Dovgal [Mon, 19 Jan 2009 09:52:14 +0000 (09:52 +0000)]
fix memleaks in sscanf()

16 years ago- include php win32's time.h
Pierre Joye [Mon, 19 Jan 2009 02:31:18 +0000 (02:31 +0000)]
- include php win32's time.h

16 years ago- add HAVE_NANOSLEEP
Pierre Joye [Mon, 19 Jan 2009 02:30:18 +0000 (02:30 +0000)]
- add HAVE_NANOSLEEP

16 years ago- add nanosleep
Pierre Joye [Mon, 19 Jan 2009 02:29:24 +0000 (02:29 +0000)]
- add nanosleep
- expose nanosleep and usleep
- [DOC] time_ nanosleep and time_ sleep_ until available on windows

16 years ago- [MFB] fix nts build
Pierre Joye [Mon, 19 Jan 2009 02:25:58 +0000 (02:25 +0000)]
- [MFB] fix nts build

16 years agoChangeLog update
<changelog@php.net> [Mon, 19 Jan 2009 01:32:36 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- Fixed bug #47048 (Segfault with new pg_meta_data)
Felipe Pena [Sun, 18 Jan 2009 23:49:11 +0000 (23:49 +0000)]
- Fixed bug #47048 (Segfault with new pg_meta_data)

16 years agoNew nl_langinfo(), number_format() and ord() tests. Tested on Windows. Linux and...
andy wharmby [Sun, 18 Jan 2009 22:51:00 +0000 (22:51 +0000)]
New nl_langinfo(), number_format() and ord()  tests. Tested on Windows. Linux and Linux 64 bit

16 years agoNew hebrev() and hebrevc() tests. Tested on Windows. Linux and Linux 64 bit
andy wharmby [Sun, 18 Jan 2009 21:59:36 +0000 (21:59 +0000)]
New hebrev() and hebrevc()  tests. Tested on Windows. Linux and Linux 64 bit

16 years agoNew sha1f() tests. Tested on Windows. Linux and Linux 64 bit
andy wharmby [Sun, 18 Jan 2009 19:37:43 +0000 (19:37 +0000)]
New sha1f() tests. Tested on Windows. Linux and Linux 64 bit

16 years agoMFB: Upgraded bundled sqlite3 to 3.6.10
Ilia Alshanetsky [Sun, 18 Jan 2009 18:03:36 +0000 (18:03 +0000)]
MFB: Upgraded bundled sqlite3 to 3.6.10

16 years agoNew sscanf() tests. Tested on Windows. Linux and Linux 64 bit
andy wharmby [Sun, 18 Jan 2009 14:40:25 +0000 (14:40 +0000)]
New sscanf() tests. Tested on Windows. Linux and Linux 64 bit

16 years agoNew explode() tests. Tested on Windows. Linux and Linux 64 bit
andy wharmby [Sun, 18 Jan 2009 14:34:15 +0000 (14:34 +0000)]
New explode() tests. Tested on Windows. Linux and Linux 64 bit