Giter VIP home page Giter VIP logo

s3rj1k / php-debian-refresh Goto Github PK

View Code? Open in Web Editor NEW

This project forked from php/php-src

0.0 2.0 1.0 148.28 MB

Older versions of PHP Interpreter patched for recent Debian versions

GDB 0.02% Makefile 0.26% C 54.04% M4 0.99% Shell 1.18% JavaScript 0.27% C++ 4.37% PHP 38.16% Yacc 0.18% Lex 0.20% Batchfile 0.01% Awk 0.05% HTML 0.02% GAP 0.01% Objective-C 0.02% Perl 0.01% XSLT 0.02% Roff 0.10% Tcl 0.11% ApacheConf 0.01%
debian php php-52 php-53 php-54

php-debian-refresh's Introduction

php-debian-jessie-refresh

This repository provides legacy PHP debianized sources patched to be build on Debian 8.x "Jessie".

Resulting debian packages can be installed alongside original system PHP packages or packages from DEB.SURY.ORG repository.

Install build requirements:

apt-get install build-essential devscripts git
apt-get install apache2-dev autoconf automake bison chrpath debhelper dh-apache2 dh-systemd dpkg-dev firebird-dev flex freetds-dev hardening-wrapper libapr1-dev libbz2-dev libc-client-dev libcurl4-openssl-dev libdb-dev libdjvulibre-dev libenchant-dev libevent-dev libexpat1-dev libfreetype6-dev libgcrypt11-dev libgd-dev libglib2.0-dev libgmp3-dev libicu-dev libjpeg-dev libkrb5-dev libldap2-dev libmagic-dev libmcrypt-dev libmhash-dev libmysqlclient18-dev libncurses5-dev libonig-dev libpam0g-dev libpcre3-dev libpng-dev libpq-dev libpspell-dev libqdbm-dev libreadline-dev librecode-dev libsasl2-dev libsnmp-dev libsqlite3-dev libssl-dev libsystemd-dev libtidy-dev libtiff-dev libtool libwrap0-dev libxml2-dev libxmltok1-dev libxslt1-dev locales-all mysql-server netbase netcat-traditional quilt re2c tzdata unixodbc-dev zlib1g-dev

Fix for PHP-IMAP shared module:

cd /root
export DEB_CFLAGS_MAINT_APPEND=-fPIC
apt-get -y build-dep uw-imap && apt-get -y --build source uw-imap
dpkg -i libc-client*.deb mlock*.deb

Clone all branch to your build server:

cd /root
git clone https://github.com/s3rj1k/php-debian-jessie-refresh.git

cp -a /root/php-debian-jessie-refresh /root/php_5.2_build
cp -a /root/php-debian-jessie-refresh /root/php_5.3_build
cp -a /root/php-debian-jessie-refresh /root/php_5.4_build

cd /root/php_5.2_build
git checkout PHP-5.2

cd /root/php_5.3_build
git checkout PHP-5.3.29

cd /root/php_5.4_build
git checkout PHP-5.4.45

Build all PHP versions with enabled tests:

cd /root/php_5.2_build
debuild -us -uc -b

cd /root/php_5.3_build
debuild -us -uc -b

cd /root/php_5.4_build
debuild -us -uc -b

php-debian-refresh's People

Contributors

s3rj1k avatar

Watchers

James Cloos avatar  avatar

Forkers

kautmaks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.