zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #06268
[Bug 954724] [NEW] Resolve PHP bug for Windows on Release 2.2
Public bug reported:
We are just about to release 2.2.
Resolve PHP bug for Windows on Release 2.2:
[install dir]\share\php\zorba_api_wrapper.php:7
if(!dl('php_zorba_api.dll')) {
should be:
if(!dl('zorba_api.dll')) {
** Affects: zorba
Importance: Undecided
Status: New
** Branch linked: lp:~zorba-coders/zorba/bug954724
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/954724
Title:
Resolve PHP bug for Windows on Release 2.2
Status in Zorba - The XQuery Processor:
New
Bug description:
We are just about to release 2.2.
Resolve PHP bug for Windows on Release 2.2:
[install dir]\share\php\zorba_api_wrapper.php:7
if(!dl('php_zorba_api.dll')) {
should be:
if(!dl('zorba_api.dll')) {
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/954724/+subscriptions
Follow ups
References