]> granicus.if.org Git - php/shortlog
php
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
2003-08-12 Marcus Boerger# Wez, your whish is my command
2003-08-12 Marcus BoergerBugfix #25056
2003-08-12 Ard Biesheuvel.... and again
2003-08-12 Ard BiesheuvelRe-commit of failed patch
2003-08-12 foobarRevert previous patch.
2003-08-12 Ard BiesheuvelAllow prepared execution of any non-query statement...
2003-08-12 Ard BiesheuvelFixed bug #23936 (fail to select and fetch)
2003-08-12 Andrey Hristovproto fixes(Mehdi Achour)
2003-08-12 Ard BiesheuvelAdded comment in code :-)
2003-08-12 Ard BiesheuvelRevert ugly workaround for erroneous results of ibase_n...
2003-08-12 Ard BiesheuvelFix for missing errmsg in test 005
2003-08-12 Ard BiesheuvelTiny fix
2003-08-12 Ard BiesheuvelChanged to reflect corrected ibase_trans() behaviour
2003-08-12 Zeev SuraskiRemove bogus patch - the number of elements is unrelated
2003-08-12 Ilia AlshanetskyFix compiler warnings.
2003-08-12 Ard BiesheuvelFix for failed tests except 005
2003-08-12 foobarfix build
2003-08-12 foobarfix test
2003-08-12 Ilia Alshanetskyemalloc -> safe_emalloc
2003-08-12 Ilia AlshanetskyFixed bugs in various tests.
2003-08-12 <changelog... ChangeLog update
2003-08-11 foobarFix the test results (negative indices are not strings...
2003-08-11 Ilia Alshanetskyemalloc -> safe_emalloc
2003-08-11 Marcus BoergerBugfix 21918
2003-08-11 Moriyoshi KoizumiEnsure CGI binary works like CLI.
2003-08-11 Moriyoshi Koizumi(format fix) replace a tab with a single space
2003-08-11 Marcus BoergerBugfix #25044
2003-08-11 Ilia AlshanetskyFixed bug #22245 (References inside $_SESSION not being...
2003-08-11 Marcus BoergerAdd Ard as interbase maintainer
2003-08-11 Ilia AlshanetskyFixed bug #22947 (Ack() inside win32/sendmail.c may...
2003-08-11 Ilia AlshanetskyFixed bug #25037 (Possible infinite loop inside SendText())
2003-08-11 Andrey Hristovproto fix (thanks to Mehdi Achour for notifying)
2003-08-11 Masaki Fujimoto- added script encoding support to Zend Engine 2.
2003-08-11 Ilia AlshanetskyFixed bug #21957 (serialize() mangles objects with...
2003-08-11 foobarSimplify a bit
2003-08-11 foobarFix compile warning
2003-08-11 foobarNuke unused variable
2003-08-11 foobarFix the compile warnings properly
2003-08-11 Sara GolemonCollection of tests for stream_socket_(client|server...
2003-08-11 foobarAdded the interbase NEWS entries
2003-08-11 foobarMoved the RINIT(crypt) stuff into crypt() itself.
2003-08-11 Ard BiesheuvelAdded myself
2003-08-11 foobar- Fixed bug #25007 (rand() & mt_rand() seed RNG every...
2003-08-11 <changelog... ChangeLog update
2003-08-11 Marcus BoergerAdd destructor inheritance test (bug #24637)
2003-08-10 Marcus BoergerBugfix #24637 __destruct not called
2003-08-10 Marcus BoergerInitialize this variable to 0 as suggested by sara
2003-08-10 Ard BiesheuvelAdded ibase_num_params() and ibase_param_info()
2003-08-10 Marcus BoergerFix warnings
2003-08-10 Marcus BoergerNuke unused vars
2003-08-10 Marcus BoergerNuke unused vars
2003-08-10 Ard BiesheuvelWin32 fixes
2003-08-10 Ard BiesheuvelAdded ibase_affected_rows() and ibase_num_rows()
2003-08-10 Marcus BoergerThis is a void funtion
2003-08-10 Ard BiesheuvelChanged ibase_query() to free transaction resource...
2003-08-10 Marcus BoergerAdd foreach/continue test
2003-08-10 Marcus BoergerSimplify
2003-08-10 foobarCS fix
2003-08-10 <changelog... ChangeLog update
2003-08-09 Ilia AlshanetskyTimeout fix.
2003-08-09 Ilia AlshanetskyUse getenv() rather then $_ENV, the latter is not alway...
2003-08-09 Ilia AlshanetskyFixed bug #24897 (inconsistent behavior of shuffle...
2003-08-09 Marcus BoergerFix exif_thumbnail
2003-08-09 Ilia Alshanetsky<? -> <?php
2003-08-09 Marcus BoergerAdd testcase for complicated reference scenarios with...
2003-08-09 Marcus BoergerBetter diffing
2003-08-09 Moriyoshi KoizumiFix segfault when a referenced parameter is specified...
2003-08-09 Marcus BoergerFix refcounting for $var = $obj[$idx] = $value;
2003-08-09 Moriyoshi KoizumiFix test so it matches the new error message.
2003-08-09 foobarCosmetic note
2003-08-09 Ilia AlshanetskyCorrect test to work with later versions of GNU Aspell...
2003-08-09 Marcus BoergerComplain about borked tests instead of spitting out...
2003-08-09 Ilia AlshanetskyAdded/improved tests for bugs 24142, 24063, 24951,...
next