{"id":15023182,"url":"https://github.com/shivammathur/php5-ubuntu","last_synced_at":"2025-04-09T19:52:50.658Z","repository":{"id":53726472,"uuid":"239155136","full_name":"shivammathur/php5-ubuntu","owner":"shivammathur","description":"Scripts to install the end-of-life PHP versions on Ubuntu 22.04, 20.04 and 18.04 amd64","archived":false,"fork":false,"pushed_at":"2025-01-18T09:18:00.000Z","size":189959,"stargazers_count":29,"open_issues_count":3,"forks_count":8,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-23T21:51:54.178Z","etag":null,"topics":["php","php5","php53","php54","php55","ubuntu"],"latest_commit_sha":null,"homepage":"https://github.com/shivammathur/php5-ubuntu/releases/tag/builds","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shivammathur.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"shivammathur"}},"created_at":"2020-02-08T15:32:47.000Z","updated_at":"2025-01-18T09:18:01.000Z","dependencies_parsed_at":"2025-02-15T18:42:20.163Z","dependency_job_id":null,"html_url":"https://github.com/shivammathur/php5-ubuntu","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivammathur%2Fphp5-ubuntu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivammathur%2Fphp5-ubuntu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivammathur%2Fphp5-ubuntu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivammathur%2Fphp5-ubuntu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shivammathur","download_url":"https://codeload.github.com/shivammathur/php5-ubuntu/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103915,"owners_count":21048244,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["php","php5","php53","php54","php55","ubuntu"],"created_at":"2024-09-24T19:58:48.403Z","updated_at":"2025-04-09T19:52:50.642Z","avatar_url":"https://github.com/shivammathur.png","language":"Shell","funding_links":["https://github.com/sponsors/shivammathur"],"categories":[],"sub_categories":[],"readme":"# PHP5 for ubuntu\n\n\u003ca href=\"https://github.com/shivammathur/php5-ubuntu\" title=\"php5 install scripts for ubuntu\"\u003e\u003cimg alt=\"Build status\" src=\"https://github.com/shivammathur/php5-ubuntu/workflows/Test/badge.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/shivammathur/php5-ubuntu/blob/main/LICENSE\" title=\"license\"\u003e\u003cimg alt=\"LICENSE\" src=\"https://img.shields.io/badge/license-MIT-428f7e.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/shivammathur/php5-ubuntu#usage\" title=\"Install builds\"\u003e\u003cimg alt=\"PHP Versions Supported\" src=\"https://img.shields.io/badge/php-5.3, 5.4 and 5.5-8892BF.svg\"\u003e\u003c/a\u003e\n\n\u003e Scripts to install end of life PHP versions.\n\nPHP versions in this project have reached end of life, so only use this project in isolated environments like a container, also only for testing backward-compatibility. Do not use this in production.\n\nThe aim is to provide old PHP for GitHub Actions Ubuntu runners. You might need some more libraries if using this elsewhere.\n\n## Usage\n\n### PHP 5.3\n```bash\ncurl -sSL https://github.com/shivammathur/php5-ubuntu/releases/latest/download/install.sh | bash -s 5.3\n```\n\n### PHP 5.4\n```bash\ncurl -sSL https://github.com/shivammathur/php5-ubuntu/releases/latest/download/install.sh | bash -s 5.4\n```\n\n### PHP 5.5\n```bash\ncurl -sSL https://github.com/shivammathur/php5-ubuntu/releases/latest/download/install.sh | bash -s 5.5\n```\n\n## License\n\n- The code and documentation in this project is licensed under the [MIT license](LICENSE \"License for shivammathur/php5-ubuntu\").\n- The library binaries have been sourced from [Ubuntu](https://packages.ubuntu.com/ \"Ubuntu Packages Repository\") package archive.\n- This project has multiple [dependencies](#dependencies \"Dependencies of shivammathur/php5-ubuntu\"). Their licenses can be found in their respective repositories.\n\n## Dependencies\n\n- [Libraries](https://github.com/shivammathur/php5-ubuntu/tree/main/deps \"Libraries for old PHP\")\n- [APCu](https://github.com/krakjoe/apcu \"APCu PHP extension\")\n- [Imagick](https://github.com/Imagick/imagick \"Imagick PHP extension\")\n- [PEAR](https://github.com/pear/pear-core \"PEAR to install extensions\")\n- [PHP](https://github.com/php/php-src \"PHP upstream\")\n- [PhpRedis](https://github.com/phpredis/phpredis \"Redis PHP extension\")\n- [Xdebug](https://github.com/xdebug/xdebug \"Xdebug PHP extension\")\n- [Zend OPCache](https://github.com/zendtech/ZendOptimizerPlus \"Zend OPCache extension\")\n- [Zstandard](https://github.com/facebook/zstd \"Zstandard compression algorithm\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivammathur%2Fphp5-ubuntu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshivammathur%2Fphp5-ubuntu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivammathur%2Fphp5-ubuntu/lists"}