您的位置:首页 > 编程语言 > PHP开发

Using Perl Code from PHP:: php_perl extention, php_perl.dll

2007-02-27 18:40 441 查看
In my current project, it has some old code in PERL and new code in both PERL and PHP. The PHP and PERL code need connect each other, especially the session variables. Currently, we need PHP to get Perl session variables.

Searching on google, finally I get something useful
http://devzone.zend.com/node/view/id/1712

Since I didn't find the compiled dll at the beginning, I tried to compile from the source code ( in order to do compilation, I also was forced to install MS visual studio, but still failed to build it.) Maybe it's because my PHP is 5.2.0.

Fortunately, we found a compiled php_perl.dll which works for PHP 5.1.6 on my colleague's computer. But the problem is our customer has a linux server, need further tests later.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: