]> granicus.if.org Git - php/log
php
17 years agoFix session test failures as reported by Antony Dovgal.
Ant Phillips [Wed, 30 Apr 2008 09:27:59 +0000 (09:27 +0000)]
Fix session test failures as reported by Antony Dovgal.

These were caused by the tests assuming default values for some session
configuration settings, in particular session.save_path and session.name.
The tests now explicitly set these settings in the --INI-- section.

17 years agoMFH Fixed bug #44720 (Prevent infinite recursion within session_register)
Scott MacVicar [Tue, 29 Apr 2008 14:42:38 +0000 (14:42 +0000)]
MFH Fixed bug #44720 (Prevent infinite recursion within session_register)

17 years agoMore session tests to improve code coverage for untested extension code
Ant Phillips [Tue, 29 Apr 2008 09:24:17 +0000 (09:24 +0000)]
More session tests to improve code coverage for untested extension code

17 years agoMore session tests to improve code coverage for untested extension code
Ant Phillips [Tue, 29 Apr 2008 08:57:12 +0000 (08:57 +0000)]
More session tests to improve code coverage for untested extension code

17 years agoMFH
Jani Taskinen [Mon, 28 Apr 2008 12:30:33 +0000 (12:30 +0000)]
MFH

17 years agoExtra open_basedir tests
Ant Phillips [Thu, 24 Apr 2008 16:40:53 +0000 (16:40 +0000)]
Extra open_basedir tests

17 years agoAllow for chmod() to fail on symbolic links
Ant Phillips [Thu, 24 Apr 2008 13:58:29 +0000 (13:58 +0000)]
Allow for chmod() to fail on symbolic links

17 years agoopen_basedir tests for file system functions (v5.2, 5.3 and 6.0 branches)
Ant Phillips [Wed, 23 Apr 2008 14:10:23 +0000 (14:10 +0000)]
open_basedir tests for file system functions (v5.2, 5.3 and 6.0 branches)

17 years agoNew set of session extension tests for PHP 5.2 branch.
Ant Phillips [Tue, 22 Apr 2008 16:04:00 +0000 (16:04 +0000)]
New set of session extension tests for PHP 5.2 branch.

These hopefully test a reasonable set of basic, error and variations for
the twenty or so session functions. Note however that they do not
test all the session configuration settings, nor do they test anything
with register_globals enabled.

17 years agoThese tests were backported from the PHP 6.0 branch, which in turn were ported from...
Ant Phillips [Tue, 22 Apr 2008 15:58:34 +0000 (15:58 +0000)]
These tests were backported from the PHP 6.0 branch, which in turn were ported from this branch and then updated to remove any dependencies on register_globals. With register_globals removed they are useful tests to run against the 5.X branches.

17 years agoFix some ereg tests for 64bit platforms.
Robin Fernandes [Tue, 22 Apr 2008 15:31:56 +0000 (15:31 +0000)]
Fix some ereg tests for 64bit platforms.

17 years ago- Fixed tests
Felipe Pena [Sun, 20 Apr 2008 01:55:05 +0000 (01:55 +0000)]
- Fixed tests

17 years ago- Better error message
Felipe Pena [Sun, 20 Apr 2008 01:43:18 +0000 (01:43 +0000)]
- Better error message

17 years agofix test
Antony Dovgal [Fri, 18 Apr 2008 08:22:01 +0000 (08:22 +0000)]
fix test

17 years agoBFN
Ilia Alshanetsky [Fri, 18 Apr 2008 01:00:56 +0000 (01:00 +0000)]
BFN

17 years agomake Matt happy =)
Antony Dovgal [Thu, 17 Apr 2008 11:48:53 +0000 (11:48 +0000)]
make Matt happy =)

17 years ago- Fix typo
Felipe Pena [Thu, 17 Apr 2008 11:04:49 +0000 (11:04 +0000)]
- Fix typo

17 years ago- Fixed bug #44703 (htmlspecialchars() does not detect bad character set
Derick Rethans [Wed, 16 Apr 2008 17:21:46 +0000 (17:21 +0000)]
- Fixed bug #44703 (htmlspecialchars() does not detect bad character set
  argument).

17 years agochange %d to %ld and silence the warning
Antony Dovgal [Wed, 16 Apr 2008 08:54:44 +0000 (08:54 +0000)]
change %d to %ld and silence the warning

