Sascha Schumann
feb1ccc6b8
Use explicit rule to create parsedate.c
2003-08-17 14:16:03 +00:00
Sascha Schumann
26863c9928
Use %p to display a pointer value
2003-08-17 14:01:17 +00:00
Sascha Schumann
3a81e99c1f
The first element of the array seems to store the members count
...
Add a cast to (long) to quiet the compiler
2003-08-17 13:59:59 +00:00
Sascha Schumann
e6b45266d2
The integer timeout is cast to a void *, passed to this function, and
...
cast back.
Add a cast to (long) to quiet the compiler
2003-08-17 13:57:53 +00:00
Sascha Schumann
1f722edd1c
Fix sizeof(void *) > sizeof(int) issue.
...
n should be ptrdiff_t.
2003-08-17 13:53:57 +00:00
Ard Biesheuvel
0e69444021
Fix possible leak in _php_ibase_fetch_hash()
2003-08-17 13:16:54 +00:00
Ard Biesheuvel
1967ceeda4
Apply fix for ibase_blob_get() to ibase_fetch_*()
...
Apply fix for ibase_blob_add() to ibase_query()/ibase_execute()
2003-08-17 12:31:55 +00:00
Derick Rethans
fe7bb97737
- Fix the comment too
2003-08-17 11:49:18 +00:00
Derick Rethans
cd2540373f
- This parser contains 17 reduce conflicts
2003-08-17 11:48:29 +00:00
David Croft
2a216c1f36
#typo
2003-08-17 09:57:21 +00:00
Derick Rethans
77729f89dd
- Fixed bug #17988 : strtotime fails to parse timestamp from postgresql
...
#- This is actually a feature request
2003-08-16 20:55:28 +00:00
Marcus Boerger
fe1a086d19
Simplify abstract method declaration
2003-08-16 20:46:22 +00:00
Marcus Boerger
c346aad91a
spl_call_method returns the zval* if used
2003-08-16 20:27:29 +00:00
Ard Biesheuvel
812758b73e
Fix failure on accidental fread() of 0 bytes
2003-08-16 20:04:41 +00:00
Ard Biesheuvel
841983fea0
Always fill entire buffer in ibase_blob_get()
2003-08-16 19:48:32 +00:00
Ard Biesheuvel
254f827c4b
Fixed bug #18744
2003-08-16 16:09:24 +00:00
Ard Biesheuvel
6561a0546b
Some general cleaning up
...
Some preliminary changes for extensions to array functions
2003-08-16 15:31:06 +00:00
Ard Biesheuvel
b3058675c1
Fixed bug #24224
...
Some general cleaning up
Some preliminary changes for extensions to array functions
2003-08-16 15:30:22 +00:00
Ard Biesheuvel
69c8bac05e
Test for bug #24224
2003-08-16 15:22:36 +00:00
Marcus Boerger
0c7c8f4857
Simplify
2003-08-16 10:37:14 +00:00
Jason Greene
90289924c0
Remove all vector based functions for the following reasons:
...
- This solves alot of platform compatibility problems
- The possible security issue of allocating an incredibly large vector
pool is prevented
- They are of little to no benefit in a high level language
- 99% of all things done with these functions can be done using
sendto/recvfrom
2003-08-16 06:34:36 +00:00
Ard Biesheuvel
78a3fe8fca
Removed ibase_num_rows()
...
Converted some MACRO-isms
2003-08-16 01:58:29 +00:00
Ard Biesheuvel
654aa13c76
Added comment about ibase_num_rows()
2003-08-16 00:58:24 +00:00
foobar
1ba3e3a6dc
MFB
2003-08-15 18:47:23 +00:00
Ard Biesheuvel
dfbed2aa24
Added ibase_free_event_handler()
2003-08-15 16:13:51 +00:00
Andrey Hristov
e8a3e059f0
2 proto fixes (Mehdi Achour)
2003-08-15 12:08:15 +00:00
John Coggeshall
fbff369efc
Updating TODO
2003-08-15 06:10:36 +00:00
Ard Biesheuvel
d348c64326
Moved TRMLS_FETCH to correct scope
2003-08-15 00:16:58 +00:00
Ard Biesheuvel
d5de1ad41c
Added ibase_set_event_handler()
2003-08-15 00:06:07 +00:00
Marcus Boerger
33cae26946
Upds
2003-08-14 21:44:38 +00:00
Marcus Boerger
175c25c2a8
Add 'graphical' tree mode
2003-08-14 21:14:04 +00:00
Wez Furlong
cb7f8881ea
add credits
2003-08-14 20:48:06 +00:00
Wez Furlong
61313924a4
fix .net build
2003-08-14 20:31:38 +00:00
Ilia Alshanetsky
38a98c55f7
Fixed bug #25093 (Various leaks due to non-freed queries)
2003-08-14 17:49:08 +00:00
Marcus Boerger
bf759e9609
Don't test other functionality than wddx here.
2003-08-14 17:25:05 +00:00
Wez Furlong
6df5d5ba20
Add new COM (and .Net) extension for php5.
...
Not yet complete, but should work for most people.
2003-08-14 16:49:56 +00:00
Ilia Alshanetsky
e6b916cb15
Fixed bug #25081 (odbc_fetch_array() may mangle numeric fields).
2003-08-14 14:36:38 +00:00
Ard Biesheuvel
970371efa2
Added ibase_wait_event()
2003-08-14 10:55:02 +00:00
Ilia Alshanetsky
b9b75991e3
Fixed bug #25084 (Make refer check not dependant on register_globals)
2003-08-14 01:30:06 +00:00
Ilia Alshanetsky
5eb23bf01e
Added missing skip condition
2003-08-14 00:54:28 +00:00
Ilia Alshanetsky
64345cdd6e
Fixed a possible crash due to invalid handling of assert ini options.
2003-08-14 00:37:42 +00:00
Edin Kadribasic
07ed14a907
MFB: standard location for the include files
2003-08-13 23:04:08 +00:00
Wez Furlong
1e679b02fe
It's boolean, not long.
...
# fixes a warning under vc7
2003-08-13 22:31:22 +00:00
Vlad Krupin
a90d56f52c
this comment makes no sense after the previous commit
2003-08-13 21:01:04 +00:00
Vlad Krupin
3aaff90725
changes to accomodate win32 build
...
# I am not sure whether reading from registry, like I do now is a good
# idea, but nobody on php-dev has offered any opinion for or against that
2003-08-13 18:59:44 +00:00
Vlad Krupin
5b6e35851d
win32 build is now possible Credit is due to Jan Gehring <gehring@egotec.de> for figuring that out
2003-08-13 18:57:19 +00:00
Moriyoshi Koizumi
fd8411635e
Slight improvement. Hope this will make some difference.
2003-08-13 18:21:06 +00:00
foobar
e7820af9f8
fix test
2003-08-13 10:40:28 +00:00
foobar
e86d532430
Disable the debugging to prevent the tests from failing.
2003-08-13 10:35:14 +00:00
foobar
604b06e4ca
Fix the test. (this was mixed test with bug #24159 )
2003-08-13 09:48:20 +00:00