[PHP-CVS] cvs: php4 /ext/standard dir.c

2001-04-09 Thread Sean Bright
elixer Mon Apr 9 13:56:49 2001 EDT Modified files: /php4/ext/standard dir.c Log: Stop SIGSEGV on Apache startup. Patch from [EMAIL PROTECTED] Index: php4/ext/standard/dir.c diff -u php4/ext/standard/dir.c:1.59 php4/ext/standard/dir.c:1.60 ---

[PHP-CVS] cvs: php4 /ext/standard dir.c

2001-04-09 Thread Sean Bright
elixer Mon Apr 9 14:12:54 2001 EDT Modified files: /php4/ext/standard dir.c Log: Constand should be case sensitive. # Thanks Sterling Index: php4/ext/standard/dir.c diff -u php4/ext/standard/dir.c:1.61 php4/ext/standard/dir.c:1.62 ---

[PHP-CVS] cvs: php4 /ext/skeleton skeleton.c

2001-04-06 Thread Sean Bright
elixer Fri Apr 6 07:42:07 2001 EDT Modified files: /php4/ext/skeleton skeleton.c Log: Fixed possible overflow. Index: php4/ext/skeleton/skeleton.c diff -u php4/ext/skeleton/skeleton.c:1.11 php4/ext/skeleton/skeleton.c:1.12 ---

[PHP-CVS] cvs: php4 /ext/skeleton skeleton.c

2001-04-06 Thread Sean Bright
elixer Fri Apr 6 10:48:34 2001 EDT Modified files: /php4/ext/skeleton skeleton.c Log: Fixed possible overflow again. # Heh... Index: php4/ext/skeleton/skeleton.c diff -u php4/ext/skeleton/skeleton.c:1.13 php4/ext/skeleton/skeleton.c:1.14 ---

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c

2001-03-22 Thread Sean Bright
elixer Thu Mar 22 06:43:50 2001 EDT Modified files: /php4/ext/standard basic_functions.c Log: Fixed prototype. Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.319 php4/ext/standard/basic_functions.c:1.320 ---

Re: [PHP-CVS] cvs: php4 /ext/dbx CREDITS INSTALL LICENSE Makefile.in config.m4 dbx.c dbx.dsp dbx.h dbx_mysql.c dbx_mysql.h dbx_odbc.c dbx_odbc.h php_dbx.h

2001-03-22 Thread Sean Bright
You may want to remove the C++ comments "//" and replace with with "/* */" comments. ""Marc Boeren"" [EMAIL PROTECTED] wrote in message cvsmboeren985259224@cvsserver">news:cvsmboeren985259224@cvsserver... mboeren Thu Mar 22 03:07:04 2001 EDT Added files: /php4/ext/dbx CREDITS INSTALL

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c

2001-03-21 Thread Sean Bright
elixer Wed Mar 21 05:53:39 2001 EDT Modified files: /php4/ext/standard basic_functions.c Log: Fix for bug #9698. # Anyone that can think of a way to fix long2ip(), feel free. Index: php4/ext/standard/basic_functions.c diff -u

[PHP-CVS] cvs: php4 /ext/mysql php_mysql.c

2001-03-12 Thread Sean Bright
elixer Mon Mar 12 07:14:38 2001 EDT Modified files: /php4/ext/mysql php_mysql.c Log: Fixed prototype. Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/mysql/php_mysql.c:1.72 php4/ext/mysql/php_mysql.c:1.73 --- php4/ext/mysql/php_mysql.c:1.72 Sun

[PHP-CVS] cvs: php4 /ext/standard file.c

2001-03-05 Thread Sean Bright
elixer Mon Mar 5 20:34:06 2001 EDT Modified files: /php4/ext/standard file.c Log: get_meta_tags now allows attributes that are not quoted as well as those that are. It follows the HTML 4.01 specification for attribute values outlined here -

[PHP-CVS] cvs: php4 /ext/standard file.c

2001-03-04 Thread Sean Bright
elixer Sun Mar 4 16:20:41 2001 EDT Modified files: /php4/ext/standard file.c Log: get_meta_tags now handles single quoted attributes as well as those that are double quoted. Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.144

[PHP-CVS] cvs: php4 / NEWS

2001-02-11 Thread Sean Bright
elixer Sun Feb 11 06:38:25 2001 EDT Modified files: /php4 NEWS Log: Added note about get_meta_tags bugfix Index: php4/NEWS diff -u php4/NEWS:1.586 php4/NEWS:1.587 --- php4/NEWS:1.586 Wed Feb 7 06:10:13 2001 +++ php4/NEWS Sun Feb 11 06:38:25

[PHP-CVS] cvs: php4 /ext/standard file.c file.h

2001-02-10 Thread Sean Bright
elixer Sat Feb 10 18:38:40 2001 EDT Modified files: /php4/ext/standard file.c file.h Log: Fix for bug #4556 # This is pretty much a total rewrite of get_meta_tags using a simple # handwritten tokenizer. It might be overkill, but it works. Index:

[PHP-CVS] cvs: php4 /ext/mysql php_mysql.c php_mysql.h

2001-01-31 Thread Sean Bright
elixer Wed Jan 31 14:04:30 2001 EDT Modified files: /php4/ext/mysql php_mysql.c php_mysql.h Log: Added the mysql_get_*_info() functions. # If anyone knows of a version of mysql lower then 3.20.32 that implements # all 3 of these functions, please change

[PHP-CVS] cvs: php4 /ext/mysql php_mysql.c

2001-01-30 Thread Sean Bright
elixer Tue Jan 30 16:55:29 2001 EDT Modified files: /php4/ext/mysql php_mysql.c Log: Fix for bug #8991. mysql_field_type() now returns "year" for columns of type YEAR. Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/mysql/php_mysql.c:1.63

[PHP-CVS] cvs: php4 /ext/mysql php_mysql.c

2001-01-30 Thread Sean Bright
elixer Tue Jan 30 17:14:55 2001 EDT Modified files: /php4/ext/mysql php_mysql.c Log: Fixed conditional. # Woops! Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/mysql/php_mysql.c:1.64 php4/ext/mysql/php_mysql.c:1.65 ---

[PHP-CVS] cvs: php4 / configure.in

2001-01-16 Thread Sean Bright
elixer Tue Jan 16 17:15:11 2001 EDT Modified files: /php4 configure.in Log: Updated configure.in to look for strcoll() # Woopsie. Index: php4/configure.in diff -u php4/configure.in:1.211 php4/configure.in:1.212 --- php4/configure.in:1.211 Sun

[PHP-CVS] cvs: php4 / configure.in /ext/standard basic_functions.c php_string.h string.c /main config.w32.h

2001-01-14 Thread Sean Bright
elixer Sun Jan 14 08:36:31 2001 EDT Modified files: /php4 configure.in /php4/ext/standard basic_functions.c php_string.h string.c /php4/main config.w32.h Log: Added localeconv() function. Operates similarly to localeconv() defined in