]> granicus.if.org Git - php/shortlog
php
2004-05-06 Sara GolemonBugfix #28300 Userspace stream/filter names don't need...
2004-05-06 Marc BoerenCall functions by their new, proper names instead of...
2004-05-06 Marcus BoergerAdd protos
2004-05-06 Marcus BoergerCount support for ArrayIterator & ArrayObject
2004-05-06 <changelog... ChangeLog update
2004-05-05 Ard BiesheuvelFixed unregistered bug: array count is incorrect when...
2004-05-05 Sara GolemonBugFix#28287 stream_*_register() not calling __autoload().
2004-05-05 Dmitry StogovSupport for classes with __call() method on server...
2004-05-05 Dmitry Stogovphp_error() -> php_error_docref() (Marcus, Dmitry)
2004-05-05 <changelog... ChangeLog update
2004-05-04 Wez Furlongnews
2004-05-04 Wez FurlongUpdate for count_elements handler for overloaded objects.
2004-05-04 Wez FurlongAdd count_elements handler for overloaded objects.
2004-05-04 Wez FurlongJust in case this header isn't present on the snaps...
2004-05-04 Wez FurlongImprove stability.
2004-05-04 Ard Biesheuvelibase_query(): Be careful not to return true on error...
2004-05-04 Martin Jansen* Providing the full URL to the coding standards.
2004-05-04 Rob Richardsadd package.xml
2004-05-04 <changelog... ChangeLog update
2004-05-03 Wez FurlongEnable writing to SafeArray dimensions.
2004-05-03 Wez FurlongFix problem when assigning to a variable that holds...
2004-05-03 Wez FurlongFixup some constants and error handling.
2004-05-03 Uwe SchindlerSecurity fix: Put '\0' string termination before loop
2004-05-03 <changelog... ChangeLog update
2004-05-02 Marcus Boerger- Look for missing classes in include_path
2004-05-02 Marcus BoergerUpdate examples
2004-05-02 Andi Gutmans- Fix comparison of two objects in non-compatibility...
2004-05-02 Marcus BoergerUse caseinsensitive sort
2004-05-02 Wez FurlongFix Bug #28251
2004-05-02 Marcus BoergerAdd a notice on STDIN
2004-05-02 <changelog... ChangeLog update
2004-05-01 Marcus BoergerDon't load modules twice
2004-05-01 <changelog... ChangeLog update
2004-04-30 Marcus BoergerAutoload class as long as needed
2004-04-30 Derick Rethans- HTML entity to ISO char.
2004-04-30 Greg Beaverfix to work with only the installed version of PEAR
2004-04-30 Greg Beaverfix included files and put error messages in PEAR_Downl...
2004-04-30 Ilia AlshanetskyFixed bug #28228 (number_format() does not allow empty...
2004-04-30 Marcus BoergerBugfix #28229 (PATCH run-tests tripped up by spaces...
2004-04-30 Greg Beaverremove notices in E_ALL for config test in PHP 4.3.6
2004-04-30 Greg Beaverhopefully fix this test for all cases
2004-04-30 Greg Beaverupdate to begin process for next release (release is...
2004-04-30 Greg Beaverfix unit test to work with 1.3.2 (which will be needed)
2004-04-30 Greg Beaverfix 1186: notice in PEAR_Common undeclared $_packageName
2004-04-30 Greg Beaverfix unit test with PEAR 1.3.1
2004-04-30 <changelog... ChangeLog update
2004-04-29 Marcus BoergerSPL is meant to be in uppercase letters, do it now...
2004-04-29 Marcus BoergerAn oumlaut doesn't work here, need ASCII only
2004-04-29 Marcus Boerger- Fix protos and add notes to the docs
2004-04-29 Marcus Boerger- ArrayObject::append() must not be called when it...
2004-04-29 Ilia AlshanetskyFixed bug #28196 (missing error constants in cURL exten...
2004-04-29 Ilia AlshanetskyC++ comments.
2004-04-29 Wez Furlonganother down...
2004-04-29 Stanislav MalyshevFix bug #27876
2004-04-29 Marcus Boerger- Remove unused variable
2004-04-29 <changelog... ChangeLog update
2004-04-29 Wez FurlongAdd "--disable-all" switch, which will force all argume...
2004-04-28 Wez FurlongShould have tested this change before committing.
2004-04-28 Marcus Boerger- More examples
2004-04-28 Marcus BoergerCount() was missing
2004-04-28 Marcus Boerger- Add tests for the examples
2004-04-28 Marcus Boerger- DOS 2 UNIX
2004-04-28 Marcus BoergerFix c++ builds
2004-04-28 Ilia AlshanetskyAdded missing skip condition.
2004-04-28 Wez FurlongFix for Bug #28161 (and probably others that I can...
2004-04-28 <changelog... ChangeLog update
2004-04-27 Sara GolemonDon't strip off those []s, it'll only create problems...
2004-04-27 Sara GolemonBugFix 28187 parse_url does not handle scheme://[0123...
2004-04-27 Marcus Boerger- More examples
2004-04-27 Marcus Boerger- Optional parameter to class_exists() that can be...
2004-04-27 Ilia AlshanetskyRemoved C++ style comments.
2004-04-27 Marcus Boerger- Some pretection against out-of-memory situations
2004-04-27 Marcus BoergerFix test
2004-04-27 Marcus Boerger- Fix warnings
2004-04-27 Marcus Boerger- Fix ArrayIterator iteration
2004-04-27 Marcus BoergerFix LimitIterator by using new handler
2004-04-27 Marcus BoergerFix documentation
2004-04-27 Marcus Boerger- no unneccessary retval initialization
2004-04-27 Andi Gutmans- Fix prototypes
2004-04-27 Ilia AlshanetskyFixed bug #28184 (C++ comments in GD library sources).
2004-04-27 Rob Richardsadd relaxNG support
2004-04-27 Greg Beaverfix bug 1242 - notice if multi-dimensional array is...
2004-04-27 <changelog... ChangeLog update
2004-04-26 Marcus BoergerComplete implementation
2004-04-26 Marcus BoergerUpdate
2004-04-26 Ilia AlshanetskyRemoved pointless check.
2004-04-26 Marcus BoergerFix prototype
2004-04-26 Antony Dovgalhmm. this comma is supposed to be a semicolon.
2004-04-26 <changelog... ChangeLog update
2004-04-25 Derick Rethans- MFB: Fixed bug #28147 (Crash with drawing anti-alised...
2004-04-25 Ilia AlshanetskyFixed test.
2004-04-25 Marcus BoergerAdd new iterator example AppendIterator and use it...
2004-04-25 Marcus BoergerWith the new inheritance rules we need an explicit...
2004-04-25 Marcus BoergerSkip correct amount of stack entries
2004-04-25 Marcus BoergerCapture potential problem by error message
2004-04-25 Marcus BoergerShow number of classes
2004-04-25 Marcus BoergerBFN
2004-04-25 Marcus BoergerFix several issues
2004-04-25 Andi Gutmans- RC3-dev
2004-04-25 Andi Gutmans- This was forgotten
next