Date: 10/04/98
- Next message: zeev: "[PHP-DEV] CVS update: php3/functions"
- Previous message: Bug Database: "[PHP-DEV] Bug #32 Updated: 3.0b4 Oracle connection breaks with Stronghold"
- Next in thread: zeev: "[PHP-DEV] CVS update: php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sunday October 4, 1998 @ 10:19
Author: zeev
Update of /repository/php3
In directory asf:/u2/tmp/cvs-serv1128
Modified Files:
CREDITS Makefile.in
Log Message:
- Fix the warnings in the serialization code
- Change all new serialization stuff to the way PHP code should look like,
as far as naming convention and macros are concerned (please try to use
these rules in new code)
- Add more beta testers
Index: php3/CREDITS
diff -c php3/CREDITS:1.36 php3/CREDITS:1.37
*** php3/CREDITS:1.36 Tue Sep 22 12:24:35 1998
--- php3/CREDITS Sun Oct 4 10:19:13 1998
***************
*** 142,146 ****
--- 142,169 ----
------------------------------------------------------------------------------
+ Beta Testers
+ ------------
+
+ * Niklas Saers (berenmls <email protected>)
+ FreeBSD/x86
+
+ * Chuck Hagenbuch <chuck <email protected>>
+ Linux/x86 glibc2, MySQL, mod_ssl
+
+ * Sascha Schumann (sas <email protected>)
+ FreeBSD/x86, PostgreSQL, IMAP, gdttf
+
+ * Jim Jagielski (jim <email protected>)
+ A/UX, FreeBSD/x86
+
+ * Jouni Ahto (jah <email protected>)
+ Debian Linux 2.0
+
+
+
+
+ ------------------------------------------------------------------------------
+
Andi Gutmans and Zeev Suraski would like to thank Professor Michael Rodeh for
his positive input during the initial development of the interpreter.
Index: php3/Makefile.in
diff -c php3/Makefile.in:1.262 php3/Makefile.in:1.263
*** php3/Makefile.in:1.262 Tue Sep 29 03:14:27 1998
--- php3/Makefile.in Sun Oct 4 10:19:14 1998
***************
*** 24,30 ****
# +----------------------------------------------------------------------+
#
! # $Id: Makefile.in,v 1.262 1998/09/29 07:14:27 ssb Exp $
#
prefix = <email protected>@
--- 24,30 ----
# +----------------------------------------------------------------------+
#
! # $Id: Makefile.in,v 1.263 1998/10/04 14:19:14 zeev Exp $
#
prefix = <email protected>@
***************
*** 351,357 ****
functions/datetime.h functions/fsock.h functions/image.h \
functions/php3_link.h functions/php3_filestat.h functions/microtime.h \
functions/pageinfo.h functions/uniqid.h functions/base64.h \
! functions/php3_mail.h
functions/crypt.o: functions/crypt.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
--- 351,357 ----
functions/datetime.h functions/fsock.h functions/image.h \
functions/php3_link.h functions/php3_filestat.h functions/microtime.h \
functions/pageinfo.h functions/uniqid.h functions/base64.h \
! functions/php3_mail.h functions/php3_var.h
functions/crypt.o: functions/crypt.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
***************
*** 591,598 ****
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h internal_functions.h modules.h \
functions/php3_velocis.h
! functions/gdttf.o: functions/gdttf.c config.h
! functions/gdcache.o: functions/gdcache.c config.h
functions/zlib.o: functions/zlib.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
--- 591,599 ----
fopen-wrappers.h mod_php3.h stack.h operators.h token_cache.h \
variables.h constants.h internal_functions.h modules.h \
functions/php3_velocis.h
! functions/gdttf.o: functions/gdttf.c config.h functions/gdttf.h \
! functions/gdcache.h
! functions/gdcache.o: functions/gdcache.c config.h functions/gdcache.h
functions/zlib.o: functions/zlib.c php.h php_version.h config.h request_info.h \
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
***************
*** 609,615 ****
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h functions/php3_snmp.h
!
# Local Variables:
# tab-width: 4
--- 610,620 ----
php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
internal_functions.h modules.h functions/php3_snmp.h
! functions/var.o: functions/var.c php.h php_version.h config.h request_info.h \
! php3_hash.h alloc.h safe_mode.h fopen-wrappers.h \
! mod_php3.h stack.h operators.h token_cache.h variables.h constants.h \
! internal_functions.h modules.h functions/reg.h functions/post.h \
! functions/php3_string.h
# Local Variables:
# tab-width: 4
-- 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: zeev: "[PHP-DEV] CVS update: php3/functions"
- Previous message: Bug Database: "[PHP-DEV] Bug #32 Updated: 3.0b4 Oracle connection breaks with Stronghold"
- Next in thread: zeev: "[PHP-DEV] CVS update: php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

