ID:               22203
 User updated by:  [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Feedback
+Status:           Open
 Bug Type:         Compile Failure
 Operating System: Linux
 PHP Version:      4CVS-2003-02-13 (stable)
 New Comment:

I retreieved the sources fresh this morning by running:

$ cvs -d :pserver:[EMAIL PROTECTED]:/repository co php4

and later (just in case) updated them by running (in the same
directory)

$ cvs -d :pserver:[EMAIL PROTECTED]:/repository update

if I need to specify a tag within a tree to get the most current
version, I think it should be stated explicitly in
http://www.php.net/anoncvs.php together with a formula to arrive with
what the most current tag would be in each branch.

Thanks


Previous Comments:
------------------------------------------------------------------------

[2003-02-13 07:02:05] [EMAIL PROTECTED]

Just correcting a typo:

Please use

cvs -d:pserver:[EMAIL PROTECTED]:/repository co -r PHP_4_3 php4

for retriving stable branch.


------------------------------------------------------------------------

[2003-02-13 06:58:17] [EMAIL PROTECTED]

Did you try

cvs -d:pserver:[EMAIL PROTECTED]:/repository co php5

or

cvs -d:pserver:[EMAIL PROTECTED]:/repository co -R PHP_4_3 php4

?


------------------------------------------------------------------------

[2003-02-13 06:55:09] [EMAIL PROTECTED]

compiling a fresh (Thu Feb 13 12:45:08 GMT 2003) CVS checkout of php4
results in a compile failure:

gcc -Iext/standard/ -I/usr/local/src/php-cvs/php4/ext/standard/
-DPHP_ATOM_INC -I/usr/local/src/php-cvs/php4/include
-I/usr/local/src/php-cvs/php4/main -I/usr/local/src/php-cvs/php4
-I/usr/local/src/php-cvs/php4/Zend -I/usr/local/include
-I/usr/X11R6/include -I/usr/local/mysql/current/include/mysql
-I/usr/local/src/php-cvs/php4/ext/xml/expat -DLINUX=22 -DMOD_SSL=208111
-DUSE_HSREGEX -DEAPI -I/usr/local/src/php-cvs/php4/TSRM -g -O2 -c
/usr/local/src/php-cvs/php4/ext/standard/basic_functions.c  -fPIC -DPIC
-o ext/standard/basic_functions.lo
/usr/local/src/php-cvs/php4/ext/standard/basic_functions.c: In function
`php_simple_ini_parser_cb':
/usr/local/src/php-cvs/php4/ext/standard/basic_functions.c:2829:
`ZEND_INI_PARSER_POP_ENTRY' undeclared (first use in this function)
/usr/local/src/php-cvs/php4/ext/standard/basic_functions.c:2829: (Each
undeclared identifier is reported only once
/usr/local/src/php-cvs/php4/ext/standard/basic_functions.c:2829: for
each function it appears in.)
make: *** [ext/standard/basic_functions.lo] Error 1
$

this is on RedHat Linux 7.2 with separately build
automake/autoconf/libtool and company

Thank you

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=22203&edit=1

Reply via email to