Diff for /embedaddon/php/netware/start.c between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:48:05 version 1.1.1.2, 2013/07/22 01:32:11
Line 2 Line 2
    +----------------------------------------------------------------------+     +----------------------------------------------------------------------+
    | PHP Version 5                                                        |     | PHP Version 5                                                        |
    +----------------------------------------------------------------------+     +----------------------------------------------------------------------+
   | Copyright (c) 1997-2010 The PHP Group                                |   | Copyright (c) 1997-2013 The PHP Group                                |
    +----------------------------------------------------------------------+     +----------------------------------------------------------------------+
    | This source file is subject to version 3.01 of the PHP license,      |     | This source file is subject to version 3.01 of the PHP license,      |
    | that is bundled with this package in the file LICENSE, and is        |     | that is bundled with this package in the file LICENSE, and is        |
Line 24 Line 24
 void            *gLibHandle = (void *) NULL;  void            *gLibHandle = (void *) NULL;
 rtag_t          gAllocTag = (rtag_t) NULL;  rtag_t          gAllocTag = (rtag_t) NULL;
 NXMutex_t       *gLibLock = (NXMutex_t *) NULL;  NXMutex_t       *gLibLock = (NXMutex_t *) NULL;
int                     gLibId = 0;int                gLibId = 0;
   
   
 int DisposeLibraryData( void    *data)  int DisposeLibraryData( void    *data)
Line 35  int DisposeLibraryData( void *data) Line 35  int DisposeLibraryData( void *data)
   
 int _NonAppStart  int _NonAppStart
 (  (
        void                    *NLMHandle,        void            *NLMHandle,
        void                    *errorScreen,        void            *errorScreen,
         const char      *cmdLine,          const char      *cmdLine,
         const char      *loadDirPath,          const char      *loadDirPath,
         size_t          uninitializedDataLength,          size_t          uninitializedDataLength,
        void                    *NLMFileHandle,        void            *NLMFileHandle,
        int                     (*readRoutineP)( int conn, void *fileHandle, size_t offset,        int             (*readRoutineP)( int conn, void *fileHandle, size_t offset,
                                                                size_t nbytes, size_t *bytesRead, void *buffer ),                        size_t nbytes, size_t *bytesRead, void *buffer ),
         size_t          customDataOffset,          size_t          customDataOffset,
         size_t          customDataSize,          size_t          customDataSize,
        int                     messageCount,        int                messageCount,
         const char      **messages          const char      **messages
 )  )
 {  {

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>