{"id":15023346,"url":"https://github.com/johnpaulada/php53","last_synced_at":"2026-02-26T11:32:40.015Z","repository":{"id":96441053,"uuid":"92806014","full_name":"johnpaulada/php53","owner":"johnpaulada","description":"A clone of PHP 5.3 source code.","archived":false,"fork":false,"pushed_at":"2017-05-30T07:50:25.000Z","size":16360,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-31T08:49:43.061Z","etag":null,"topics":["php","php53"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/johnpaulada.png","metadata":{"files":{"readme":"README.EXTENSIONS","changelog":"NEWS","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}},"created_at":"2017-05-30T06:53:46.000Z","updated_at":"2017-05-30T07:52:51.000Z","dependencies_parsed_at":"2023-03-13T16:31:24.678Z","dependency_job_id":null,"html_url":"https://github.com/johnpaulada/php53","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/johnpaulada/php53","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnpaulada%2Fphp53","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnpaulada%2Fphp53/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnpaulada%2Fphp53/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnpaulada%2Fphp53/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnpaulada","download_url":"https://codeload.github.com/johnpaulada/php53/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnpaulada%2Fphp53/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29857527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T08:51:08.701Z","status":"ssl_error","status_checked_at":"2026-02-26T08:50:19.607Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","php53"],"created_at":"2024-09-24T19:58:58.511Z","updated_at":"2026-02-26T11:32:39.895Z","avatar_url":"https://github.com/johnpaulada.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Between PHP 4.0.6 and 4.1.0, the Zend module struct changed in a way\nthat broke both source and binary compatibility.  If you are\nmaintaining a third party extension, here's how to update it:\n\nIf this was your old module entry:\n\nzend_module_entry foo_module_entry = {\n    \"foo\",                /* extension name */\n    foo_functions,        /* extension function list */\n    NULL,                 /* extension-wide startup function */\n    NULL,                 /* extension-wide shutdown function */\n    PHP_RINIT(foo),       /* per-request startup function */\n    PHP_RSHUTDOWN(foo),   /* per-request shutdown function */\n    PHP_MINFO(foo),       /* information function */\n    STANDARD_MODULE_PROPERTIES\n};\n\nHere's how it should look if you want your code to build with PHP\n4.1.0 and up:\n\nzend_module_entry foo_module_entry = {\n#if ZEND_MODULE_API_NO \u003e= 20010901\n    STANDARD_MODULE_HEADER,\n#endif\n    \"foo\",                /* extension name */\n    foo_functions,        /* extension function list */\n    NULL,                 /* extension-wide startup function */\n    NULL,                 /* extension-wide shutdown function */\n    PHP_RINIT(foo),       /* per-request startup function */\n    PHP_RSHUTDOWN(foo),   /* per-request shutdown function */\n    PHP_MINFO(foo),       /* information function */\n#if ZEND_MODULE_API_NO \u003e= 20010901\n    FOO_VERSION,          /* extension version number (string) */\n#endif\n    STANDARD_MODULE_PROPERTIES\n};\n\nIf you don't care about source compatibility with earlier PHP releases\nthan 4.1.0, you can drop the #if/#endif lines.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnpaulada%2Fphp53","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnpaulada%2Fphp53","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnpaulada%2Fphp53/lists"}