]> granicus.if.org Git - php/log
php
21 years agoFix warnings
Marcus Boerger [Sun, 17 Aug 2003 18:56:54 +0000 (18:56 +0000)]
Fix warnings

21 years agoFix interactive mode
Marcus Boerger [Sun, 17 Aug 2003 18:36:27 +0000 (18:36 +0000)]
Fix interactive mode

21 years agofixing invalid version number for Pierre :)
Greg Beaver [Sun, 17 Aug 2003 18:34:55 +0000 (18:34 +0000)]
fixing invalid version number for Pierre :)

21 years agoFix warnings
Marcus Boerger [Sun, 17 Aug 2003 18:21:35 +0000 (18:21 +0000)]
Fix warnings

21 years agoreverting accidental commit of my fix for #25008 - we'll let Tomas review the patch...
Greg Beaver [Sun, 17 Aug 2003 18:12:43 +0000 (18:12 +0000)]
reverting accidental commit of my fix for #25008 - we'll let Tomas review the patch I submitted (oops).  The other stuff was good.

21 years agofixed #25117, updated package-PEAR.xml to the current release level
Greg Beaver [Sun, 17 Aug 2003 18:01:39 +0000 (18:01 +0000)]
fixed #25117, updated package-PEAR.xml to the current release level

21 years agoNo more vectors
Sara Golemon [Sun, 17 Aug 2003 17:52:20 +0000 (17:52 +0000)]
No more vectors

21 years agoFix warning
Marcus Boerger [Sun, 17 Aug 2003 17:14:11 +0000 (17:14 +0000)]
Fix warning

21 years agoSimplify previous fix
Ard Biesheuvel [Sun, 17 Aug 2003 16:30:15 +0000 (16:30 +0000)]
Simplify previous fix

21 years agoTest immediate BLOB inserts
Ard Biesheuvel [Sun, 17 Aug 2003 16:14:29 +0000 (16:14 +0000)]
Test immediate BLOB inserts

21 years agoFixed leak in _php_ibase_bind()
Ard Biesheuvel [Sun, 17 Aug 2003 16:13:52 +0000 (16:13 +0000)]
Fixed leak in _php_ibase_bind()

21 years agoFix warnings
Marcus Boerger [Sun, 17 Aug 2003 15:43:41 +0000 (15:43 +0000)]
Fix warnings

21 years agokill some warnings
Sascha Schumann [Sun, 17 Aug 2003 15:04:57 +0000 (15:04 +0000)]
kill some warnings

21 years agoTest fetching BLOBs >64k
Ard Biesheuvel [Sun, 17 Aug 2003 14:58:33 +0000 (14:58 +0000)]
Test fetching BLOBs >64k

21 years agoUse explicit rule to create parsedate.c
Sascha Schumann [Sun, 17 Aug 2003 14:16:03 +0000 (14:16 +0000)]
Use explicit rule to create parsedate.c

21 years agoUse %p to display a pointer value
Sascha Schumann [Sun, 17 Aug 2003 14:01:17 +0000 (14:01 +0000)]
Use %p to display a pointer value

21 years agoThe first element of the array seems to store the members count
Sascha Schumann [Sun, 17 Aug 2003 13:59:59 +0000 (13:59 +0000)]
The first element of the array seems to store the members count

Add a cast to (long) to quiet the compiler

21 years agoThe integer timeout is cast to a void *, passed to this function, and
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

21 years agoFix sizeof(void *) > sizeof(int) issue.
Sascha Schumann [Sun, 17 Aug 2003 13:53:57 +0000 (13:53 +0000)]
Fix sizeof(void *) > sizeof(int) issue.

n should be ptrdiff_t.

21 years agoOne bit fields need to be unsigned, otherwise there is no storage for
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."

21 years agoexplicitly cast size_t to zend_uint to avoid warnings on 64 bit platforms.
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.

21 years agoFix possible leak in _php_ibase_fetch_hash()
Ard Biesheuvel [Sun, 17 Aug 2003 13:16:54 +0000 (13:16 +0000)]
Fix possible leak in _php_ibase_fetch_hash()

21 years agoRemove unnecessary if
Marcus Boerger [Sun, 17 Aug 2003 12:38:27 +0000 (12:38 +0000)]
Remove unnecessary if

