From:             dpfender at nctv dot com
Operating system: Windows 2000 SP4
PHP version:      4.3.6
PHP Bug Type:     *PDF functions
Bug description:  php_pdf.dll version error

Description:
------------
I just installed version 4.3.6, including several php_xxx.dll files.  In
php.ini, I configured php_pdf.dll, as I had in previous versions.  I then
executed php -v on the command line and got the following error:
PHP Fatal error:  PDFlib error: Version mismatch in wrapper code in
Unknown on line 0

If I remove the dll from the php.ini configuration, the error disappears. 
I double-checked that I had loaded the newest dll files in the system32
directory.  The version 4.3.5 dll was 528KB and the version 4.3.6 dll is
72KB. Something does not seem proper.  If I re-install the version 4.3.5
php_pdf.dll, there are no errors.

Reproduce code:
---------------
php -v

Expected result:
----------------
no errors

Actual result:
--------------
D:\WINNT>php -v
PHP Fatal error:  PDFlib error: Version mismatch in wrapper code in
Unknown on line 0
PHP 4.3.6 (cgi-fcgi) (built: Apr 14 2004 17:21:37)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies

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

Reply via email to