]> granicus.if.org Git - php/shortlog
php
2004-03-31 Derick Rethans- Align help output for configure.
2004-03-31 Ilia AlshanetskyFixed bug #27809 (ftp_systype returns null on some...
2004-03-31 Hartmut Holzgraefedisallow negative timestamps on windows only
2004-03-31 Rob Richardsuse new style constructors
2004-03-31 Ilia AlshanetskyFixed bug #27802 (default number of children to 8 when...
2004-03-31 Dmitry StogovFixed BUG in zend_post_incdec_property
2004-03-31 Andi Gutmans- Fix typo
2004-03-31 <changelog... ChangeLog update
2004-03-31 Ard BiesheuvelMake time tests more robust against differences in...
2004-03-30 Ilia AlshanetskyFixed generate_array_diff().
2004-03-30 Marcus BoergerFix tests
2004-03-30 Marcus BoergerFix test
2004-03-30 Marcus BoergerAdd more statistics
2004-03-30 Ilia AlshanetskyFixed bug #27782 (Wrong behaviour of next(), prev(...
2004-03-30 Marcus BoergerThe test script to search for underscores
2004-03-30 Marcus BoergerTSRM fix
2004-03-30 Marcus Boerger- Fix Reflection class names
2004-03-30 Frank M. KromannFix for #27764. Get return value from a stored procedur...
2004-03-30 Stanislav MalyshevDisabled calling dtors on tsrm_shutdown - calling dtors...
2004-03-30 Ard BiesheuvelPrevent test from failing on least significant digit
2004-03-30 Dmitry StogovUsing studlyCaps names.
2004-03-30 Andi Gutmans- Tiny improvement.
2004-03-30 <changelog... ChangeLog update
2004-03-29 Marcus BoergerNAN==NAN doest work (Ard)
2004-03-29 Ilia AlshanetskyRemoved extra spaces that cause the test to fail.
2004-03-29 Wez FurlongFix for Bug #26757: session.save_path defaults to bogus...
2004-03-29 Marcus BoergerDOM_RET_OBJ for return_value needs to be followed by...
2004-03-29 Marcus BoergerRemove debug code
2004-03-29 Marcus BoergerFix tests
2004-03-29 Marcus BoergerFix class names
2004-03-29 Ilia AlshanetskyFixed compiler warnings.
2004-03-29 Marcus BoergerFix class names
2004-03-29 Marcus BoergerFix class names
2004-03-29 Marcus BoergerWindows part of NAN/INF
2004-03-29 Marcus BoergerFound a NAN/INF solution that should be portable everyw...
2004-03-29 Marcus BoergerAllow mixed case search for extensions
2004-03-29 Frank M. KromannFix for #27743. Make sure Money types are converted...
2004-03-29 Ilia AlshanetskySynchronized bundled GD library with GD 2.0.22.
2004-03-29 Sebastian Bergmann-clonning+cloning
2004-03-29 Dmitry StogovImplicit clonning strict warning was added for ze1_comp...
2004-03-29 Jan Lehnardt - be more verbose
2004-03-29 Hartmut HolzgraefeTest updated to test for additional libxml2/expat incon...
2004-03-29 <changelog... ChangeLog update
2004-03-29 Ilia AlshanetskyFixed bug #27731 (error_reporting() inside @ block...
2004-03-28 Marcus BoergerUse lowercasing here
2004-03-28 Marcus BoergerAdd ability to pass -n to the executed php
2004-03-28 Marcus BoergerImprove portability (idea by Ard)
2004-03-28 Marcus BoergerInitialize the complete struct
2004-03-28 Marcus BoergerFix writing of SQLite and SimpleXMl extension and add...
2004-03-28 Marcus BoergerAdd agrument type info
2004-03-28 Stanislav Malyshevcheck writability on =& too
2004-03-28 Marcus BoergerFix XSL (Rob/Marcus)
2004-03-28 Rasmus LerdorfMFB test case for bug #27719 and improve comments in...
2004-03-28 Stanislav Malyshev- call set handler if assigning to object having this...
2004-03-28 Stanislav Malyshevpreserve ZEND_API in definition
2004-03-28 Stanislav Malyshevdeclare as extern
2004-03-28 Marcus BoergerShow progress
2004-03-28 Marcus BoergerAdapt ecpectations to 5.0 reality
2004-03-28 Marcus BoergerFix memleak found by Timm
2004-03-28 Stanislav Malyshevcentralize object-to-scalar conversion, make it work...
2004-03-28 Stanislav Malyshevtry get handler on printable conversion
2004-03-28 Stanislav Malyshevsome more clear comments
2004-03-28 Stanislav MalyshevUse macros for object parts access
2004-03-28 Dmitry Stogovfix of fix related to __autoload. (ext/standard/tests...
2004-03-28 Andrey Hristov- Fixed the explanation and example about "classes...
2004-03-28 <changelog... ChangeLog update
2004-03-27 Marcus BoergerAdd new test
2004-03-27 Marcus BoergerEven though it is uncommented it should be right
2004-03-27 Rui Hirokawaadded missing files of oniguruma to mbstring.dsp.
2004-03-27 Ard BiesheuvelPut AC_DEFINE in correct place so caching will work...
2004-03-27 Marcus BoergerBFN: MFHed #27687
2004-03-27 Marcus BoergerMove defines to proper location
2004-03-27 <changelog... ChangeLog update
2004-03-27 Marcus BoergerTouch after .c
2004-03-27 Marcus BoergerBFN: MFHed
2004-03-27 Marcus Boergeratof("NAN")/atof("INF") do not work there
2004-03-27 Marcus BoergerPortable solution for bug #27646 that works correct...
2004-03-27 Marcus BoergerCommit the header, too.
2004-03-27 Marcus BoergerFollow ming_xy naming convention
2004-03-26 Frank M. KromannFix complation errors after convertion to new macro's
2004-03-26 Marcus BoergerChange to studlyCaps convention
2004-03-26 Marcus BoergerUse studlyCaps and new macros (that should be it)
2004-03-26 Marcus BoergerForce destructors to have empty signatures
2004-03-26 Marcus BoergerCorrect that name
2004-03-26 Ilia AlshanetskyFixed bug #27664 (--disable-cli doesn't force --without...
2004-03-26 Marcus Boergerlet inf be generated by INF constant (thanks to Wez)
2004-03-26 Rasmus LerdorfMFB: The 2am offset was a bad choice as this hour doesn...
2004-03-26 Sara GolemonBugFix 27675 and add regression test.
2004-03-26 <changelog... ChangeLog update
2004-03-26 Andi Gutmans- Fix build (thanks to Timm)
2004-03-25 Marcus BoergerPending touch
2004-03-25 Marcus Boerger-Make NAN and INF more portable (atof() doesn't work...
2004-03-25 Marcus BoergerReally use studlyCaps here
2004-03-25 Derick Rethans- Stopped file uploads from throwing E_WARNINGs and...
2004-03-25 Derick Rethans- Remove old and deprecated <?php_track_vars?> scanner...
2004-03-25 Ilia AlshanetskyCorrected package file.
2004-03-25 Hartmut Holzgraefeanother package description
2004-03-25 Andi Gutmans- Update NEWS
2004-03-25 Andi Gutmans- If __construct() is defined then it will always take...
2004-03-25 Stanislav Malyshevno need to use result for RECV's - as in PHP4
next