21 years agoApply fix for ibase_blob_get() to ibase_fetch_*()
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()

21 years agoPut the code where it belongs - fixes a warning and confusion
Marcus Boerger [Sun, 17 Aug 2003 12:27:33 +0000 (12:27 +0000)]
Put the code where it belongs - fixes a warning and confusion

21 years agoImplement a TBD: JMP to the end of foreach
Marcus Boerger [Sun, 17 Aug 2003 12:17:34 +0000 (12:17 +0000)]
Implement a TBD: JMP to the end of foreach

21 years agoWS
Marcus Boerger [Sun, 17 Aug 2003 12:16:10 +0000 (12:16 +0000)]
WS

21 years agoOnce is enough
Marcus Boerger [Sun, 17 Aug 2003 12:13:26 +0000 (12:13 +0000)]
Once is enough

21 years ago- Fix the comment too
Derick Rethans [Sun, 17 Aug 2003 11:49:18 +0000 (11:49 +0000)]
- Fix the comment too

21 years ago- This parser contains 17 reduce conflicts
Derick Rethans [Sun, 17 Aug 2003 11:48:29 +0000 (11:48 +0000)]
- This parser contains 17 reduce conflicts

21 years ago#typo
David Croft [Sun, 17 Aug 2003 09:57:21 +0000 (09:57 +0000)]
#typo

21 years ago- Show class names in error messages when dealing with methods
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

21 years agoChangeLog update
<changelog@php.net> [Sun, 17 Aug 2003 00:31:43 +0000 (00:31 +0000)]
ChangeLog update

21 years ago- Fixed bug #17988: strtotime fails to parse timestamp from postgresql
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

21 years agoSimplify abstract method declaration
Marcus Boerger [Sat, 16 Aug 2003 20:46:22 +0000 (20:46 +0000)]
Simplify abstract method declaration

21 years agospl_call_method returns the zval* if used
Marcus Boerger [Sat, 16 Aug 2003 20:27:29 +0000 (20:27 +0000)]
spl_call_method returns the zval* if used

21 years agoWS
Marcus Boerger [Sat, 16 Aug 2003 20:12:01 +0000 (20:12 +0000)]
WS

21 years agoFix failure on accidental fread() of 0 bytes
Ard Biesheuvel [Sat, 16 Aug 2003 20:04:41 +0000 (20:04 +0000)]
Fix failure on accidental fread() of 0 bytes

21 years agoAlways fill entire buffer in ibase_blob_get()
Ard Biesheuvel [Sat, 16 Aug 2003 19:48:32 +0000 (19:48 +0000)]
Always fill entire buffer in ibase_blob_get()

21 years agoAdd some debug help
Marcus Boerger [Sat, 16 Aug 2003 18:28:20 +0000 (18:28 +0000)]
Add some debug help

21 years agoFixed bug #18744
Ard Biesheuvel [Sat, 16 Aug 2003 16:09:24 +0000 (16:09 +0000)]
Fixed bug #18744

21 years agoSome general cleaning up
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

21 years agoFixed bug #24224
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

21 years agoTest for bug #24224
Ard Biesheuvel [Sat, 16 Aug 2003 15:22:36 +0000 (15:22 +0000)]
Test for bug #24224

21 years agoSimplify
Marcus Boerger [Sat, 16 Aug 2003 10:37:14 +0000 (10:37 +0000)]
Simplify

21 years agoRemove all vector based functions for the following reasons:
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

21 years agoRemoved ibase_num_rows()
Ard Biesheuvel [Sat, 16 Aug 2003 01:58:29 +0000 (01:58 +0000)]
Removed ibase_num_rows()
Converted some MACRO-isms

21 years agoRemoved ibase_num_rows() (requested by Ard)
foobar [Sat, 16 Aug 2003 01:34:45 +0000 (01:34 +0000)]
Removed ibase_num_rows() (requested by Ard)

21 years agoAdded comment about ibase_num_rows()
Ard Biesheuvel [Sat, 16 Aug 2003 00:58:24 +0000 (00:58 +0000)]
Added comment about ibase_num_rows()

21 years agoChangeLog update
<changelog@php.net> [Sat, 16 Aug 2003 00:31:07 +0000 (00:31 +0000)]
ChangeLog update

21 years agoRestrict scope of inline functions to compile unit
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>

