Re: [PHP-DEV] compile error on HEAD

2003-02-11 Thread Derick Rethans
On Wed, 12 Feb 2003, Jan Schneider wrote: > /home/jan/software/php5/ext/standard/basic_functions.c: In function > `php_simple_ini_parser_cb': > /home/jan/software/php5/ext/standard/basic_functions.c:2829: > `ZEND_INI_PARSER_POP_ENTRY' undeclared (first use in this function) > /home/jan/software/ph

[PHP-DEV] compile error on HEAD

2003-02-11 Thread Jan Schneider
/home/jan/software/php5/ext/standard/basic_functions.c: In function `php_simple_ini_parser_cb': /home/jan/software/php5/ext/standard/basic_functions.c:2829: `ZEND_INI_PARSER_POP_ENTRY' undeclared (first use in this function) /home/jan/software/php5/ext/standard/basic_functions.c:2829: (Each undecla

Re: [PHP-DEV] Compile error in xml-rpc (HEAD)

2003-01-10 Thread Derick Rethans
On Fri, 10 Jan 2003, Derick Rethans wrote: > Hi, > > I patched my local tree, am now testing and if it works I'll commit. It works! (And I committed). Thanks for the patch. Derick -- - Derick Rethans

Re: [PHP-DEV] Compile error in xml-rpc (HEAD)

2003-01-09 Thread Derick Rethans
Hi, I patched my local tree, am now testing and if it works I'll commit. Derick On Fri, 10 Jan 2003, Jan Schneider wrote: > Zitat von Magnus Määttä <[EMAIL PROTECTED]>: > > > Hi! > > > > gcc -I/opt/DEV/php/php4/ext/xmlrpc/libxmlrpc -DVERSION=0.50 -Iext/xmlrpc/ > > -I/opt/DEV/php/php4/ext/

Re: [PHP-DEV] Compile error in xml-rpc (HEAD)

2003-01-09 Thread Jan Schneider
Zitat von Magnus Määttä <[EMAIL PROTECTED]>: > Hi! > > gcc -I/opt/DEV/php/php4/ext/xmlrpc/libxmlrpc -DVERSION=0.50 -Iext/xmlrpc/ > -I/opt/DEV/php/php4/ext/xmlrpc/ -DPHP_ATOM_INC > -I/opt/DEV/php/php4/include -I/opt/DEV/php/php4/main -I/opt/DEV/php/php4 > -I/opt/DEV/php/php4/Zend -I/usr/include

[PHP-DEV] Compile error in xml-rpc (HEAD)

2003-01-04 Thread Magnus Määttä
Hi! gcc -I/opt/DEV/php/php4/ext/xmlrpc/libxmlrpc -DVERSION=0.50 -Iext/xmlrpc/ -I/opt/DEV/php/php4/ext/xmlrpc/ -DPHP_ATOM_INC -I/opt/DEV/php/php4/include -I/opt/DEV/php/php4/main -I/opt/DEV/php/php4 -I/opt/DEV/php/php4/Zend -I/usr/include/libxml2 -I/usr/X11R6/include -I/usr/include/freetype2 -I

Re: [PHP-DEV] Compile error in tokenizer ext with ZE2 4.3 branch

2002-12-01 Thread Magnus Määttä
On Mon, 02 Dec 2002 13:59:08 +0800 Alan Knowles <[EMAIL PROTECTED]> wrote: > Andi fixed it in CVS, try checking out downloading tokenizer.c again. > Yeah, it compiled now.. But now I get this: Zend/zend_language_scanner.c:5537: syntax error before "int" Zend/zend_language_scanner.c:5772: warni

Re: [PHP-DEV] Compile error in tokenizer ext with ZE2 4.3 branch

2002-12-01 Thread Alan Knowles
Andi fixed it in CVS, try checking out downloading tokenizer.c again. Magnus Määttä wrote: From 4.3 branch with ZE2 i get this compile error: /bin/sh /opt/DEV/php/php430/php4/libtool --mode=compile gcc -Iext/tokenizer/ -I/opt/DEV/php/php430/php4/ext/tokenizer/ -DPHP_ATOM_INC -I/opt/DEV/php/ph

[PHP-DEV] Compile error in tokenizer ext with ZE2 4.3 branch

2002-12-01 Thread Magnus Määttä
>From 4.3 branch with ZE2 i get this compile error: /bin/sh /opt/DEV/php/php430/php4/libtool --mode=compile gcc -Iext/tokenizer/ -I/opt/DEV/php/php430/php4/ext/tokenizer/ -DPHP_ATOM_INC -I/opt/DEV/php/php430/php4/include -I/opt/DEV/php/php430/php4/main -I/opt/DEV/php/php430/php4 -I/usr/local/w

[PHP-DEV] Compile error current head

2002-11-21 Thread Magnus Määttä
Hi! >From head i get an error when I compile it. config.nice: './configure' \ '--disable-all' \ '--prefix=/usr/local/www/php4cli' \ '--enable-debug' \ '--enable-sysvshm' \ '--enable-aggregate' \ '--enable-xslt' \ '--enable-bcmath' \ '--enable-calendar' \ '--enable-dbase' \ '--enable-dio' \ '--e

Re: [PHP-DEV] compile error with ZE2

