[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard reg.c reg.h

2002-09-25 Thread Sebastian Bergmann

Andrei Zmievski wrote:
 andrei  Wed Sep 25 10:02:35 2002 EDT

   Modified files:
 /php4/ext/standard  reg.c reg.h
   Log:
   Fix bug #17570.

reg.c
C:\home\php\php4\ext\standard\reg.c(45) : error C2065: 'php_reg_globals' :
nicht
deklarierter Bezeichner
C:\home\php\php4\ext\standard\reg.c(45) : error C2059: Syntaxfehler : ')'
C:\home\php\php4\ext\standard\reg.c(54) : error C2059: Syntaxfehler : ')'
C:\home\php\php4\ext\standard\reg.c(56) : error C2059: Syntaxfehler :
'else'
C:\home\php\php4\ext\standard\reg.c(60) : error C2059: Syntaxfehler :
'return'
C:\home\php\php4\ext\standard\reg.c(61) : error C2059: Syntaxfehler : '}'
C:\home\php\php4\ext\standard\reg.c(76) : error C2065: '_free_reg_cache' :
nicht
deklarierter Bezeichner
C:\home\php\php4\ext\standard\reg.c(368) : warning C4018: '=' : Konflikt
zwisch
en signed und unsigned

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

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




Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard reg.c reg.h

2002-09-25 Thread Wez Furlong

And in English:

C:\TBR\C++\php4\ext\standard\reg.c(45) : error C2065: 'php_reg_globals' :
 undeclared identifier
C:\TBR\C++\php4\ext\standard\reg.c(45) : error C2059: syntax error : ')'
C:\TBR\C++\php4\ext\standard\reg.c(54) : error C2059: syntax error : ')'
C:\TBR\C++\php4\ext\standard\reg.c(56) : error C2059: syntax error : 'else'
C:\TBR\C++\php4\ext\standard\reg.c(60) : error C2059: syntax error : 'return'
C:\TBR\C++\php4\ext\standard\reg.c(61) : error C2059: syntax error : '}'
C:\TBR\C++\php4\ext\standard\reg.c(76) : error C2065: '_free_reg_cache' :
 undeclared identifier
C:\TBR\C++\php4\ext\standard\reg.c(368) : warning C4018: '=' : signed/unsigned
mismatch

--Wez.

On 09/25/02, Sebastian Bergmann [EMAIL PROTECTED] wrote:
 Andrei Zmievski wrote:
  andrei  Wed Sep 25 10:02:35 2002 EDT
 
Modified files:
  /php4/ext/standard  reg.c reg.h
Log:
Fix bug #17570.
 
 reg.c
 C:\home\php\php4\ext\standard\reg.c(45) : error C2065: 'php_reg_globals' :
 nicht
 deklarierter Bezeichner
 C:\home\php\php4\ext\standard\reg.c(45) : error C2059: Syntaxfehler : ')'
 C:\home\php\php4\ext\standard\reg.c(54) : error C2059: Syntaxfehler : ')'
 C:\home\php\php4\ext\standard\reg.c(56) : error C2059: Syntaxfehler :
 'else'
 C:\home\php\php4\ext\standard\reg.c(60) : error C2059: Syntaxfehler :
 'return'
 C:\home\php\php4\ext\standard\reg.c(61) : error C2059: Syntaxfehler : '}'
 C:\home\php\php4\ext\standard\reg.c(76) : error C2065: '_free_reg_cache' :
 nicht
 deklarierter Bezeichner
 C:\home\php\php4\ext\standard\reg.c(368) : warning C4018: '=' : Konflikt
 zwisch
 en signed und unsigned




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




Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard reg.c reg.h

2002-09-25 Thread Sebastian Bergmann

Wez Furlong wrote:
 And in English:

  Oops, sorry, forgot to translate :-/

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

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




Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard reg.c reg.h

2002-09-25 Thread Wez Furlong

On 09/25/02, Sebastian Bergmann [EMAIL PROTECTED] wrote:
 Wez Furlong wrote:
  And in English:
   Oops, sorry, forgot to translate :-/

I didn't mean for that to sound like a command, I just thought it would
be helpful for anyone interested in fixing it :-)

--Wez.


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