[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 --- php4/ext/standard/

[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 --- php4/ext/

[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 --- php4/ext/sk

[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 --- php4/ext/skeleton/skeleton.c

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 INST

[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 --- php4/

[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 php4/ext/standard/basic_func

[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 F

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

2001-03-05 Thread Sean Bright
elixer Mon Mar 5 20:42:04 2001 EDT Modified files: /php4/ext/standard file.c Log: Typo. # I don't know where I got 4.02 from Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.146 php4/ext/standard/file.c:1.147 --- php4/ext/standard/file

[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 -> http://www.w3.

[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 php4/ext

[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 200

[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: php4/

[PHP-CVS] cvs: php4 /win32 readdir.c

2001-02-02 Thread Sean Bright
elixer Fri Feb 2 16:50:49 2001 EDT Modified files: /php4/win32 readdir.c Log: Comments didn't reflect rewinddir() Index: php4/win32/readdir.c diff -u php4/win32/readdir.c:1.5 php4/win32/readdir.c:1.6 --- php4/win32/readdir.c:1.5Sun Jun 4 15:00:17 2000

[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 t

[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 --- php4/ext/mysql/php_mysql.c:1

[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 php4/ext

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

2001-01-17 Thread Sean Bright
elixer Wed Jan 17 12:37:49 2001 EDT Modified files: /php4/ext/standard basic_functions.c php_string.h Log: Put these back where they belong. They weren't necessary unless ZTS and HAVE_LOCALECONV were both defined. Index: php4/ext/standard/basic_function

[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 Ja

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

2001-01-16 Thread Sean Bright
elixer Tue Jan 16 17:10:51 2001 EDT Modified files: /php4/ext/standard basic_functions.c php_string.h string.c Log: Added string comparison function strcoll(). It uses the current locale to do the comparisons. @- Added localeconv() and strcoll() functions f

[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 lo