[PHP-DEV] Fw: Some fixes to PHP-4.0RC2 (fwd) From: Rasmus Lerdorf (rasmus <email protected>)
Date: 05/23/00

---------- Forwarded message ----------
Date: Tue, 23 May 2000 13:37:23 -0700
From: Jayakumar Muthukumarasamy <jk <email protected>>
To: Rasmus Lerdorf <rasmus <email protected>>
Subject: Fw: Some fixes to PHP-4.0RC2

Sorry. Forgot to attach the patch

----- Original Message -----
From: Jayakumar Muthukumarasamy
To: Rasmus Lerdorf
Sent: Tuesday, May 23, 2000 1:28 PM
Subject: Some fixes to PHP-4.0RC2

Rasmus,

I have included a patch for 4.0 RC2 containing some fixes. The fixes are

1) in zend-scanner.l, the class istdiostream doesn't contain the method rdbuf() causing
    the compilation to fail on irix and solaris.

2) in zend-hash.h, struct hashtable conflicts with the hashtable template defined in the
    standard template library. Since, the name hashtable is not used, I have changed it
    to struct _hashtable.

3) In array.c in ext/standard, there was a spurious ^M causing the compilation to fail on
    Irix. I have removed this.

4) Finally, the big one. I have modified nsapi.c to support ZTS. In fact, it only supports ZTS.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>