[PHP-DEV] Error when compiling PHP with exif from latest CVS

2002-03-31 Thread Magnus Määttä

Hi!

I get this error when compiling PHP from latest CVS, updated minutes ago..

/bin/sh libtool --silent --mode=compile gcc 
-I/root/PHP4/php4/ext/bcmath/libbcmath/src -I/root/PHP4/php4/ext/exif 
-I/root/PHP4/php4/ext/exif -DPHP_ATOM_INC -I/root/PHP4/php4/include 
-I/root/PHP4/php4/main -I/root/PHP4/php4 -I/usr/local/www/httpd2/include 
-I/root/PHP4/php4/Zend -I/usr/include/freetype2/freetype 
-I/usr/local/www/mysql/include/mysql -I/usr/include/ucd-snmp 
-I/root/PHP4/php4/ext/xml/expat  -D_REENTRANT -I/root/PHP4/php4/TSRM -g -O2 
-pthread -DZTS  -prefer-pic -c /root/PHP4/php4/ext/exif/exif.c -o 
ext/exif/exif.lo 
/root/PHP4/php4/ext/exif/exif.c: In function `exif_process_IFD_TAG':
/root/PHP4/php4/ext/exif/exif.c:2084: `tsrm_ls' undeclared (first use in this 
function)
/root/PHP4/php4/ext/exif/exif.c:2084: (Each undeclared identifier is reported 
only once
/root/PHP4/php4/ext/exif/exif.c:2084: for each function it appears in.)
/root/PHP4/php4/ext/exif/exif.c: In function `exif_scan_JPEG_header':
/root/PHP4/php4/ext/exif/exif.c:2443: `tsrm_ls' undeclared (first use in this 
function)
/root/PHP4/php4/ext/exif/exif.c: In function `exif_process_IFD_in_TIFF':
/root/PHP4/php4/ext/exif/exif.c:2678: `tsrm_ls' undeclared (first use in this 
function)
/root/PHP4/php4/ext/exif/exif.c: In function `exif_scan_FILE_header':
/root/PHP4/php4/ext/exif/exif.c:2872: `tsrm_ls' undeclared (first use in this 
function)
make: *** [ext/exif/exif.lo] Error 1

Regards
Magnus Määttä

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Error when compiling from CVS

2002-03-31 Thread Magnus Määttä

Hi again!

Aother error when compiling from CVS..

/bin/sh libtool --silent --mode=compile gcc  
-I/root/PHP4/php4/sapi/apache2filter -I/root/PHP4/php4/sapi/apache2filter 
-DPHP_ATOM_INC -I/root/PHP4/php4/include -I/root/PHP4/php4/main 
-I/root/PHP4/php4 -I/usr/local/www/httpd2/include -I/root/PHP4/php4/Zend 
-I/usr/include/freetype2/freetype -I/usr/local/www/mysql/include/mysql 
-I/usr/include/ucd-snmp -I/root/PHP4/php4/ext/xml/expat  -D_REENTRANT 
-I/root/PHP4/php4/TSRM -g -O2 -pthread -DZTS  -prefer-pic -c 
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c -o 
sapi/apache2filter/sapi_apache2.lo 
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c: In function 
`php_apache_sapi_ub_write':
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c:51: `apr_bucket_alloc_t' 
undeclared (first use in this function)
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c:51: (Each undeclared 
identifier is reported only once
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c:51: for each function it 
appears in.)
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c:51: `ba' undeclared (first 
use in this function)
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c:52: parse error before `*'
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c:55: `ctx' undeclared (first 
use in this function)
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c:60: too many arguments to 
function `apr_brigade_create'
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c:62: `now' undeclared (first 
use in this function)
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c:63: too many arguments to 
function `apr_bucket_transient_create'
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c: In function 
`php_apache_sapi_flush':
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c:166: `apr_bucket_alloc_t' 
undeclared (first use in this function)
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c:166: `ba' undeclared (first 
use in this function)
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c:167: parse error before `*'
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c:177: structure has no 
member named `bucket_alloc'
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c:178: too many arguments to 
function `apr_brigade_create'
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c:179: `b' undeclared (first 
use in this function)
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c:179: too many arguments to 
function `apr_bucket_flush_create'
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c: In function 
`php_input_filter':
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c:261: structure has no 
member named `bucket_alloc'
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c:261: too many arguments to 
function `apr_brigade_create'
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c: In function 
`php_output_filter':
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c:335: structure has no 
member named `bucket_alloc'
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c:335: too many arguments to 
function `apr_brigade_create'
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c:390: structure has no 
member named `bucket_alloc'
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c:390: too many arguments to 
function `apr_bucket_transient_create'
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c:399: structure has no 
member named `bucket_alloc'
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c:399: too many arguments to 
function `apr_bucket_eos_create'
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c: In function 
`php_register_hook':
/root/PHP4/php4/sapi/apache2filter/sapi_apache2.c:477: `AP_FTYPE_RESOURCE' 
undeclared (first use in this function)
make: *** [sapi/apache2filter/sapi_apache2.lo] Error 1


