Hannes Magnusson
3f85bc95f7
Update skipif message
2011-09-07 10:34:58 +00:00
Hannes Magnusson
51d36f744a
Update skipif message
2011-09-07 10:34:58 +00:00
Matteo Beccati
d66630f625
Fixed test randomly failing due to different error messages. Also added a skip
...
section in case "fakeURL" resolves to an IP address, as some empty error
messages and HTML can be seen in the reports
2011-09-01 00:45:56 +00:00
Matteo Beccati
d2621f92b9
Fixed test randomly failing due to different error messages. Also added a skip
...
section in case "fakeURL" resolves to an IP address, as some empty error
messages and HTML can be seen in the reports
2011-09-01 00:45:56 +00:00
Matteo Beccati
dff6510fc5
Fixed test randomly failing due to different error messages. Also added a skip
...
section in case "fakeURL" resolves to an IP address, as some empty error
messages and HTML can be seen in the reports
2011-09-01 00:45:56 +00:00
Matteo Beccati
f4e100e47f
Fixed false positive failure on gcov
2011-08-31 22:12:53 +00:00
Matteo Beccati
c0e08c34df
Fixed false positive failure on gcov
2011-08-31 22:12:53 +00:00
Matteo Beccati
a3a5b2197c
Fixed false positive failure on gcov
2011-08-31 22:12:53 +00:00
Pierre Joye
42c4b86c88
- Fix #55301 (curl part) check if malloc succeded
2011-07-28 10:31:34 +00:00
Pierre Joye
40b059de97
- Fix #55301 (curl part) check if malloc succeded
2011-07-28 10:31:34 +00:00
Pierre Joye
103d475021
- Fix #55301 (curl part) check if malloc succeded
2011-07-28 10:31:34 +00:00
Felipe Pena
23e438594d
- Make usage of new PHP_FE_END macro
2011-07-25 11:42:53 +00:00
Felipe Pena
4b30846b50
- Make usage of new PHP_FE_END macro
2011-07-25 11:35:02 +00:00
Felipe Pena
da376383e8
- Make usage of new PHP_FE_END macro
2011-07-25 11:35:02 +00:00
Shein Alexey
0214bbed25
Updated (currently failing) test for bug48203 with curl_stderr and added also curl_multi_exec variant of this test.
2011-06-09 07:16:13 +00:00
Shein Alexey
42478b46e9
Removed 'b' string prefix as unneeded from some tests.
2011-06-09 06:49:31 +00:00
Shein Alexey
11f667e82d
Fixed notice breaking the test.
2011-05-31 12:57:40 +00:00
Shein Alexey
e69b73e0b8
Fixed notice breaking the test.
2011-05-31 12:57:40 +00:00
Shein Alexey
a2566cb684
Fixed notice breaking the test.
2011-05-31 12:57:40 +00:00
Shein Alexey
f848423608
Removed test since there's no more safe_mode in PHP >= 5.4.
2011-05-31 12:45:00 +00:00
Shein Alexey
a44a8af3a0
Removed test since there's no more safe_mode in PHP >= 5.4.
2011-05-31 12:45:00 +00:00
Pierrick Charron
3841295b2a
Added support for CURLOPT_MAX_RECV_SPEED_LARGE and CURLOPT_MAX_SEND_SPEED_LARGE. FR #51815
...
# MFH. This addition was already committed to trunk and is backported as requested in #54622
2011-04-29 10:41:44 +00:00
Pierre Joye
689268a0ba
- add CURLINFO_REDIRECT_URL
2011-04-01 17:19:08 +00:00
Pierre Joye
599d9134fc
- add CURLINFO_REDIRECT_URL
2011-04-01 17:19:08 +00:00
Pierre Joye
4aac903e61
- [doc] add ini option to set the default cainfo file, in case none was set at compile time
2011-04-01 17:10:52 +00:00
Felipe Pena
927bf09c29
- Year++
2011-01-01 02:19:59 +00:00
Felipe Pena
0203cc3d44
- Year++
2011-01-01 02:17:06 +00:00
Scott MacVicar
ec4cbe70fa
Add more constants to curl_getinfo(), dependent on cURL version installed so wrapped in ifdefs
2010-12-10 01:45:55 +00:00
Eyal Teutsch
eabb9be2ac
curl_setopt() arg: using DIRECTORY_SEPARATOR rather then "/" to make windows tests pass too
2010-12-08 14:16:17 +00:00
Eyal Teutsch
fa404f71f5
curl_setopt() arg: using DIRECTORY_SEPARATOR rather then "/" to make windows tests pass too
2010-12-08 14:16:17 +00:00
Ilia Alshanetsky
c579738b94
Same as before
2010-11-30 16:12:45 +00:00
Ilia Alshanetsky
964eff5276
Missing bits from last commit
2010-11-30 16:11:27 +00:00
Ilia Alshanetsky
94ca4a4d09
Fixed bug #52202 (CURLOPT_PRIVATE gets corrupted).
2010-11-30 13:40:02 +00:00
Ilia Alshanetsky
085e8b781c
Fixed bug #52202 (CURLOPT_PRIVATE gets corrupted).
2010-11-30 13:40:02 +00:00
Ilia Alshanetsky
dd92188d76
Fixed bug #52828 (curl_setopt does not accept persistent streams).
2010-11-29 14:40:59 +00:00
Ilia Alshanetsky
08441f8848
Fixed bug #52828 (curl_setopt does not accept persistent streams).
2010-11-29 14:40:59 +00:00
Adam Harvey
56ea98734c
Fix bug #52827 (cURL leaks handle and causes assertion error (CURLOPT_STDERR)).
...
Patch by Gustavo.
2010-09-14 10:58:59 +00:00
Adam Harvey
877a6f92f0
Fix bug #52827 (cURL leaks handle and causes assertion error (CURLOPT_STDERR)).
...
Patch by Gustavo.
2010-09-14 10:58:59 +00:00
Kalle Sommer Nielsen
a448b6a72b
MFB53: Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED ( Fixes #52570 )
...
# Some of the updated tests were to make them sync with 5.3 although they don't run on trunk anymore
2010-08-11 21:41:30 +00:00
Kalle Sommer Nielsen
8deefa8780
Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED ( Fixes #52570 )
...
# Trunk patch will follow shortly
2010-08-11 21:12:18 +00:00
Felipe Pena
f4644c8c85
- Fix test
2010-08-06 23:01:32 +00:00
Felipe Pena
cd2f66cd61
- Fix test
2010-08-06 23:01:32 +00:00
Felipe Pena
07c1929a7a
- Fixed bug #52533 (ext/curl/tests/curl_multi_getcontent_basic3.phpt broken due php.net/robots.txt)
...
patch by: glen at delfi dot ee
2010-08-06 22:57:41 +00:00
Felipe Pena
06c185214a
- Fixed bug #52533 (ext/curl/tests/curl_multi_getcontent_basic3.phpt broken due php.net/robots.txt)
...
patch by: glen at delfi dot ee
2010-08-06 22:57:41 +00:00
Pierrick Charron
1386a6fcc6
Added support for CURLOPT_MAX_RECV_SPEED_LARGE and CURLOPT_MAX_SEND_SPEED_LARGE.
2010-05-14 06:29:54 +00:00
Rob Richards
0a34d10783
revert change #298288 : Remove old dsp/dsw/makefile files
2010-04-28 14:41:51 +00:00
Kalle Sommer Nielsen
dd8e59da8f
Removed safe_mode
...
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
2010-04-26 23:53:30 +00:00
Pierre Joye
edc961cc66
- Bug #51629 , CURLOPT_FOLLOWLOCATION error message is misleading
2010-04-22 11:49:10 +00:00
Pierre Joye
f66e02b8fc
- Bug #51629 , CURLOPT_FOLLOWLOCATION error message is misleading
2010-04-22 11:49:10 +00:00
Pierre Joye
0fecc8c6a0
- Bug #51629 , CURLOPT_FOLLOWLOCATION error message is misleading
2010-04-22 08:58:07 +00:00