21 years agoIt is maintained now by Ard
Marcus Boerger [Fri, 15 Aug 2003 19:37:03 +0000 (19:37 +0000)]
It is maintained now by Ard

21 years agoMFB
foobar [Fri, 15 Aug 2003 18:47:23 +0000 (18:47 +0000)]
MFB

21 years agogroup those ibase entries a bit + added ibase_free_event_handler() too
foobar [Fri, 15 Aug 2003 16:32:42 +0000 (16:32 +0000)]
group those ibase entries a bit + added ibase_free_event_handler() too

21 years agoAdded ibase_free_event_handler()
Ard Biesheuvel [Fri, 15 Aug 2003 16:13:51 +0000 (16:13 +0000)]
Added ibase_free_event_handler()

21 years agonew functions in ext/interbase
foobar [Fri, 15 Aug 2003 16:11:26 +0000 (16:11 +0000)]
new functions in ext/interbase

21 years ago2 proto fixes (Mehdi Achour)
Andrey Hristov [Fri, 15 Aug 2003 12:08:15 +0000 (12:08 +0000)]
2 proto fixes (Mehdi Achour)

21 years agoUpdating TODO
John Coggeshall [Fri, 15 Aug 2003 06:10:36 +0000 (06:10 +0000)]
Updating TODO

21 years agoChangeLog update
<changelog@php.net> [Fri, 15 Aug 2003 00:30:58 +0000 (00:30 +0000)]
ChangeLog update

21 years agoMoved TRMLS_FETCH to correct scope
Ard Biesheuvel [Fri, 15 Aug 2003 00:16:58 +0000 (00:16 +0000)]
Moved TRMLS_FETCH to correct scope

21 years agoAdded ibase_set_event_handler()
Ard Biesheuvel [Fri, 15 Aug 2003 00:06:07 +0000 (00:06 +0000)]
Added ibase_set_event_handler()

21 years agoUpds
Marcus Boerger [Thu, 14 Aug 2003 21:44:38 +0000 (21:44 +0000)]
Upds

21 years agoAdd 'graphical' tree mode
Marcus Boerger [Thu, 14 Aug 2003 21:14:04 +0000 (21:14 +0000)]
Add 'graphical' tree mode

21 years agoupdate for com_dotnet
Wez Furlong [Thu, 14 Aug 2003 20:57:49 +0000 (20:57 +0000)]
update for com_dotnet

21 years agoadd credits
Wez Furlong [Thu, 14 Aug 2003 20:48:06 +0000 (20:48 +0000)]
add credits

21 years agoadd news about COM
Wez Furlong [Thu, 14 Aug 2003 20:47:29 +0000 (20:47 +0000)]
add news about COM

21 years agofix .net build
Wez Furlong [Thu, 14 Aug 2003 20:31:38 +0000 (20:31 +0000)]
fix .net build

21 years agoMFB: - Fix library path problems
Derick Rethans [Thu, 14 Aug 2003 20:14:34 +0000 (20:14 +0000)]
MFB: - Fix library path problems

21 years agoMight help to have the COM stuff actually build...
Wez Furlong [Thu, 14 Aug 2003 17:58:58 +0000 (17:58 +0000)]
Might help to have the COM stuff actually build...

21 years agoFixed bug #25093 (Various leaks due to non-freed queries)
Ilia Alshanetsky [Thu, 14 Aug 2003 17:49:08 +0000 (17:49 +0000)]
Fixed bug #25093 (Various leaks due to non-freed queries)

21 years agoDon't test other functionality than wddx here.
Marcus Boerger [Thu, 14 Aug 2003 17:25:05 +0000 (17:25 +0000)]
Don't test other functionality than wddx here.

21 years agofix this stuff
Wez Furlong [Thu, 14 Aug 2003 17:06:43 +0000 (17:06 +0000)]
fix this stuff

21 years agoAdd new COM (and .Net) extension for php5.
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.

21 years agoFixed bug #25081 (odbc_fetch_array() may mangle numeric fields).
Ilia Alshanetsky [Thu, 14 Aug 2003 14:36:38 +0000 (14:36 +0000)]
Fixed bug #25081 (odbc_fetch_array() may mangle numeric fields).

21 years agoAdded ibase_wait_event()
Ard Biesheuvel [Thu, 14 Aug 2003 10:55:02 +0000 (10:55 +0000)]
Added ibase_wait_event()