Regards
Magnus Määttä

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] OpenSSL support broken in current CVS ?

2002-04-01 Thread Magnus Määttä

>From CVS 30 minutes ago, OpenSSL support doesn't build:

/bin/sh libtool --silent --mode=compile gcc 
-I/root/PHP4/php4/ext/bcmath/libbcmath/src -I/root/PHP4/php4/ext/openssl 
-I/root/PHP4/php4/ext/openssl -DPHP_ATOM_INC -I/root/PHP4/php4/include 
-I/root/PHP4/php4/main -I/root/PHP4/php4 -I/usr/local/www/httpd2/include 
-I/root/PHP4/php4/Zend -I/usr/include/freetype2/freetype -I/usr/local/include 
-I/usr/local/www/mysql/include/mysql -I/usr/include/ucd-snmp 
-I/root/PHP4/php4/ext/xml/expat  -D_REENTRANT -I/root/PHP4/php4/TSRM -g -O2 
-pthread -DZTS  -prefer-pic -c /root/PHP4/php4/ext/openssl/openssl.c -o 
ext/openssl/openssl.lo 
/root/PHP4/php4/ext/openssl/openssl.c: In function `add_assoc_name_entry':
/root/PHP4/php4/ext/openssl/openssl.c:220: `tsrm_ls' undeclared (first use in 
this function)
/root/PHP4/php4/ext/openssl/openssl.c:220: (Each undeclared identifier is 
reported only once
/root/PHP4/php4/ext/openssl/openssl.c:220: for each function it appears in.)
/root/PHP4/php4/ext/openssl/openssl.c: In function `php_openssl_make_REQ':
/root/PHP4/php4/ext/openssl/openssl.c:1140: `tsrm_ls' undeclared (first use 
in this function)
make: *** [ext/openssl/openssl.lo] Error 1


Something else I missed that i need a newer version of ?
Have newest Zend2, TSRM and OpenSSL 0.9.6c..

Regards
Magnus Määttä

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] OpenSSL support broken in current CVS ?

2002-04-01 Thread Magnus Määttä

Seems like it have something to do with ZendEngine 2..
I switched back to v1 and it worked..

