Hartmut Holzgraefe
|
fd39b78b39
|
fix for PECL bug #3529
|
2005-02-20 23:56:14 +00:00 |
|
Hartmut Holzgraefe
|
5f3dd68ac5
|
fix for PECL bug 3530
|
2005-02-20 23:08:34 +00:00 |
|
Pierre Joye
|
7eaece85a8
|
- zend_bool for boolean arg
|
2005-02-20 22:56:32 +00:00 |
|
Moriyoshi Koizumi
|
a796dc2b81
|
- Forgot to add this one.
|
2005-02-20 22:20:23 +00:00 |
|
Moriyoshi Koizumi
|
5b5e012bc2
|
- Update libmbfl (fixes bug #30549 and #31911).
- Update oniguruma to 3.7.0
|
2005-02-20 22:18:09 +00:00 |
|
Rob Richards
|
8913ddc295
|
use new error handling when not throwing exceptions
|
2005-02-20 22:01:24 +00:00 |
|
Rob Richards
|
b7cf6f4539
|
add function to allow extensions to use new error handling if set by user
|
2005-02-20 21:49:45 +00:00 |
|
Pierre Joye
|
f67803801e
|
- more zend_bool.
Fix flush buffer in output_memory
Fix isparm in start_dtd_entity
|
2005-02-20 19:31:52 +00:00 |
|
Marcus Boerger
|
a455c7abcb
|
- Shutup notices
|
2005-02-20 19:26:27 +00:00 |
|
Marcus Boerger
|
5a48f0ec38
|
- Add tests
|
2005-02-20 19:26:05 +00:00 |
|
Marcus Boerger
|
fc2276c955
|
- Change tests to use ' instead of " for string values becuase that is
working for more SQL dialects.
|
2005-02-20 19:25:17 +00:00 |
|
Marcus Boerger
|
f607beb486
|
- Forgot to change extension name
|
2005-02-20 19:12:55 +00:00 |
|
Pierre Joye
|
3e5b42a291
|
- int is not zend_bool, fixed indented output
|
2005-02-20 19:00:25 +00:00 |
|
Ilia Alshanetsky
|
1aab604198
|
Simplify Code.
|
2005-02-20 18:23:33 +00:00 |
|
Marcus Boerger
|
776144866c
|
- Add tests
|
2005-02-20 18:23:12 +00:00 |
|
Marcus Boerger
|
37e2d03763
|
- Missed that file in last commit
|
2005-02-20 17:57:00 +00:00 |
|
Marcus Boerger
|
94c286f2ef
|
- Attempt at an unified test suite
|
2005-02-20 17:56:19 +00:00 |
|
Marcus Boerger
|
26677dd2a2
|
- Add test
|
2005-02-20 16:16:45 +00:00 |
|
Marcus Boerger
|
d56ce00b85
|
- Add fetch flag PDO_FETCH_CLASSTYPE
|
2005-02-20 16:12:57 +00:00 |
|
Marcus Boerger
|
567fd3159d
|
- Update tests
|
2005-02-20 15:28:31 +00:00 |
|
Marcus Boerger
|
3239a56526
|
- Only call the ctor once
|
2005-02-20 15:28:09 +00:00 |
|
Marcus Boerger
|
dcf89ff197
|
- Bump API
|
2005-02-20 15:07:29 +00:00 |
|
Marcus Boerger
|
5a2620349e
|
- Fix memleak and optimize PDO_FETCH_CLASS
|
2005-02-20 14:31:44 +00:00 |
|
Marcus Boerger
|
883ee83478
|
- Call ctor after initializing the props like regular db exts do
|
2005-02-20 13:42:03 +00:00 |
|
Marcus Boerger
|
44ab1ef86c
|
- Update test
|
2005-02-20 13:37:04 +00:00 |
|
Marcus Boerger
|
07a8ea220f
|
- Need to specify class_entry in PDO_FETCH_CLASS mode
|
2005-02-20 13:33:45 +00:00 |
|
Dmitry Stogov
|
57d2c2bb83
|
Fixed possible memory corruption
|
2005-02-20 10:19:11 +00:00 |
|
|
8f2cfb9d4e
|
ChangeLog update
|
2005-02-20 01:36:02 +00:00 |
|
Marcus Boerger
|
96e8cca9bc
|
- Add test
|
2005-02-19 23:58:03 +00:00 |
|
Marcus Boerger
|
6045a3a5e1
|
- Add test
|
2005-02-19 23:48:47 +00:00 |
|
Marcus Boerger
|
b788dc9d2a
|
- Add fetch mode PDO_FETCH_UNIQUE
|
2005-02-19 23:48:30 +00:00 |
|
Marcus Boerger
|
a452a445cf
|
- Simplify
|
2005-02-19 23:36:58 +00:00 |
|
Marcus Boerger
|
422e2b639e
|
- Add PDO_FETCH_GROUP test
|
2005-02-19 23:12:24 +00:00 |
|
Marcus Boerger
|
474fcab623
|
- Add PDO_FETCH_GROUP to fetchAll()
|
2005-02-19 23:11:23 +00:00 |
|
Marcus Boerger
|
1fee3962b0
|
- Update/Add tests
|
2005-02-19 21:50:46 +00:00 |
|
Marcus Boerger
|
41674da59f
|
- Add full PDO_FETCH_CLASS capabilities to fetchAll()
|
2005-02-19 21:49:42 +00:00 |
|
Marcus Boerger
|
e6a5ebbdab
|
- Default to stdClass in PDO_FETCH_CLASS mode if no classname is given
|
2005-02-19 21:35:31 +00:00 |
|
Marcus Boerger
|
89f1128cf4
|
- Add first tests
|
2005-02-19 19:52:41 +00:00 |
|
Rui Hirokawa
|
539b81e03a
|
fixed #31987 zend-multibyte in ZTS.
|
2005-02-19 14:33:41 +00:00 |
|
Marcus Boerger
|
253cd12753
|
- Regroup and add a test
|
2005-02-19 14:02:24 +00:00 |
|
|
dc4c0cfac1
|
ChangeLog update
|
2005-02-19 01:35:15 +00:00 |
|
Wez Furlong
|
cdbe7b7afa
|
add this note.
|
2005-02-18 15:39:22 +00:00 |
|
Wez Furlong
|
9653864fbd
|
prep for release
|
2005-02-18 15:32:14 +00:00 |
|
Wez Furlong
|
86708673fb
|
Fix connecting to remote host, patch by Tim Friebe
|
2005-02-18 15:11:27 +00:00 |
|
Derick Rethans
|
ff1687731d
|
- Fixed bug #32021: Crash caused by range('', 'z')
|
2005-02-18 13:37:23 +00:00 |
|
Rob Richards
|
b1157ff8d9
|
Fragment must have associated document to append xml otherwise it is read-only
|
2005-02-18 11:57:24 +00:00 |
|
Rob Richards
|
e46e7309f8
|
Fixed bug #32011 (Fragments which replaced Nodes are not globaly useable)
|
2005-02-18 11:47:20 +00:00 |
|
Wez Furlong
|
3f0f701639
|
Update for pending PEAR release.
|
2005-02-18 01:39:36 +00:00 |
|
|
81ef9ee5ee
|
ChangeLog update
|
2005-02-18 01:36:34 +00:00 |
|
Ilia Alshanetsky
|
6af3197b90
|
Improved search paths.
|
2005-02-17 22:56:47 +00:00 |
|