Antony Dovgal
fbbbd2b334
fix test title
2008-05-07 15:23:11 +00:00
David Coallier
3a37e3f5eb
- Fixed Bug #44811 : Improved error message when creating a new
...
SoapClient has invalid data.
2008-05-07 14:57:56 +00:00
David Coallier
8a346e1257
- Test for bug #44811 (Improve error message when new SoapClient has invalid data)
2008-05-07 14:56:37 +00:00
Ilia Alshanetsky
fe5e6c081e
MFB: Fixed bug #44836 (putenv() crashes, avoid direct reference of environ
...
in POSIX systems).
2008-05-06 18:03:52 +00:00
Ilia Alshanetsky
3ffd3e8b8c
MFB: Specify the necessary precision
2008-05-05 23:05:06 +00:00
Ilia Alshanetsky
8fde9d7701
MFB: Fixed bug #44798 (Memory leak assigning value to attribute).
2008-05-05 23:00:13 +00:00
Andrey Hristov
05b2a03297
Fix build with libmysql 6.0.x
2008-05-05 12:30:38 +00:00
Etienne Kneuss
c54c42dcf3
MFH: Fix protos
2008-05-04 21:19:18 +00:00
Rob Richards
f5bf8c94f7
MFH: fix bug #44891 Memory leak using registerPHPFunctions and XSLT Variable
2008-05-04 15:15:01 +00:00
Zoe Slattery
8e23d68942
Committing corrected test from Eric Stewart
2008-05-03 20:34:16 +00:00
Etienne Kneuss
b6e7b8e09a
MFB: Fix #44838 (static class reference restricting overwriting)
2008-05-03 16:00:40 +00:00
Derick Rethans
0685a79356
- Fixed an issue in date() where a : was printed for the O modifier after a P
...
modifier was used.
2008-05-02 21:36:00 +00:00
Ant Phillips
6bec04b0a3
open_basedir tests for directory functions
2008-05-01 12:36:45 +00:00
Ant Phillips
18da1a2ff4
open_basedir tests for directory functions
2008-05-01 11:46:20 +00:00
Ant Phillips
ab211d72a3
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.
2008-04-30 15:20:16 +00:00
Ant Phillips
3946b4727b
Break up complicated rename tests into some smaller more consumable chunks
2008-04-30 13:53:49 +00:00
Ant Phillips
3a30d703c0
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.
2008-04-30 09:27:59 +00:00
Scott MacVicar
ad86c485cd
MFH Fixed bug #44720 (Prevent infinite recursion within session_register)
2008-04-29 14:42:38 +00:00
Ant Phillips
597adbfef1
More session tests to improve code coverage for untested extension code
2008-04-29 09:24:17 +00:00
Ant Phillips
2d2ad8e8d3
More session tests to improve code coverage for untested extension code
2008-04-29 08:57:12 +00:00
Jani Taskinen
f2c9167ebb
MFH
2008-04-28 12:30:33 +00:00
Ant Phillips
0ccb772f10
Extra open_basedir tests
2008-04-24 16:40:53 +00:00
Ant Phillips
138a1160ab
Allow for chmod() to fail on symbolic links
2008-04-24 13:58:29 +00:00
Ant Phillips
e9da49eaf5
open_basedir tests for file system functions (v5.2, 5.3 and 6.0 branches)
2008-04-23 14:10:23 +00:00
Ant Phillips
64de2d2d45
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.
2008-04-22 16:04:00 +00:00
Ant Phillips
1f4fa0ba1f
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.
2008-04-22 15:58:34 +00:00
Robin Fernandes
1d943ee85e
Fix some ereg tests for 64bit platforms.
2008-04-22 15:31:56 +00:00
Felipe Pena
5c605854b8
- Fixed tests
2008-04-20 01:55:05 +00:00
Felipe Pena
11d09ac646
- Better error message
2008-04-20 01:43:18 +00:00
Antony Dovgal
269aac9ee9
fix test
2008-04-18 08:22:01 +00:00
Felipe Pena
11a13337ff
- Fix typo
2008-04-17 11:04:49 +00:00
Derick Rethans
8649483a69
- Fixed bug #44703 (htmlspecialchars() does not detect bad character set
...
argument).
2008-04-16 17:21:46 +00:00
Antony Dovgal
d9b443095f
change %d to %ld and silence the warning
2008-04-16 08:54:44 +00:00
Felipe Pena
9db0be61ad
Fixed bug #44703 (htmlspecialchars() does not detect bad character set argument) (patch by Andy Wharmby)
2008-04-11 19:01:25 +00:00
Robin Fernandes
29c12bd254
Fix test parse_url_variation_002.phpt for 64bit platforms.
2008-04-11 14:35:04 +00:00
Antony Dovgal
ef1f2c1b7b
fix tests
2008-04-11 11:06:18 +00:00
Antony Dovgal
1e20b1ed7d
MFH: fix 2 segfaults in ZTS mode
2008-04-11 11:00:24 +00:00
Steve Seear
9d700f942f
POSIX extension error tests
2008-04-11 09:32:32 +00:00
Steve Seear
35ca4a5cb4
POSIX extension variation tests
2008-04-11 09:27:42 +00:00
Robin Fernandes
fdb9b9d8c8
Adding some tests for ereg and url functions.
2008-04-11 08:57:11 +00:00
Christopher Jones
7788b67557
Bump OCI8 version to 1.2.5 (This change is for 5.2 branch only)
2008-04-10 21:53:46 +00:00
Nuno Lopes
5baa766b21
MFB53
2008-04-10 19:16:00 +00:00
Nuno Lopes
60d622bdb0
MFB5.3: fix SKIPIF
2008-04-10 19:09:49 +00:00
Philip Olson
63ca897356
MFH: Updated the documentation credits
2008-04-10 05:32:26 +00:00
Felipe Pena
52127174e2
Fixed bug #44678 (spliti error message includes wrong function name)
2008-04-09 13:47:35 +00:00
Ilia Alshanetsky
edf54b5468
MFB: Bug #44650 escaepshellscmd() does not check arg count (port from 5.3)
2008-04-08 17:17:07 +00:00
Joe Orton
8611785073
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.
2008-04-08 14:11:49 +00:00
Jani Taskinen
8f6f281866
MFH: Fixed test on systems where order is not guaranteed
2008-04-08 10:35:36 +00:00
Jani Taskinen
a9f2587716
MFH: - Fixed bug #44667 (proc_open() does not handle pipes with the mode "wb" correctly)
2008-04-08 08:45:52 +00:00
Jani Taskinen
5f7df8099a
MF53: Fix tests
2008-04-08 08:45:04 +00:00