On Monday 01 April 2002 12:17, you wrote:
> Hmm .. can't reproduce this .. compiles and runs just fine
> (though I don't use any openssl functions).
>
> On Mon, Apr 01, 2002 at 10:54:36AM +0100, Magnus Määttä wrote :
> > >From CVS 30 minutes ago, OpenSSL support doesn't build:
> >
> > /bin/sh libtool --silent --mode=compile gcc
> > -I/root/PHP4/php4/ext/bcmath/libbcmath/src -I/root/PHP4/php4/ext/openssl
> > -I/root/PHP4/php4/ext/openssl -DPHP_ATOM_INC -I/root/PHP4/php4/include
> > -I/root/PHP4/php4/main -I/root/PHP4/php4 -I/usr/local/www/httpd2/include
> > -I/root/PHP4/php4/Zend -I/usr/include/freetype2/freetype
> > -I/usr/local/include -I/usr/local/www/mysql/include/mysql
> > -I/usr/include/ucd-snmp
> > -I/root/PHP4/php4/ext/xml/expat  -D_REENTRANT -I/root/PHP4/php4/TSRM -g
> > -O2 -pthread -DZTS  -prefer-pic -c /root/PHP4/php4/ext/openssl/openssl.c
> > -o ext/openssl/openssl.lo
> > /root/PHP4/php4/ext/openssl/openssl.c: In function
> > `add_assoc_name_entry': /root/PHP4/php4/ext/openssl/openssl.c:220:
> > `tsrm_ls' undeclared (first use in this function)
> > /root/PHP4/php4/ext/openssl/openssl.c:220: (Each undeclared identifier is
> > reported only once
> > /root/PHP4/php4/ext/openssl/openssl.c:220: for each function it appears
> > in.) /root/PHP4/php4/ext/openssl/openssl.c: In function
> > `php_openssl_make_REQ': /root/PHP4/php4/ext/openssl/openssl.c:1140:
> > `tsrm_ls' undeclared (first use in this function)
> > make: *** [ext/openssl/openssl.lo] Error 1
> >
> >
> > Something else I missed that i need a newer version of ?
> > Have newest Zend2, TSRM and OpenSSL 0.9.6c..
> >
> > Regards
> > Magnus Määttä
> >
> > --
> > PHP Development Mailing List <http://www.php.net/>
> > To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] OpenSSL doesn't work with ZE2

2002-04-12 Thread Magnus Määttä

I get this error when I trying to compile PHP with ZendEngine 2..
Using todays CVS version (4.3)..

/bin/sh libtool --silent --mode=compile gcc -I/root/PHP4/php4/ext/bcmath/libbcmath/src 
-Iext/openssl/ -I/root/PHP4/php4/ext/openssl/ -DPHP_ATOM_INC -I/root/PHP4/php4/include 
-I/root/PHP4/php4/main -I/root/PHP4/php4 -I/usr/local/www/httpd2/include 
-I/root/PHP4/php4/Zend -I/usr/include/freetype2/freetype 
-I/usr/local/www/mysql/include/mysql -I/usr/include/ucd-snmp 
-I/root/PHP4/php4/ext/xml/expat  -D_REENTRANT -I/root/PHP4/php4/TSRM -g -O2 -pthread 
-DZTS  -prefer-pic -c /root/PHP4/php4/ext/openssl/openssl.c -o ext/openssl/openssl.lo 
/root/PHP4/php4/ext/openssl/openssl.c: In function `add_assoc_name_entry':
/root/PHP4/php4/ext/openssl/openssl.c:220: `tsrm_ls' undeclared (first use in this 
function)
/root/PHP4/php4/ext/openssl/openssl.c:220: (Each undeclared identifier is reported 
only once
/root/PHP4/php4/ext/openssl/openssl.c:220: for each function it appears in.)
/root/PHP4/php4/ext/openssl/openssl.c: In function `php_openssl_make_REQ':
/root/PHP4/php4/ext/openssl/openssl.c:1140: `tsrm_ls' undeclared (first use in this 
function)
make: *** [ext/openssl/openssl.lo] Error 1

Don't know if this is the right list to send this too...

Regards
Magnus Määttä

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Strange error message when running ./configure

2002-04-17 Thread Magnus Määttä

checking for XpmFreeXpmImage in -lXpm... yes
checking for freetype(2)... yes
checking for FreeType 1.x support... yes
no - FreeType 2.x is to be used instead
checking for T1lib support... no

... "anywhere under yes"
configure: error: Unable to find libgd.(a|so) anywhere under yes

Hmm.. Isn't this a bit wrong, either in the way it's printing it out
or is it searching in the wrong place (called yes) ?


Using latest CVS

Regards
Magnus

-- 
PHP Development Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] MySQL support broken ?

2002-04-18 Thread Magnus Määttä

Latest CVS
MySQL 3.23.49 w/o server

