2

I am trying to port 3 large php-projects into C# and thought Phalanger is a nice possibility to take it step by step instead of re-writing it all from scratch.

But I ran in to a problem. The projects are using mysqli, and I don't know how to make this work with Phalanger. Currently, my project casts an exception when I call the mysqli_init()-method.

I have googled it for hours and can't seem to find any info about it.

Does anyone know how I should solve this? Help is much appreciated =)

/Mattias

4

1 回答 1

3

刚刚发现mysqli还没有实现。Phalanger 3.0 不支持mysqli。

于 2013-05-08T06:11:01.813 回答