17 years agoFixed bug #44703 (htmlspecialchars() does not detect bad character set argument)...
Felipe Pena [Fri, 11 Apr 2008 19:01:25 +0000 (19:01 +0000)]
Fixed bug #44703 (htmlspecialchars() does not detect bad character set argument) (patch by Andy Wharmby)

17 years agoFix test parse_url_variation_002.phpt for 64bit platforms.
Robin Fernandes [Fri, 11 Apr 2008 14:35:04 +0000 (14:35 +0000)]
Fix test parse_url_variation_002.phpt for 64bit platforms.

17 years agofix tests
Antony Dovgal [Fri, 11 Apr 2008 11:06:18 +0000 (11:06 +0000)]
fix tests

17 years agoMFH: fix 2 segfaults in ZTS mode
Antony Dovgal [Fri, 11 Apr 2008 11:00:24 +0000 (11:00 +0000)]
MFH: fix 2 segfaults in ZTS mode

17 years agoPOSIX extension error tests
Steve Seear [Fri, 11 Apr 2008 09:32:32 +0000 (09:32 +0000)]
POSIX extension error tests

17 years agoPOSIX extension variation tests
Steve Seear [Fri, 11 Apr 2008 09:27:42 +0000 (09:27 +0000)]
POSIX extension variation tests

17 years agoAdding some tests for ereg and url functions.
Robin Fernandes [Fri, 11 Apr 2008 08:57:11 +0000 (08:57 +0000)]
Adding some tests for ereg and url functions.

17 years agoBack to dev
Ilia Alshanetsky [Thu, 10 Apr 2008 22:31:09 +0000 (22:31 +0000)]
Back to dev

17 years ago5.2.6RC5
Ilia Alshanetsky [Thu, 10 Apr 2008 22:24:05 +0000 (22:24 +0000)]
5.2.6RC5

17 years agoBump OCI8 version to 1.2.5 (This change is for 5.2 branch only)
Christopher Jones [Thu, 10 Apr 2008 21:53:46 +0000 (21:53 +0000)]
Bump OCI8 version to 1.2.5 (This change is for 5.2 branch only)

17 years agoMFB53
Nuno Lopes [Thu, 10 Apr 2008 19:16:00 +0000 (19:16 +0000)]
MFB53

17 years agoMFB5.3: fix SKIPIF
Nuno Lopes [Thu, 10 Apr 2008 19:09:49 +0000 (19:09 +0000)]
MFB5.3: fix SKIPIF

17 years agoMFH: Updated the documentation credits
Philip Olson [Thu, 10 Apr 2008 05:32:26 +0000 (05:32 +0000)]
MFH: Updated the documentation credits

17 years agoFix heredoc handling. (Patch by Matt Wilmas)
Scott MacVicar [Wed, 9 Apr 2008 21:40:13 +0000 (21:40 +0000)]
Fix heredoc handling. (Patch by Matt Wilmas)

17 years agoFixed bug #44678 (spliti error message includes wrong function name)
Felipe Pena [Wed, 9 Apr 2008 13:47:35 +0000 (13:47 +0000)]
Fixed bug #44678 (spliti error message includes wrong function name)

17 years agoFixed bug #44673 (With CGI argv/argc starts from arguments, not from script)
Dmitry Stogov [Wed, 9 Apr 2008 09:16:40 +0000 (09:16 +0000)]
Fixed bug #44673 (With CGI argv/argc starts from arguments, not from script)

17 years agoMFB: Bug #44650 escaepshellscmd() does not check arg count (port from 5.3)
Ilia Alshanetsky [Tue, 8 Apr 2008 17:17:07 +0000 (17:17 +0000)]
MFB: Bug #44650 escaepshellscmd() does not check arg count (port from 5.3)

17 years agoMFH: Fixed bug #32979 (OpenSSL stream->fd casts broken in 64-bit build)
Joe Orton [Tue, 8 Apr 2008 14:11:49 +0000 (14:11 +0000)]
MFH: Fixed bug #32979 (OpenSSL stream->fd casts broken in 64-bit build)
   (stotty at tvnet dot hu)
MFH: Fix another case of a broken stream->fd cast in 64-bit builds.

17 years agoMFH: Fixed test on systems where order is not guaranteed
Jani Taskinen [Tue, 8 Apr 2008 10:35:36 +0000 (10:35 +0000)]
MFH: Fixed test on systems where order is not guaranteed

