Wez Furlong
668740aada
even less noise
2005-02-06 23:23:05 +00:00
Wez Furlong
d134fb2a8d
update for api changes
2005-02-06 23:22:37 +00:00
Wez Furlong
0569078901
Avoid bug where stream_copy_to_stream() call for precisely 2000000 bytes would
...
result in entire resource being copied.
The mmap brake is already present inside mmap_range() and is set to 1MB.
2005-02-06 23:17:09 +00:00
Wez Furlong
1069cefada
support sucking data from streams in file_put_contents()
2005-02-06 23:05:24 +00:00
Ilia Alshanetsky
917648a232
Fixed possible un-initialized var on error.
2005-02-06 22:58:46 +00:00
Wez Furlong
c3eae192dc
less noise
2005-02-06 22:48:36 +00:00
Edin Kadribasic
22ff90f7ba
Adjust for the new get_col api
2005-02-06 22:48:35 +00:00
Wez Furlong
d87c5ec288
update for api changes
2005-02-06 22:34:53 +00:00
Wez Furlong
3130ed3066
make configure smarter.
...
Update for new get_col() signature
2005-02-06 22:25:33 +00:00
Wez Furlong
ccf0a6a557
add a caller_frees parameter to get_col() to allow drivers that need
...
to allocate data on demand to do so without worrying about cleaning it up.
Spec out how LOB parameters are returned.
2005-02-06 22:11:12 +00:00
Wez Furlong
f400f0e665
add an open mode for the memory streams that allows the stream to take
...
ownership of the passed-in buffer
2005-02-06 21:41:36 +00:00
Wez Furlong
e3ba31e899
better handling of pdo-level errors
2005-02-06 21:05:59 +00:00
Wez Furlong
ec98e744be
touch again
2005-02-06 21:05:28 +00:00
Wez Furlong
474a65e277
update todo
2005-02-06 19:59:32 +00:00
Wez Furlong
c56419ed78
support getting some more attributes
2005-02-06 17:49:48 +00:00
Wez Furlong
ca4dc0361c
this one too
2005-02-06 17:33:12 +00:00
Wez Furlong
9ba84360e3
handle some generic attributes here
2005-02-06 17:25:09 +00:00
Wez Furlong
b2126a848a
This will probably fix PECL Bug #3273
2005-02-06 16:46:18 +00:00
Wez Furlong
257dfcdde7
touch file
2005-02-06 16:29:33 +00:00
Timm Friebe
5eb673d1cb
- Made error handler not output anything if error was not in error_reporting() mask
2005-02-06 14:08:11 +00:00
Timm Friebe
ca250d16dc
- Fixed error handler for situations in which an error
...
was raised in an include file
2005-02-06 14:06:21 +00:00
Timm Friebe
6a4d498af4
- Initial release
...
# Used for being able to run .phpt-files in a webserver environment
# Incomplete and pretty basic but serves its purpose ATM
2005-02-06 13:35:09 +00:00
Timm Friebe
57fa001979
- Prefixed all temporary names with "phpt_"
2005-02-06 12:59:03 +00:00
Timm Friebe
2a595d116e
- Initial release
...
# Works perfectly with php-cli
2005-02-06 11:58:53 +00:00
Timm Friebe
e47835b90e
- "Unified" test name
2005-02-06 11:58:18 +00:00
ba9e818d57
ChangeLog update
2005-02-06 01:43:36 +00:00
Edin Kadribasic
accdde8c19
Finalized pgsql LOB support using native pgsql bytea type.
...
If paramater is bound with type PDO_PARAM_LOB the quoter function
gets a hint that specific LOB type quoting should be used:
$stmt->bindParam(":lob", $lob, PDO_PARAM_LOB);
2005-02-06 01:27:27 +00:00
Edin Kadribasic
0d9b0606b9
Don't segault when we have placeholders but no bound params
2005-02-06 00:46:17 +00:00
Edin Kadribasic
bf77a39349
Decode pgsql LOB objects (bytea type) on fetch
2005-02-05 22:55:23 +00:00
Edin Kadribasic
64e8c3105c
Return lobs as strings for now
2005-02-05 22:46:26 +00:00
Wez Furlong
74821473e2
update separately
2005-02-05 21:30:19 +00:00
Wez Furlong
15e754201f
pass param type to quoter functions
2005-02-05 21:29:42 +00:00
Edin Kadribasic
95cc208464
Removed unused variebles.
...
Return OID as int.
2005-02-05 20:38:47 +00:00
Marcus Boerger
662cd8262e
- Cleanup foreach statement
2005-02-05 14:01:59 +00:00
Georg Richter
ef6f0f00a6
fix for bug #29329
2005-02-05 10:59:38 +00:00
9321218742
ChangeLog update
2005-02-05 01:34:50 +00:00
foobar
71b9c41a6b
fix test
2005-02-04 23:23:34 +00:00
Hartmut Holzgraefe
d88c2b18d4
added some missing zend_[declare|update]_property_...() convenience
...
functions for bool, double and binary safe string data
2005-02-04 20:24:21 +00:00
Dmitry Stogov
625b79c3ba
Fixed bug #31832 (SOAP encoding problem with complex types in WSDL mode with multiple parts)
2005-02-04 15:42:46 +00:00
Derick Rethans
0242ae498e
- Fixed bug #31754 (dbase_open() fails for mode = 1). (Mehdi, Derick)
2005-02-04 14:28:50 +00:00
foobar
b61a63d008
- Fixed bug #31842 (*date('r') does not return RFC2822 conforming date string).
2005-02-04 13:08:56 +00:00
foobar
951eb23e9a
- Fixed bug #28227 (PHP CGI depends upon non-standard SCRIPT_FILENAME)
...
# patch by: lukem at NetBSD dot org
2005-02-04 10:39:33 +00:00
Edin Kadribasic
1a962e9d98
Get OID of the last inserted row
2005-02-04 01:48:01 +00:00
443dcdbb60
ChangeLog update
2005-02-04 01:34:25 +00:00
Ilia Alshanetsky
779edcb01d
Proper fix for bug #31796 .
2005-02-04 00:21:50 +00:00
Ilia Alshanetsky
5879c5cf21
Fixed bug #31796 (readline completion handler does not handle empty return
...
values).
2005-02-03 22:45:36 +00:00
Ilia Alshanetsky
996b464e30
Use the created connection string.
2005-02-03 22:24:50 +00:00
foobar
996c9d85d7
- Fix buildconf with BSD make
2005-02-03 17:42:42 +00:00
Magnus M��tt�
fda27b4465
Fix typos.
2005-02-03 17:02:42 +00:00
foobar
fe0e3b39f8
cleanup
2005-02-03 15:46:15 +00:00