]>
granicus.if.org Git - php/log
foobar [Wed, 16 Jul 2003 04:54:40 +0000 (04:54 +0000)]
Fixed bug #22529 (object_id parameter in all snmp*() functions broken.)
foobar [Wed, 16 Jul 2003 00:38:54 +0000 (00:38 +0000)]
Added test case for bug #22690
Uwe Schindler [Tue, 15 Jul 2003 22:19:00 +0000 (22:19 +0000)]
safe mode fix
Zak Greant [Tue, 15 Jul 2003 18:19:51 +0000 (18:19 +0000)]
Added function dbase_get_header_info
* Passed a handle for an open dbase database, it returns an array of
associative arrays. Each associative array contains information on a
single column, including name, column type, length, precision, ...
Uwe Schindler [Tue, 15 Jul 2003 17:30:33 +0000 (17:30 +0000)]
Make virtual() an alias for nsapi_virtual() -- better for docs/naming in future
Hartmut Holzgraefe [Tue, 15 Jul 2003 17:28:41 +0000 (17:28 +0000)]
whitespace
Hartmut Holzgraefe [Tue, 15 Jul 2003 16:55:44 +0000 (16:55 +0000)]
#1 $_ENV is not always set, use getenv() instead
#2 bail out after 1000 loop iterations to avoid hanging tests
Georg Richter [Tue, 15 Jul 2003 14:00:19 +0000 (14:00 +0000)]
added new function mysqli_stmt_data_seek
Georg Richter [Tue, 15 Jul 2003 13:13:59 +0000 (13:13 +0000)]
test for bind + sql_mode=PIPES_AS_CONCAT
Georg Richter [Tue, 15 Jul 2003 10:37:19 +0000 (10:37 +0000)]
added support for rebind
Georg Richter [Tue, 15 Jul 2003 10:36:18 +0000 (10:36 +0000)]
additional test for multi-bind
foobar [Tue, 15 Jul 2003 07:06:42 +0000 (07:06 +0000)]
Make this test work regardless of safe_mode setting (bug #24654)
Edin Kadribasic [Mon, 14 Jul 2003 23:23:01 +0000 (23:23 +0000)]
MFB: fix for #24249
Rui Hirokawa [Mon, 14 Jul 2003 23:09:46 +0000 (23:09 +0000)]
MFH
Rob Richards [Mon, 14 Jul 2003 21:51:28 +0000 (21:51 +0000)]
fix setting new encoding
Wez Furlong [Mon, 14 Jul 2003 19:38:13 +0000 (19:38 +0000)]
Fix for mips compiler.
Harrie Hazewinkel [Mon, 14 Jul 2003 18:59:18 +0000 (18:59 +0000)]
Updating the SNMP credits in ext/standard/credits_ext.h
Harrie Hazewinkel [Mon, 14 Jul 2003 18:55:35 +0000 (18:55 +0000)]
Applying the correct format of the CREDITS.
Harrie Hazewinkel [Mon, 14 Jul 2003 18:19:34 +0000 (18:19 +0000)]
Updating the CREDITS with those who are indicated as authors in the code.
Harrie Hazewinkel [Mon, 14 Jul 2003 18:10:22 +0000 (18:10 +0000)]
Adding an SNMP GETNEXT.
This is a basic SNMP operation that retrieves the next value as the
one provided to the command.
NOTE: snmpgetnext does not follow the official naming convetions of
functions, but now it is equal to it version 1 equivalents snmpget
and snmpset.
I also would like to reserve the snmp_getnext for a function to
which a session can be given instead of the multiple values to
create the session internally. (Work in progress).
Harrie Hazewinkel [Mon, 14 Jul 2003 17:34:56 +0000 (17:34 +0000)]
(RE applying)
Cleaning up some very old definitions of version 3.3.1 until 3.5.3.
Those versions are that old that people better upgrade the SNMP libraries.
Harrie Hazewinkel [Mon, 14 Jul 2003 17:11:04 +0000 (17:11 +0000)]
(RE-)Applying the contributed patch of Johan Hanne to the main tree.
The patch enables control on the way the values are returned
into the PHP script, instaed of always strings. Also the
type of the value is now returned when configured to do so.
This enables better management scripts to do more automatic
processing and value calculations.
(By default the values are returned as strings, as was before)
foobar [Mon, 14 Jul 2003 16:23:14 +0000 (16:23 +0000)]
CS & WS fixes
foobar [Mon, 14 Jul 2003 16:11:38 +0000 (16:11 +0000)]
WS fix
Sebastian Bergmann [Mon, 14 Jul 2003 05:52:57 +0000 (05:52 +0000)]
ZTS fix.
foobar [Mon, 14 Jul 2003 03:58:31 +0000 (03:58 +0000)]
Added comment
foobar [Mon, 14 Jul 2003 03:57:57 +0000 (03:57 +0000)]
Move the macosx fix to proper place.
Stefan Roehrich [Sun, 13 Jul 2003 09:54:42 +0000 (09:54 +0000)]
Allow setting of the serial number.
Wez Furlong [Sun, 13 Jul 2003 09:38:33 +0000 (09:38 +0000)]
Add sqlite_has_prev, and sqlite_prev.
Patch by Jan Lehnardt <jan@php.net>
Stefan Roehrich [Sun, 13 Jul 2003 09:38:32 +0000 (09:38 +0000)]
Fixed certificate version (counting begins with 0, so 2 means version 3).
Wez Furlong [Sun, 13 Jul 2003 09:20:40 +0000 (09:20 +0000)]
MFB better popen fix
Wez Furlong [Sun, 13 Jul 2003 08:48:43 +0000 (08:48 +0000)]
Fix bug #24575 (sqlite_popen did not request a new resource id when persistent
handles were re-used within a request).
Rui Hirokawa [Sun, 13 Jul 2003 08:20:01 +0000 (08:20 +0000)]
added strict encoding detection mode to fix #24309
Moriyoshi Koizumi [Sun, 13 Jul 2003 08:03:46 +0000 (08:03 +0000)]
Added regression test for proc_open()
<changelog@php.net> [Sun, 13 Jul 2003 00:30:23 +0000 (00:30 +0000)]
ChangeLog update
Rob Richards [Sat, 12 Jul 2003 17:29:20 +0000 (17:29 +0000)]
implement read only exceptions
implement notation nodes
changes for spec conformance
Rob Richards [Sat, 12 Jul 2003 17:23:05 +0000 (17:23 +0000)]
fix loading off of interface
Martin Jansen [Sat, 12 Jul 2003 15:15:38 +0000 (15:15 +0000)]
* Update the DTD path
Andi Gutmans [Sat, 12 Jul 2003 14:54:53 +0000 (14:54 +0000)]
- WS
Tomas V.V.Cox [Sat, 12 Jul 2003 14:27:27 +0000 (14:27 +0000)]
+* Added proxy support for remote commands using the
xmlrcp C ext (Adam Ashley)
Tomas V.V.Cox [Sat, 12 Jul 2003 14:25:06 +0000 (14:25 +0000)]
Added proxy support for remote commands using the xmlrcp C ext
(contribution by Adam Ashley <aashley@optimiser.com>)
Moriyoshi Koizumi [Sat, 12 Jul 2003 09:33:31 +0000 (09:33 +0000)]
Fixed bug #24556
Moriyoshi Koizumi [Sat, 12 Jul 2003 07:01:30 +0000 (07:01 +0000)]
Add folding markers
Moriyoshi Koizumi [Sat, 12 Jul 2003 06:54:03 +0000 (06:54 +0000)]
Oops, this is not needed though.
Moriyoshi Koizumi [Sat, 12 Jul 2003 06:50:32 +0000 (06:50 +0000)]
Fixed leaks that occurs if the third parameter already contains a valid value.
<changelog@php.net> [Sat, 12 Jul 2003 00:30:21 +0000 (00:30 +0000)]
ChangeLog update
foobar [Fri, 11 Jul 2003 15:56:23 +0000 (15:56 +0000)]
Remove un-used code.
Rob Richards [Fri, 11 Jul 2003 14:19:05 +0000 (14:19 +0000)]
fix compile issue - TSRMLS_FETCH is only temporary until errors handled
Dan Kalowsky [Fri, 11 Jul 2003 13:13:32 +0000 (13:13 +0000)]
Fix for bug #22897
Dan Kalowsky [Fri, 11 Jul 2003 13:08:45 +0000 (13:08 +0000)]
Patch for bug #24183
Andi Gutmans [Fri, 11 Jul 2003 10:21:39 +0000 (10:21 +0000)]
- Add support for Z in zend_parse_parameters(). It will allow the extension
- to retreive the zval **, thus allowing it to use the convert_to_*_ex()
- family of functions to do type conversions without effecting the value in
- the engine itself. (Josh Fuhs <fuhs@purdue.edu>)
foobar [Fri, 11 Jul 2003 07:48:13 +0000 (07:48 +0000)]
- CS/WS fixes
- Updated CREDITS
- Added some kind of version check for ming..
- Fixed some possible BC issues.
foobar [Fri, 11 Jul 2003 07:44:56 +0000 (07:44 +0000)]
update credits.
Frank M. Kromann [Fri, 11 Jul 2003 05:55:13 +0000 (05:55 +0000)]
Allow the use of both ming 0.2a and 0.3a (API\s changed)
foobar [Fri, 11 Jul 2003 04:23:34 +0000 (04:23 +0000)]
- Fixed bug #21074 (Apache2: "ErrorDocument xxx /error.php" broken). (Jani)
foobar [Fri, 11 Jul 2003 02:08:14 +0000 (02:08 +0000)]
Fixed bug #17291 (mssql_query does not update get_last_message) (patch by: mgruetzner at rw3 dot com)
foobar [Thu, 10 Jul 2003 22:45:06 +0000 (22:45 +0000)]
Use the proper way to get the max requests per child.
foobar [Thu, 10 Jul 2003 16:08:56 +0000 (16:08 +0000)]
Fixed bug #24563 (preg_match() crashes PHP under Apache2)
Tomas V.V.Cox [Thu, 10 Jul 2003 11:35:37 +0000 (11:35 +0000)]
Expose PHP errors on error callback function
Rob Richards [Thu, 10 Jul 2003 11:17:25 +0000 (11:17 +0000)]
remove global error handling - use of libxml globals is a bad thing
add domDocument properties for parsing options:
validateOnParse, resolveExternals, preserveWhiteSpace, substituteEntities
implement custom parsing to avoid use of globals
implement local errors while parsing
errors displayed until error objects implemented
Marc Boeren [Thu, 10 Jul 2003 08:34:03 +0000 (08:34 +0000)]
WS
Marc Boeren [Thu, 10 Jul 2003 08:25:58 +0000 (08:25 +0000)]
Add -2003 to copyright line (Marc).
Frank M. Kromann [Thu, 10 Jul 2003 05:07:07 +0000 (05:07 +0000)]
Adding missing compression paramters to output functions
foobar [Thu, 10 Jul 2003 01:40:01 +0000 (01:40 +0000)]
Revert bad fix.
Tomas V.V.Cox [Thu, 10 Jul 2003 01:34:46 +0000 (01:34 +0000)]
Made the install of the config honors $INSTALL_ROOT
foobar [Thu, 10 Jul 2003 01:17:34 +0000 (01:17 +0000)]
Fix crashes in certain situations (whenever there is an error, basically..)
foobar [Thu, 10 Jul 2003 00:17:09 +0000 (00:17 +0000)]
- Fixed bug #11924 (ibase_query() and ibase_execute() mangled passed
parameter variables)
Pierre Joye [Thu, 10 Jul 2003 00:09:23 +0000 (00:09 +0000)]
- wrong patch applied for #23792, fixed
Frank M. Kromann [Wed, 9 Jul 2003 22:38:46 +0000 (22:38 +0000)]
oops. fix spelling
Frank M. Kromann [Wed, 9 Jul 2003 22:36:18 +0000 (22:36 +0000)]
Adding missing MSSQL Server ini settings
Marcus Boerger [Wed, 9 Jul 2003 17:05:09 +0000 (17:05 +0000)]
Don't use class_implements() for the moment
Marcus Boerger [Wed, 9 Jul 2003 17:02:42 +0000 (17:02 +0000)]
Use --EXPECTF-- for errors
Marcus Boerger [Wed, 9 Jul 2003 16:55:07 +0000 (16:55 +0000)]
Add oo version of test
Marc Boeren [Wed, 9 Jul 2003 16:31:40 +0000 (16:31 +0000)]
Add SQLite support to DBX (Marc).
@Add SQLite support to DBX (Marc).
Marcus Boerger [Wed, 9 Jul 2003 14:55:14 +0000 (14:55 +0000)]
Update the info and collect XML extensions
Brad House [Wed, 9 Jul 2003 13:45:21 +0000 (13:45 +0000)]
fix typecasting errors, especially for new constants. Don't assume long and int are the same size, as on 64bit architectures, they are normally not
Pierre Joye [Wed, 9 Jul 2003 10:36:07 +0000 (10:36 +0000)]
- Fix a possible crash when invalid color index are given as background
in imagerotate, only when palette based image is used as src
Pierre Joye [Wed, 9 Jul 2003 10:15:13 +0000 (10:15 +0000)]
- "Fix" #23792, imagerotate returns always truecolor images now
(the destination image is a truecolor, no more limited palette problems)
- Clean the cast in gdImageCopyMerge
Sterling Hughes [Wed, 9 Jul 2003 03:14:41 +0000 (03:14 +0000)]
boom bam bing
Jason Greene [Wed, 9 Jul 2003 02:48:25 +0000 (02:48 +0000)]
Convert C++ comments to C (violates C99, and breaks several compilers)
<changelog@php.net> [Wed, 9 Jul 2003 00:30:34 +0000 (00:30 +0000)]
ChangeLog update
Marcus Boerger [Tue, 8 Jul 2003 23:25:18 +0000 (23:25 +0000)]
Currently we're presented all properties with foreach()
Marcus Boerger [Tue, 8 Jul 2003 23:11:36 +0000 (23:11 +0000)]
Fix configure options
Marcus Boerger [Tue, 8 Jul 2003 23:11:14 +0000 (23:11 +0000)]
Add some comments
Marcus Boerger [Tue, 8 Jul 2003 23:10:01 +0000 (23:10 +0000)]
fix this stupid error
Marcus Boerger [Tue, 8 Jul 2003 18:57:28 +0000 (18:57 +0000)]
Fix bug #24540
Marcus Boerger [Tue, 8 Jul 2003 18:56:14 +0000 (18:56 +0000)]
Add test for sqlite_seek()
Rob Richards [Tue, 8 Jul 2003 17:00:49 +0000 (17:00 +0000)]
fix getElementsByTagName
foobar [Tue, 8 Jul 2003 14:46:32 +0000 (14:46 +0000)]
fix typo (most likely fixes #24533 too)
foobar [Tue, 8 Jul 2003 14:12:56 +0000 (14:12 +0000)]
apache2filter does not require 2.0.44
Sergey Kartashoff [Tue, 8 Jul 2003 14:00:20 +0000 (14:00 +0000)]
- Output of UDM_PARAM_WORDINFO_ALL was fixed
foobar [Tue, 8 Jul 2003 13:53:34 +0000 (13:53 +0000)]
- Fixed bug #24537 (apache2 compile missing include directories)
Sergey Kartashoff [Tue, 8 Jul 2003 13:28:17 +0000 (13:28 +0000)]
- Udm_Find function is fixed to be compatible with mnogosearch-3.2.13
Zeev Suraski [Tue, 8 Jul 2003 11:52:21 +0000 (11:52 +0000)]
initial refactoring for assign-op handling of objects
Tomas V.V.Cox [Tue, 8 Jul 2003 10:53:33 +0000 (10:53 +0000)]
Go with b3
Tomas V.V.Cox [Tue, 8 Jul 2003 10:52:23 +0000 (10:52 +0000)]
Detect enable_dl off or safe_mode on PEAR::loadExtension()
Tomas V.V.Cox [Tue, 8 Jul 2003 10:33:38 +0000 (10:33 +0000)]
Check dependencies on uninstall
Tomas V.V.Cox [Tue, 8 Jul 2003 10:32:23 +0000 (10:32 +0000)]
Added checkPackageUninstall()
Derick Rethans [Tue, 8 Jul 2003 09:43:39 +0000 (09:43 +0000)]
- Fixed email address
Wez Furlong [Tue, 8 Jul 2003 09:13:05 +0000 (09:13 +0000)]
MFB extensions info