17 years agoMFH: - Fixed bug #44667 (proc_open() does not handle pipes with the mode "wb" correctly)
Jani Taskinen [Tue, 8 Apr 2008 08:45:52 +0000 (08:45 +0000)]
MFH: - Fixed bug #44667 (proc_open() does not handle pipes with the mode "wb" correctly)

17 years agoMF53: Fix tests
Jani Taskinen [Tue, 8 Apr 2008 08:45:04 +0000 (08:45 +0000)]
MF53: Fix tests

17 years agoMFB: various bug fixes
Ilia Alshanetsky [Tue, 8 Apr 2008 00:03:34 +0000 (00:03 +0000)]
MFB: various bug fixes

17 years agofix test
Antony Dovgal [Mon, 7 Apr 2008 12:14:46 +0000 (12:14 +0000)]
fix test

17 years agoinitialize variable
Antony Dovgal [Mon, 7 Apr 2008 10:44:03 +0000 (10:44 +0000)]
initialize variable

17 years ago- MFH add new tests
Marcus Boerger [Sun, 6 Apr 2008 17:53:35 +0000 (17:53 +0000)]
- MFH add new tests

17 years agoFixed bug #44591 (imagegif's filename parameter)
Felipe Pena [Fri, 4 Apr 2008 17:39:52 +0000 (17:39 +0000)]
Fixed bug #44591 (imagegif's filename parameter)

17 years ago- Fixed typo.
Derick Rethans [Fri, 4 Apr 2008 07:26:41 +0000 (07:26 +0000)]
- Fixed typo.

17 years agoBack to dev
Ilia Alshanetsky [Fri, 4 Apr 2008 00:16:53 +0000 (00:16 +0000)]
Back to dev

17 years ago5.2.6RC4
Ilia Alshanetsky [Fri, 4 Apr 2008 00:12:22 +0000 (00:12 +0000)]
5.2.6RC4

17 years ago- Fixed tests
Felipe Pena [Thu, 3 Apr 2008 22:01:59 +0000 (22:01 +0000)]
- Fixed tests

17 years agofixed name
Dmitry Stogov [Thu, 3 Apr 2008 14:44:19 +0000 (14:44 +0000)]
fixed name

17 years ago- Fixed possible stack buffer overflow in FastCGI SAPI. (Andrey Nigmatulin)
Dmitry Stogov [Thu, 3 Apr 2008 10:24:44 +0000 (10:24 +0000)]
- Fixed possible stack buffer overflow in FastCGI SAPI. (Andrey Nigmatulin)
- Fixed sending of uninitialized paddings which may contain some information.
  (Andrey Nigmatulin)

17 years agoMFB: imap bug fixes
Ilia Alshanetsky [Wed, 2 Apr 2008 16:31:51 +0000 (16:31 +0000)]
MFB: imap bug fixes

17 years agoMFH
Antony Dovgal [Wed, 2 Apr 2008 14:56:43 +0000 (14:56 +0000)]
MFH

17 years ago- MFH: Fixed a bug in formatting timestamps when DST is active in the default
Derick Rethans [Mon, 31 Mar 2008 09:12:15 +0000 (09:12 +0000)]
- MFH: Fixed a bug in formatting timestamps when DST is active in the default
  timezone.

17 years agoFixed bug #44564 (escapeshellarg removes UTF-8 multi-byte characters)
Felipe Pena [Sun, 30 Mar 2008 12:17:39 +0000 (12:17 +0000)]
Fixed bug #44564 (escapeshellarg removes UTF-8 multi-byte characters)

17 years agoFixed bug #44557 (Crash in imap_setacl when supplied integer as username) (patch...
Felipe Pena [Fri, 28 Mar 2008 16:43:49 +0000 (16:43 +0000)]
Fixed bug #44557 (Crash in imap_setacl when supplied integer as username) (patch by Thomas Jarosch)

17 years agoBack to dev
Ilia Alshanetsky [Thu, 27 Mar 2008 22:53:49 +0000 (22:53 +0000)]
Back to dev

17 years ago5.2.6RC3
Ilia Alshanetsky [Thu, 27 Mar 2008 22:44:02 +0000 (22:44 +0000)]
5.2.6RC3

