Re: [PHP-DEV] Build Date in phpinfo() output

2001-04-16 Thread Jon Parise

On Mon, Apr 16, 2001 at 10:34:39AM +0200, Sebastian Bergmann wrote:

   I just noticed that the might be something wrong with the "Build Date"
 information in the output of phpinfo() on Win32.
 
   I just compiled the latest CVS and it shows "Apr 4 2001" as build
 date, not "Apr 16 2001" as I would expect.
 
   This did work in the past, most likely up to April 4th :) Where there
 any changes which might have caused this?
 
You'll need to run 'make clean' (or is it 'make distclean'?) before
running './configure ; make ; make install' to get the current date.

-- 
Jon Parise ([EMAIL PROTECTED])  .  Rochester Inst. of Technology
http://www.csh.rit.edu/~jon/  :  Computer Science House Member

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Build Date in phpinfo() output

2001-04-16 Thread eschmid+sic

On Mon, Apr 16, 2001 at 09:06:34AM -0400, Jon Parise wrote:
 On Mon, Apr 16, 2001 at 10:34:39AM +0200, Sebastian Bergmann wrote:
 
I just noticed that the might be something wrong with the "Build Date"
  information in the output of phpinfo() on Win32.
  
I just compiled the latest CVS and it shows "Apr 4 2001" as build
  date, not "Apr 16 2001" as I would expect.
  
This did work in the past, most likely up to April 4th :) Where there
  any changes which might have caused this?
  
 You'll need to run 'make clean' (or is it 'make distclean'?) before
 running './configure ; make ; make install' to get the current date.

How about:
autoconf
./configure --with-lang=de
make

-Egon

-- 
LinuxTag, Stuttgart, Germany: July 5-8 2001: http://www.linuxtag.de/
All known books about PHP and related books: http://php.net/books.php 
Concert Band of the University of Hohenheim: http://www.concert-band.de/
First and second bestselling book in German: http://www.php-buch.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Build Date in phpinfo() output

2001-04-16 Thread Jon Parise

On Mon, Apr 16, 2001 at 03:11:54PM +0200, [EMAIL PROTECTED] wrote:

 I just noticed that the might be something wrong with the "Build Date"
   information in the output of phpinfo() on Win32.
   
 I just compiled the latest CVS and it shows "Apr 4 2001" as build
   date, not "Apr 16 2001" as I would expect.
   
 This did work in the past, most likely up to April 4th :) Where there
   any changes which might have caused this?
   
  You'll need to run 'make clean' (or is it 'make distclean'?) before
  running './configure ; make ; make install' to get the current date.
 
 How about:
 autoconf
 ./configure --with-lang=de
 make

He was asking about the PHP binary build date.  It looks like the
instructions you've provided are for the 'phpdoc' module.  Or did I
get confused?

-- 
Jon Parise ([EMAIL PROTECTED])  .  Rochester Inst. of Technology
http://www.csh.rit.edu/~jon/  :  Computer Science House Member

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Build Date in phpinfo() output

2001-04-16 Thread eschmid+sic

On Mon, Apr 16, 2001 at 09:20:05AM -0400, Jon Parise wrote:
 On Mon, Apr 16, 2001 at 03:11:54PM +0200, [EMAIL PROTECTED] wrote:
 
  I just noticed that the might be something wrong with the "Build Date"
information in the output of phpinfo() on Win32.

  I just compiled the latest CVS and it shows "Apr 4 2001" as build
date, not "Apr 16 2001" as I would expect.

  This did work in the past, most likely up to April 4th :) Where there
any changes which might have caused this?

   You'll need to run 'make clean' (or is it 'make distclean'?) before
   running './configure ; make ; make install' to get the current date.
  
  How about:
  autoconf
  ./configure --with-lang=de
  make
 
 He was asking about the PHP binary build date.  It looks like the
 instructions you've provided are for the 'phpdoc' module.  Or did I
 get confused?

Oh sorry. Haven't read the question carefully :)

-Egon

-- 
LinuxTag, Stuttgart, Germany: July 5-8 2001: http://www.linuxtag.de/
All known books about PHP and related books: http://php.net/books.php 
Concert Band of the University of Hohenheim: http://www.concert-band.de/
First and second bestselling book in German: http://www.php-buch.de/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Build Date in phpinfo() output

2001-04-16 Thread Sebastian Bergmann

Sebastian Bergmann wrote:
   This did work in the past, most likely up to April 4th :) Where 
 there any changes which might have caused this?

  Hello Sebastian,

  there were no changes that might have caused this. There is nothing
wrong with this, I just compiled the whole source tree (and not just the
changed files) and it works fine.

  Yours,
Sebastian

-- 
 sebastian bergmann[EMAIL PROTECTED]
   http://www.sebastian-bergmann.de

 bonn.phpug.de | www.php.net | www.phpOpenTracker.de | www.titanchat.de

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]