2002-10-23 Thread Markus Fischer
On Wed, Oct 23, 2002 at 03:06:21PM +0200, Derick Rethans wrote : > On Wed, 23 Oct 2002, Jan Schneider wrote: > > > Zitat von Derick Rethans <[EMAIL PROTECTED]>: > > > > > hmm, I thought I fixed this by putting preprocessor defines around the > > > Overload extension... > > > > But it doesn't wo

Re: [PHP-DEV] compile error with ZE2

2002-10-23 Thread Derick Rethans
On Wed, 23 Oct 2002, Jan Schneider wrote: > Zitat von Derick Rethans <[EMAIL PROTECTED]>: > > > hmm, I thought I fixed this by putting preprocessor defines around the > > Overload extension... > > But it doesn't work. How is determined which engine version is being to used? with #ifndef ZEND_EN

Re: [PHP-DEV] compile error with ZE2

2002-10-23 Thread Jan Schneider
Zitat von Derick Rethans <[EMAIL PROTECTED]>: > On Wed, 23 Oct 2002, Markus Fischer wrote: > > > I think --disable-overload "fixes" this. That did it. > hmm, I thought I fixed this by putting preprocessor defines around the > Overload extension... But it doesn't work. How is determined wh

Re: [PHP-DEV] compile error with ZE2

2002-10-23 Thread Marcus Börger
At 14:40 23.10.2002, Derick Rethans wrote: On Wed, 23 Oct 2002, Markus Fischer wrote: > I think --disable-overload "fixes" this. hmm, I thought I fixed this by putting preprocessor defines around the Overload extension... Derick I also had to disable overload marcus -- PHP Development

Re: [PHP-DEV] compile error with ZE2

2002-10-23 Thread Derick Rethans
On Wed, 23 Oct 2002, Markus Fischer wrote: > I think --disable-overload "fixes" this. hmm, I thought I fixed this by putting preprocessor defines around the Overload extension... Derick -- --- Derick Rethans

Re: [PHP-DEV] compile error with ZE2

2002-10-23 Thread Markus Fischer
I think --disable-overload "fixes" this. On Wed, Oct 23, 2002 at 12:39:16PM +0200, Jan Schneider wrote : > Current php from cvs (head) and ZE2: > > /bin/sh libtool --silent --mode=compile gcc -Imain/ > -I/home/jan/software/php4/main/ -DPHP_ATOM_INC > -I/home/jan/software/php4/include -I/hom

[PHP-DEV] compile error with ZE2

2002-10-23 Thread Jan Schneider
Current php from cvs (head) and ZE2: /bin/sh libtool --silent --mode=compile gcc -Imain/ -I/home/jan/software/php4/main/ -DPHP_ATOM_INC -I/home/jan/software/php4/include -I/home/jan/software/php4/main -I/home/jan/software/php4 -I/home/jan/software/php4/Zend -I/usr/include/libxml2 -I/usr/include/f

[PHP-DEV] Compile error (cvs HEAD)

2002-06-10 Thread Jan Schneider
/root/cvs/cvsphp/ext/standard/array.c: In function `zif_array_rand': /root/cvs/cvsphp/ext/standard/array.c:2949: `array_data_shuffle' undeclared (first use in this function) Jan. -- http://www.horde.org - The Horde Project http://www.ammma.de - discover your knowledge http://www.tip4all.de - Dei

[PHP-DEV] Compile error

2002-04-09 Thread Sebastian Bergmann
c:\home\php\php4\sapi\apache2filter\php_functions.c(91): error C2059: Syntax error : '(' c:\home\php\php4\sapi\apache2filter\php_functions.c(92): error C2059: Syntax error : '(' -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you?

[PHP-DEV] compile error on Win2000

2001-08-10 Thread Rubens Barroso
Operating system: Windows2000 Professional PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: unresolved externals When try to compile a small module on VisualC++ 6.0 i get this messages: Configuration: variable_c - Win32 Debug C

Re: [PHP-DEV] Compile error (multiple compilations)

2001-01-12 Thread Wico de Leeuw
Hiya gcc -c -I../../os/unix -I../../include -DLINUX=2 -I/home/src/php-4.0.4pl1 -I/home/src/php-4.0.4pl1/main -I/home/src/php-4.0.4pl1/main -I/home/src/php-4.0.4pl1/Zend -I/home/src/php-4.0.4pl1/Zend -I/home/src/php-4.0.4pl1/TSRM -I/home/src/php-4.0.4pl1/TSRM -I/home/src/php-4.0.4pl1 -DUSE_

Re: [PHP-DEV] Compile error (multiple compilations)

2001-01-12 Thread Wico de Leeuw
Hiya when changing: >/bin/sh ../libtool --silent --mode=compile /home/src/php-4.0.4pl1/meta_cc >-DHAVE_CONFIG_H -I. -I. -I../main s -O6 -march=pentium -c ./zend_execute.c to: >/bin/sh ../libtool --silent --mode=compile /home/src/php-4.0.4pl1/meta_cc >-DHAVE_CONFIG_H -I. -I. -I../main -Os

[PHP-DEV] Compile error (multiple compilations)

2001-01-12 Thread Wico de Leeuw
Hiya when compiling php-4.0.4pl1 my CFLAGS AND CXXFLAGS are: "-Os -O6 -march=pentium" using pgcc-2.95.2.1 linux rehat 6.2 i get this error when compiling php: /bin/sh ../libtool --silent --mode=compile /home/src/php-4.0.4pl1/meta_cc -DHAVE_CONFIG_H -I. -I. -I../main -Os -O6 -march=pentium