Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
php-7.4.33 /
ext /
com_dotnet /
tests /
Delete
Unzip
Name
Size
Permission
Date
Action
27974.phpt
720
B
-rw-rw-r--
2022-10-31 11:36
bug33386.phpt
921
B
-rw-rw-r--
2022-10-31 11:36
bug34272.phpt
432
B
-rw-rw-r--
2022-10-31 11:36
bug39596.phpt
413
B
-rw-rw-r--
2022-10-31 11:36
bug39606.phpt
446
B
-rw-rw-r--
2022-10-31 11:36
bug45280.phpt
334
B
-rw-rw-r--
2022-10-31 11:36
bug49192.phpt
807
B
-rw-rw-r--
2022-10-31 11:36
bug62474.phpt
344
B
-rw-rw-r--
2022-10-31 11:36
bug63208.phpt
455
B
-rw-rw-r--
2022-10-31 11:36
bug64130.phpt
605
B
-rw-rw-r--
2022-10-31 11:36
bug66322.phpt
627
B
-rw-rw-r--
2022-10-31 11:36
bug66431_0.phpt
785
B
-rw-rw-r--
2022-10-31 11:36
bug66431_1.phpt
1.34
KB
-rw-rw-r--
2022-10-31 11:36
bug69939.phpt
242
B
-rw-rw-r--
2022-10-31 11:36
bug72498.phpt
361
B
-rw-rw-r--
2022-10-31 11:36
bug73679.phpt
687
B
-rw-rw-r--
2022-10-31 11:36
bug77177.phpt
1.65
KB
-rw-rw-r--
2022-10-31 11:36
bug77578.phpt
605
B
-rw-rw-r--
2022-10-31 11:36
bug77621.phpt
512
B
-rw-rw-r--
2022-10-31 11:36
bug78650.phpt
566
B
-rw-rw-r--
2022-10-31 11:36
bug78694.phpt
479
B
-rw-rw-r--
2022-10-31 11:36
bug79242.phpt
449
B
-rw-rw-r--
2022-10-31 11:36
bug79247.phpt
266
B
-rw-rw-r--
2022-10-31 11:36
bug79248.phpt
298
B
-rw-rw-r--
2022-10-31 11:36
bug79299.phpt
444
B
-rw-rw-r--
2022-10-31 11:36
bug79332.phpt
441
B
-rw-rw-r--
2022-10-31 11:36
variants.phpt
8.56
KB
-rw-rw-r--
2022-10-31 11:36
variants_x64.phpt
8.67
KB
-rw-rw-r--
2022-10-31 11:36
Save
Rename
--TEST-- Bug #49192 (PHP crashes when GC invoked on COM object) --SKIPIF-- <?php if (!extension_loaded("com_dotnet")) print "skip COM/.Net support not present"; ?> --XFAIL-- 1 --FILE-- <?php // this test fails to load ADO // // a change in windows longhorn x64(affecting vista, 7, 8, 2008, 2008r2) broke ADO. // // there is a fix available, but user has to install it. // given that ADO was deprecated a long time ago in favor of newer APIs, // I don't think its worth the trouble of making the user install the fix to // get an accurate test run. its better to just not run the test or expect it to fail. // // see: http://support.microsoft.com/kb/2517589 // see: http://www.infoq.com/news/2011/10/ADO-Win7 $dbConnection = new Com('ADODB.Connection'); var_dump(gc_collect_cycles()); ?> --EXPECT-- int(0)