]> granicus.if.org Git - php/log
php
16 years agofix test
Antony Dovgal [Wed, 28 Jan 2009 12:58:59 +0000 (12:58 +0000)]
fix test

16 years agoImproved parameter parsing
Ilia Alshanetsky [Tue, 27 Jan 2009 21:59:30 +0000 (21:59 +0000)]
Improved parameter parsing

16 years ago- fix build
Pierre Joye [Tue, 27 Jan 2009 21:53:49 +0000 (21:53 +0000)]
- fix build

16 years ago- prevent redefinition
Pierre Joye [Tue, 27 Jan 2009 21:53:31 +0000 (21:53 +0000)]
- prevent redefinition

16 years agoMFH: Fix mysqli pconnects to properly reset connection status by default
Johannes Schlüter [Tue, 27 Jan 2009 15:35:34 +0000 (15:35 +0000)]
MFH: Fix mysqli pconnects to properly reset connection status by default

16 years agofix compile warning
Antony Dovgal [Tue, 27 Jan 2009 14:50:27 +0000 (14:50 +0000)]
fix compile warning

16 years ago- Fixed tests?
Derick Rethans [Tue, 27 Jan 2009 14:22:17 +0000 (14:22 +0000)]
- Fixed tests?
#- Wondering why those are not in HEAD though...

16 years agoFix tests
Scott MacVicar [Tue, 27 Jan 2009 14:16:15 +0000 (14:16 +0000)]
Fix tests

16 years ago- MFH: Elevate no-tz set warning from E_STRICT to E_WARNING.
Derick Rethans [Tue, 27 Jan 2009 13:48:10 +0000 (13:48 +0000)]
- MFH: Elevate no-tz set warning from E_STRICT to E_WARNING.
#- [DOC]

16 years ago[DOC] Remove $this support in closures for PHP 5.3 beta 1
Christian Seiler [Mon, 26 Jan 2009 22:54:34 +0000 (22:54 +0000)]
[DOC] Remove $this support in closures for PHP 5.3 beta 1
- Implementation notes here:
  http://wiki.php.net/rfc/closures/removal-of-this

16 years ago- idn build for win
Pierre Joye [Mon, 26 Jan 2009 22:34:49 +0000 (22:34 +0000)]
- idn build for win

16 years ago- IDN entry
Pierre Joye [Mon, 26 Jan 2009 22:34:16 +0000 (22:34 +0000)]
- IDN entry

16 years ago- [DOC] add IDN support, idn_to_ascii and idn_to_utf8
Pierre Joye [Mon, 26 Jan 2009 22:30:57 +0000 (22:30 +0000)]
- [DOC] add IDN support, idn_to_ascii and idn_to_utf8
  tests and MFB will follow Wednesday

16 years agoSplit-ip var_export.phpt and add new error tests. Tested on Windows, Linux and Linux...
andy wharmby [Mon, 26 Jan 2009 22:27:03 +0000 (22:27 +0000)]
Split-ip  var_export.phpt and add new error tests. Tested on Windows, Linux and Linux 64 bit

16 years agoMFH: fix bug #47220 (segfault in dom_document_parser in recovery mode)
Rob Richards [Mon, 26 Jan 2009 19:10:53 +0000 (19:10 +0000)]
MFH: fix bug #47220 (segfault in dom_document_parser in recovery mode)

16 years agoFixed bug #47217 (content-type is not set properly for file uploads)
Ilia Alshanetsky [Mon, 26 Jan 2009 15:19:55 +0000 (15:19 +0000)]
Fixed bug #47217 (content-type is not set properly for file uploads)

16 years agoMFH: Improve spl_object_hash()
Etienne Kneuss [Mon, 26 Jan 2009 11:38:03 +0000 (11:38 +0000)]
MFH: Improve spl_object_hash()

16 years agoFixed bug #46419 (Elements of associative arrays with NULL value are lost)
Dmitry Stogov [Mon, 26 Jan 2009 11:09:36 +0000 (11:09 +0000)]
Fixed bug #46419 (Elements of associative arrays with NULL value are lost)

16 years agoMFH use example.com
Antony Dovgal [Sun, 25 Jan 2009 23:26:45 +0000 (23:26 +0000)]
MFH use example.com

16 years agodo not define CURLE_SSH twice
Antony Dovgal [Sun, 25 Jan 2009 22:33:10 +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:33 +0000 (22:16 +0000)]
Split is_callable test. Test on Windows, Linux and Linux 64 bit

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

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

