mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
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:
parent
546a93bb61
commit
c9a5c04e32
1 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue