Edit report at http://bugs.php.net/bug.php?id=54525&edit=1

 ID:                 54525
 Updated by:         paj...@php.net
 Reported by:        email2swapnil at yahoo dot com
 Summary:            php_win32ps_PHP-6.0.0.dll ext fails loading with PHP
                     5.3.6
-Status:             Open
+Status:             Bogus
 Type:               Bug
 Package:            Dynamic loading
 Operating System:   Windows XP
 PHP Version:        5.3.6
 Block user comment: N
 Private report:     N

 New Comment:

Pls report bugs to pecl.php.net/win32ps


Previous Comments:
------------------------------------------------------------------------
[2011-04-13 17:35:15] email2swapnil at yahoo dot com

Description:
------------
I have installed PHP 5.3.6 and downloaded PHP_win32ps_PHP-5.1.0.dll &
PHP_win32ps_PHP-6.0.0.dll  from

http://pecl.php.net/package-info.php?package=win32ps_dll&version=1.0.1

and updated the php.ini for the extension as



[PHP_WIN32PS]

extension=php_win32ps.dll



Whenever I run php on command prompt, it end up with prompt error
message, "CLI has encountered a problem and needs to close.  We are
sorry for the inconvenience."









Test script:
---------------
test.php

<?php

        print_r(win32_ps_stat_proc());

?>



c:/> php test.php

Expected result:
----------------
It should display output for print_r(win32_ps_stat_proc());

Actual result:
--------------
Error



CLI has encountered a problem and needs to close.  We are sorry for the
inconvenience.


------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=54525&edit=1

Reply via email to