Date: 08/27/98
- Next message: z-kimmel <email protected>: "[PHP-DEV] Bug #700: class constructors cause PHP to crash"
- Previous message: shane: "[PHP-DEV] CVS update: php31/ext/standard"
- Next in thread: shane: "[PHP-DEV] CVS update: php31/main"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thursday August 27, 1998 @ 18:16
Author: shane
Update of /repository/php31/main
In directory asf:/u2/tmp/cvs-serv2413/main
Modified Files:
main.c
Log Message:
more dl optimization.
Index: php31/main/main.c
diff -c php31/main/main.c:2.26 php31/main/main.c:2.27
*** php31/main/main.c:2.26 Thu Aug 27 16:55:44 1998
--- php31/main/main.c Thu Aug 27 18:16:17 1998
***************
*** 29,35 ****
+----------------------------------------------------------------------+
*/
! /* $Id: main.c,v 2.26 1998/08/27 20:55:44 shane Exp $ */
/* #define CRASH_DETECTION */
--- 29,35 ----
+----------------------------------------------------------------------+
*/
! /* $Id: main.c,v 2.27 1998/08/27 22:16:17 shane Exp $ */
/* #define CRASH_DETECTION */
***************
*** 1387,1393 ****
/*load dl's from ini file*/
#ifdef THREAD_SAFE
! php3_dlload();
#endif
/*need to register server specific functions*/
if(module_info){
--- 1387,1393 ----
/*load dl's from ini file*/
#ifdef THREAD_SAFE
! php3_dlload(_INLINE_TLS_VOID);
#endif
/*need to register server specific functions*/
if(module_info){
***************
*** 1442,1448 ****
/*load dl's from ini file*/
#ifdef THREAD_SAFE
! php3_dlload();
#endif
/*register server specific functions*/
if(module_info){
--- 1442,1448 ----
/*load dl's from ini file*/
#ifdef THREAD_SAFE
! php3_dlload(_INLINE_TLS_VOID);
#endif
/*register server specific functions*/
if(module_info){
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: z-kimmel <email protected>: "[PHP-DEV] Bug #700: class constructors cause PHP to crash"
- Previous message: shane: "[PHP-DEV] CVS update: php31/ext/standard"
- Next in thread: shane: "[PHP-DEV] CVS update: php31/main"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

