05.05.2013 Views

Programming PHP

Programming PHP

Programming PHP

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

XSLT<br />

The eXtensible Stylesheet Language Transformation (XSLT) extension uses the Sablotron<br />

library to provide XSLT functionality to <strong>PHP</strong> scripts. XSLT provides powerful templating<br />

features to create HTML and XML documents. See Chapter 11 for an introduction to using<br />

XSLT.<br />

To use it, you must install the Sablotron library and compile <strong>PHP</strong> with the --withsablot[=DIR]<br />

directive.<br />

YAZ<br />

YAZ is a toolkit that implements the Z39.50 protocol for retrieving information from<br />

remote servers.<br />

To use it, you must install the YAZ library and compile <strong>PHP</strong> with the --with-yaz[=DIR]<br />

directive.<br />

YP/NIS<br />

NIS (formerly Yellow Pages) allows management and sharing of important administrative<br />

files, such as the the password file, across a network.<br />

To use the YP/NIS extension, you must compile <strong>PHP</strong> with the --enable-yp directive.<br />

ZIP Files<br />

The .zip extension allows <strong>PHP</strong> scripts to access files compressed in the ZIP format; it does<br />

not allow writing the files, just access to the files inside ZIP archives.<br />

To use it, you must install the ZZipLib library and compile <strong>PHP</strong> with the --with-zip[=DIR]<br />

directive.<br />

zlib Compression<br />

This extension uses the zlib library to read and write gzip-compressed files; many of the<br />

standard filesystem functions are replicated in this extension and can work with<br />

compressed or uncompressed files.<br />

To enable this extension, you must install zlib, Version 1.0.9 or later, and compile <strong>PHP</strong><br />

with the --with-zlib[=DIR] directive.<br />

This is the Title of the Book, eMatter Edition<br />

Copyright © 2002 O’Reilly & Associates, Inc. All rights reserved.<br />

zlib Compression | 469

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!