php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3188 'make' in the convertor directory fails
Submitted: 2000-01-12 06:19 UTC Modified: 2000-01-12 13:39 UTC
From: drew at elysium dot ltd dot uk Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.14 OS: Linux RH6.1
Private report: No CVE-ID: None
 [2000-01-12 06:19 UTC] drew at elysium dot ltd dot uk
It seems that the include on line 38 of php-3.0.14/convertor/token_cache.h is wrong.  Please find attached a patch to fix the problem.

--- php-3.0.14/convertor/token_cache.h.orig	Wed Jan 12 11:54:40 2000
+++ php-3.0.14/convertor/token_cache.h	Wed Jan 12 11:55:02 2000
@@ -35,7 +35,7 @@
 #ifndef _TOKEN_CACHE
 #define _TOKEN_CACHE
 
-#include "php_alloc.h"
+#include "alloc.h"
 
 #define uint unsigned int
 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-01-12 13:39 UTC] sas at cvs dot php dot net
Thanks for your report, it is fixed in CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 07 09:01:31 2024 UTC