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/
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/
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
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
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
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/
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
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
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
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.
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
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
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/
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
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
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
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
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
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
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
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
21 matches
Mail list logo