Nikita Popov
d256caf781
Merge: Fix bug #61184 Phar::webPhar() generates headers with trailing NUL bytes
2012-03-02 08:21:54 +00:00
Rasmus Lerdorf
f564921c15
Fix tests that break if filter.default isn't set to unsafe_raw
2012-03-02 05:04:40 +00:00
Xinchen Hui
fda8d2fe68
MFH: Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX)
2012-03-02 03:40:40 +00:00
Adam Harvey
03f3d03ce0
MFH: Fix bug #60801 (strpbrk() mishandles NUL byte). (Trunk commit: r322934).
2012-03-02 03:39:04 +00:00
Adam Harvey
4fc6861030
MFH: Fix bug #60801 (strpbrk() mishandles NUL byte). (Trunk commit: r322934).
2012-03-02 03:39:04 +00:00
Xinchen Hui
e83f0261c0
MFH: Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod::invokeArgs())
2012-03-02 03:36:30 +00:00
Pierrick Charron
d102030b00
Fixed memory leak in substr_replace
2012-03-01 15:10:29 +00:00
Derick Rethans
1476b02ca1
- Updated to version 2012.1 (2012a)
2012-03-01 15:09:49 +00:00
Derick Rethans
f851caa6d6
- Updated to version 2012.1 (2012a)
2012-03-01 15:09:49 +00:00
Stanislav Malyshev
f43330a371
remove -dev for release
2012-02-28 18:43:44 +00:00
Pierre Joye
ee772f60b1
- fix bug #60879 , unserialize does not invoke __wakeup
2012-02-28 18:36:10 +00:00
Stanislav Malyshev
f2c791c42b
update credits
2012-02-26 06:23:14 +00:00
Olivier DOUCET
ad832abba1
test for bug #61124
2012-02-25 13:27:57 +00:00
Olivier DOUCET
118dd43555
test for bug #61124
2012-02-25 13:27:57 +00:00
Olivier DOUCET
f94237edf3
fix phpt : fopen(data://) requires allow_url_fopen=1
2012-02-25 12:44:46 +00:00
Olivier DOUCET
e613889d50
more verbose skip reason in test files with not so obvious extension requirements
2012-02-25 12:10:41 +00:00
Olivier DOUCET
ce535f1819
more verbose skip reason in test files with not so obvious extension requirements
2012-02-25 12:10:41 +00:00
Olivier DOUCET
6546beecec
fix test file for bug #47997 : fopen(data://) requires allow_url_fopen=1
2012-02-25 10:58:30 +00:00
Gustavo André dos Santos Lopes
bcefc31e68
- Better fix for #61115 .
...
- Fixed resource leak in stream_socket_client().
2012-02-24 22:56:21 +00:00
Gustavo André dos Santos Lopes
48666d9ffc
- Fixed bug #61173 (Unable to detect error from finfo constructor).
...
- Tidied up NEWS
2012-02-24 10:01:39 +00:00
Scott MacVicar
5ef66f2cf5
Fixed bug #61124 (Crash when decoding an invalid base64 encoded string).
2012-02-23 01:26:46 +00:00
Scott MacVicar
f424fe8aed
Fixed bug #61124 (Crash when decoding an invalid base64 encoded string).
2012-02-23 01:26:46 +00:00
Gustavo André dos Santos Lopes
eb1ada852d
- Fixed bug #61115 (stream related segfault on fatal error in
...
php_stream_context_link).
#run-tests.php is not currently detecting the segfault in the test
#Missing 5.4 merge
2012-02-22 11:45:26 +00:00
Nikita Popov
f9e8477b04
Fix bug #61139 gzopen leaks when specifying invalid mode
...
Needs to be merged to 5.4.
2012-02-19 14:39:29 +00:00
Nikita Popov
bfcc199f28
Fix bug #61097 Memory leak in xmlrpc functions copying zvals
...
Needs to be merged to 5.4.
2012-02-18 14:58:19 +00:00
Nikita Popov
daa190f8fd
Fix headers generated by phar
...
sapi_header_line.line_len is the length without null terminator, so one has to
take sizeof - 1. This fixes some test failures as the NUL bytes were causing
warnings.
Needs to be merged to 5.4.
2012-02-18 13:39:13 +00:00
Rasmus Lerdorf
4ed1640b35
This one depends on max_input_vars as well
2012-02-14 09:50:46 +00:00
Rasmus Lerdorf
f60145a1a2
This one depends on max_input_vars as well
2012-02-14 09:50:46 +00:00
David Soria Parra
dd14c92499
Add credit line for the PHP Output Handler
2012-02-13 19:54:51 +00:00
Rasmus Lerdorf
fdd1977ea7
Unbreak these tests - please be careful with your Windows-based editors that
...
seem to mess up ^M's here.
2012-02-12 08:01:25 +00:00
Xinchen Hui
33125e2312
Improved fix for #61058 , and add test script
2012-02-12 05:32:24 +00:00
Xinchen Hui
c578917e30
Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX)
2012-02-12 04:59:08 +00:00
Antony Dovgal
ce1a1f5f49
fix bug #54682 (tidy null pointer dereference)
2012-02-07 20:49:10 +00:00
Antony Dovgal
206f123bd3
fix bug #54682 (tidy null pointer dereference)
2012-02-07 20:49:10 +00:00
Christopher Jones
b0678ea229
Fix OpenSSL version-dependent diff. "Time Stamp signing" is not in openssl 0.9. Skip current test for 0.9. New test for 0.9 approved by Stas
2012-02-07 01:15:13 +00:00
Christopher Jones
73ccc0a5e9
Fix OpenSSL version-dependent diff. "Time Stamp signing" is not in openssl 0.9. Skip current test for 0.9. New test for 0.9 approved by Stas
2012-02-07 01:15:13 +00:00
Christopher Jones
e2ab222c13
Force allow_url_fopen to fix qa.php.net/reports diffs
2012-02-06 23:52:42 +00:00
Christopher Jones
74a79f706f
Force allow_url_fopen to fix qa.php.net/reports diffs
2012-02-06 23:52:42 +00:00
Christopher Jones
2759e78afc
Mask different curl message. Now passes on Oracle Linux 5
2012-02-06 23:31:51 +00:00
Christopher Jones
3f0dfb0ee5
Mask different curl message. Now passes on Oracle Linux 5
2012-02-06 23:31:51 +00:00
Christopher Jones
dbefe8d8ea
Allow alternative curl output shown in several qa.php.net/reports logs
2012-02-06 23:14:47 +00:00
Christopher Jones
a46497fd19
Allow alternative curl output shown in several qa.php.net/reports logs
2012-02-06 23:14:47 +00:00
Ferenc Kovacs
de2355935e
merging the patch from bug #52078 , fixes the test on disk with huge inode size(fileinode() can overflow and return negative values there).
2012-02-06 22:47:21 +00:00
Rasmus Lerdorf
4ecfa5abf5
Safer way to call pcre_fullinfo - bug 60986
2012-02-06 18:18:53 +00:00
Rasmus Lerdorf
090bb97555
Safer way to call pcre_fullinfo - bug 60986
2012-02-06 18:18:53 +00:00
Rasmus Lerdorf
0f6e3408db
Fix for bug 60986
2012-02-06 18:11:56 +00:00
Rasmus Lerdorf
0f0261e0b7
Fix for bug 60986
2012-02-06 18:11:56 +00:00
Rasmus Lerdorf
d00be8ce0b
Same thing here. "June 18, 1969 8:49:59 AM " does not contain a timezone, so there
...
is no way to know whether dst should be applied or not.
2012-02-05 10:35:56 +00:00
Rasmus Lerdorf
2500b7e5ba
Same thing here. "June 18, 1969 8:49:59 AM " does not contain a timezone, so there
...
is no way to know whether dst should be applied or not.
2012-02-05 10:35:56 +00:00
Rasmus Lerdorf
67fe1e2619
Without a timezone you can't know whether it is dst or not in this one
2012-02-05 10:29:34 +00:00
Rasmus Lerdorf
fe777cd4db
Without a timezone you can't know whether it is dst or not in this one
2012-02-05 10:29:34 +00:00
Rasmus Lerdorf
f6f283c3e2
Another openssl test that is dependent on the openssl version. The output has
...
changed in more recent versions. Synch with newer output and consider changing
the test to only pick out the more stable fields instead of all of them.
2012-02-05 10:08:16 +00:00
Rasmus Lerdorf
8d5f83dde5
Another openssl test that is dependent on the openssl version. The output has
...
changed in more recent versions. Synch with newer output and consider changing
the test to only pick out the more stable fields instead of all of them.
2012-02-05 10:08:16 +00:00
Gustavo André dos Santos Lopes
d4cf399cc4
- Merge r323056 (see bug #60965 ).
2012-02-05 09:59:33 +00:00
Popa Adrian Marius
f36a3113b6
fix gcov Warning: ibase_drop_db(): lock time-out on wait transaction object http://gcov.php.net/viewer.php?version=PHP_5_4&func=tests&file=ext%2Fpdo_firebird%2Ftests%2Fbug_53280.phpt
2012-02-05 09:58:50 +00:00
Popa Adrian Marius
53f5653bea
fix gcov Warning: ibase_drop_db(): lock time-out on wait transaction object http://gcov.php.net/viewer.php?version=PHP_5_4&func=tests&file=ext%2Fpdo_firebird%2Ftests%2Fbug_53280.phpt
2012-02-05 09:58:50 +00:00
Rasmus Lerdorf
60df9abf95
Need EXPECTF here, of course
2012-02-05 09:52:41 +00:00
Rasmus Lerdorf
e4fb44c8b6
Need EXPECTF here, of course
2012-02-05 09:52:41 +00:00
Rasmus Lerdorf
e24b6cdf56
Getting different hashes here. But this test isn't testing the hashes,
...
it is just making sure we actually get a hash and don't crash.
2012-02-05 09:50:14 +00:00
Rasmus Lerdorf
f3a7ba75cf
Getting different hashes here. But this test isn't testing the hashes,
...
it is just making sure we actually get a hash and don't crash.
2012-02-05 09:50:14 +00:00
Rasmus Lerdorf
21c776850c
According to the reports on qa this test is failing the same way for everyone.
...
See: http://qa.php.net/reports/viewreports.php?version=5.3.10&test=%2Fext%2Fopenssl%2Ftests%2Fbug28382.phpt
I'm not sure if this is due to a change in the openssl library or in the extension, so perhaps the test
itself needs to change, but for now synch it with the new output and watch for failures.
2012-02-05 09:32:20 +00:00
Rasmus Lerdorf
a06e8ca56d
According to the reports on qa this test is failing the same way for everyone.
...
See: http://qa.php.net/reports/viewreports.php?version=5.3.10&test=%2Fext%2Fopenssl%2Ftests%2Fbug28382.phpt
I'm not sure if this is due to a change in the openssl library or in the extension, so perhaps the test
itself needs to change, but for now synch it with the new output and watch for failures.
2012-02-05 09:32:20 +00:00
Xinchen Hui
30f63e4152
Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod::invokeArgs())
2012-02-03 16:27:35 +00:00
Gustavo André dos Santos Lopes
8e82bda330
- Merging r323033 into 5.3 (see bug #60227 ).
2012-02-03 08:48:34 +00:00
Adam Harvey
98f5e51a7e
Fix bug #60933 on PHP_5_4 (approved by Stas).
2012-02-03 04:17:11 +00:00
Adam Harvey
479c22523c
Fix bug #60933 (Testing asort with SORT_LOCALE_STRING fails on Mac OS X 10.6) on PHP_5_3 and trunk.
2012-02-03 01:21:24 +00:00
Andrey Hristov
da0da10bc9
assert
2012-02-02 15:00:42 +00:00
Andrey Hristov
d54bdbbbe4
assert
2012-02-02 15:00:42 +00:00
Lars Strojny
33a2c339bd
Test for null behavior with ext/mbstring functions
2012-02-01 14:43:52 +00:00
Etienne Kneuss
78c8b4c8ff
Fix test
2012-02-01 13:25:32 +00:00
Dmitry Stogov
586c834a36
Fixed basic HTTP authentication for WSDL sub requests.
2012-02-01 12:16:52 +00:00
Dmitry Stogov
0750f6aeed
Fixed basic HTTP authentication for WSDL sub requests.
2012-02-01 12:16:52 +00:00
Dmitry Stogov
dc7c5eba5a
Fixed basic HTTP authentication for WSDL sub requests
2012-02-01 11:26:57 +00:00
Dmitry Stogov
43a0ee73a1
Fixed basic HTTP authentication for WSDL sub requests
2012-02-01 11:26:57 +00:00
Pierre Joye
0e0d79218f
- fix #55226 , WS
2012-01-31 07:17:05 +00:00
Pierre Joye
0c87d70b1a
- fix #55226 , WS
2012-01-31 07:17:05 +00:00
Pierre Joye
3115e6497a
- fix #55226 , fix build
2012-01-31 07:14:36 +00:00
Pierre Joye
d056f9ccb2
- fix #55226 , fix build
2012-01-31 07:14:36 +00:00
Rasmus Lerdorf
9111a8a58a
createCollation() for pdo_sqlite as well
...
Closes bug #55226
2012-01-29 04:22:23 +00:00
Rasmus Lerdorf
abff96d02e
createCollation() for pdo_sqlite as well
...
Closes bug #55226
2012-01-29 04:22:23 +00:00
Rasmus Lerdorf
9722bff0c3
Missed the test
2012-01-29 04:20:50 +00:00
Rasmus Lerdorf
191cc014be
Missed the test
2012-01-29 04:20:50 +00:00
Rasmus Lerdorf
ad5ae9e0bf
Good patch from Brad Dewar that adds missing createCollation()
...
method. Fixes bug #60871 and is related to bug #55226
2012-01-29 03:57:29 +00:00
Rasmus Lerdorf
8850050039
Good patch from Brad Dewar that adds missing createCollation()
...
method. Fixes bug #60871 and is related to bug #55226
2012-01-29 03:57:29 +00:00
Felipe Pena
2cb820275d
- Fixed bug #60860 (session.save_handler=user without defined function core dumps)
2012-01-28 21:02:09 +00:00
Felipe Pena
f78c9a9f4e
- Fixed bug #60860 (session.save_handler=user without defined function core dumps)
2012-01-28 21:02:09 +00:00
Scott MacVicar
398c6e6d11
MFH r322485
...
Fix possible attack in SSL sockets with SSL 3.0 / TLS 1.0.
CVE-2011-3389
2012-01-26 05:15:57 +00:00
Nuno Lopes
773f4c5242
minor tweak to warning to fix the bug54682.phpt test
2012-01-23 09:22:38 +00:00
Rasmus Lerdorf
0116466974
Please test your tests
2012-01-23 06:39:01 +00:00
Gustavo André dos Santos Lopes
45a6f8d9a5
- Further fix for bug #60455 (stream_get_line misbehaves if EOF is not detected
...
together with the last read).
- Fixed bug #60817 (stream_get_line() reads from stream even when there is
already sufficient data buffered). stream_get_line() now behaves more like
fgets(), as is documented.
#withheld commit to 5.4
2012-01-22 20:30:37 +00:00
Nuno Lopes
e718c53223
revert r319254 (fix bug #54682 ) since it is not correct
...
add test that was broken with that patch.
this bug is probably in libtidy itself and not in PHP. I didn't investigate it enough to confirm, though
2012-01-21 11:32:56 +00:00
Nuno Lopes
4dd01451dd
revert r319254 (fix bug #54682 ) since it is not correct
...
add test that was broken with that patch.
this bug is probably in libtidy itself and not in PHP. I didn't investigate it enough to confirm, though
2012-01-21 11:32:56 +00:00
Popa Adrian Marius
d828944a61
Fix #60802 ibase_trans() gives segfault when passing params (The &argn passed to zend_parse_parameters shall be a pointer to an integer, not to an unsigned short.)
2012-01-19 22:25:54 +00:00
Ferenc Kovacs
8619b22ef3
merging the patch from #52078 , fixes the test on disk with huge inode size(fileinode() can overflow and return negative values there). will merge this to PHP_5_4 after the commit freeze.
2012-01-19 00:20:04 +00:00
Pierre Joye
ed075eab5a
- add test for bug #60761
2012-01-18 20:29:13 +00:00
Pierre Joye
9e4669b3a6
- add test for bug #60761
2012-01-18 20:29:13 +00:00
Pierre Joye
f6ea9cecfa
- add test for bug #60761
2012-01-18 20:21:40 +00:00
Pierre Joye
5b72785c68
- add test for bug #60761
2012-01-18 20:21:40 +00:00
Michael Wallner
e11ece1ca7
remove XFAIL for bug #47178
2012-01-18 10:16:37 +00:00
Michael Wallner
6a7bbb1561
merge ext/hash from trunk
2012-01-18 09:15:34 +00:00
Dmitry Stogov
b515bfbdfb
Improved traits implementation. Now to support __CLASS__ constant in traits php doesn't have to copy the complete compiled method, but can reuse the same code. The resolution of __CLASS__ constants in methods defined in traits are delayed till run-time. This approach also made possible to use __CLASS__ constant as default value for traits properties and method arguments.
2012-01-17 08:09:13 +00:00
Nuno Lopes
1578af3c03
regen to fix lcov issues
2012-01-15 00:07:26 +00:00
Rui Hirokawa
7ba37f7921
fixed failed tests (backport from PHP_5_4/trunk).
2012-01-14 09:07:10 +00:00
Rui Hirokawa
61088ce729
MFH: fixed bug #60227 : header() cannot detect the multi-line header with CR.
2012-01-14 07:41:01 +00:00
Boris Lytochkin
4c414c12a3
merge from trunk:
...
Fixed bug #60585 (php build fails with USE flag snmp when IPv6 support is disabled
Fixed bug #60749 (SNMP module should not strip non-standard SNMP port from hostname
2012-01-13 18:46:56 +00:00
Christopher Jones
f115235a6e
Fix configuration message typo and alignment (5.4 merge approved by Stas)
2012-01-12 23:23:05 +00:00
Christopher Jones
6d75ac3df9
Fix configuration message typo and alignment (5.4 merge approved by Stas)
2012-01-12 23:23:05 +00:00
Dmitry Stogov
ca77173afb
Fixed incorrect type cast
2012-01-11 15:04:14 +00:00
Pierre Joye
9425379852
- make it windows version independent, error msg differs, bad but well
2012-01-10 08:30:00 +00:00
Pierre Joye
c97197b377
- make it windows version independent, error msg differs, bad but well
2012-01-10 08:30:00 +00:00
Popa Adrian Marius
b69f55c12e
sync firebird test 003 with the 5.4 branch , eliminate failing test http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests&file=ext%2Finterbase%2Ftests%2F003.phpt
2012-01-10 05:26:20 +00:00
Pierre Joye
dd3eb33d76
- error is windows version dependent and not what we test here
2012-01-09 15:31:33 +00:00
Pierre Joye
5d85b02bca
- error is windows version dependent and not what we test here
2012-01-09 15:31:33 +00:00
Rasmus Lerdorf
ac5718cdd3
These tests don't work if run as root
2012-01-08 18:43:30 +00:00
Rasmus Lerdorf
f1191166d8
These tests don't work if run as root
2012-01-08 18:43:30 +00:00
Rasmus Lerdorf
adc8c296ac
Make sure gc is enabled
2012-01-08 18:22:50 +00:00
Rasmus Lerdorf
a7dca551f7
This test only works if gc is enabled
2012-01-08 18:21:13 +00:00
Nuno Lopes
bf7df5aff5
do kill 9 to fix a race condition in this test. (should fix the debian 32-bit buildbot)
2012-01-08 18:03:56 +00:00
Nuno Lopes
4cc04be260
do kill 9 to fix a race condition in this test. (should fix the debian 32-bit buildbot)
2012-01-08 18:03:56 +00:00
Daniel Convissor
5df401af21
Remove test for bug 60675, the change in behavior between 5.3 and 5.4 is intentional.
2012-01-07 23:09:49 +00:00
Daniel Convissor
edf86e5282
Test for bug 60675.
2012-01-06 22:09:15 +00:00
Stanislav Malyshev
a1ec2aab1b
move to XFAIL since it fails on 32-bit
2012-01-04 20:40:13 +00:00
Arpad Ray
e6ca31057e
add more tests for #60634 (stems from #21306 ) and xfail them all for the moment
2012-01-04 11:44:05 +00:00
Arpad Ray
23ba6bb7fe
add more tests for #60634 (stems from #21306 ) and xfail them all for the moment
2012-01-04 11:44:05 +00:00
Arpad Ray
08eb16f015
fix return values of inherited session handler to match user handlers - #60640
2012-01-04 01:31:30 +00:00
Arpad Ray
7486849b56
add SessionHandlerInterface for session_set_save_handler() - #60551
2012-01-04 01:16:45 +00:00
Arpad Ray
062b67ed06
add test for #60634
2012-01-03 21:47:16 +00:00
Arpad Ray
5f948f63ed
add test for #60634
2012-01-03 21:47:16 +00:00
Matteo Beccati
daa8e833b2
Bug #55663 , fixed test for bug 43139 on Firebird. Per request from mariuz
2012-01-02 11:43:25 +00:00
Matteo Beccati
bedc816a1e
Bug #55663 , fixed test for bug 43139 on Firebird. Per request from mariuz
2012-01-02 11:43:25 +00:00
Stanislav Malyshev
cbcddcb02e
fix bug #55871 - Interruption in substr_replace()
2012-01-02 00:47:57 +00:00
Stanislav Malyshev
0fdbefa430
add test for ob_gzhandler
2012-01-01 23:51:21 +00:00
Felipe Pena
e4ca0ed09f
- Year++
2012-01-01 13:15:04 +00:00
Felipe Pena
4e19825281
- Year++
2012-01-01 13:15:04 +00:00
Popa Adrian Marius
596b37daf1
Fixed PDO_Firebird: bug 53280 segfaults if query column count is less than param count
2011-12-28 19:58:37 +00:00
Popa Adrian Marius
853b48dc30
Fixed PDO_Firebird: bug 53280 segfaults if query column count is less than param count
2011-12-28 19:58:37 +00:00
Popa Adrian Marius
d9f334c633
fix tablename in testcase test->testz
2011-12-28 19:09:41 +00:00
Popa Adrian Marius
24227957bf
fix tablename in testcase test->testz
2011-12-28 19:09:41 +00:00
Popa Adrian Marius
c4c248c6e7
Added test case for PDO_Firebird: bug 53280 segfaults if query column count is less than param count
2011-12-28 18:52:39 +00:00
Popa Adrian Marius
0b692661d4
Added test case for PDO_Firebird: bug 53280 segfaults if query column count is less than param count
2011-12-28 18:52:39 +00:00
Popa Adrian Marius
9b00068363
fix Bug #47415 PDO_Firebird segfaults when passing lowercased column name to bindColumn()
2011-12-28 10:17:17 +00:00
Popa Adrian Marius
cfe00e6053
fix Bug #47415 PDO_Firebird segfaults when passing lowercased column name to bindColumn()
2011-12-28 10:17:17 +00:00
Popa Adrian Marius
e2c5167b7b
one more error to fix Table unknown TEST , it should be TESTZ
2011-12-28 10:04:25 +00:00
Popa Adrian Marius
caeba0e83f
one more error to fix Table unknown TEST , it should be TESTZ
2011-12-28 10:04:25 +00:00
Popa Adrian Marius
a2c7c201ab
fix table name in testcase
2011-12-28 09:59:53 +00:00
Popa Adrian Marius
bba41172e7
fix table name in testcase
2011-12-28 09:59:53 +00:00
Popa Adrian Marius
c436981a70
added testcase for Bug 47415
2011-12-28 09:53:15 +00:00
Popa Adrian Marius
503540a4e4
added testcase for Bug 47415
2011-12-28 09:53:15 +00:00
Popa Adrian Marius
cc57d73844
cleanup for bug 48877 test, add description
2011-12-28 09:41:02 +00:00
Popa Adrian Marius
28878d390f
cleanup for bug 48877 test, add description
2011-12-28 09:41:02 +00:00