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
Daniel Convissor
467ed9255b
Resolve the last of the xfails from Bug 55253.
2011-12-28 01:13:12 +00:00
Daniel Convissor
c49b8515df
Resolve the last of the xfails from Bug 55253.
2011-12-28 01:13:12 +00:00
Daniel Convissor
7dc52a6b43
Resolve more xfails due to Bug 55253 being fixed.
2011-12-27 19:44:13 +00:00
Daniel Convissor
defc87db2c
Resolve more xfails due to Bug 55253 being fixed.
2011-12-27 19:44:13 +00:00
Daniel Convissor
5b3551e4e3
Resolve some xfails due to Bug 55253 being fixed. (merged from 54)
2011-12-27 16:57:36 +00:00
Daniel Convissor
7ea4e8266c
Another xfail resolved since Bug 55253 was fixed.
2011-12-27 16:50:16 +00:00
Popa Adrian Marius
5cad53802e
http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests&file=ext%2Fpdo_firebird%2Ftests%2Fbug_43130.phpt
...
fix failure for bug 43130
2011-12-27 16:49:00 +00:00
Popa Adrian Marius
b3ecb6841c
http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests&file=ext%2Fpdo_firebird%2Ftests%2Fbug_43130.phpt
...
fix failure for bug 43130
2011-12-27 16:49:00 +00:00
Daniel Convissor
4a59413e48
Another xfail resolved since Bug 55253 was fixed.
2011-12-27 15:20:16 +00:00
Popa Adrian Marius
ddf95da798
added test for PDO_Firebird: bug 48877
2011-12-27 10:49:03 +00:00
Daniel Convissor
448ed9bc83
One less xfail since Bug 55253 was fixed.
2011-12-27 02:13:55 +00:00
Pierre Joye
850168ba62
- Fix bug #60326 , fix crash introduced by initial fix
2011-12-26 22:53:12 +00:00
Pierre Joye
7dcc4c0d0e
- Fix bug #60326 , fix TS build (introduced by r321406)
2011-12-26 12:32:05 +00:00
Stanislav Malyshev
e665e01e88
fix bug #60326 - restore ob_gzhandler
2011-12-26 08:29:11 +00:00
Stanislav Malyshev
d42917b605
test fixes
2011-12-26 03:22:07 +00:00
Stanislav Malyshev
2f15c1d717
fix uninitialized var that may lead to crash
2011-12-26 02:16:37 +00:00
Gustavo André dos Santos Lopes
ae054ae502
- Fixed bug #60570 (http wrapper leaks context resource if request fails/is
...
redirected).
2011-12-21 15:44:58 +00:00
Gustavo André dos Santos Lopes
f24f2b4df6
- Fixed bug #60570 (http wrapper leaks context resource if request fails/is
...
redirected).
2011-12-21 15:44:58 +00:00
Scott MacVicar
6c841dfda3
Add tests for OpenSSL crash.
2011-12-19 03:09:05 +00:00
Scott MacVicar
c36926ba4c
Add tests for OpenSSL crash.
2011-12-19 03:09:05 +00:00
Scott MacVicar
095cbc48a8
Fix segfault in older versions of OpenSSL (before 0.9.8i)
2011-12-18 05:14:32 +00:00
Scott MacVicar
beda5efd41
Fix segfault in older versions of OpenSSL (before 0.9.8i)
2011-12-18 05:14:32 +00:00
Andrey Hristov
4dfd69e84b
fix for 5.5.19
2011-12-14 19:29:45 +00:00
Andrey Hristov
2f0d084ab8
fix for 5.5.19
2011-12-14 19:29:45 +00:00
Andrey Hristov
9e14665237
another fix
2011-12-14 19:28:41 +00:00
Andrey Hristov
f16c10898b
another fix
2011-12-14 19:28:41 +00:00
Andrey Hristov
b8697d07f8
fix test
2011-12-14 18:37:49 +00:00
Andrey Hristov
536e675bfa
fix test
2011-12-14 18:37:49 +00:00
Andrey Hristov
3ef71f9726
fix test
2011-12-14 18:36:04 +00:00
Andrey Hristov
63ded0f5e9
fix test
2011-12-14 18:36:04 +00:00
Andrey Hristov
9033d60caf
fix typo
2011-12-14 17:59:11 +00:00
Andrey Hristov
8a65304a01
fix typo
2011-12-14 17:59:11 +00:00
Andrey Hristov
e38daffe60
fix test
2011-12-14 16:27:52 +00:00
Andrey Hristov
141905ce54
fix test
2011-12-14 16:27:52 +00:00
Pierre Joye
848d71da29
- tmp dir is system depedent
2011-12-13 23:18:12 +00:00
Pierre Joye
f94cc91dda
- tmp dir is system depedent
2011-12-13 23:18:12 +00:00
Pierre Joye
8e54a63133
- skip on win
2011-12-13 23:04:01 +00:00
Pierre Joye
3b8e237128
- skip on win
2011-12-13 23:04:01 +00:00
Pierre Joye
603bfaaff4
- ignore notices here, not what we test (array to string conversion)
2011-12-13 13:46:27 +00:00
Pierre Joye
609ade1bed
- ignore notices here, not what we test (array to string conversion)
2011-12-13 13:46:27 +00:00
Pierre Joye
3a68270fcf
- use the test itself, making the test passes when ran outside the src tree
2011-12-12 19:09:01 +00:00
Pierre Joye
df3cd84f80
- use the test itself, making the test passes when ran outside the src tree
2011-12-12 19:09:01 +00:00
Pierre Joye
52e77c9bc8
- skip on win
2011-12-12 14:03:24 +00:00
Pierre Joye
b54e8fa231
- skip on win
2011-12-12 14:03:24 +00:00
Pierre Joye
7eee6fa759
- skip on win
2011-12-12 14:02:06 +00:00
Pierre Joye
a275c409c6
- skip on win
2011-12-12 14:02:06 +00:00
Pierre Joye
aa37291e20
- skip on win
2011-12-12 13:56:42 +00:00
Pierre Joye
02e898c9e0
- skip on win
2011-12-12 13:56:42 +00:00
Pierre Joye
ec9b8149e1
- skip on win
2011-12-12 13:53:38 +00:00
Pierre Joye
b02c751074
- skip on win
2011-12-12 13:53:38 +00:00
Pierre Joye
c0ba404054
- skip on win
2011-12-12 13:49:21 +00:00
Pierre Joye
df3c9a79fe
- skip on win
2011-12-12 13:49:21 +00:00
Pierre Joye
1a7f05705f
- skip on win
2011-12-12 13:34:21 +00:00
Pierre Joye
582363d9c8
- skip on win
2011-12-12 13:34:21 +00:00
Pierre Joye
a4ecf57a30
- skip on win
2011-12-12 13:31:43 +00:00
Pierre Joye
d15e57d5db
- skip on win
2011-12-12 13:31:43 +00:00
Derick Rethans
9cbf9472b6
This test should no longer fail, and is perfectly okay for Linux to test on too.
2011-12-12 12:57:46 +00:00
Derick Rethans
31afa034f0
This test should no longer fail, and is perfectly okay for Linux to test on too.
2011-12-12 12:57:46 +00:00
Gustavo André dos Santos Lopes
74d2b2f0bd
- Fixed bug #60455 : stream_get_line misbehaves if EOF is not detected together
...
with the last read.
2011-12-11 21:08:15 +00:00
Gustavo André dos Santos Lopes
52c36e60c4
- Fixed bug #60455 : stream_get_line misbehaves if EOF is not detected together
...
with the last read.
2011-12-11 21:08:15 +00:00
Popa Adrian Marius
c55f9258b9
bug fixed #48877 - bindValue and bindParam do not work for PDO Firebird
2011-12-10 22:09:59 +00:00
Popa Adrian Marius
74343ca506
bug fixed #48877 - bindValue and bindParam do not work for PDO Firebird
2011-12-10 22:04:23 +00:00
Patrick Allaert
ea25a9be03
Added tests contributions on spl_autoload and stream_context_set_option()
...
Thank you Jean-Marc Fontaine and Alter Way
2011-12-09 11:45:39 +00:00
Patrick Allaert
183493d624
Added tests contributions on spl_autoload and stream_context_set_option()
...
Thank you Jean-Marc Fontaine and Alter Way
2011-12-09 11:23:19 +00:00
Christopher Jones
77b821d3c5
Fix skipif
2011-12-08 20:43:23 +00:00
Christopher Jones
726b31cfc9
Fix skipif
2011-12-08 20:43:23 +00:00
Pierrick Charron
e8eab79ac8
Fix curl_copy_handle_basic_008.phpt when display_errors is On
...
(Thanks Chris Jones)
2011-12-08 18:57:01 +00:00
Pierrick Charron
4b860ccdad
Fix curl_copy_handle_basic_008.phpt when display_errors is On
...
(Thanks Chris Jones)
2011-12-08 18:57:01 +00:00
Scott MacVicar
287e1917cf
Make sure that we set the strong crypto result to false as well as returning false.
2011-12-07 20:50:33 +00:00
Derick Rethans
109cc0bfab
Test cosmetics.
2011-12-07 19:42:44 +00:00
Derick Rethans
38eecffe0d
Test cosmetics.
2011-12-07 19:42:44 +00:00
Derick Rethans
60d195dc44
Sorting out the tests *once* more.
...
Please keep them consistent and only change them if you are 110% certain what
you're doing. Otherwise -> please ask.
2011-12-07 19:24:58 +00:00
Derick Rethans
6c242d9dd7
Sorting out the tests *once* more.
...
Please keep them consistent and only change them if you are 110% certain what
you're doing. Otherwise -> please ask.
2011-12-07 19:24:58 +00:00
Pierrick Charron
bc8fc80049
Fix test
2011-12-07 16:46:48 +00:00
Pierrick Charron
2e87cd3399
Fix test
2011-12-07 16:46:48 +00:00
Pierrick Charron
4093e5e797
Add new test for CURLOPT_POSTFIELDS
2011-12-07 16:32:50 +00:00
Pierrick Charron
572e36e2e4
Add new test for CURLOPT_POSTFIELDS
2011-12-07 16:32:50 +00:00
Pierre Joye
d4ef7ab7df
- tests require 64bit integer
2011-12-07 10:38:35 +00:00
Pierre Joye
2ae3a4d849
- print_r seems to display 0 or nothing for days, let make that test works in both cases, that's not the purpose of this test to test print_r
2011-12-07 09:03:07 +00:00
Pierre Joye
321172e479
- print_r seems to display 0 or nothing for days, let make that test works in both cases, that's not the purpose of this test to test print_r
2011-12-07 09:03:07 +00:00
Pierre Joye
361c162058
- fix warning and fix buggy behavior of timelib_diff due to bad assumption of floor signature (fixes almost date_diff tests too)
2011-12-07 08:39:43 +00:00
Pierre Joye
93af22bbb9
- fix warning and fix buggy behavior of timelib_diff due to bad assumption of floor signature (fixes almost date_diff tests too)
2011-12-07 08:39:43 +00:00
Pierre Joye
e6d945c181
- rename to correct bug #
2011-12-07 08:37:48 +00:00
Pierre Joye
f3c1d7154c
- set TZ
2011-12-07 08:33:41 +00:00
Pierre Joye
4e172842a2
- force LF
2011-12-06 13:42:08 +00:00
Pierre Joye
c46e5a1b7d
- add windows version of this test
2011-12-06 13:35:41 +00:00
Pierre Joye
c55364eb05
- add windows version of this test
2011-12-06 13:35:41 +00:00
Pierre Joye
0c4915d580
- add windows version of this test
2011-12-06 13:34:45 +00:00
Pierre Joye
65f0630552
- add windows version of this test
2011-12-06 13:34:45 +00:00
Pierre Joye
4a91e36366
- force LF
2011-12-06 13:16:40 +00:00
Pierre Joye
bbeaed1cca
- force LF
2011-12-06 13:16:40 +00:00
Pierre Joye
d2fad53032
- force LF
2011-12-06 13:07:08 +00:00
Pierre Joye
74cf85e19d
- force LF
2011-12-06 13:07:08 +00:00
Derick Rethans
ac631dd580
- Fixed bug #53502 (strtotime with timezone memory leak).
...
- Fixed bug #52062 (large timestamps with DateTime::getTimestamp and
DateTime::setTimestamp).
- Fixed bug #51994 (date_parse_from_format is parsing invalid date using 'yz'
format).
- Fixed bug #51223 (Seg fault while creating (by unserialization)
DatePeriod).
2011-12-06 06:21:08 +00:00
Derick Rethans
5b2ce47f2e
- Fixed bug #53502 (strtotime with timezone memory leak).
...
- Fixed bug #52062 (large timestamps with DateTime::getTimestamp and
DateTime::setTimestamp).
- Fixed bug #51994 (date_parse_from_format is parsing invalid date using 'yz'
format).
- Fixed bug #51223 (Seg fault while creating (by unserialization)
DatePeriod).
2011-12-06 06:21:08 +00:00
Derick Rethans
2a0343fb18
Make tests similar to the ones in 5.4 and trunk.
2011-12-06 06:13:41 +00:00
Derick Rethans
5087b0ee42
- Added a test case for #53437 .
2011-12-06 06:07:41 +00:00
Derick Rethans
9f78bca569
- Added a test case for #53437 .
2011-12-06 06:07:41 +00:00
Derick Rethans
8889fcacc2
- Fixed bug #52062 : large timestamps with DateTime::getTimestamp and DateTime::setTimestamp.
2011-12-06 06:04:24 +00:00
Derick Rethans
2679ccc50b
- Fixed bug #52062 : large timestamps with DateTime::getTimestamp and DateTime::setTimestamp.
2011-12-06 06:04:24 +00:00
Derick Rethans
855ef08020
- Cosmetics for test case for #48678 .
2011-12-06 06:00:45 +00:00
Derick Rethans
300b3efff5
- Cosmetics for test case for #48678 .
2011-12-06 06:00:45 +00:00
Derick Rethans
8698b73942
- Fixed test case for #54851 .
...
- Make test case for #32555 the same for all branches.
2011-12-06 05:59:24 +00:00
Derick Rethans
70b782bc9a
- Fixed test case for #54851 .
...
- Make test case for #32555 the same for all branches.
2011-12-06 05:59:24 +00:00
Ilia Alshanetsky
8222ae737c
Fixed Bug #55478 (FILTER_VALIDATE_EMAIL fails with internationalized
...
domain name addresses containing >1 -).
2011-12-04 14:52:40 +00:00
Ilia Alshanetsky
dfa08dc325
Fixed Bug #55478 (FILTER_VALIDATE_EMAIL fails with internationalized
...
domain name addresses containing >1 -).
2011-12-04 14:52:40 +00:00
Hannes Magnusson
1e6a82a1cf
Fix test.. the errormessage is irrelevant, we are testing if we segfault and corrupt return value
2011-12-04 12:34:19 +00:00
Pierrick Charron
109346779a
Fixed bug #60439curl_copy_handle segfault when used with CURLOPT_PROGRESSFUNCTION
2011-12-04 01:34:54 +00:00
Pierrick Charron
191835fd3d
Fixed bug #60439curl_copy_handle segfault when used with CURLOPT_PROGRESSFUNCTION
2011-12-04 01:34:54 +00:00
Michael Wallner
d8ca919da1
Fixed bug #60240 (invalid read/writes when unserializing specially crafted strings)
2011-12-02 11:50:22 +00:00
Pierrick Charron
3fe47ef089
Cleans up test file
2011-12-02 04:16:46 +00:00
Pierrick Charron
a2d189883f
Cleans up test file
2011-12-02 04:16:46 +00:00
Felipe Pena
032fb4ca9c
- Fixed tests
2011-12-01 15:38:17 +00:00
Felipe Pena
60f338ef2c
- Fixed tests
2011-12-01 14:15:22 +00:00
Andrey Hristov
0905ff2fe5
Don't write more data than the protocol can grok or the server will
...
be confused. This comes without a test because the server needs to be
a non-community one with closed source PAM plugin loaded.
2011-11-30 17:20:25 +00:00
Dmitry Stogov
d1432d434c
Fixed bug #54911 (Access to a undefined member in inherit SoapClient may cause Segmentation Fault)
2011-11-28 14:20:35 +00:00
Dmitry Stogov
66b38195d2
Fixed bug #54911 (Access to a undefined member in inherit SoapClient may cause Segmentation Fault)
2011-11-28 14:20:35 +00:00
Dmitry Stogov
878ada77a0
Added implicit type casting to allow reusage of macros in C++ extensions (Yoram)
2011-11-28 13:01:28 +00:00
Gustavo André dos Santos Lopes
5759a440f8
- Small ajustments to some multicast options.
2011-11-26 17:48:52 +00:00
Derick Rethans
92e9a0bd91
- Fixed bug #54851 (DateTime::createFromFormat() doesn't interpret "D").
2011-11-26 16:44:21 +00:00
Derick Rethans
dc6ecd21ee
- Fixed bug #54851 (DateTime::createFromFormat() doesn't interpret "D").
2011-11-26 16:44:21 +00:00
Gustavo André dos Santos Lopes
7c2946f80e
- Fixed bug #60392 (U_IDNA_DOMAIN_NAME_TOO_LONG_ERROR undeclared)
...
(fedora at famillecollet dot com)
2011-11-26 14:55:31 +00:00
Derick Rethans
1324d5d9c5
- Fixed bug #54596 (incorrect years for DateTime objects created with 4-digit
...
years).
2011-11-25 15:51:37 +00:00
Derick Rethans
c2ede9a00a
- Fixed bug #54596 (incorrect years for DateTime objects created with 4-digit
...
years).
2011-11-25 15:51:37 +00:00
Derick Rethans
016e57a712
- Force setting for tests.
2011-11-25 15:47:11 +00:00
Derick Rethans
3b1ce022f1
- Force setting for tests.
2011-11-25 15:47:11 +00:00
Dmitry Stogov
788be2c54a
Fixed bug #60167 (Crash / memory corruption in ext/com_dotnet) (Timm Friebe).
2011-11-25 11:29:28 +00:00
Xinchen Hui
aa5ce0b58d
warning: suggest parentheses around && within ||
2011-11-25 07:50:18 +00:00
Gustavo André dos Santos Lopes
d06c4e90a7
- Updated UPGRADING, protos and attribution in ext/intl/idn/idn.c
2011-11-24 22:45:50 +00:00
Gustavo André dos Santos Lopes
5fa1cfbbe6
- Support for UTS #46 .
2011-11-24 17:54:50 +00:00
Derick Rethans
7411ae09f5
- Fixed bug #60236 (TLA timezone dates are not converted properly from
...
timestamp).
- Fixed bug #55253 (DateTime::add() and sub() result -1 hour on objects with
time zone type 2).
And fixed some test cases.
2011-11-24 17:13:47 +00:00
Derick Rethans
a02ca5c881
- Fixed bug #60236 (TLA timezone dates are not converted properly from
...
timestamp).
- Fixed bug #55253 (DateTime::add() and sub() result -1 hour on objects with
time zone type 2).
And fixed some test cases.
2011-11-24 17:13:47 +00:00
Xinchen Hui
3db55c8233
Fixed bug #60367 (Reflection and Late Static Binding)
2011-11-24 09:16:11 +00:00
Xinchen Hui
fe96e8e64c
Fixed bug #60367 (Reflection and Late Static Binding)
2011-11-24 09:16:11 +00:00
Ulf Wendel
0f799cc410
Good to fix something, but don't forget to update tests
2011-11-23 17:30:59 +00:00
Ulf Wendel
1d1d88bec0
Good to fix something, but don't forget to update tests
2011-11-23 17:23:57 +00:00
Ulf Wendel
2bfd24071b
Always good to fix something, but don't forget to update tests
2011-11-23 17:01:09 +00:00
Ulf Wendel
87a1c1bf47
Fix test
2011-11-23 16:47:22 +00:00
Ulf Wendel
b5054a7c7b
Fix test
2011-11-23 16:47:22 +00:00
Ulf Wendel
9475362f99
Message can vary depending on server version
2011-11-23 16:38:50 +00:00
Ulf Wendel
6c1f4e58ce
Message can vary depending on server version
2011-11-23 16:38:50 +00:00
Dmitry Stogov
020cfc3d62
Fixed bug #48216 (PHP Fatal error: SOAP-ERROR: Parsing WSDL: Extra content at the end of the doc, when server uses chunked transfer encoding with spaces after chunk size)
2011-11-23 10:49:42 +00:00
Dmitry Stogov
48a5ab0eca
Fixed bug #48216 (PHP Fatal error: SOAP-ERROR: Parsing WSDL: Extra content at the end of the doc, when server uses chunked transfer encoding with spaces after chunk size)
2011-11-23 10:49:42 +00:00
Felipe Pena
90cd6482b3
- Fixed memory leak when calling the Finfo constructor twice
2011-11-23 01:20:49 +00:00
Felipe Pena
b6137f4cb1
- Fixed memory leak when calling the Finfo constructor twice
2011-11-23 01:20:49 +00:00
Felipe Pena
e92204821a
- Fix the fix (thanks Chris Jones!)
2011-11-22 19:18:34 +00:00
Felipe Pena
c446440235
- Fix the fix (thanks Chris Jones!)
2011-11-22 19:18:34 +00:00
Pierrick Charron
def84f16ad
Fix test to remove dependancy over php.net
2011-11-22 18:50:57 +00:00
Pierrick Charron
b0b58c3d08
Fix test to remove dependancy over php.net
2011-11-22 18:50:57 +00:00
Ulf Wendel
a6502de5d0
Skipping with libmysql. If a documentation points to more or less unmaintained wiki contents, I take it as a request to stop testing a feature. Can't tell if I get false positive, hit a bug or not. This is not libmysql testing. Its PHP MySQL API testing.
2011-11-22 16:52:42 +00:00
Ulf Wendel
09a9df8d59
Skipping with libmysql. If a documentation points to more or less unmaintained wiki contents, I take it as a request to stop testing a feature. Can't tell if I get false positive, hit a bug or not. This is not libmysql testing. Its PHP MySQL API testing.
2011-11-22 16:52:42 +00:00
Andrey Hristov
842b7d6840
use the method in all builds. Thus it can be used for detection
...
of state transitioning in every case
2011-11-22 16:38:06 +00:00
Andrey Hristov
692e7f2bd9
use the method in all builds. Thus it can be used for detection
...
of state transitioning in every case
2011-11-22 16:38:06 +00:00
Felipe Pena
d881b055c8
- Fix the fix
2011-11-22 15:12:44 +00:00
Felipe Pena
72ad61733a
- Fix the fix
2011-11-22 15:12:44 +00:00
Felipe Pena
39d0c5e202
- Fixed possible memory leak in finfo_open()
2011-11-22 15:04:19 +00:00
Felipe Pena
8a4d75fe85
- Fixed possible memory leak in finfo_open()
2011-11-22 15:04:19 +00:00
Felipe Pena
4fffb5f5e0
- Fixed invalid free in call_user_method() function
2011-11-22 12:47:08 +00:00
Felipe Pena
375949781f
- Fixed invalid free in call_user_method() function
2011-11-22 12:47:08 +00:00
Felipe Pena
735dc01811
- Fixed memory leak in several Intl locale functions
2011-11-22 12:29:15 +00:00
Felipe Pena
cc8c3a2d00
- Fixed memory leak in several Intl locale functions
2011-11-22 12:29:15 +00:00
Xinchen Hui
b548293b99
Fixed bug #60357 (__toString() method triggers E_NOTICE "Array to string conversion")
2011-11-22 10:11:06 +00:00
Pierrick Charron
0f26db6956
Fix this test to work with all version (even old) of libcurl
2011-11-22 08:29:26 +00:00
Pierrick Charron
ecc6c335c5
Fix this test to work with all version (even old) of libcurl
2011-11-22 08:29:26 +00:00
Pierrick Charron
a1f1e0bcf9
Fix memory leak when using libcurl < 7.17.0
2011-11-22 05:19:37 +00:00
Pierrick Charron
20324d06da
Fix memory leak when using libcurl < 7.17.0
2011-11-22 05:19:37 +00:00
Felipe Pena
f7048d0925
- Fixed possible crash in mb_ereg_search_init() using empty pattern
2011-11-21 19:15:18 +00:00
Felipe Pena
97659d4842
- Fixed possible crash in mb_ereg_search_init() using empty pattern
2011-11-21 19:15:18 +00:00
Xinchen Hui
034ba714cf
Comparison between pointer and integer
2011-11-21 06:07:43 +00:00
Xinchen Hui
ae05ae7e92
C++ style comment
2011-11-21 05:57:45 +00:00
Pierrick Charron
4dce729ca0
Fix memory leak
2011-11-21 02:44:28 +00:00
Pierrick Charron
0d73c76bec
Fix memory leak
2011-11-21 02:29:24 +00:00
Pierrick Charron
d69a1b09af
Fix memory leak
2011-11-21 02:29:24 +00:00
Pierrick Charron
1260d8e1c3
Fix test to use PHP_CURL_HTTP_REMOTE_SERVER
2011-11-21 02:10:57 +00:00
Pierrick Charron
e3557389bf
Fix test to use PHP_CURL_HTTP_REMOTE_SERVER
2011-11-21 02:10:57 +00:00
Pierre Joye
72004f29c2
- restore correct window_size
2011-11-20 10:10:43 +00:00
Pierre Joye
f330c8ab4e
- restore correct window_size
2011-11-20 10:10:43 +00:00
Pierre Joye
1e8fc920e1
- fix build, ansi c requires constant value, no expresion, even constant var
2011-11-19 23:09:12 +00:00
Pierre Joye
eeba0b5681
- fix build, ansi c requires constant value, no expresion, even constant var
2011-11-19 23:09:12 +00:00
Felipe Pena
0c5bb1702b
- Fixed bug #60339 (valgrind reports LEAK --with-mm)
...
patch by: yohgaki at ohgaki dot net
2011-11-19 18:50:49 +00:00
Felipe Pena
d3b20b4058
- Fixed bug #60339 (valgrind reports LEAK --with-mm)
...
patch by: yohgaki at ohgaki dot net
2011-11-19 18:50:49 +00:00
Antony Dovgal
75adcc8db0
backport the line from trunk and fix uninitialized variables
2011-11-19 13:23:16 +00:00
Antony Dovgal
51a4ae6576
backport the line from trunk and fix uninitialized variables
2011-11-19 13:23:16 +00:00
Mateusz Kocielski
17b39638d0
- Fixed bug #60337 bcscale related crashed on 64bits platforms
2011-11-19 12:46:43 +00:00
Mateusz Kocielski
b141fb1afb
- Fixed bug #60337 bcscale related crashed on 64bits platforms
2011-11-19 12:46:43 +00:00
Stanislav Malyshev
449907fb76
fix bug #60164 (Stubs of a specific length break phar_open_from_fp scanning for __HALT_COMPILER)
2011-11-19 04:59:56 +00:00
Stanislav Malyshev
22cbdd5cc5
fix bug #60164 (Stubs of a specific length break phar_open_from_fp scanning for __HALT_COMPILER)
2011-11-19 04:59:56 +00:00
Stanislav Malyshev
4c4185c117
fix test number
2011-11-19 04:49:59 +00:00
Stanislav Malyshev
1dfbe61e2a
fix bug #60150 for 5.3 too
2011-11-19 04:49:36 +00:00
Stanislav Malyshev
5ebfe19ac6
Fix bug #60150 (Integer overflow during the parsing of invalid exif header)
2011-11-19 04:41:03 +00:00
Christopher Jones
57de041b14
r319456 also fixed the OCI8 part of #55301 (multiple null pointer)
2011-11-18 18:14:15 +00:00
Christopher Jones
1a30e9dd33
r319456 also fixed the OCI8 part of #55301 (multiple null pointer)
2011-11-18 18:14:15 +00:00
Pierrick Charron
34bb8d8119
Added new SoapClient option "keep_alive". FR #60329
2011-11-18 13:24:35 +00:00
Christopher Jones
092a21cde3
Sync to 5.3 and check additional cases for #55748
2011-11-18 09:59:35 +00:00
Christopher Jones
28cfee291e
Sync to 5.3 and check additional cases for #55748
2011-11-18 09:59:35 +00:00
Xinchen Hui
5008390304
Fixed bug #60306 (Characters lost while converting from cp936 to utf8)
2011-11-18 08:50:29 +00:00
Stanislav Malyshev
77d0643b68
fixes for bug #55748
2011-11-18 07:11:19 +00:00
Pierrick Charron
ced34c975e
Remove unused variables in libmbfl
2011-11-18 06:27:27 +00:00
Antony Dovgal
c3b83e833d
fix bug #60082 (Crash in ArrayObject() when using recursive references)
...
--Tis line, and those below, will be ignored--
M trunk/ext/spl/spl_array.c
M branches/PHP_5_4/ext/spl/spl_array.c
M branches/PHP_5_3/ext/spl/spl_array.c
M branches/PHP_5_3/NEWS
2011-11-18 05:22:35 +00:00
Antony Dovgal
ea97932279
fix bug #60082 (Crash in ArrayObject() when using recursive references)
...
--Tis line, and those below, will be ignored--
M trunk/ext/spl/spl_array.c
M branches/PHP_5_4/ext/spl/spl_array.c
M branches/PHP_5_3/ext/spl/spl_array.c
M branches/PHP_5_3/NEWS
2011-11-18 05:22:35 +00:00