[PHP-DEV] Bug #14962: unable to load extension php_sablot.dll

2002-01-10 Thread reckert

From: [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version:  4.1.1
PHP Bug Type: Sablotron XSL
Bug description:  unable to load extension php_sablot.dll

Extension php_sablot.dll can not be loaded (ISAPI-Version under IIS5). 
Microsofts Dependency Walker (depends.exe) reports a missing exported
function in php4ts.dll.
-- 
Edit bug report at: http://bugs.php.net/?id=14962&edit=1


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #14962 Updated: unable to load extension php_sablot.dll

2002-01-10 Thread reckert

ID: 14962
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Open
Bug Type: Sablotron XSL
Operating System: Windows 2000
PHP Version: 4.1.1
New Comment:

Sorry, I haven't used the Dependency Walker much before. I guess the
missing functions are
- zend_list_addref,
- zend_list_delete and
- wrong_param_count.
At least, these are marked red.
The full error message of the Dependency Walker is:
Error: At least one module has an unresolved import due to a missing
export function in an implicitly dependent module.



Previous Comments:


[2002-01-10 07:00:42] [EMAIL PROTECTED]

And which?



[2002-01-10 06:33:31] [EMAIL PROTECTED]

Extension php_sablot.dll can not be loaded (ISAPI-Version under IIS5).

Microsofts Dependency Walker (depends.exe) reports a missing exported
function in php4ts.dll.





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


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #14962 Updated: unable to load extension php_sablot.dll

2002-01-11 Thread reckert

ID: 14962
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Closed
Bug Type: Sablotron XSL
Operating System: Windows 2000
PHP Version: 4.1.1
New Comment:

Correct: I still used the php_sablot.dll instead of the new
php_xslt.dll. Thanks.

I was misleaded by the fact that in the list of extensions in
php.ini-recommended, php_sablot.dll was still listed.


Previous Comments:


[2002-01-10 07:32:30] [EMAIL PROTECTED]

guess you are using a dll from an older php version,
as the sablot extension has been replaced by the 
more general xslt extension since 4.1.0 ...?



[2002-01-10 07:22:33] [EMAIL PROTECTED]

Sorry, I haven't used the Dependency Walker much before. I guess the
missing functions are
- zend_list_addref,
- zend_list_delete and
- wrong_param_count.
At least, these are marked red.
The full error message of the Dependency Walker is:
Error: At least one module has an unresolved import due to a missing
export function in an implicitly dependent module.




[2002-01-10 07:00:42] [EMAIL PROTECTED]

And which?



[2002-01-10 06:33:31] [EMAIL PROTECTED]

Extension php_sablot.dll can not be loaded (ISAPI-Version under IIS5).

Microsofts Dependency Walker (depends.exe) reports a missing exported
function in php4ts.dll.





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


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #14995: "new SWFBitmap()" produces Access Violation Error

2002-01-11 Thread reckert

From: [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version:  4.1.1
PHP Bug Type: Ming related
Bug description:  "new SWFBitmap()" produces Access Violation Error

The following php-Code produces an "Access Violation Error at 78012DBF" (in
IIS5 using php4isapi.dll):



The same expamle (with the same image) does work under Linux/Apache (but on
PHP 4.0.6).
Other Ming functions work fine on IIS5 too, like creating shapes and adding
them to a movie.

I made sure that php_ming.dll and ming.dll are correct versions that came
with the latest archive php-4.1.1-Win32.zip.


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


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]