17 years agoRecreate
Andrey Hristov [Thu, 27 Mar 2008 14:48:00 +0000 (14:48 +0000)]
Recreate

17 years agoMF53:- Fix test (readdir() does not sort the results..)
Jani Taskinen [Thu, 27 Mar 2008 10:45:06 +0000 (10:45 +0000)]
MF53:- Fix test (readdir() does not sort the results..)

17 years agoAdding tests for gethostbyaddr() and gethostbynamel()
Steve Seear [Wed, 26 Mar 2008 18:18:07 +0000 (18:18 +0000)]
Adding tests for gethostbyaddr() and gethostbynamel()

17 years agoMFH:
Marcus Boerger [Wed, 26 Mar 2008 13:21:57 +0000 (13:21 +0000)]
MFH:
- Fix memory leak found by Osman
- Merge strlen to sizof change from CLI

17 years agoMFH: check if return value of write() is -1 and abort upload, setting the correct...
Antony Dovgal [Wed, 26 Mar 2008 12:59:42 +0000 (12:59 +0000)]
MFH: check if return value of write() is -1 and abort upload, setting the correct error status

17 years agoFixed test (removed leaks becaue of cyrcular references)
Dmitry Stogov [Tue, 25 Mar 2008 07:01:22 +0000 (07:01 +0000)]
Fixed test (removed leaks becaue of cyrcular references)

17 years agoMFH: disabled mmap() when copying files to memory
Antony Dovgal [Mon, 24 Mar 2008 16:28:56 +0000 (16:28 +0000)]
MFH: disabled mmap() when copying files to memory

17 years ago- Updated to version 2008.2 (2008b)
Derick Rethans [Mon, 24 Mar 2008 13:01:10 +0000 (13:01 +0000)]
- Updated to version 2008.2 (2008b)

17 years agoFixed tests (file order is undefined, so we need to sort() them)
Dmitry Stogov [Mon, 24 Mar 2008 09:00:18 +0000 (09:00 +0000)]
Fixed tests (file order is undefined, so we need to sort() them)

17 years ago- MFH Add .cvsignore
Marcus Boerger [Sun, 23 Mar 2008 16:53:57 +0000 (16:53 +0000)]
- MFH Add .cvsignore

17 years ago- MFH Add tests
Marcus Boerger [Sun, 23 Mar 2008 13:39:27 +0000 (13:39 +0000)]
- MFH Add tests

17 years ago- Make multibyte a tad bit less crappy
Marcus Boerger [Sat, 22 Mar 2008 18:53:08 +0000 (18:53 +0000)]
- Make multibyte a tad bit less crappy

17 years agoadd missing .cvsignore
Antony Dovgal [Fri, 21 Mar 2008 08:30:02 +0000 (08:30 +0000)]
add missing .cvsignore

17 years agofix ZTS build
Antony Dovgal [Fri, 21 Mar 2008 08:28:36 +0000 (08:28 +0000)]
fix ZTS build

17 years agoMFB: Refine fix for multibyte char hanling inside command names and args
Ilia Alshanetsky [Thu, 20 Mar 2008 23:25:42 +0000 (23:25 +0000)]
MFB: Refine fix for multibyte char hanling inside command names and args

17 years agoBFN
Rob Richards [Thu, 20 Mar 2008 16:49:41 +0000 (16:49 +0000)]
BFN
re-order

17 years agoMFH: fix bug #44478 (Inconsistent behaviour when assigning new nodes)
Rob Richards [Thu, 20 Mar 2008 16:48:45 +0000 (16:48 +0000)]
MFH: fix bug #44478 (Inconsistent behaviour when assigning new nodes)
add test

17 years agoMFH
Antony Dovgal [Thu, 20 Mar 2008 12:14:15 +0000 (12:14 +0000)]
MFH

17 years agofix tests
Antony Dovgal [Thu, 20 Mar 2008 11:34:50 +0000 (11:34 +0000)]
fix tests

17 years agoMFH: Fix bug #44487 (call_user_method_array issues a warning when throwing an exception).
David Soria Parra [Thu, 20 Mar 2008 00:55:26 +0000 (00:55 +0000)]
MFH: Fix bug #44487 (call_user_method_array issues a warning when throwing an exception).

17 years agoAdding language tests.
Steve Seear [Wed, 19 Mar 2008 18:06:26 +0000 (18:06 +0000)]
Adding language tests.

