php/DOC
2024-06-28 10:15:22 +02:00
..
bison_build_2a.patch Adjust .gitignore. 2017-03-02 13:15:59 +01:00
ffmpeg-php.INSTALL Initial import 2017-02-21 02:05:25 +01:00
php_pear_install.txt Initial import 2017-02-21 02:05:25 +01:00
php_pecl_install.txt Initial import 2017-02-21 02:05:25 +01:00
README.create-run-dir Add readme file 'README.create-run-dir'. 2023-03-12 18:12:56 +01:00
README.install-openssl-1.1.1 Add 'DOC/README.install-openssl-1.1.1'. 2024-06-28 10:15:22 +02:00
README.php5.2-install Initial import 2017-02-21 02:05:25 +01:00
README.php5.3_debian9 Add Readme 'README.php5.3_debian9'. 2018-05-20 11:46:29 +02:00
README.php5.4_debian9 Add readme file for installation of PHP 5.4 on debian 9 (stretch) system 2018-05-19 14:46:41 +02:00
README.php5.4-install Initial import 2017-02-21 02:05:25 +01:00
README.php5.6.redis mod_php_install.sh: add support for php 5.6 at debian 10 (buster). 2019-10-13 01:01:53 +02:00
README.php7_old_mysql Add Readme for installing old (not mysqli or mysql_pdo) mysql drivers. 2018-04-12 12:49:56 +00:00
README.php57.ldap Initial import 2017-02-21 02:05:25 +01:00
READNE.memcached Initial import 2017-02-21 02:05:25 +01:00
READNE.ssl-connection-error Add some documentations. 2023-03-12 18:09:46 +01:00

## - PHP does not find LDAP libraries:
## -
## - configure: error: Cannot find ldap libraries in /usr/lib
## -
## - FIX: set a symlink:
## -    ln -s /usr/lib/x86_64-linux-gnu/libldap.so /usr/lib/
## -
ln -s /usr/lib/x86_64-linux-gnu/libldap.so /usr/lib/

## - Note:
## -
## - If 'apr' and apr-utils' wasn't compiled with ldap support (that
## - is, if libldap.so wasn't present), recompile both