21 years agoFixed bug #25084 (Make refer check not dependant on register_globals)
Ilia Alshanetsky [Thu, 14 Aug 2003 01:30:06 +0000 (01:30 +0000)]
Fixed bug #25084 (Make refer check not dependant on register_globals)

21 years agoAdded missing skip condition
Ilia Alshanetsky [Thu, 14 Aug 2003 00:54:28 +0000 (00:54 +0000)]
Added missing skip condition

21 years agoFixed a possible crash due to invalid handling of assert ini options.
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.

21 years agoChangeLog update
<changelog@php.net> [Thu, 14 Aug 2003 00:31:18 +0000 (00:31 +0000)]
ChangeLog update

21 years agoMFB
foobar [Wed, 13 Aug 2003 23:45:42 +0000 (23:45 +0000)]
MFB

21 years agoChangeLog update
<changelog@php.net> [Wed, 13 Aug 2003 23:27:30 +0000 (23:27 +0000)]
ChangeLog update

21 years agoChangeLog update
<changelog@php.net> [Wed, 13 Aug 2003 23:27:28 +0000 (23:27 +0000)]
ChangeLog update

21 years agoChangeLog update
<changelog@php.net> [Wed, 13 Aug 2003 23:24:59 +0000 (23:24 +0000)]
ChangeLog update

21 years agoChangeLog update
<changelog@php.net> [Wed, 13 Aug 2003 23:20:59 +0000 (23:20 +0000)]
ChangeLog update

21 years agoMFB: standard location for the include files
Edin Kadribasic [Wed, 13 Aug 2003 23:04:08 +0000 (23:04 +0000)]
MFB: standard location for the include files

21 years agoIt's boolean, not long.
Wez Furlong [Wed, 13 Aug 2003 22:31:22 +0000 (22:31 +0000)]
It's boolean, not long.
# fixes a warning under vc7

21 years agofixed include, verified that it indeed works, and PEAR.php passes the test :)
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 :)

21 years agofix uninstall for optional dependencies, bug #25080
Greg Beaver [Wed, 13 Aug 2003 21:16:31 +0000 (21:16 +0000)]
fix uninstall for optional dependencies, bug #25080

21 years agofix optional dependencies in reading, validating, and writing of package.xml
Greg Beaver [Wed, 13 Aug 2003 21:12:15 +0000 (21:12 +0000)]
fix optional dependencies in reading, validating,  and writing of package.xml

21 years agothis comment makes no sense after the previous commit
Vlad Krupin [Wed, 13 Aug 2003 21:01:04 +0000 (21:01 +0000)]
this comment makes no sense after the previous commit

21 years agoupdating for release
Greg Beaver [Wed, 13 Aug 2003 20:38:44 +0000 (20:38 +0000)]
updating for release

21 years agofix for Bug #21845 $this in static calls
Greg Beaver [Wed, 13 Aug 2003 20:36:54 +0000 (20:36 +0000)]
fix for Bug #21845 $this in static calls

21 years agotests for pear error handling
Greg Beaver [Wed, 13 Aug 2003 20:34:48 +0000 (20:34 +0000)]
tests for pear error handling

21 years agochanges to accomodate win32 build
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

21 years agowin32 build is now possible Credit is due to Jan Gehring <gehring@egotec.de> for...
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

21 years agoSlight improvement. Hope this will make some difference.
Moriyoshi Koizumi [Wed, 13 Aug 2003 18:21:06 +0000 (18:21 +0000)]
Slight improvement. Hope this will make some difference.

21 years agofix test
foobar [Wed, 13 Aug 2003 10:40:28 +0000 (10:40 +0000)]
fix test

21 years agoDisable the debugging to prevent the tests from failing.
foobar [Wed, 13 Aug 2003 10:35:14 +0000 (10:35 +0000)]
Disable the debugging to prevent the tests from failing.

21 years agoFix the test. (this was mixed test with bug #24159)
foobar [Wed, 13 Aug 2003 09:48:20 +0000 (09:48 +0000)]
Fix the test. (this was mixed test with bug #24159)

21 years agomore informix stuff
foobar [Wed, 13 Aug 2003 08:59:53 +0000 (08:59 +0000)]
more informix stuff