17 years agoAdded some class tests; Replaced some hardcoded instance ids with %d.
Steve Seear [Wed, 19 Mar 2008 17:56:12 +0000 (17:56 +0000)]
Added some class tests; Replaced some hardcoded instance ids with %d.

17 years agoAdding tokenizer test
Steve Seear [Wed, 19 Mar 2008 17:43:52 +0000 (17:43 +0000)]
Adding tokenizer test

17 years agoAdding streams tests
Steve Seear [Wed, 19 Mar 2008 17:38:25 +0000 (17:38 +0000)]
Adding streams tests

17 years agoAdding filesystem tests
Steve Seear [Wed, 19 Mar 2008 17:23:29 +0000 (17:23 +0000)]
Adding filesystem tests

17 years agofix test
Antony Dovgal [Wed, 19 Mar 2008 12:36:17 +0000 (12:36 +0000)]
fix test

17 years agoFixed test
Dmitry Stogov [Wed, 19 Mar 2008 09:17:21 +0000 (09:17 +0000)]
Fixed test

17 years agoFixed bug #43614 (incorrect processing of numerical string keys of array in arbitrary...
Felipe Pena [Wed, 19 Mar 2008 03:00:40 +0000 (03:00 +0000)]
Fixed bug #43614 (incorrect processing of numerical string keys of array in arbitrary serialized data)

17 years agoMFB: Bug #44445 (email validator does not handle domains starting/ending
Ilia Alshanetsky [Tue, 18 Mar 2008 23:32:42 +0000 (23:32 +0000)]
MFB: Bug #44445 (email validator does not handle domains starting/ending
with a -)

17 years agoAdding more tests for serialize() and unserialize().
Robin Fernandes [Tue, 18 Mar 2008 15:11:12 +0000 (15:11 +0000)]
Adding more tests for serialize() and unserialize().

17 years agoFix build
Felipe Pena [Tue, 18 Mar 2008 00:25:24 +0000 (00:25 +0000)]
Fix build

17 years agoreport printf fix
Stanislav Malyshev [Mon, 17 Mar 2008 23:09:06 +0000 (23:09 +0000)]
report printf fix

17 years agoMFB: Properly address incomplete multibyte chars inside escapeshellcmd()
Ilia Alshanetsky [Mon, 17 Mar 2008 23:02:26 +0000 (23:02 +0000)]
MFB: Properly address incomplete multibyte chars inside escapeshellcmd()

17 years agofix integer overflow in length calculation
Stanislav Malyshev [Mon, 17 Mar 2008 23:00:41 +0000 (23:00 +0000)]
fix integer overflow in length calculation

17 years ago- new tests for ctype functions
Josie Messa [Mon, 17 Mar 2008 09:50:42 +0000 (09:50 +0000)]
- new tests for ctype functions

17 years ago- Updated to version 2008.1 (2008a)
Derick Rethans [Sun, 16 Mar 2008 07:22:10 +0000 (07:22 +0000)]
- Updated to version 2008.1 (2008a)

17 years agoBFN: #41828, #44440
Felipe Pena [Sat, 15 Mar 2008 10:46:48 +0000 (10:46 +0000)]
BFN: #41828, #44440

17 years agoFixed bug #44440 (st_blocks undefined under BeOS)
Felipe Pena [Sat, 15 Mar 2008 10:28:53 +0000 (10:28 +0000)]
Fixed bug #44440 (st_blocks undefined under BeOS)

17 years agoAdd SKIPIF (32bit platform only)
Felipe Pena [Fri, 14 Mar 2008 23:13:07 +0000 (23:13 +0000)]
Add SKIPIF (32bit platform only)

17 years agoFixed bug #43677 (Inconsistent behaviour of include_path set with
Ilia Alshanetsky [Thu, 13 Mar 2008 15:56:21 +0000 (15:56 +0000)]
Fixed bug #43677 (Inconsistent behaviour of include_path set with
php_value).

17 years agoFix valgrind version validation (accepting "valgrind-3.2.1-Debian")
Felipe Pena [Thu, 13 Mar 2008 13:51:40 +0000 (13:51 +0000)]
Fix valgrind version validation (accepting "valgrind-3.2.1-Debian")

17 years agoSync with fix for #44394
Felipe Pena [Wed, 12 Mar 2008 19:33:46 +0000 (19:33 +0000)]
Sync with fix for #44394