Ard Biesheuvel
b58fa703b4
Allow prepared execution of any non-query statement except CREATE DB
...
(fixes bug #7014 )
2003-08-12 17:33:54 +00:00
Ard Biesheuvel
5a30b61eba
Fixed bug #23936 (fail to select and fetch)
2003-08-12 13:19:36 +00:00
Andrey Hristov
9ac579c2c0
proto fixes(Mehdi Achour)
2003-08-12 11:37:40 +00:00
Ard Biesheuvel
dd5b49796c
Added comment in code :-)
2003-08-12 11:35:26 +00:00
Ard Biesheuvel
9e445746e5
Revert ugly workaround for erroneous results of ibase_num_rows() (see comment in code)
2003-08-12 11:27:03 +00:00
Ard Biesheuvel
d6477e1b6d
Fix for missing errmsg in test 005
2003-08-12 10:02:25 +00:00
Ard Biesheuvel
cba7a31245
Tiny fix
2003-08-12 09:57:57 +00:00
Ard Biesheuvel
8d34c2b4ba
Changed to reflect corrected ibase_trans() behaviour
2003-08-12 09:57:17 +00:00
Ilia Alshanetsky
025c35a58b
Fix compiler warnings.
2003-08-12 04:19:06 +00:00
Ard Biesheuvel
feb8bb7dfc
Fix for failed tests except 005
2003-08-12 02:16:40 +00:00
foobar
b2ef50391b
fix build
2003-08-12 02:11:41 +00:00
foobar
83595f1f5c
fix test
2003-08-12 02:05:21 +00:00
Ilia Alshanetsky
93bcd55eaf
emalloc -> safe_emalloc
2003-08-12 00:58:52 +00:00
Ilia Alshanetsky
3652ab6032
Fixed bugs in various tests.
2003-08-12 00:44:05 +00:00
foobar
24b26ec546
Fix the test results (negative indices are not strings anymore)
2003-08-11 23:55:46 +00:00
Ilia Alshanetsky
ed40ae2650
emalloc -> safe_emalloc
2003-08-11 23:16:54 +00:00
Marcus Boerger
f77f977d0e
Bugfix 21918
2003-08-11 20:14:25 +00:00
Ilia Alshanetsky
22c3346967
Fixed bug #22245 (References inside $_SESSION not being handled).
2003-08-11 19:20:44 +00:00
Andrey Hristov
6825993fcc
proto fix (thanks to Mehdi Achour for notifying)
2003-08-11 11:27:27 +00:00
Masaki Fujimoto
ab9dcec292
- added script encoding support to Zend Engine 2.
...
this enables ZE2 to gracefully parse scripts written in UTF-8 (with BOM),
UTF-16, UTF-32, Shift_JIS, ISO-2022-JP etc... (when configured with
'--enable-zend-multibyte' and '--enable-mbstring')
2003-08-11 05:24:42 +00:00
Ilia Alshanetsky
4320c6994f
Fixed bug #21957 (serialize() mangles objects with __sleep).
2003-08-11 03:22:24 +00:00
foobar
da30777de5
Simplify a bit
2003-08-11 02:32:17 +00:00
foobar
7f5dc67bb0
Fix compile warning
2003-08-11 02:03:40 +00:00
foobar
e9eb29011c
Nuke unused variable
2003-08-11 01:56:43 +00:00
foobar
b5184a6fb0
Fix the compile warnings properly
2003-08-11 01:54:45 +00:00
Sara Golemon
530f502198
Collection of tests for stream_socket_(client|server)(). TCP/UDP (AF_INET & AF_INET6) and UNIX/UDG
2003-08-11 01:30:55 +00:00
foobar
ebec2bb859
Moved the RINIT(crypt) stuff into crypt() itself.
2003-08-11 00:49:19 +00:00
Ard Biesheuvel
e1accb81c0
Added myself
2003-08-11 00:49:08 +00:00
foobar
9a2a0aa5e1
- Fixed bug #25007 (rand() & mt_rand() seed RNG every call).
...
# Also cleaned up the code a bit with this fix.
2003-08-11 00:42:29 +00:00
Ard Biesheuvel
69252c3c77
Added ibase_num_params() and ibase_param_info()
...
@- Added function ibase_num_params() (Ard)
@- Added function ibase_param_info() (Ard)
2003-08-10 20:53:19 +00:00
Marcus Boerger
d2ea062ef0
Fix warnings
2003-08-10 20:39:58 +00:00
Marcus Boerger
9274d2c203
Nuke unused vars
2003-08-10 20:39:19 +00:00
Marcus Boerger
a28b0fdbb4
Nuke unused vars
2003-08-10 20:13:38 +00:00
Ard Biesheuvel
9972e05ca1
Win32 fixes
2003-08-10 17:24:51 +00:00
Ard Biesheuvel
9510d999dc
Added ibase_affected_rows() and ibase_num_rows()
...
Fix for ibase_fetch_*() error after exhaustion of result
@- Added ibase_affected_row() (Ard)
@- Added ibase_num_rows() (Ard)
2003-08-10 16:21:26 +00:00
Marcus Boerger
74fdac04fe
This is a void funtion
2003-08-10 15:05:14 +00:00
Ard Biesheuvel
b676e9533b
Changed ibase_query() to free transaction resource if SQL is COMMIT or
...
ROLLBACK
2003-08-10 13:20:38 +00:00
Marcus Boerger
142c79d653
Add foreach/continue test
2003-08-10 13:17:02 +00:00
Ilia Alshanetsky
c6134c346c
Use getenv() rather then $_ENV, the latter is not always avaliable.
2003-08-09 21:00:42 +00:00
Ilia Alshanetsky
e5b7d5ccb4
Fixed bug #24897 (inconsistent behavior of shuffle() & array_multisort())
2003-08-09 20:49:00 +00:00
Marcus Boerger
30a68c8d84
Fix exif_thumbnail
2003-08-09 20:43:06 +00:00
Marcus Boerger
42cf1f8b97
Fix refcounting for $var = $obj[$idx] = $value;
2003-08-09 19:24:11 +00:00
foobar
a6b7a911bd
Cosmetic note
2003-08-09 18:43:45 +00:00
Ilia Alshanetsky
caf80ad788
Correct test to work with later versions of GNU Aspell (more common).
2003-08-09 18:40:40 +00:00
Ilia Alshanetsky
ac41c5db23
Added/improved tests for bugs 24142, 24063, 24951, 24980
2003-08-09 16:44:33 +00:00
Ilia Alshanetsky
e49964fe99
Do not assume array contains numeric values.
2003-08-09 16:43:28 +00:00
foobar
c6f90cde63
Added missing ?> so this test can be run without run-tests
2003-08-09 15:46:36 +00:00
Derick Rethans
e491d75df3
- Fix memleak (this strndup is totally unnecessary)
2003-08-09 11:20:38 +00:00
Marcus Boerger
66b910e87c
Bugfix #24142 , part 2
2003-08-09 01:12:41 +00:00
Ilia Alshanetsky
a2873880f6
Fixed bug #24980 (array_reduce() uses first element as default running
...
total).
Fixed memory leak that can be replicated using the function example on
http://www.php.net/array_reduce
2003-08-08 23:50:36 +00:00