]> granicus.if.org Git - php/shortlog
php
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,...
2003-08-09 Ilia AlshanetskyDo not assume array contains numeric values.
2003-08-09 foobarAdded missing ?> so this test can be run without run...
2003-08-09 Marcus BoergerPrefix all engine 2 tests
2003-08-09 Marcus BoergerReenable, works as expected
2003-08-09 Marcus BoergerPrecise destructor errors
2003-08-09 foobarMFB
2003-08-09 Marcus BoergerDon't show matching regex as different
2003-08-09 Derick Rethans- Fix memleak (this strndup is totally unnecessary)
2003-08-09 Marcus BoergerBugfix #24142, part 2
2003-08-08 Ilia AlshanetskyFixed bug #24980 (array_reduce() uses first element...
2003-08-08 Ilia AlshanetskyFixed bug #24951 (ob_flush() needlessly destroys output...
2003-08-08 Ilia AlshanetskyAvoid a round() bug that occurs due to over optimizatio...
2003-08-08 Marcus BoergerClearify
2003-08-08 Marcus BoergerBugfix #24063 (marcus/ilia)
2003-08-08 Ard BiesheuvelChanges ibase_query() to support SET TRANSACTION statements
2003-08-08 Ilia AlshanetskyFixed bug #24977 (Revert mysql_select_db optimization)
2003-08-08 Ilia AlshanetskyFixed bug #24909 (Bad random numbers with ZTS builds...
2003-08-08 Edin KadribasicIt builds much better when linked to the right lib
2003-08-08 Edin KadribasicWindows build file (doesn't build yet)
2003-08-08 Ard BiesheuvelChanged the names of some struct members for readability
2003-08-08 Moriyoshi KoizumiFix test as the "expected result" was totally pointless...
2003-08-08 Moriyoshi KoizumiFix the test which should have been fixed long ago.
2003-08-08 Moriyoshi KoizumiAdd test case for the bug
2003-08-08 Moriyoshi KoizumiEliminate redundant assignment
2003-08-08 Moriyoshi KoizumiReal fix for the problem addressed in the last commit...
2003-08-08 Sara GolemonPlug leak in ftp_url_stat
2003-08-08 Ard BiesheuvelChanged _php_ibase_trans_end() to allow committing...
2003-08-08 <changelog... ChangeLog update
2003-08-07 Marcus BoergerOnce ago this was used
2003-08-07 Marcus Boerger- Reduce number of c-functions/macros involved in funct...
2003-08-07 Marcus BoergerSwitch to use zend_call_function() what shortens spl...
2003-08-07 Rob Richardsfix bug #24957 (var_dump of object segfaults)
2003-08-07 Moriyoshi KoizumiMove shutdown code to better place
2003-08-07 Moriyoshi KoizumiFix wrong behaviour under ZTS that was inconsistent...
2003-08-07 Moriyoshi KoizumiAdd missing right parensis
2003-08-07 Rob Richardsfix segfault when importing multiple documents
2003-08-07 John CoggeshallWhitespace fixes.
2003-08-07 Moriyoshi KoizumiTru64 requires TZ values be POSIX styled.
2003-08-07 Zeev SuraskiRemove 'proto' from internal functions
2003-08-07 Zeev Suraskifix another broken prototype
2003-08-07 Zeev SuraskiFix prototype
2003-08-07 Zeev SuraskiFix docline
2003-08-07 Ilia AlshanetskyFixed bug #24839 (& -> &amp; in php credits)
2003-08-07 Ilia AlshanetskyFixed bug #21958 (workaround for unusual realpath(...
2003-08-07 foobardlfcn.h was not found on Solaris when using forte cc
2003-08-07 Zeev SuraskiClarify use of original_function_state_ptr
2003-08-07 Marcus Boerger- Fix warnings
2003-08-07 Ard BiesheuvelFixed crash in _php_ibase_error() after request shutdown
2003-08-07 <changelog... ChangeLog update
next