• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

README.zxid-phpH A D29-Feb-2016480 2317

php_zxid.hH A D29-Feb-201659.9 KiB1,2571,241

zxid.iniH A D29-Feb-201658 22

zxid.phpH A D29-Feb-2016966 3213

zxid_wrap.cH A D29-Feb-20161.3 MiB46,73137,910

README.zxid-php

1README.zxid-php
2$Id: README.zxid-php,v 1.3 2009-10-16 13:36:33 sampo Exp $
3
4This is the PHP module for using libzxid. This php module is
5tightly integrated into the main ZXID project and distribution.
6
7Please see for further information
8
9  zxid.org
10  zxid/README.zxid
11  zxid/INSTALL.zxid
12  zxid/zxid-php.pd: Using ZXID from PHP
13  zxid/zxidhlo.php: Example code
14
15Install
16
17  cd zxid-X.Y
18  make dep
19  make              # creates libzxid
20  make phpzxid
21  make phpzxid_install
22
23--Sampo