[PHP-DEV] CVS update: php31 From: shane (php-dev <email protected>)
Date: 05/31/98

Date: Sunday May 31, 1998 @ 11:20
Author: shane

Update of /repository/php31
In directory asf:/tmp/cvs-serv24720

Modified Files:
        changelog31.txt
Log Message:
changelog
Index: php31/changelog31.txt
diff -c php31/changelog31.txt:1.1 php31/changelog31.txt:1.2
*** php31/changelog31.txt:1.1 Fri May 29 10:05:48 1998
--- php31/changelog31.txt Sun May 31 11:20:47 1998
***************
*** 1,6 ****
  PHP 3.1 CHANGE LOG ChangeLog
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
! May 29
  - implemented sapi isapi. It works in multiple threads, but with consistent
    access violations causing it to crash. Seems to work great in a single thread.
  - massive changes to head.c, removed all server specific code and placed it into
--- 1,13 ----
  PHP 3.1 CHANGE LOG ChangeLog
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
! May 29 pre-alpha
! - moved init stuff out of dllmain so a future unix thread safe version can use
! the same code
! - made all tls calls into defines rather than functions.
! - added debugger output function for msvc5
! - added code to handle uninitialized threads
! - removed odbc from main core as it caused access violation
! - fix in debugger that caused an access violation
  - implemented sapi isapi. It works in multiple threads, but with consistent
    access violations causing it to crash. Seems to work great in a single thread.
  - massive changes to head.c, removed all server specific code and placed it into