]>
granicus.if.org Git - php/log
David Croft [Tue, 25 Jul 2000 10:50:06 +0000 (10:50 +0000)]
Merged MAINTAINERS and MODULES_STATUS into EXTENSIONS, added version
field, added the missing extensions, added comments, filled in some
maintainers.
# Please help fill in the unknowns in here, particularly in status.
Hartmut Holzgraefe [Tue, 25 Jul 2000 10:18:06 +0000 (10:18 +0000)]
htmlspecialchars and htmlentities will now
encode single quotes to '
(due to feature request in BUG ID#5254)
Stanislav Malyshev [Tue, 25 Jul 2000 08:09:00 +0000 (08:09 +0000)]
Default section name should be uppercase, I guess
David Croft [Tue, 25 Jul 2000 06:56:04 +0000 (06:56 +0000)]
# removed stupid dollar Id dollar in changelog
<changelog@php.net> [Tue, 25 Jul 2000 01:09:11 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 25 Jul 2000 01:09:08 +0000 (01:09 +0000)]
NEWS update
Stig Bakken [Tue, 25 Jul 2000 00:55:37 +0000 (00:55 +0000)]
* the beginning of a regression testing framework?
Sterling Hughes [Tue, 25 Jul 2000 00:29:52 +0000 (00:29 +0000)]
remove comments for consistency.
Sterling Hughes [Tue, 25 Jul 2000 00:29:07 +0000 (00:29 +0000)]
.
Stig Bakken [Mon, 24 Jul 2000 23:55:34 +0000 (23:55 +0000)]
* generate pear scripts properly with configure
Stig Bakken [Mon, 24 Jul 2000 23:54:26 +0000 (23:54 +0000)]
* PEAR.php is now generated by configure
Sterling Hughes [Mon, 24 Jul 2000 20:00:00 +0000 (20:00 +0000)]
1. Move from experimental -> production
2. Thread safety
3. Set some initial options
4. Redo the placement of some functions and options.
Joey Smith [Mon, 24 Jul 2000 19:12:32 +0000 (19:12 +0000)]
@- Fix #4591. Register the appname as PHP 4.0, not 3.0
@ Credit to andrew@digitalpulp.com. (Joey)
sybase.globals was still using PHP 3.0 as the appname.
Dan Kalowsky [Mon, 24 Jul 2000 18:01:42 +0000 (18:01 +0000)]
Patched to work for Solid/Linux libc5 and glibc2 without the need for renaming the lib files, thanks to Kevin Way... fixed typo from GLIHC to GLIBC
John Donagher [Mon, 24 Jul 2000 17:58:38 +0000 (17:58 +0000)]
# Added example entries for the pfpro extension to the php.ini templates
John Donagher [Mon, 24 Jul 2000 17:57:05 +0000 (17:57 +0000)]
# Added code to pfpro.c and php_pfpro.h to parse defaults out of php.ini
@- For the pfpro extension: defaulthost, defaultport, defaulttimeout, and
@ all of the default proxy settings can now be defined in php.ini
Dan Kalowsky [Mon, 24 Jul 2000 14:21:18 +0000 (14:21 +0000)]
Patched to work for Solid/Linux libc5 and glibc2 without the need for renaming the lib files, thanks to Kevin Way
Stig Bakken [Mon, 24 Jul 2000 13:32:50 +0000 (13:32 +0000)]
added TODO file for PEAR
David Croft [Mon, 24 Jul 2000 10:52:07 +0000 (10:52 +0000)]
updated MODULES_STATUS file. Perhaps this should be renamed EXTENSIONS_STATUS?
David Croft [Mon, 24 Jul 2000 10:31:43 +0000 (10:31 +0000)]
licence versions -> 2.02 in pear files
Stig Bakken [Mon, 24 Jul 2000 08:24:14 +0000 (08:24 +0000)]
@Ported DB to new error reporting scheme
Stig Bakken [Mon, 24 Jul 2000 08:05:51 +0000 (08:05 +0000)]
* new class: PEAR - can be used as a base class for others.
* PEAR_Error moved into PEAR.php to reduce the number of files that are
always included
* cleaned up the PEAR_Error API a bit and changed the two classes using it
* added PEAR_Installer - an administration class for installing packages
and maintaining a "class/file cache"
David Croft [Mon, 24 Jul 2000 05:41:02 +0000 (05:41 +0000)]
various version 2.0 and 2.01 licenses -> 2.02
Sam Ruby [Mon, 24 Jul 2000 05:29:20 +0000 (05:29 +0000)]
Correct the value of request_uri
David Croft [Mon, 24 Jul 2000 02:01:05 +0000 (02:01 +0000)]
corrections to NEWS file
David Croft [Mon, 24 Jul 2000 01:40:02 +0000 (01:40 +0000)]
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
Added a few RCS $Id$ tags.
# Note: I have avoided changing any .h files if the corresponding .c file
# had not already been changed as I am not sure if there are any legal
# issues here. So some extensions still have PHP 3 headers.
<changelog@php.net> [Mon, 24 Jul 2000 01:09:08 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 24 Jul 2000 01:09:05 +0000 (01:09 +0000)]
NEWS update
foobar [Sun, 23 Jul 2000 21:32:02 +0000 (21:32 +0000)]
It's better not touch those ldap->ld_* when they aren't given as parameters.
(Now using -1 the parameters not wanted can be omitted)
# Plus some source-polishing.
Sterling Hughes [Sun, 23 Jul 2000 17:10:06 +0000 (17:10 +0000)]
Remove $file and $line.
Thies C. Arntzen [Sun, 23 Jul 2000 16:49:42 +0000 (16:49 +0000)]
(getimagesize) fix FORCE_REF.
Stanislav Malyshev [Sun, 23 Jul 2000 11:32:18 +0000 (11:32 +0000)]
Add another check for broken browscap object
# I do not know how it could get broken, but just in case...
Stanislav Malyshev [Sun, 23 Jul 2000 11:27:48 +0000 (11:27 +0000)]
Make browscap not to lowercase its arguments
# Why it is doing it? Parent matching doesn't work with lowercase
# If there was any reason to it, please tell
Stanislav Malyshev [Sun, 23 Jul 2000 11:11:35 +0000 (11:11 +0000)]
Try to fix some get_browser crashes and clean it up
# Probably needs more work, just what I could see immediately
Joey Smith [Sun, 23 Jul 2000 08:31:13 +0000 (08:31 +0000)]
Setting "compatibility" parameter requires having a PDF structure that
has NOT had PDF_open_*() called on it, according to the documentation.
There is not currently any way to obtain such from user-land in PHP.
@ Catch users trying to set "compatibility" parameter, which is not
@ supported from user-land.
#
# Not sure this is the best way to do this...
# Uwe, could you please double check this?
Joey Smith [Sun, 23 Jul 2000 08:25:27 +0000 (08:25 +0000)]
BROKEN_SPRINTF should be PHP_BROKEN_SPRINTF
Sterling Hughes [Sun, 23 Jul 2000 03:45:24 +0000 (03:45 +0000)]
@ Fixed dbase_add_record. (Sterling)
Fixed dbase_add_record
<changelog@php.net> [Sun, 23 Jul 2000 01:10:11 +0000 (01:10 +0000)]
ChangeLog update
<changelog@php.net> [Sun, 23 Jul 2000 01:10:07 +0000 (01:10 +0000)]
NEWS update
Sam Ruby [Sat, 22 Jul 2000 20:36:11 +0000 (20:36 +0000)]
Complete the work mapping arrays and hashtables
Sam Ruby [Sat, 22 Jul 2000 18:09:28 +0000 (18:09 +0000)]
Fix regression in passing strings as parameters
Sterling Hughes [Sat, 22 Jul 2000 17:47:30 +0000 (17:47 +0000)]
fix bug 5322.
Sam Ruby [Sat, 22 Jul 2000 17:32:32 +0000 (17:32 +0000)]
Allow java.lang.Hashtables to be passed into PHP as arrays.
Sam Ruby [Sat, 22 Jul 2000 16:13:20 +0000 (16:13 +0000)]
Verify that a classname is actually passed on a new Java() call.
Sam Ruby [Sat, 22 Jul 2000 13:43:46 +0000 (13:43 +0000)]
Respect the object type the user specified (i.e., never automatically
convert the result of "new Java()" to a primitive type)
Sam Ruby [Sat, 22 Jul 2000 12:40:49 +0000 (12:40 +0000)]
Don't assume that Java byte arrays are null terminated.
David Croft [Sat, 22 Jul 2000 04:23:41 +0000 (04:23 +0000)]
# zeev is god
David Croft [Sat, 22 Jul 2000 01:53:16 +0000 (01:53 +0000)]
fixed socket_set blocking in windows
(bug 3845)
David Croft [Sat, 22 Jul 2000 01:12:24 +0000 (01:12 +0000)]
wordwrap function from Chris Russel <russel@yorku.ca>
differences from his patch:
- wordwrap width and wrap-string now optional parameters
(default to 75 and "\n" respectively)
- wordwrap_byte is now just an automatic special case of wordwrap
- Zend API compliant
@- Added new function "wordwrap" to wordwrap long strings from Chris
@ Russel <russel@yorku.ca> (David Croft)
<changelog@php.net> [Sat, 22 Jul 2000 01:09:07 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 22 Jul 2000 01:09:04 +0000 (01:09 +0000)]
NEWS update
foobar [Sat, 22 Jul 2000 00:34:22 +0000 (00:34 +0000)]
Forgot those constants.
Sam Ruby [Fri, 21 Jul 2000 22:08:50 +0000 (22:08 +0000)]
Pass PHP arrays to Java as hash tables; minor cleanup
Joey Smith [Fri, 21 Jul 2000 19:58:38 +0000 (19:58 +0000)]
INI stuff labelled sybase.* should be sybct.*.
Thanks to dean.bennett@home.com.
foobar [Fri, 21 Jul 2000 19:00:21 +0000 (19:00 +0000)]
@- Added four additional arguments: attrsonly, sizelimit, timelimit, deref which
@ were missing in ldap_search(), ldap_list() and ldap_read() functions (Jani)
@- Fixed a bug in ldap_search/list/read() which prevented returning the partial
@ results when 'Sizelimit exceeded' error occurred. (Jani Taskinen)
# And nuked some compile time warnings. Took a while to get this commit message
# written..I hope I got it right. =)
Sterling Hughes [Fri, 21 Jul 2000 18:34:37 +0000 (18:34 +0000)]
New naming sequence for PEAR_Error
- PEAR_ERROR -> PEAR_Error
- $CLASSNAME -> $classname
New naming sequence for Exceptions
- ExceptionFileFind -> FileFindException.
Rasmus Lerdorf [Fri, 21 Jul 2000 16:39:18 +0000 (16:39 +0000)]
Fix this address
Zeev Suraski [Fri, 21 Jul 2000 15:54:10 +0000 (15:54 +0000)]
Fix Win32 build
Hartmut Holzgraefe [Fri, 21 Jul 2000 15:50:37 +0000 (15:50 +0000)]
column size for date in imap_headers increased (see bug id #5699)
Andrei Zmievski [Fri, 21 Jul 2000 15:29:59 +0000 (15:29 +0000)]
(php_addslashes) Fixed stop condition - it should only take into account
the length of the string, not the characters.
Sterling Hughes [Fri, 21 Jul 2000 06:47:18 +0000 (06:47 +0000)]
Add PEAR_ERROR class for returning exception objects.
# This is the basic idea that Ulf proposed, its obviously
# going to be subject to modifications.
Ken Coar [Fri, 21 Jul 2000 03:21:56 +0000 (03:21 +0000)]
Undo numerical format regression introduced by the fix of the
zero-precison %s formatting.
<changelog@php.net> [Fri, 21 Jul 2000 01:09:07 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 21 Jul 2000 01:09:04 +0000 (01:09 +0000)]
NEWS update
Hartmut Holzgraefe [Thu, 20 Jul 2000 23:08:26 +0000 (23:08 +0000)]
fix for bug #5707
Sterling Hughes [Thu, 20 Jul 2000 17:15:25 +0000 (17:15 +0000)]
fix 5705
.
Andrei Zmievski [Thu, 20 Jul 2000 15:27:16 +0000 (15:27 +0000)]
# There you go, Wico.
Fix bug $5676.
@- Fixed preg_replace() to automatically escape quotes in matched
@ strings when using /e modifier. (Andrei)
Sterling Hughes [Thu, 20 Jul 2000 02:48:44 +0000 (02:48 +0000)]
Fix dbase_create() for real.
<changelog@php.net> [Thu, 20 Jul 2000 01:09:09 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Thu, 20 Jul 2000 01:09:06 +0000 (01:09 +0000)]
NEWS update
David Croft [Wed, 19 Jul 2000 18:55:12 +0000 (18:55 +0000)]
automatically initialise library at first use if necessary
automatically cleanup library at request end if user hasn't done so
libpfpro library version shown on phpinfo()
David Croft [Wed, 19 Jul 2000 18:51:55 +0000 (18:51 +0000)]
# remove leading _ from #define
Rasmus Lerdorf [Wed, 19 Jul 2000 16:19:40 +0000 (16:19 +0000)]
Itanium patch from Steve Robb <steve@eu.c2.net>
@ Itanium patch (Steve Robb)
<changelog@php.net> [Wed, 19 Jul 2000 01:09:08 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 19 Jul 2000 01:09:05 +0000 (01:09 +0000)]
NEWS update
Sascha Schumann [Tue, 18 Jul 2000 22:38:22 +0000 (22:38 +0000)]
typo
Sascha Schumann [Tue, 18 Jul 2000 22:34:42 +0000 (22:34 +0000)]
Fix building ingres_ii as a shared module
Zeev Suraski [Tue, 18 Jul 2000 20:40:23 +0000 (20:40 +0000)]
Shutup a gcc warning
Zeev Suraski [Tue, 18 Jul 2000 20:32:39 +0000 (20:32 +0000)]
Forgot to link this function...
Zeev Suraski [Tue, 18 Jul 2000 20:08:06 +0000 (20:08 +0000)]
This is probably the oldest bug in PHP :)
Luckily it's unlikely we're ever actually bitten by this bug.
Andrei Zmievski [Tue, 18 Jul 2000 19:13:14 +0000 (19:13 +0000)]
Fixed compilation errors.
Andreas Karajannis [Tue, 18 Jul 2000 18:16:56 +0000 (18:16 +0000)]
Added myself
Andrei Zmievski [Tue, 18 Jul 2000 16:37:58 +0000 (16:37 +0000)]
Don't touch ChangeLog, please. It's automagically generated from commit
messages.
Ken Coar [Tue, 18 Jul 2000 16:34:30 +0000 (16:34 +0000)]
Bring forward the zero-precision (%.0s) string formatting fix
from PHP3. (After being nagged by Thies. :-) Whee! My first
PHP4 commit..
Stig Bakken [Tue, 18 Jul 2000 11:02:28 +0000 (11:02 +0000)]
@Set default include_path so PEAR files can be reached (Stig)
Sterling Hughes [Tue, 18 Jul 2000 05:52:03 +0000 (05:52 +0000)]
Patch STDOUT support.
<changelog@php.net> [Tue, 18 Jul 2000 01:09:09 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 18 Jul 2000 01:09:06 +0000 (01:09 +0000)]
NEWS update
Hénot David [Mon, 17 Jul 2000 23:57:36 +0000 (23:57 +0000)]
Added new function ii_autocommit()
Hénot David [Mon, 17 Jul 2000 23:21:42 +0000 (23:21 +0000)]
Made ingres_ii module compile with its new name
Stig Bakken [Mon, 17 Jul 2000 22:52:08 +0000 (22:52 +0000)]
@Added "pear" executable, requires CGI version installed (Stig)
Egon Schmid [Mon, 17 Jul 2000 21:50:35 +0000 (21:50 +0000)]
Fixed some protos. Only one line for the description.
Hénot David [Mon, 17 Jul 2000 21:29:30 +0000 (21:29 +0000)]
Added extension ii for Ingres II native support.
@- Added extension ii for Ingres II native support. See README in ext/ii
@ directory. (David H)
Zeev Suraski [Mon, 17 Jul 2000 21:13:44 +0000 (21:13 +0000)]
Build fixes
Zeev Suraski [Mon, 17 Jul 2000 20:51:47 +0000 (20:51 +0000)]
- Made Interbase compile under Win32, cleaned warnings
@- Added Win32 project for the Interbase module (Zeev)
Ben Mansell [Mon, 17 Jul 2000 17:18:02 +0000 (17:18 +0000)]
Minor adjustments to compile-advice
Uwe Steinmann [Mon, 17 Jul 2000 15:44:24 +0000 (15:44 +0000)]
- Cannot see any good reason why the test script in the dir of
the extension, though it is in tests as well
Andrei Zmievski [Mon, 17 Jul 2000 13:37:26 +0000 (13:37 +0000)]
*** empty log message ***
Stanislav Malyshev [Mon, 17 Jul 2000 10:22:30 +0000 (10:22 +0000)]
Fix crash in stripcslashes("") (#5628)
<changelog@php.net> [Mon, 17 Jul 2000 01:13:01 +0000 (01:13 +0000)]
ChangeLog update