This directory contains the modified ldap.c file from the 
Openldap self-contained-extension module of the php source.  

The modifications make possible of the usage of "timeouts" in
ldap search sessions via php.

You need to build this modified php_ldap against a  timeout-patched 
Openldap. Currently the globus-ng distribution comes with a 
timeout-patched Openldap.

Build instructions (applies to php-4.3.1):
-copy the ldap.c into the php-source-top-dir/ext/ldap/ 
-run  php-install-tree/bin/phpize 
- ./configure --with-ldap=/your_patched_openldap 
	      --with-php-config=/php-install-tree/bin/php-config
-copy the compiled ./modules/ldap.so to the /php-install-tree/lib/extensions
-configure your apache to make use of the php-ldap extension
-don't forget to restart the httpd
