Georg Richter
a2380e901b
prototype fix for mysqli_fetch
2004-01-25 12:01:36 +00:00
foobar
2a05750281
Fixed bug #27020 (Compile failure; sys/select.h: No such file or directory)
2004-01-25 06:09:36 +00:00
Ard Biesheuvel
6b8c406481
Changed prototypes to allow parsing of string literals and constant strings
...
Minor CS/WS
2004-01-25 00:30:50 +00:00
Marcus Boerger
8045b9c6fd
TSRM fix
2004-01-24 17:07:50 +00:00
Timm Friebe
e36cfeb0a9
- Added test on char type
2004-01-24 15:18:52 +00:00
Georg Richter
ed135edbda
prototype fixes
2004-01-24 14:38:16 +00:00
Timm Friebe
c5df5b7507
- Initial release
2004-01-24 02:54:33 +00:00
Timm Friebe
96b80f86a1
- Initial release
2004-01-24 02:42:26 +00:00
Timm Friebe
095e82fe28
- Initial release
2004-01-24 02:18:13 +00:00
Timm Friebe
4cb85d4bc1
@- Fixed bug #22403 "PHP crashes when executing a sql procedure without
...
@ parameters" (Timm)
@- Fixed memory leak in sybase_set_message_handler() (Timm)
# Fixed bug with large numerics correctly (initial fix in r. 1.76 failed
# for MAX_LONG + 1, for example)
2004-01-24 02:17:42 +00:00
Andrey Hristov
9957fc6305
Added third parameter (optional) to array_keys for strictness. It behaves
...
like the "strict" parameter of in_array().
#Closing feature request #24258
2004-01-24 00:25:58 +00:00
Marcus Boerger
eff2006e4e
Fix this example
2004-01-23 22:33:45 +00:00
Marcus Boerger
4c0b1fddab
Builtin recursion protection (by disallow to follow links by default).
2004-01-23 21:33:56 +00:00
Marcus Boerger
bd294582c3
Fix. Found by adam
2004-01-23 21:03:20 +00:00
Dmitry Stogov
3eb16bc3a9
fix
2004-01-23 15:34:52 +00:00
Dmitry Stogov
2a5593dd0d
disabling import if file was already loaded
2004-01-23 15:29:59 +00:00
Dmitry Stogov
695436b709
XML Schema support was improved
...
support for type extension
support for attribute encoding/decoding
support for SOAP 1.2 array encoding/decoding
2004-01-23 14:43:15 +00:00
Dmitry Stogov
6277204a35
XML Schema support was improved
...
suport for type extension
2004-01-23 09:15:58 +00:00
foobar
ad1ccd68eb
typofix (thanks to Mehdi Achour for noticing this)
2004-01-23 07:02:15 +00:00
foobar
6a1d0114a7
Silence some compile warnings
2004-01-23 03:28:59 +00:00
Rob Richards
b5e7a6dae0
update test
2004-01-22 22:12:21 +00:00
Marcus Boerger
95c15b024a
Add new test
2004-01-22 21:55:09 +00:00
Marcus Boerger
66ed0a49fa
Update tests
2004-01-22 21:47:54 +00:00
Rob Richards
bc2521b662
Fix bug #27010 : segfault after returning nodes with children()
...
Fix segfault in match_ns when matching prefix and node without ns
some general cleanup and code consilidation
better write handling - engine support dependent
better isset handling - engine support dependent
namespace fixes for reading/writing
2004-01-22 21:30:14 +00:00
Rob Richards
7e619b7f5f
update constructors so they cant be called statically
2004-01-22 21:16:05 +00:00
Dmitry Stogov
ec2950854a
XML Schema support was improved
...
support for content model (<sequence>,<all>,<choice>)
support for top-level <group>
support for <group> 'ref' attribute
support for content model encoding/decoding (incomplete)
support for attribute encoding/decoding (incomplete)
support for <attribute> with inline anonymous <simpleType>
2004-01-22 15:58:03 +00:00
Pierre Joye
0dd6bd1d9f
- Update examples to studlyCaps syntax
2004-01-22 15:45:50 +00:00
Antony Dovgal
a729ce0434
add collections support to win32 build
2004-01-22 14:42:17 +00:00
Antony Dovgal
dbb29baefe
add missing protos
...
and some minor changes
2004-01-22 08:39:50 +00:00
Antony Dovgal
261726099c
MFB
...
oci_lob_save() should be removed indeed, but we're already in feature freeze =(
2004-01-22 08:05:14 +00:00
foobar
8cd863f738
test case for bug #26938
2004-01-21 22:48:28 +00:00
Ilia Alshanetsky
17d420e5f7
Fixed bug #26938 (exec() has problems reading long lines).
2004-01-21 16:57:13 +00:00
Antony Dovgal
02ded9766a
*change constant name, coz it doesn't comply with others
...
*add constant's alias, coz others do have aliases
*change protos (oops =))
*add notices to collection functions
*change coll_element_get & coll_assign to inform user, that this type of element is not supported yet.
2004-01-21 16:18:58 +00:00
Dmitry Stogov
abeaffbde6
Source cleanup
2004-01-21 16:04:37 +00:00
Rob Richards
a4c2f31751
Fix namespace regression bug
...
Read attributes correctly
Update sxe_prop_dim_exists logic
Update profile
2004-01-21 14:04:47 +00:00
Dmitry Stogov
a592b7ef0a
XML Schema support was improved
...
xml tree cleanup (save memory and parsing time)
support for <inclide> and <import>
support for top-level <attribute>
support for <attribute> 'ref' attribute
support for top-level <attributeGroup>
support for <attributeGroup> 'ref' attribute
2004-01-21 14:00:55 +00:00
Antony Dovgal
c375c68073
fix potential segfault in oci_lob_write()
...
change oci_lob_trim() - truncate length should be 0 by default.
2004-01-21 12:30:05 +00:00
Rob Richards
500fa86c1b
Fix Bug #26976 (Can not access array elements using array indices)
...
return index 0 as non iterable object
update test
2004-01-21 11:32:30 +00:00
Ard Biesheuvel
8992afd3dc
MFB
2004-01-21 10:22:04 +00:00
John Coggeshall
1bad08a80f
Moving the OO syntax to studlyCaps.
...
I am *not* changing this back :)
2004-01-21 10:19:56 +00:00
Jon Parise
9dd817bbd6
Adding dependencies on sqlite.h for the rest of the source files in the
...
libsqlite distribution.
2004-01-21 08:51:28 +00:00
Marcus Boerger
b77413bdd0
Fix TSRM
2004-01-21 07:07:34 +00:00
foobar
e23a1b8a5c
Break out the test with first hit.
2004-01-21 05:04:30 +00:00
Sara Golemon
1fb629de8a
Typo
2004-01-21 04:08:10 +00:00
foobar
56373e08d6
- Fixed bug #26973 (*printf() + modifier broken)
2004-01-21 04:00:07 +00:00
foobar
6f56bc3b8d
extend a bit
2004-01-21 03:58:30 +00:00
foobar
d7a54202d8
test case for bug #26973
2004-01-21 03:49:15 +00:00
foobar
21d5052f70
typo fix
2004-01-21 03:18:13 +00:00
foobar
4716c724d2
test for bug #26976
2004-01-21 03:17:07 +00:00
foobar
bdd3b13c53
Goto targets should not be indented (some compilers choke on this, iirc)
2004-01-21 01:09:41 +00:00