There was a little bug.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@29850 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Egon Schmid 2000-08-07 20:52:14 +00:00
parent 546a93bb61
commit c9a5c04e32

View file

@ -21,8 +21,9 @@
Before compiling PHP with the PHP/YAZ module you'll need the YAZ toolkit.
Build YAZ and install it. Build PHP with your favourite modules and add
option --with-yaz. Your task is roughly the following:
<informalexample>
<programlisting>
</simpara>
<informalexample>
<programlisting>
gunzip -c yaz-1.6.tar.gz|tar xf -
gunzip -c php-4.0.X.tar.gz|tar xf -
cd yaz-1.6
@ -33,9 +34,8 @@ cd ../php-4.0.X
./configure --with-yaz=/usr/bin
make
make install
</programlisting>
</informalexample>
</simpara>
</programlisting>
</informalexample>
<simpara>
PHP/YAZ keeps track of connections with targets (Z-Associations). A positive
integer represents the ID of a particular association.