Date: 10/12/00
- Next message: benoit.noss <email protected>: "[PHP-DEV] PHP 4.0 Bug #7150: Access violation for php.exe when a php script is called in the browser"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #7146 Updated: No target to make 'fdfdata.lo', needed by libmain.la"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
the code:
--------
$ns = new COM("ADsNamespaces") or die("Unable to instanciate
ADsNamespaces<BR>");
echo "$toto created....<BR>";
$IISns = $ns->getobject("", "IIS:") or die("IIS ns failed");
echo "IIS namespace created....<BR>";
$DSObject = $IISns->OpenDSObject("IIS:\/\/nestor\/MSFTPSVC", "", "", 0) or
die("FTPSVC object creation failed");
echo "DSO object created....<BR>";
-------
Crash on OpenDSObject (the same prog work in perl) ?
Bug?
Alex
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: benoit.noss <email protected>: "[PHP-DEV] PHP 4.0 Bug #7150: Access violation for php.exe when a php script is called in the browser"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #7146 Updated: No target to make 'fdfdata.lo', needed by libmain.la"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

