Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

For Zend Studio users... how can I configure Zend Studio to recognize the PHP Module API for SQL AnyWhere? so the IDE does not show the warning messages "Call to undefined function '...'".

Thanks for your help in advance.

asked 12 Jul '11, 15:28

moya's gravatar image

moya
30224
accept rate: 0%

edited 13 Jul '11, 03:38

Volker%20Barth's gravatar image

Volker Barth
40.2k361549822


I was getting this when using the SQL Anywhere php module for PHP 5.3.5 for Windows because it was compiled using VC9, while the WAMP installer I was using for testing was compiled with VC6.

I received this error in the Apache error log:

PHP Warning:  PHP Startup: sqlanywhere: 
Unable to initialize module\nModule compiled with 
build ID=API20090626,TS,VC9\nPHP    compiled with 
build ID=API20090626,TS,VC6\nThese options need to match\n in Unknown on line 0

I am not sure how to fix it other than somehow acquiring the correct php module compiled with VC6 instead of 9.

I ended up using the one from the Sybase website compiled with VC9 and IIS instead.

Note: I do not think it has anything to do with using Zend or not, It's just how the PHP was compiled vs how the SQLA module was compiled.

permanent link

answered 12 Aug '11, 16:05

Siger%20Matt's gravatar image

Siger Matt
3.3k5672101
accept rate: 15%

edited 12 Aug '11, 16:13

FYI: There are multiple builds for Apache httpd on Windows generally available, hence the VC6/VC9 confusion.

I am assuming that you have installed the original VC6 Apache Windows build (from http://httpd.apache.org/), and the VC6 build of PHP.

If you want to use the pre-compiled PHP SQL Anywhere module that ships with SQL Anywhere (which was compiled with VC9), you must use a VC9 build of Apache (you can find one at: http://www.apachelounge.com/download/ ) and a VC9 build of PHP ( http://windows.php.net/download/ ).

Alternatively, you can download the source code and re-compile the SQL Anywhere PHP extension in VC6: http://www.sybase.com/detail?id=1019698

permanent link

answered 15 Aug '11, 13:18

Jeff%20Albion's gravatar image

Jeff Albion
10.8k171175
accept rate: 25%

edited 15 Aug '11, 13:21

Indeed. I was trying to go for the quickest possible route and used the WAMP installer, which I realized after much frustration and testing uses the VC6 builds of Apache and PHP.

(15 Aug '11, 14:14) Siger Matt
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×70

question asked: 12 Jul '11, 15:28

question was seen: 5,541 times

last updated: 15 Aug '11, 14:14