Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
:
5.3.7
>
php-5.3.7
> php-5.3.7-includes.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File php-5.3.7-includes.patch of Package php-5.3.7
--- ext/date/lib/parse_tz.c.orig 2011-08-18 22:56:32.471100660 +0200 +++ ext/date/lib/parse_tz.c 2011-08-18 22:56:54.085370894 +0200 @@ -26,6 +26,8 @@ #include <limits.h> #include <fcntl.h> #include <unistd.h> +#include <string.h> +#include <stdio.h> #include "php_scandir.h" #endif