/bin/sh /mnt/data1/Stuff/CVS/PHP/php4/libtool --mode=compile gcc  -Iext/mysql/ 
-I/mnt/data1/Stuff/CVS/PHP/php4/ext/mysql/ -DPHP_ATOM_INC 
-I/mnt/data1/Stuff/CVS/PHP/php4/include -I/mnt/data1/Stuff/CVS/PHP/php4/main 
-I/mnt/data1/Stuff/CVS/PHP/php4 -I/usr/local/www/httpd2/include
-I/mnt/data1/Stuff/CVS/PHP/php4/Zend -I/usr/include/libxml2 
-I/usr/include/freetype2/freetype -I/usr//include -I/usr//include/imap 
-I/usr/local/www/mysql3//include/mysql -I/usr/lib/qt2/include 
-I/mnt/data1/Stuff/CVS/PHP/php4/ext/xml/expat  -D_REENTRANT 
-I/mnt/data1/Stuff/CVS/PHP/php4/TSRM -g -O2 -pthread -Wall -DZTS  -prefer-pic -c 
/mnt/data1/Stuff/CVS/PHP/php4/ext/mysql/php_mysql.c -o ext/mysql/php_mysql.lo
gcc -Iext/mysql/ -I/mnt/data1/Stuff/CVS/PHP/php4/ext/mysql/ -DPHP_ATOM_INC 
-I/mnt/data1/Stuff/CVS/PHP/php4/include -I/mnt/data1/Stuff/CVS/PHP/php4/main 
-I/mnt/data1/Stuff/CVS/PHP/php4 -I/usr/local/www/httpd2/include 
-I/mnt/data1/Stuff/CVS/PHP/php4/Zend -I/usr/include/libxml2 
-I/usr/include/freetype2/freetype -I/usr//include -I/usr//include/imap 
-I/usr/local/www/mysql3//include/mysql -I/usr/lib/qt2/include 
-I/mnt/data1/Stuff/CVS/PHP/php4/ext/xml/expat -D_REENTRANT 
-I/mnt/data1/Stuff/CVS/PHP/php4/TSRM -g -O2 -pthread -Wall -DZTS -c 
/mnt/data1/Stuff/CVS/PHP/php4/ext/mysql/php_mysql.c-fPIC -DPIC -o 
ext/mysql/php_mysql.lo
/mnt/data1/Stuff/CVS/PHP/php4/ext/mysql/php_mysql.c:57: redefinition of `ushort'
/usr/include/sys/types.h:151: `ushort' previously declared here
/mnt/data1/Stuff/CVS/PHP/php4/ext/mysql/php_mysql.c: In function `zif_mysql_info':
/mnt/data1/Stuff/CVS/PHP/php4/ext/mysql/php_mysql.c:936: warning: suggest parentheses 
around assignment used as truth value
/mnt/data1/Stuff/CVS/PHP/php4/ext/mysql/php_mysql.c:921: warning: `id' might be used 
uninitialized in this function
make: *** [ext/mysql/php_mysql.lo] Error 1


// Magnus

-- 
PHP Development Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] seg fault in recode.c on line 80

2002-04-20 Thread Magnus Määttä

With Apache 2.0.36-dev, newest PHP cvs..

Starting program: /usr/local/www/httpd2/bin/httpd
[New Thread 1024 (LWP 9606)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 9606)]
0x40406e41 in zm_startup_recode (type=1, module_number=9, tsrm_ls=0x8196898) at 
/mnt/data1/Stuff/CVS/PHP/php4/ext/recode/recode.c:80
80  ReSG(outer)   = recode_new_outer(true);
(gdb)

btw, I don't know if i debuged it the right way, can someone explain the way to do it ?

gdb httpd
r

Regards
Magnus Määttä

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] seg fault in recode.c on line 80

2002-04-20 Thread Magnus Määttä

On Sat, 20 Apr 2002 20:32:22 +0200 (CEST)
[EMAIL PROTECTED] wrote:

Yes, ill test it now..

