]>
granicus.if.org Git - php/log
Sascha Schumann [Sun, 17 Aug 2003 13:57:53 +0000 (13:57 +0000)]
The integer timeout is cast to a void *, passed to this function, and
cast back.
Add a cast to (long) to quiet the compiler
Sascha Schumann [Sun, 17 Aug 2003 13:53:57 +0000 (13:53 +0000)]
Fix sizeof(void *) > sizeof(int) issue.
n should be ptrdiff_t.
Sascha Schumann [Sun, 17 Aug 2003 13:49:52 +0000 (13:49 +0000)]
One bit fields need to be unsigned, otherwise there is no storage for
the sign bit
"A signed bit field has a length of 1 bit."
Sascha Schumann [Sun, 17 Aug 2003 13:45:51 +0000 (13:45 +0000)]
explicitly cast size_t to zend_uint to avoid warnings on 64 bit platforms.
Ard Biesheuvel [Sun, 17 Aug 2003 13:16:54 +0000 (13:16 +0000)]
Fix possible leak in _php_ibase_fetch_hash()
Marcus Boerger [Sun, 17 Aug 2003 12:38:27 +0000 (12:38 +0000)]
Remove unnecessary if
Ard Biesheuvel [Sun, 17 Aug 2003 12:31:55 +0000 (12:31 +0000)]
Apply fix for ibase_blob_get() to ibase_fetch_*()
Apply fix for ibase_blob_add() to ibase_query()/ibase_execute()
Marcus Boerger [Sun, 17 Aug 2003 12:27:33 +0000 (12:27 +0000)]
Put the code where it belongs - fixes a warning and confusion
Marcus Boerger [Sun, 17 Aug 2003 12:17:34 +0000 (12:17 +0000)]
Implement a TBD: JMP to the end of foreach
Marcus Boerger [Sun, 17 Aug 2003 12:16:10 +0000 (12:16 +0000)]
WS
Marcus Boerger [Sun, 17 Aug 2003 12:13:26 +0000 (12:13 +0000)]
Once is enough
Derick Rethans [Sun, 17 Aug 2003 11:49:18 +0000 (11:49 +0000)]
- Fix the comment too
Derick Rethans [Sun, 17 Aug 2003 11:48:29 +0000 (11:48 +0000)]
- This parser contains 17 reduce conflicts
David Croft [Sun, 17 Aug 2003 09:57:21 +0000 (09:57 +0000)]
#typo
Marcus Boerger [Sun, 17 Aug 2003 00:57:35 +0000 (00:57 +0000)]
- Show class names in error messages when dealing with methods
- Mark class as abstract if it gets an abstract method
<changelog@php.net> [Sun, 17 Aug 2003 00:31:43 +0000 (00:31 +0000)]
ChangeLog update
Derick Rethans [Sat, 16 Aug 2003 20:55:28 +0000 (20:55 +0000)]
- Fixed bug #17988: strtotime fails to parse timestamp from postgresql
#- This is actually a feature request
Marcus Boerger [Sat, 16 Aug 2003 20:46:22 +0000 (20:46 +0000)]
Simplify abstract method declaration
Marcus Boerger [Sat, 16 Aug 2003 20:27:29 +0000 (20:27 +0000)]
spl_call_method returns the zval* if used
Marcus Boerger [Sat, 16 Aug 2003 20:12:01 +0000 (20:12 +0000)]
WS
Ard Biesheuvel [Sat, 16 Aug 2003 20:04:41 +0000 (20:04 +0000)]
Fix failure on accidental fread() of 0 bytes
Ard Biesheuvel [Sat, 16 Aug 2003 19:48:32 +0000 (19:48 +0000)]
Always fill entire buffer in ibase_blob_get()
Marcus Boerger [Sat, 16 Aug 2003 18:28:20 +0000 (18:28 +0000)]
Add some debug help
Ard Biesheuvel [Sat, 16 Aug 2003 16:09:24 +0000 (16:09 +0000)]
Fixed bug #18744
Ard Biesheuvel [Sat, 16 Aug 2003 15:31:06 +0000 (15:31 +0000)]
Some general cleaning up
Some preliminary changes for extensions to array functions
Ard Biesheuvel [Sat, 16 Aug 2003 15:30:22 +0000 (15:30 +0000)]
Fixed bug #24224
Some general cleaning up
Some preliminary changes for extensions to array functions
Ard Biesheuvel [Sat, 16 Aug 2003 15:22:36 +0000 (15:22 +0000)]
Test for bug #24224
Marcus Boerger [Sat, 16 Aug 2003 10:37:14 +0000 (10:37 +0000)]
Simplify
Jason Greene [Sat, 16 Aug 2003 06:34:36 +0000 (06:34 +0000)]
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
Ard Biesheuvel [Sat, 16 Aug 2003 01:58:29 +0000 (01:58 +0000)]
Removed ibase_num_rows()
Converted some MACRO-isms
foobar [Sat, 16 Aug 2003 01:34:45 +0000 (01:34 +0000)]
Removed ibase_num_rows() (requested by Ard)
Ard Biesheuvel [Sat, 16 Aug 2003 00:58:24 +0000 (00:58 +0000)]
Added comment about ibase_num_rows()
<changelog@php.net> [Sat, 16 Aug 2003 00:31:07 +0000 (00:31 +0000)]
ChangeLog update
Sascha Schumann [Fri, 15 Aug 2003 21:02:35 +0000 (21:02 +0000)]
Restrict scope of inline functions to compile unit
Submitted by: Jason Greene <jason@inetgurus.net>
Marcus Boerger [Fri, 15 Aug 2003 19:37:03 +0000 (19:37 +0000)]
It is maintained now by Ard
foobar [Fri, 15 Aug 2003 18:47:23 +0000 (18:47 +0000)]
MFB
foobar [Fri, 15 Aug 2003 16:32:42 +0000 (16:32 +0000)]
group those ibase entries a bit + added ibase_free_event_handler() too
Ard Biesheuvel [Fri, 15 Aug 2003 16:13:51 +0000 (16:13 +0000)]
Added ibase_free_event_handler()
foobar [Fri, 15 Aug 2003 16:11:26 +0000 (16:11 +0000)]
new functions in ext/interbase
Andrey Hristov [Fri, 15 Aug 2003 12:08:15 +0000 (12:08 +0000)]
2 proto fixes (Mehdi Achour)
John Coggeshall [Fri, 15 Aug 2003 06:10:36 +0000 (06:10 +0000)]
Updating TODO
<changelog@php.net> [Fri, 15 Aug 2003 00:30:58 +0000 (00:30 +0000)]
ChangeLog update
Ard Biesheuvel [Fri, 15 Aug 2003 00:16:58 +0000 (00:16 +0000)]
Moved TRMLS_FETCH to correct scope
Ard Biesheuvel [Fri, 15 Aug 2003 00:06:07 +0000 (00:06 +0000)]
Added ibase_set_event_handler()
Marcus Boerger [Thu, 14 Aug 2003 21:44:38 +0000 (21:44 +0000)]
Upds
Marcus Boerger [Thu, 14 Aug 2003 21:14:04 +0000 (21:14 +0000)]
Add 'graphical' tree mode
Wez Furlong [Thu, 14 Aug 2003 20:57:49 +0000 (20:57 +0000)]
update for com_dotnet
Wez Furlong [Thu, 14 Aug 2003 20:48:06 +0000 (20:48 +0000)]
add credits
Wez Furlong [Thu, 14 Aug 2003 20:47:29 +0000 (20:47 +0000)]
add news about COM
Wez Furlong [Thu, 14 Aug 2003 20:31:38 +0000 (20:31 +0000)]
fix .net build
Derick Rethans [Thu, 14 Aug 2003 20:14:34 +0000 (20:14 +0000)]
MFB: - Fix library path problems
Wez Furlong [Thu, 14 Aug 2003 17:58:58 +0000 (17:58 +0000)]
Might help to have the COM stuff actually build...
Ilia Alshanetsky [Thu, 14 Aug 2003 17:49:08 +0000 (17:49 +0000)]
Fixed bug #25093 (Various leaks due to non-freed queries)
Marcus Boerger [Thu, 14 Aug 2003 17:25:05 +0000 (17:25 +0000)]
Don't test other functionality than wddx here.
Wez Furlong [Thu, 14 Aug 2003 17:06:43 +0000 (17:06 +0000)]
fix this stuff
Wez Furlong [Thu, 14 Aug 2003 16:49:56 +0000 (16:49 +0000)]
Add new COM (and .Net) extension for php5.
Not yet complete, but should work for most people.
Ilia Alshanetsky [Thu, 14 Aug 2003 14:36:38 +0000 (14:36 +0000)]
Fixed bug #25081 (odbc_fetch_array() may mangle numeric fields).
Ard Biesheuvel [Thu, 14 Aug 2003 10:55:02 +0000 (10:55 +0000)]
Added ibase_wait_event()
Ilia Alshanetsky [Thu, 14 Aug 2003 01:30:06 +0000 (01:30 +0000)]
Fixed bug #25084 (Make refer check not dependant on register_globals)
Ilia Alshanetsky [Thu, 14 Aug 2003 00:54:28 +0000 (00:54 +0000)]
Added missing skip condition
Ilia Alshanetsky [Thu, 14 Aug 2003 00:37:42 +0000 (00:37 +0000)]
Fixed a possible crash due to invalid handling of assert ini options.
<changelog@php.net> [Thu, 14 Aug 2003 00:31:18 +0000 (00:31 +0000)]
ChangeLog update
foobar [Wed, 13 Aug 2003 23:45:42 +0000 (23:45 +0000)]
MFB
<changelog@php.net> [Wed, 13 Aug 2003 23:27:30 +0000 (23:27 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 13 Aug 2003 23:27:28 +0000 (23:27 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 13 Aug 2003 23:24:59 +0000 (23:24 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 13 Aug 2003 23:20:59 +0000 (23:20 +0000)]
ChangeLog update
Edin Kadribasic [Wed, 13 Aug 2003 23:04:08 +0000 (23:04 +0000)]
MFB: standard location for the include files
Wez Furlong [Wed, 13 Aug 2003 22:31:22 +0000 (22:31 +0000)]
It's boolean, not long.
# fixes a warning under vc7
Greg Beaver [Wed, 13 Aug 2003 22:05:23 +0000 (22:05 +0000)]
fixed include, verified that it indeed works, and PEAR.php passes the test :)
Greg Beaver [Wed, 13 Aug 2003 21:16:31 +0000 (21:16 +0000)]
fix uninstall for optional dependencies, bug #25080
Greg Beaver [Wed, 13 Aug 2003 21:12:15 +0000 (21:12 +0000)]
fix optional dependencies in reading, validating, and writing of package.xml
Vlad Krupin [Wed, 13 Aug 2003 21:01:04 +0000 (21:01 +0000)]
this comment makes no sense after the previous commit
Greg Beaver [Wed, 13 Aug 2003 20:38:44 +0000 (20:38 +0000)]
updating for release
Greg Beaver [Wed, 13 Aug 2003 20:36:54 +0000 (20:36 +0000)]
fix for Bug #21845 $this in static calls
Greg Beaver [Wed, 13 Aug 2003 20:34:48 +0000 (20:34 +0000)]
tests for pear error handling
Vlad Krupin [Wed, 13 Aug 2003 18:59:44 +0000 (18:59 +0000)]
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
Vlad Krupin [Wed, 13 Aug 2003 18:57:19 +0000 (18:57 +0000)]
win32 build is now possible Credit is due to Jan Gehring <gehring@egotec.de> for figuring that out
Moriyoshi Koizumi [Wed, 13 Aug 2003 18:21:06 +0000 (18:21 +0000)]
Slight improvement. Hope this will make some difference.
foobar [Wed, 13 Aug 2003 10:40:28 +0000 (10:40 +0000)]
fix test
foobar [Wed, 13 Aug 2003 10:35:14 +0000 (10:35 +0000)]
Disable the debugging to prevent the tests from failing.
foobar [Wed, 13 Aug 2003 09:48:20 +0000 (09:48 +0000)]
Fix the test. (this was mixed test with bug #24159)
foobar [Wed, 13 Aug 2003 08:59:53 +0000 (08:59 +0000)]
more informix stuff
Marc Boeren [Wed, 13 Aug 2003 07:54:31 +0000 (07:54 +0000)]
Remove special-case from test for SQLite persistent connections.
Marcus Boerger [Wed, 13 Aug 2003 07:17:16 +0000 (07:17 +0000)]
Add missing entry
Marcus Boerger [Wed, 13 Aug 2003 07:02:44 +0000 (07:02 +0000)]
- Show classes in case of methods
- Using sprintf here was a bad idea
Ard Biesheuvel [Wed, 13 Aug 2003 02:19:14 +0000 (02:19 +0000)]
Allow the use of EXECUTE PROCEDURE statements
Ilia Alshanetsky [Wed, 13 Aug 2003 02:01:46 +0000 (02:01 +0000)]
Don't forget to flush() buffers for -w -s
foobar [Wed, 13 Aug 2003 01:37:31 +0000 (01:37 +0000)]
revert that, it did not fix anything
Ilia Alshanetsky [Wed, 13 Aug 2003 01:29:51 +0000 (01:29 +0000)]
Fixed bug #20896 (-s -w modes with php-cli cause php to hang).
foobar [Wed, 13 Aug 2003 01:24:27 +0000 (01:24 +0000)]
Fix external builds (configure run outside srcdir)
Sara Golemon [Wed, 13 Aug 2003 00:49:22 +0000 (00:49 +0000)]
Prevent carryover when max-min > signed int max
<changelog@php.net> [Wed, 13 Aug 2003 00:30:30 +0000 (00:30 +0000)]
ChangeLog update
Marcus Boerger [Tue, 12 Aug 2003 21:29:28 +0000 (21:29 +0000)]
# Wez, your whish is my command
Marcus Boerger [Tue, 12 Aug 2003 21:15:16 +0000 (21:15 +0000)]
Bugfix #25056
Ard Biesheuvel [Tue, 12 Aug 2003 18:08:13 +0000 (18:08 +0000)]
.... and again
Ard Biesheuvel [Tue, 12 Aug 2003 18:01:59 +0000 (18:01 +0000)]
Re-commit of failed patch
foobar [Tue, 12 Aug 2003 17:41:37 +0000 (17:41 +0000)]
Revert previous patch.
Ard Biesheuvel [Tue, 12 Aug 2003 17:33:54 +0000 (17:33 +0000)]
Allow prepared execution of any non-query statement except CREATE DB
(fixes bug #7014)
Ard Biesheuvel [Tue, 12 Aug 2003 13:19:36 +0000 (13:19 +0000)]
Fixed bug #23936 (fail to select and fetch)