]> granicus.if.org Git - php/shortlog
php
2003-12-19 Wez Furlong"Real" cvsclean, works as the unix version does
2003-12-19 Wez FurlongRefinements for new build system:
2003-12-19 Wez Furlongthis should be an int
2003-12-19 Wez Furlongadd prototype
2003-12-19 Wez Furlongignore .tmp files created by tests
2003-12-19 Wez Furlongbe slightly nicer when defining R_OK
2003-12-19 Dmitry StogovMemory limit overflow was fixed
2003-12-19 Dmitry StogovError reporting on unset string offset was added (Bug...
2003-12-19 Dmitry StogovAssign_op operators (+=) were fixed for elements of...
2003-12-19 Marcus BoergerFix test
2003-12-19 Marcus BoergerAdd test for foreach visibility
2003-12-19 <changelog... ChangeLog update
2003-12-18 Andi Gutmans- Nuke C++ comment
2003-12-18 Andi Gutmans- Revert patch 1.566
2003-12-18 Andrey Hristovtest case for array_sum
2003-12-18 Stig Bakken* PHP 4 fix for the E_STRICT check
2003-12-18 Ilia AlshanetskyAdded sqlite_fetch_column_types() function.
2003-12-18 Marcus BoergerAdd this file too
2003-12-18 Marcus Boergerdded qdbm handler (http://qdbm.sourceforge.net).
2003-12-18 Marcus BoergerCentralize ability to drop APPEND flag. This probably...
2003-12-18 Marcus BoergerImprove dba tests: check in both modes external and...
2003-12-18 Marcus BoergerFixed bug #24837 Incorrect behaviour of PPP using foreach.
2003-12-18 foobarws & cs
2003-12-18 Moriyoshi Koizumi"a"
2003-12-18 Greg Beaverfix #449: XML_SVG and VFS fail to install properly...
2003-12-18 Greg Beaverremove retarded use of numbers (REALLY bad idea) for...
2003-12-18 Marcus BoergerUpdate tests to see where they fail now exactly
2003-12-18 Dmitry Stogovtwo new methods were added
2003-12-18 Wez Furlongmake it totally safe again
2003-12-18 Wez FurlongCounteract brain-death in Apache headers
2003-12-18 Wez FurlongFix use of the CorRuntimeHost; once it has been stopped...
2003-12-18 Wez FurlongZTS build and speling fix
2003-12-18 Wez Furlongadd news about tidy
2003-12-18 Wez Furlongmake sure this is initialized to NULL as we don't check...
2003-12-18 Marcus BoergerLeak for b3 and find a better solution until RC1
2003-12-18 Moriyoshi KoizumiFix bug #26639 (mb_convert_variables() clutters variabl...
2003-12-18 Rasmus LerdorfFix remaining gd build issue
2003-12-18 John CoggeshallAdding the tidy.default_config and tidy.clean_output...
2003-12-18 <changelog... ChangeLog update
2003-12-17 Rasmus LerdorfMFB compile fix
2003-12-17 Andrey Hristovproto fix
2003-12-17 Andrey Hristoventry for microtime()'s new clothes
2003-12-17 Marcus BoergerAdd new test
2003-12-17 Andi Gutmans- Update NEWS for tomorrow morning so that I don't...
2003-12-17 Andrey HristovAdded optional parameter to microtime so now it can...
2003-12-17 Andi GutmansRoll RC1 of B3
2003-12-17 Rob Richardsno longer need to cleanup temp var
2003-12-17 Ilia AlshanetskyUpdate test.
2003-12-17 Zeev SuraskiThis part of the if was necessary after all.
2003-12-17 Ilia AlshanetskyAlways user Zend memory allocation wrappers.
2003-12-17 Dmitry Stogov*** empty log message ***
2003-12-17 Dmitry Stogovaccessing singular subnode as array
2003-12-17 Dmitry Stogov*** empty log message ***
2003-12-17 Dmitry StogovDynamic function call from object's property was fixed
2003-12-17 Dmitry StogovAccess to globals/autoglobals from class __destructor...
2003-12-17 Marcus BoergerFix a memleak: A second call to *nix version of dlerror...
2003-12-17 Rob Richardsfree nodes correctly to clear node proxies
2003-12-17 Marcus BoergerFix warning
2003-12-17 Marcus BoergerFix warnings
2003-12-17 <changelog... ChangeLog update
2003-12-16 Derick Rethans- Added 'c' modifier to date() which returns the date...
2003-12-16 Andrei ZmievskiMFB
2003-12-16 Andrei Zmievski*** empty log message ***
2003-12-16 Marcus BoergerAdd inifile
2003-12-16 Marcus BoergerFix winbuild
2003-12-16 Marcus BoergerNot needed here (copy'n'paste)
2003-12-16 foobarFix some compile warnings (patch by Joe Orton)
2003-12-16 Marcus BoergerAdd missing .cvsignore
2003-12-16 Marcus BoergerAdd a test to check split text content collecting
2003-12-16 Marcus BoergerBetter comment
2003-12-16 foobarnuke unused code
2003-12-16 Marcus BoergerAdd myself
2003-12-16 Marcus BoergerAdd error handling for element/attribute creation/changing
2003-12-16 Marcus BoergerAdd test for string conversion capabilities when used...
2003-12-16 Sara GolemonFail loudly, silence bogus bugs.
2003-12-16 Ilia AlshanetskyZTS fix.
2003-12-16 Ilia AlshanetskyRemoved duplicate php_libxml_(init|shutdown) they are...
2003-12-16 Antony Dovgalfix bug #26133 (thanks to Harald)
2003-12-16 Antony Dovgalfix warning, concerned to second _oci_close_server...
2003-12-16 Derick Rethans- Remove debug info :)
2003-12-16 Derick Rethans- Added %e modifier which gets replaced by the current...
2003-12-16 Sebastian BergmannSync: Export externally used functions.
2003-12-16 Dmitry StogovIncorrect test file was fixed. (Use pattern insted...
2003-12-16 Harald Radifix non-zts build errors
2003-12-16 Stanislav Malyshevexport class initialization function
2003-12-16 Stanislav Malyshevexport externally used functions
2003-12-16 Stanislav Malyshevexport function
2003-12-16 Dmitry StogovImproper test file was fixed.
2003-12-16 Harald Radi@- fixed #20006, #22674 and #24531 (harald)
2003-12-16 Harald Radiadd myself
2003-12-16 Harald Radifix include path
2003-12-16 Georg Richteradded properties
2003-12-16 foobarBFN
2003-12-16 Sebastian BergmannFix ZTS build.
2003-12-16 Greg Beaverremove optional dep on xmlrpc, not really useful at...
2003-12-16 <changelog... ChangeLog update
2003-12-16 Ilia AlshanetskyFixed Bug #26625 (pg_convert sets NULL incorrectly...
2003-12-15 Marcus BoergerCheck validity of seeks.
2003-12-15 Ilia AlshanetskyAlways set panic call handler, allows us to address...
2003-12-15 Ilia AlshanetskyFixed bug #26635 (fixed look up for fonts in the curren...
next