> Hello again,
> 
> I comitted a patch to the CVS, can you retest?
> 
> Derick
> 
> On Sat, 20 Apr 2002, Magnus Määttä wrote:
> 
> > With Apache 2.0.36-dev, newest PHP cvs..
> > 
> > Starting program: /usr/local/www/httpd2/bin/httpd
> > [New Thread 1024 (LWP 9606)]
> > 
> > Program received signal SIGSEGV, Segmentation fault.
> > [Switching to Thread 1024 (LWP 9606)]
> > 0x40406e41 in zm_startup_recode (type=1, module_number=9, tsrm_ls=0x8196898) at 
>/mnt/data1/Stuff/CVS/PHP/php4/ext/recode/recode.c:80
> > 80  ReSG(outer)   = recode_new_outer(true);
> > (gdb)
> > 
> > btw, I don't know if i debuged it the right way, can someone explain the way to do 
>it ?
> > 
> > gdb httpd
> > r
> > 
> > Regards
> > Magnus Määttä
> > 
> > -- 
> > PHP Development Mailing List <http://www.php.net/>
> > To unsubscribe, visit: http://www.php.net/unsub.php
> > 
> 
> ---
>  Did I help you? Consider a gift:
>   http://www.amazon.co.uk/exec/obidos/registry/SLCB276UZU8B
> ---
>   PHP: Scripting the Web - [EMAIL PROTECTED]
> All your branches are belong to me!
> SRM: Script Running Machine - www.vl-srm.net
> ---
> 
> 

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] seg fault in recode.c on line 80

2002-04-20 Thread Magnus Määttä

On Sat, 20 Apr 2002 20:32:22 +0200 (CEST)
[EMAIL PROTECTED] wrote:

> Hello again,
> 
> I comitted a patch to the CVS, can you retest?

It worked now..

> Derick
> 
> On Sat, 20 Apr 2002, Magnus Määttä wrote:
> 
> > With Apache 2.0.36-dev, newest PHP cvs..
> > 
> > Starting program: /usr/local/www/httpd2/bin/httpd
> > [New Thread 1024 (LWP 9606)]
> > 
> > Program received signal SIGSEGV, Segmentation fault.
> > [Switching to Thread 1024 (LWP 9606)]
> > 0x40406e41 in zm_startup_recode (type=1, module_number=9, tsrm_ls=0x8196898) at 
>/mnt/data1/Stuff/CVS/PHP/php4/ext/recode/recode.c:80
> > 80  ReSG(outer)   = recode_new_outer(true);
> > (gdb)
> > 
> > btw, I don't know if i debuged it the right way, can someone explain the way to do 
>it ?
> > 
> > gdb httpd
> > r
> > 
> > Regards
> > Magnus Määttä
> > 
> > -- 
> > PHP Development Mailing List <http://www.php.net/>
> > To unsubscribe, visit: http://www.php.net/unsub.php
> > 
> 
> ---
>  Did I help you? Consider a gift:
>   http://www.amazon.co.uk/exec/obidos/registry/SLCB276UZU8B
> ---
>   PHP: Scripting the Web - [EMAIL PROTECTED]
> All your branches are belong to me!
> SRM: Script Running Machine - www.vl-srm.net
> ---
> 
> 

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Build fails from CVS

2002-04-29 Thread Magnus Määttä
/zend_qsort.lo Zend/zend_execute.lo sapi/cli/php_cli.lo sapi/cli/getopt.lo 
main/internal_functions_cli.lo -o sapi/cli/php -Wl,--export-dynamic  -L/usr/X11R6/lib 
-L/usr//lib -L/usr/local/www/mysql4/lib/mysql /usr/lib/libsablot.so -ljs 
/usr/lib/libexpat.so /usr/local/www/mysql4/lib/mysql/libmysqlclient.so -lz -lcrypt -lm 
-L/usr/lib /usr/lib/libldap.so -lnsl -lresolv -ldl /usr/lib/libsasl.so 
/usr/lib/liblber.so -lgd /usr/lib/libt1.so /usr/lib/libfreetype.so -lX11 -lXpm -lpng 
-lz /usr/lib/libjpeg.so /usr/lib/libxsltbreakpoint.so -lz -lm /usr/lib/libxslt.so -lm 
-lz -lm -lm -lz -lm -lz /usr/lib/libxml2.so -lz -lm /usr/lib/libbz2.so -lz -lcrypt 
-lssl -lcrypto -lresolv -lm -ldl -lresolv -lcrypt -ldl -Wl,--rpath 
-Wl,/usr/local/www/mysql4/lib/mysql -Wl,--rpath -Wl,/usr/local/www/mysql4/lib/mysql 
-Wl,--rpath -Wl,/usr/X11R6/lib -Wl,--rpath -Wl,/usr//lib
Zend/zend_hash.lo: In function `zend_hash_init':
/mnt/data1/Stuff/CVS/PHP/php4/Zend/zend_hash.c:178: undefined reference to `_ecalloc'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1


