From:             [EMAIL PROTECTED]
Operating system: WinXP Pro SP1
PHP version:      5CVS-2003-08-20 (dev)
PHP Bug Type:     Reproducible crash
Bug description:  CLI Crashes with entry point not found in php4ts.dll

Description:
------------
Running the CLI (with or without flags or input) always brings up the
error:

The procedure entry point _zend_hash_init could not be located in the
dynamic link library php4ts.dll.

- Davey

Reproduce code:
---------------
C:\web\test>c:\php5\cli\php.exe -v [enter]
[error]
C:\web\test>

Expected result:
----------------
C:\web\test>c:\php5\cli\php.exe -v [enter]
PHP 5.0.0b2-dev (cli) (built: Aug 20 2003 12:10:03)
Copyright (c) 1997-2003 The PHP Group
Zend Engine v2.0.0-dev, Copyright (c) 1998-2003 Zend Technologies

C:\web\test>

Actual result:
--------------
Error message pops up with error "The procedure entry point
_zend_hash_init could not be located in the dynamic link library
php4ts.dll."

-- 
Edit bug report at http://bugs.php.net/?id=25176&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25176&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25176&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25176&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25176&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25176&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25176&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25176&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25176&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25176&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25176&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25176&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25176&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25176&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25176&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25176&r=gnused

Reply via email to