1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 23:18:13 +02:00
Commit Graph

11017 Commits

Author SHA1 Message Date
Marcus Boerger d8943e513c Update examples 2003-07-16 21:52:03 +00:00
Marcus Boerger a86eff2162 Fix handling of empty settings 2003-07-16 20:53:17 +00:00
Marcus Boerger 49277b2ac6 More examples 2003-07-16 20:18:33 +00:00
Marcus Boerger 1131d43b0b Update examples 2003-07-16 20:17:34 +00:00
Marcus Boerger 5e1606b882 Add tree example 2003-07-16 18:47:26 +00:00
Marcus Boerger 3a49606d9d Add directory iterator class 2003-07-16 15:13:23 +00:00
Zak Greant 8178d87d25 Created shorter/sensible key names for dbase_get_header_info
* 'decimal places' becomes 'precision'
 * 'printf format' becomes 'format'
 * 'record offset' becomes 'offset'

 BTW No docs have been committed for this function yet, nor is it part of any
 release. This change should affect no users.
2003-07-16 11:08:03 +00:00
Marcus Boerger aa9bde9a34 Make array write stuff work again correct and fix tests 2003-07-16 10:41:43 +00:00
Marcus Boerger 15097151f4 Update and remove parts no longer possible 2003-07-16 09:48:36 +00:00
foobar 704a7e5653 - Added snmp_read_mib() which reads a MIB file into the active MIB tree. 2003-07-16 09:28:47 +00:00
Sebastian Bergmann d2e72bc134 Add /libpath directives for zlib. 2003-07-16 08:13:14 +00:00
foobar 82701d48c2 - Fixes some problems (debug mode only). (bug #23051 and bug #23685) 2003-07-16 06:03:46 +00:00
foobar 9887afad9c Remove extra proto. (copy/paste error?) 2003-07-16 05:10:29 +00:00
foobar 6676e6f2e9 Fixed bug #22529 (object_id parameter in all snmp*() functions broken.) 2003-07-16 04:54:40 +00:00
Zak Greant c0bd985ad9 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, ...
2003-07-15 18:19:51 +00:00
Hartmut Holzgraefe b0a4e1a2d2 whitespace 2003-07-15 17:28:41 +00:00
Hartmut Holzgraefe 2f5a3b4c63 #1 $_ENV is not always set, use getenv() instead
#2 bail out after 1000 loop iterations to avoid hanging tests
2003-07-15 16:55:44 +00:00
Georg Richter db398787e6 added new function mysqli_stmt_data_seek 2003-07-15 14:00:19 +00:00
Georg Richter 5c09a9e42f test for bind + sql_mode=PIPES_AS_CONCAT 2003-07-15 13:13:59 +00:00
Georg Richter b6bed54bbd added support for rebind 2003-07-15 10:37:19 +00:00
Georg Richter 4457876554 additional test for multi-bind 2003-07-15 10:36:18 +00:00
foobar 94a19d1bc6 Make this test work regardless of safe_mode setting (bug #24654) 2003-07-15 07:06:42 +00:00
Edin Kadribasic fdf3019eca MFB: fix for #24249 2003-07-14 23:23:01 +00:00
Rui Hirokawa ac91b2dbba MFH 2003-07-14 23:09:46 +00:00
Rob Richards e4d73c22ad fix setting new encoding 2003-07-14 21:51:28 +00:00
Harrie Hazewinkel 83063e7445 Updating the SNMP credits in ext/standard/credits_ext.h 2003-07-14 18:59:18 +00:00
Harrie Hazewinkel ecef612862 Applying the correct format of the CREDITS. 2003-07-14 18:55:35 +00:00
Harrie Hazewinkel 68a7ce29d1 Updating the CREDITS with those who are indicated as authors in the code. 2003-07-14 18:19:34 +00:00
Harrie Hazewinkel a8d156177f 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).
2003-07-14 18:10:22 +00:00
Harrie Hazewinkel fa910bd2b0 (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.
2003-07-14 17:34:56 +00:00
Harrie Hazewinkel 6dd04c368e (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)
2003-07-14 17:11:04 +00:00
foobar e209272db1 CS & WS fixes 2003-07-14 16:23:14 +00:00
foobar d862a8ee90 WS fix 2003-07-14 16:11:38 +00:00
Sebastian Bergmann 83bf4599b7 ZTS fix. 2003-07-14 05:52:57 +00:00
foobar 9933944e01 Added comment 2003-07-14 03:58:31 +00:00
foobar c2b21f7098 Move the macosx fix to proper place. 2003-07-14 03:57:57 +00:00
Stefan Roehrich 750635d131 Allow setting of the serial number. 2003-07-13 09:54:42 +00:00
Wez Furlong 78e236da26 Add sqlite_has_prev, and sqlite_prev.
Patch by Jan Lehnardt <jan@php.net>
2003-07-13 09:38:33 +00:00
Stefan Roehrich 80ee75f11e Fixed certificate version (counting begins with 0, so 2 means version 3). 2003-07-13 09:38:32 +00:00
Wez Furlong ce2a4d9121 MFB better popen fix 2003-07-13 09:20:40 +00:00
Wez Furlong e17043c248 Fix bug #24575 (sqlite_popen did not request a new resource id when persistent
handles were re-used within a request).
2003-07-13 08:48:43 +00:00
Rui Hirokawa 0b0962eb8e added strict encoding detection mode to fix #24309 2003-07-13 08:20:01 +00:00
Moriyoshi Koizumi d33ffb78aa Added regression test for proc_open() 2003-07-13 08:03:46 +00:00
Rob Richards d75618e780 implement read only exceptions
implement notation nodes
changes for spec conformance
2003-07-12 17:29:20 +00:00
Rob Richards a04b2c8724 fix loading off of interface 2003-07-12 17:23:05 +00:00
Moriyoshi Koizumi 4b07cb98b1 Fixed bug #24556 2003-07-12 09:33:31 +00:00
Moriyoshi Koizumi 4c8230696c Add folding markers 2003-07-12 07:01:30 +00:00
Moriyoshi Koizumi 77ae01ac72 Oops, this is not needed though. 2003-07-12 06:54:03 +00:00
Moriyoshi Koizumi cd52986a5c Fixed leaks that occurs if the third parameter already contains a valid value. 2003-07-12 06:50:32 +00:00
foobar c751ba0cc8 Remove un-used code. 2003-07-11 15:56:23 +00:00