Line 178:   ht->arBuckets = (Bucket **) pecalloc(ht->nTableSize, sizeof(Bucket *), 
persistent);


Regards
Magnus Määttä

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Build fails from CVS

2002-04-29 Thread Magnus Määttä

Didn't need to do that.. after running make five times it worked (?)


On Mon, 29 Apr 2002 21:01:59 +0200 (CEST)
[EMAIL PROTECTED] wrote:

> Hello,
> 
> just update both php4 and Zend repositories, do a make clean and it should 
> work again.
> 
> Derick
> 
> On Mon, 29 Apr 2002, Magnus Määttä wrote:
> 
> > Hi!
> > 
> > I get this error message when i try to compile from CVS..
> > 
> > gcc -DPHP_ATOM_INC -I/mnt/data1/Stuff/CVS/PHP/php4/include 
>-I/mnt/data1/Stuff/CVS/PHP/php4/main -I/mnt/data1/Stuff/CVS/PHP/php4 
>-I/usr/local/www/httpd2/include -I/mnt/data1/Stuff/CVS/PHP/php4/Zend 
>-I/usr/include/libxml2 -I/usr/include/freetype2/freetype -I/usr//include 
>-I/usr/local/www/mysql4/include/mysql -I/mnt/data1/Stuff/CVS/PHP/php4/ext/xml/expat 
>-D_REENTRANT -I/mnt/data1/Stuff/CVS/PHP/php4/TSRM -g -O2 -pthread -Wall -DZTS 
>ext/zlib/zlib.lo ext/zlib/zlib_fopen_wrapper.lo ext/bcmath/bcmath.lo 
>ext/bcmath/number.lo ext/bcmath/libbcmath/src/add.lo ext/bcmath/libbcmath/src/div.lo 
>ext/bcmath/libbcmath/src/init.lo ext/bcmath/libbcmath/src/neg.lo 
>ext/bcmath/libbcmath/src/outofmem.lo ext/bcmath/libbcmath/src/raisemod.lo 
>ext/bcmath/libbcmath/src/rt.lo ext/bcmath/libbcmath/src/sub.lo 
>ext/bcmath/libbcmath/src/compare.lo ext/bcmath/libbcmath/src/divmod.lo 
>ext/bcmath/libbcmath/src/int2num.lo ext/bcmath/libbcmath/src/num2long.lo 
>ext/bcmath/libbcmath/src/output.lo ext/bcmath/libbcmath!
> /src/recmul.lo ext/bcmath/libbcmath/src/sqrt.lo ext/bcmath/libbcmath/src/zero.lo 
>ext/bcmath/libbcmath/src/debug.lo ext/bcmath/libbcmath/src/doaddsub.lo 
>ext/bcmath/libbcmath/src/nearzero.lo ext/bcmath/libbcmath/src/num2str.lo 
>ext/bcmath/libbcmath/src/raise.lo ext/bcmath/libbcmath/src/rmzero.lo 
>ext/bcmath/libbcmath/src/str2num.lo ext/bz2/bz2.lo ext/calendar/calendar.lo 
>ext/calendar/dow.lo ext/calendar/french.lo ext/calendar/gregor.lo 
>ext/calendar/jewish.lo ext/calendar/julian.lo ext/calendar/easter.lo 
>ext/calendar/cal_unix.lo ext/ctype/ctype.lo ext/domxml/php_domxml.lo ext/exif/exif.lo 
>ext/ftp/php_ftp.lo ext/ftp/ftp.lo ext/gd/gd.lo ext/gd/gdcache.lo ext/gd/gdttf.lo 
>ext/gd/gdt1.lo ext/ldap/ldap.lo ext/mbstring/mbfilter_ja.lo ext/mbstring/mbfilter.lo 
>ext/mbstring/mbstring.lo ext/mbstring/mbregex.lo ext/mbstring/php_mbregex.lo 
>ext/mysql/php_mysql.lo ext/openssl/openssl.lo ext/overload/overload.lo 
>ext/pcre/pcrelib/maketables.lo ext/pcre/pcrelib/get.lo ext/pcre/pcrelib/study.lo ext!
> /pcre/pcrelib/pcre.lo ext/pcre/php_pcre.lo ext/posix/posix.lo ext/session/session.lo 
>ext/session/mod_files.lo ext/session/mod_mm.lo ext/session/mod_user.lo 
>ext/sockets/sockets.lo ext/standard/array.lo ext/standard/base64.lo 
>ext/standard/basic_functions.lo ext/standard/browscap.lo ext/standard/crc32.lo 
>ext/standard/crypt.lo ext/standard/cyr_convert.lo ext/standard/datetime.lo 
>ext/standard/dir.lo ext/standard/dl.lo ext/standard/dns.lo ext/standard/exec.lo 
>ext/standard/file.lo ext/standard/filestat.lo ext/standard/flock_compat.lo 
>ext/standard/formatted_print.lo ext/standard/fsock.lo ext/standard/head.lo 
>ext/standard/html.lo ext/standard/image.lo ext/standard/info.lo ext/standard/iptc.lo 
>ext/standard/lcg.lo ext/standard/link.lo ext/standard/mail.lo ext/standard/math.lo 
>ext/standard/md5.lo ext/standard/metaphone.lo ext/standard/microtime.lo 
>ext/standard/pack.lo ext/standard/pageinfo.lo ext/standard/parsedate.lo 
>ext/standard/quot_print.lo ext/standard/rand.lo ext/standard/reg.lo e!
> xt/standard/soundex.lo ext/standard/string.lo ext/standard/scanf.lo 
>ext/standard/syslog.lo ext/standard/type.lo ext/standard/uniqid.lo 
>ext/standard/url.lo ext/standard/url_scanner.lo ext/standard/var.lo 
>ext/standard/versioning.lo ext/standard/assert.lo ext/standard/strnatcmp.lo 
>ext/standard/levenshtein.lo ext/standard/incomplete_class.lo 
>ext/standard/url_scanner_ex.lo ext/standard/ftp_fopen_wrapper.lo 
>ext/standard/http_fopen_wrapper.lo ext/standard/php_fopen_wrapper.lo 
>ext/standard/credits.lo ext/standard/var_unserializer.lo ext/standard/ftok.lo 
>ext/standard/aggregation.lo ext/sysvshm/sysvshm.lo ext/tokenizer/tokenizer.lo 
>ext/xml/xml.lo ext/xml/expat/xmlparse.lo ext/xml/expat/xmlrole.lo 
>ext/xml/expat/xmltok.lo ext/xslt/xslt.lo ext/xslt/sablot.lo ext/yp/yp.lo 
>regex/regcomp.lo regex/regexec.lo regex/regerror.lo regex/regfree.lo TSRM/TSRM.lo 
>TSRM/tsrm_strtok_r.lo TSRM/tsrm_virtual_cwd.lo main/main.lo main/snprintf.lo 
>main/spprintf.lo main/php_sprintf.lo main/safe_mode.lo main/f!
> open_wrappers.lo main/alloca.lo main/php_ini.lo main/SAPI.lo main/rfc1867.lo 
>main/php_content_types.lo main/strlcpy.lo main/strlcat.lo main/mergesort.lo 
>main/reentrancy.lo main/php_variables.lo main/php_ticks.lo main/streams.lo 
>main/network.lo main/php_open_temporary_file.lo main/php_logos.lo ma