Add Readme 'README.php5.3_debian9'.

This commit is contained in:
Christoph 2018-05-20 11:46:29 +02:00
parent a1d75e2d22
commit a1636cf941

16
DOC/README.php5.3_debian9 Normal file
View File

@ -0,0 +1,16 @@
# ==========================================
#
# Install PHP v 5.3.29 on Debian 9 (stretch)
#
# ==========================================
# ----------
# - Das Vorgehen ist so wie für PHP 5.4 auch ( siehe README.php5.4_debian9)
# -
# - Zusätzlich muss aber dem configure script vom PHP 5.3 noch die environment variable
# - EXTRA_LIBS mit Wert "-lstdc++" bekannt gemacht werden:
# -
# - EXTRA_LIBS="-lstdc++" \
# - ./configure <configuration paramater>
# -
# ----------