]> granicus.if.org Git - php/shortlog
php
2003-08-17 Ard BiesheuvelFixed leak in _php_ibase_bind()
2003-08-17 Marcus BoergerFix warnings
2003-08-17 Sascha Schumannkill some warnings
2003-08-17 Ard BiesheuvelTest fetching BLOBs >64k
2003-08-17 Sascha SchumannUse explicit rule to create parsedate.c
2003-08-17 Sascha SchumannUse %p to display a pointer value
2003-08-17 Sascha SchumannThe first element of the array seems to store the membe...
2003-08-17 Sascha SchumannThe integer timeout is cast to a void *, passed to...
2003-08-17 Sascha SchumannFix sizeof(void *) > sizeof(int) issue.
2003-08-17 Sascha SchumannOne bit fields need to be unsigned, otherwise there...
2003-08-17 Sascha Schumannexplicitly cast size_t to zend_uint to avoid warnings...
2003-08-17 Ard BiesheuvelFix possible leak in _php_ibase_fetch_hash()
2003-08-17 Marcus BoergerRemove unnecessary if
2003-08-17 Ard BiesheuvelApply fix for ibase_blob_get() to ibase_fetch_*()
2003-08-17 Marcus BoergerPut the code where it belongs - fixes a warning and...
2003-08-17 Marcus BoergerImplement a TBD: JMP to the end of foreach
2003-08-17 Marcus BoergerWS
2003-08-17 Marcus BoergerOnce is enough
2003-08-17 Derick Rethans- Fix the comment too
2003-08-17 Derick Rethans- This parser contains 17 reduce conflicts
2003-08-17 David Croft#typo
2003-08-17 Marcus Boerger- Show class names in error messages when dealing with...
2003-08-17 <changelog... ChangeLog update
2003-08-16 Derick Rethans- Fixed bug #17988: strtotime fails to parse timestamp...
2003-08-16 Marcus BoergerSimplify abstract method declaration
2003-08-16 Marcus Boergerspl_call_method returns the zval* if used
2003-08-16 Marcus BoergerWS
2003-08-16 Ard BiesheuvelFix failure on accidental fread() of 0 bytes
2003-08-16 Ard BiesheuvelAlways fill entire buffer in ibase_blob_get()
2003-08-16 Marcus BoergerAdd some debug help
2003-08-16 Ard BiesheuvelFixed bug #18744
2003-08-16 Ard BiesheuvelSome general cleaning up
2003-08-16 Ard BiesheuvelFixed bug #24224
2003-08-16 Ard BiesheuvelTest for bug #24224
2003-08-16 Marcus BoergerSimplify
2003-08-16 Jason GreeneRemove all vector based functions for the following...
2003-08-16 Ard BiesheuvelRemoved ibase_num_rows()
2003-08-16 foobarRemoved ibase_num_rows() (requested by Ard)
2003-08-16 Ard BiesheuvelAdded comment about ibase_num_rows()
2003-08-16 <changelog... ChangeLog update
2003-08-15 Sascha SchumannRestrict scope of inline functions to compile unit
2003-08-15 Marcus BoergerIt is maintained now by Ard
2003-08-15 foobarMFB
2003-08-15 foobargroup those ibase entries a bit + added ibase_free_even...
2003-08-15 Ard BiesheuvelAdded ibase_free_event_handler()
2003-08-15 foobarnew functions in ext/interbase
2003-08-15 Andrey Hristov2 proto fixes (Mehdi Achour)
2003-08-15 John CoggeshallUpdating TODO
2003-08-15 <changelog... ChangeLog update
2003-08-15 Ard BiesheuvelMoved TRMLS_FETCH to correct scope
2003-08-15 Ard BiesheuvelAdded ibase_set_event_handler()
2003-08-14 Marcus BoergerUpds
2003-08-14 Marcus BoergerAdd 'graphical' tree mode
2003-08-14 Wez Furlongupdate for com_dotnet
2003-08-14 Wez Furlongadd credits
2003-08-14 Wez Furlongadd news about COM
2003-08-14 Wez Furlongfix .net build
2003-08-14 Derick RethansMFB: - Fix library path problems
2003-08-14 Wez FurlongMight help to have the COM stuff actually build...
2003-08-14 Ilia AlshanetskyFixed bug #25093 (Various leaks due to non-freed queries)
2003-08-14 Marcus BoergerDon't test other functionality than wddx here.
2003-08-14 Wez Furlongfix this stuff
2003-08-14 Wez FurlongAdd new COM (and .Net) extension for php5.
2003-08-14 Ilia AlshanetskyFixed bug #25081 (odbc_fetch_array() may mangle numeric...
2003-08-14 Ard BiesheuvelAdded ibase_wait_event()
2003-08-14 Ilia AlshanetskyFixed bug #25084 (Make refer check not dependant on...
2003-08-14 Ilia AlshanetskyAdded missing skip condition
2003-08-14 Ilia AlshanetskyFixed a possible crash due to invalid handling of asser...
2003-08-14 <changelog... ChangeLog update
2003-08-13 foobarMFB
2003-08-13 <changelog... ChangeLog update
2003-08-13 <changelog... ChangeLog update
2003-08-13 <changelog... ChangeLog update
2003-08-13 <changelog... ChangeLog update
2003-08-13 Edin KadribasicMFB: standard location for the include files
2003-08-13 Wez FurlongIt's boolean, not long.
2003-08-13 Greg Beaverfixed include, verified that it indeed works, and PEAR...
2003-08-13 Greg Beaverfix uninstall for optional dependencies, bug #25080
2003-08-13 Greg Beaverfix optional dependencies in reading, validating, ...
2003-08-13 Vlad Krupinthis comment makes no sense after the previous commit
2003-08-13 Greg Beaverupdating for release
2003-08-13 Greg Beaverfix for Bug #21845 $this in static calls
2003-08-13 Greg Beavertests for pear error handling
2003-08-13 Vlad Krupinchanges to accomodate win32 build
2003-08-13 Vlad Krupinwin32 build is now possible Credit is due to Jan Gehrin...
2003-08-13 Moriyoshi KoizumiSlight improvement. Hope this will make some difference.
2003-08-13 foobarfix test
2003-08-13 foobarDisable the debugging to prevent the tests from failing.
2003-08-13 foobarFix the test. (this was mixed test with bug #24159)
2003-08-13 foobarmore informix stuff
2003-08-13 Marc BoerenRemove special-case from test for SQLite persistent...
2003-08-13 Marcus BoergerAdd missing entry
2003-08-13 Marcus Boerger- Show classes in case of methods
2003-08-13 Ard BiesheuvelAllow the use of EXECUTE PROCEDURE statements
2003-08-13 Ilia AlshanetskyDon't forget to flush() buffers for -w -s
2003-08-13 foobarrevert that, it did not fix anything
2003-08-13 Ilia AlshanetskyFixed bug #20896 (-s -w modes with php-cli cause php...
2003-08-13 foobarFix external builds (configure run outside srcdir)
2003-08-13 Sara GolemonPrevent carryover when max-min > signed int max
2003-08-13 <changelog... ChangeLog update
next