16 years ago- Fixed tests
Felipe Pena [Sun, 25 Jan 2009 16:53:07 +0000 (16:53 +0000)]
- Fixed tests

16 years ago- curl ssh entry
Pierre Joye [Sun, 25 Jan 2009 16:35:05 +0000 (16:35 +0000)]
- curl ssh entry

16 years ago- MFH
Pierre Joye [Sun, 25 Jan 2009 16:28:18 +0000 (16:28 +0000)]
- MFH
 - [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- check for zlib too
Pierre Joye [Sun, 25 Jan 2009 16:21:03 +0000 (16:21 +0000)]
- check for zlib too

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

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

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

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

16 years agoadded INI and fixed assert02 to run on PHP6 and PHP53
Zoe Slattery [Sun, 25 Jan 2009 11:06:36 +0000 (11:06 +0000)]
added INI and fixed assert02 to run on PHP6 and PHP53

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

16 years agofix build
Antony Dovgal [Sat, 24 Jan 2009 13:08:04 +0000 (13:08 +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:25 +0000 (12:47 +0000)]
New get_extension_funcs() and getrusage() tests. Tested on Windows, Linux and Linux 64 bit

16 years agoFix build
Hannes Magnusson [Sat, 24 Jan 2009 12:42:19 +0000 (12:42 +0000)]
Fix build

16 years agoBFN
Scott MacVicar [Sat, 24 Jan 2009 12:19:21 +0000 (12:19 +0000)]
BFN

16 years agoMFH Add blobOpen method for reading binary blobs via streams.
Scott MacVicar [Sat, 24 Jan 2009 12:17:47 +0000 (12:17 +0000)]
MFH Add blobOpen method for reading binary blobs via streams.

16 years agoMake test more robust; avoid hangs if fsockopen() fails. Tested on Windows, Linux...
andy wharmby [Fri, 23 Jan 2009 23:49:38 +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:50 +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:29 +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:51 +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:08 +0000 (17:12 +0000)]
added some mail tests. Tested on windows, linux and linux 64bit

16 years agoMFH: Windows support for stream_socket_pair(), by moving the socketpair() implementat...
Kalle Sommer Nielsen [Fri, 23 Jan 2009 15:49:49 +0000 (15:49 +0000)]
MFH: 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:21 +0000 (15:34 +0000)]
various network tests. tested on windows, linux, linux 64 bit

16 years agoIMPA fetchheader tests
Zoe Slattery [Fri, 23 Jan 2009 15:31:35 +0000 (15:31 +0000)]
IMPA fetchheader tests

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

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

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

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

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

16 years agoMFH: export mysql_refresh
Johannes Schlüter [Thu, 22 Jan 2009 21:01:58 +0000 (21:01 +0000)]
MFH: export mysql_refresh

[DOC] This makes mysql_refresh() as described in
      http://dev.mysql.com/doc/refman/6.0/en/mysql-refresh.html
      available as mysqli_Refresh() and mysqli->refresh()
      MYSQLI_REFRESH_BACKUP_LOG is only available when linking libmysql 6.0
      or mysqlnd

16 years agofixed test
Zoe Slattery [Thu, 22 Jan 2009 20:52:33 +0000 (20:52 +0000)]
fixed test

16 years agofstat tests. tested on windows, linux and linux 64 bit
Dave Kelsey [Thu, 22 Jan 2009 20:49:42 +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:46 +0000 (18:47 +0000)]
New date tests for getdate() and gmstrftime(). Tested on WIndows, Linux and Linux 64 bit

16 years agoFixed execution condition
Ilia Alshanetsky [Thu, 22 Jan 2009 14:40:20 +0000 (14:40 +0000)]
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:50 +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:08 +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:45 +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:32 +0000 (13:27 +0000)]
New image tests. Tested on Windows, LInux and Linux 64 bit

