New to PHP internals

php.internals

Manuel Vázquez Acosta

21 years ago
Hi all: I'm very new to PHP internals, and I would like to get some help: I added a few lines of code to sapi_apache.c and mod_php4.c (from original source of php-4.3.8); but when I make I get: make: warning: Clock skew detected. Your build may be incomplete. What I'm missing here. Please, be nice, this is the first thing I ever do in C. Regards, Manuel.

Robert Silva

21 years ago
Try google('Clock skew detected'); -----Original Message----- From: Manuel Vázquez Acosta [mailto:manu@chasqui.cu] Sent: Thursday, September 30, 2004 2:33 PM To: internals@lists.php.net Subject: [PHP-DEV] New to PHP internals Hi all: I'm very new to PHP internals, and I would like to get some help: I added a few lines of code to sapi_apache.c and mod_php4.c (from original source of php-4.3.8); but when I make I get: make: warning: Clock skew detected. Your build may be incomplete. What I'm missing here. Please, be nice, this is the first thing I ever do in C. Regards, Manuel.
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Manuel Vázquez Acosta

21 years ago
Solved: find . | xargs touch Thanks, Manuel. "Robert Silva" <junkmail@bobsilva.com> wrote in message news:auto-000000442226@bobsilva.com... Try google('Clock skew detected'); -----Original Message----- From: Manuel Vázquez Acosta [mailto:manu@chasqui.cu] Sent: Thursday, September 30, 2004 2:33 PM To: internals@lists.php.net Subject: [PHP-DEV] New to PHP internals Hi all: I'm very new to PHP internals, and I would like to get some help: I added a few lines of code to sapi_apache.c and mod_php4.c (from original source of php-4.3.8); but when I make I get: make: warning: Clock skew detected. Your build may be incomplete. What I'm missing here. Please, be nice, this is the first thing I ever do in C. Regards, Manuel.
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php