16 years agofixed subtle bugs regarding attempting to chdir, plus cleanup issues. improved tempna...
Dave Kelsey [Thu, 22 Jan 2009 07:56:56 +0000 (07:56 +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 agoFix test
andy wharmby [Thu, 22 Jan 2009 00:23:01 +0000 (00:23 +0000)]
Fix test

16 years agoMFH: fix typo
Jani Taskinen [Wed, 21 Jan 2009 19:22:39 +0000 (19:22 +0000)]
MFH: 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:07:40 +0000 (19:07 +0000)]
Fixed realpath() behavior to support "c:dir" as "c:\dir", and "\dir" on UNC CWD

16 years agoFixed bug #47174 (base64_decode() interprets pad char in mid string as
Ilia Alshanetsky [Wed, 21 Jan 2009 15:38:37 +0000 (15:38 +0000)]
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:25:08 +0000 (15:25 +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:13 +0000 (15:24 +0000)]
new tests for zlib extension, tested on windows, linux and linux64

16 years agofix tests
Antony Dovgal [Wed, 21 Jan 2009 12:50:10 +0000 (12:50 +0000)]
fix tests

16 years agoNew gzuncompress() test. php6 tets fails currentlly due to #47179. Tested on Windows...
andy wharmby [Wed, 21 Jan 2009 12:28:32 +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:11 +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:51:04 +0000 (10:51 +0000)]
New testcases for strftime function

16 years agoNew gzinflate() error test. Tested on WIndows, Linux and Linux 64 bit
andy wharmby [Tue, 20 Jan 2009 23:37:47 +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:44 +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:36 +0000 (22:54 +0000)]
New stripcslashes() tests. Tested on Window, Linux and Linux 64 bit

16 years agoBFN #47087
Felipe Pena [Tue, 20 Jan 2009 20:28:04 +0000 (20:28 +0000)]
BFN #47087

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

16 years agoAdded an E_NOTICE when precision value is truncated
Ilia Alshanetsky [Tue, 20 Jan 2009 18:02:35 +0000 (18:02 +0000)]
Added an E_NOTICE when precision value is truncated

16 years ago- MFH: Fixed bug #47152 (gzseek/fseek using SEEK_END produces strange results)
Felipe Pena [Tue, 20 Jan 2009 15:41:23 +0000 (15:41 +0000)]
- MFH: 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:31 +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:21:52 +0000 (13:21 +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:22:45 +0000 (11:22 +0000)]
Fixed bug #47165 (Possible memory corruption when passing return value by reference)

16 years agoBFN
Scott MacVicar [Tue, 20 Jan 2009 09:59:25 +0000 (09:59 +0000)]
BFN

16 years agoMFH Fix bug #47159 - Any SQLite3 statement prepared should be added to the freelist
Scott MacVicar [Tue, 20 Jan 2009 09:57:34 +0000 (09:57 +0000)]
MFH Fix bug #47159 - Any SQLite3 statement prepared should be added to the freelist

16 years ago- fnmatch entry
Pierre Joye [Tue, 20 Jan 2009 01:45:12 +0000 (01:45 +0000)]
- fnmatch entry

16 years ago- [DOC] add support for fnmatch() on Windows
Pierre Joye [Tue, 20 Jan 2009 01:40:06 +0000 (01:40 +0000)]
- [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:48 +0000 (01:37 +0000)]
- add fnmatch() support on windows (C API), using the BSD implementation

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

16 years agoBFN
Scott MacVicar [Tue, 20 Jan 2009 00:25:27 +0000 (00:25 +0000)]
BFN

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

16 years agoFixed bug #47141 - Unable to fetch error messages after the database can't be opened.
Scott MacVicar [Mon, 19 Jan 2009 22:43:58 +0000 (22:43 +0000)]
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:02 +0000 (21:58 +0000)]
MFB: Fixed bug #47131 (SOAP Extension ignores "user_agent" ini setting).

16 years agoMFH Fix apache2handler under Apache 2.3.0-alpha
Scott MacVicar [Mon, 19 Jan 2009 19:32:40 +0000 (19:32 +0000)]
MFH Fix apache2handler under Apache 2.3.0-alpha

16 years agoMFH: Fix #47149. Remove check for script_filename = path_translated, as this the...
David Soria Parra [Mon, 19 Jan 2009 18:17:32 +0000 (18:17 +0000)]
MFH: 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:18 +0000 (17:13 +0000)]
New substr_replace() and unpack() error tests. Tested on Windows, Linux and Linux 64 bit.

16 years agoMFH: bump up and use IMAGE_FILTER_MAX_ARGS instead of a magic number.
Takeshi Abe [Mon, 19 Jan 2009 16:35:58 +0000 (16:35 +0000)]
MFH: 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:16:48 +0000 (16:16 +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:44 +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:47 +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:41 +0000 (15:46 +0000)]
New tests for str_pad(), str_shuffle(), stristr() and strlen(). Tested on WIndows, Linux and Linux 64 bit

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