]> granicus.if.org Git - php/shortlog
php
2004-02-28 Ilia AlshanetskyMemory allocation check.
2004-02-28 Moriyoshi Koizumi- BFN & misc.
2004-02-28 Moriyoshi Koizumi- Remove redundant files that are irrelevant to the...
2004-02-28 Moriyoshi Koizumi- Forgot to add those.
2004-02-28 Moriyoshi Koizumi- Upgrade bundled oniguruma regex library to 2.2.2...
2004-02-28 <changelog... ChangeLog update
2004-02-27 Rasmus LerdorfAs discussed a while ago. There is no reason to disall...
2004-02-27 Frank M. KromannDefine buffer size macro and add a comment about the...
2004-02-27 Marcus BoergerAdd some comments
2004-02-27 Dmitry Stogovwin32 specific fixes
2004-02-27 Dmitry Stogovfix: Incorrect error message
2004-02-27 Marcus BoergerThe order of error has changed here. So the expectation...
2004-02-27 Marcus BoergerFixes for abstract classes/methods
2004-02-27 Greg Beaverfix #640, error in comment for getStaticProperty
2004-02-27 Greg Beaverget_class -> is_a
2004-02-27 <changelog... ChangeLog update
2004-02-27 Ilia AlshanetskyFixed possible crash inside sqlite_escape_string() and
2004-02-26 Frank M. KromannAdding function to change user passwords
2004-02-26 Marcus BoergerFixes for abstract classes
2004-02-26 Marcus BoergerFix __METHOD__ (noticed by Davey Sahfik)
2004-02-26 Marcus BoergerAdd new test (from pierre)
2004-02-26 foobarFix typo
2004-02-26 foobarws & cs fixes
2004-02-26 Georg Richterprototype fix for mysqli_ping
2004-02-26 Georg Richteradded MySQLI ini entries
2004-02-26 Georg Richterremoved blocking calls to mysql_set_server_option ...
2004-02-26 <changelog... ChangeLog update
2004-02-26 foobarRemove bogus test: see bug #20993
2004-02-26 Marcus BoergerFix problem with Reflection_Property (patch from Timm...
2004-02-26 foobarMFB: typofix
2004-02-26 Ilia AlshanetskyHandle situation where feof() occurs before the HTTP...
2004-02-25 foobar- Fixed bug #27368 (php.ini-* has lone CR in the end)
2004-02-25 Derick Rethans- Fix tests after change to highlight_string()
2004-02-25 Ilia AlshanetskyFixed bug #21760 (Use of uninitialized pointer inside...
2004-02-25 Marcus BoergerAs Andi found out the dtor may increase the refcount.
2004-02-25 foobarws + cs
2004-02-25 Marcus BoergerTemp fix for ctor signature until inheritance fix is...
2004-02-25 foobarRevert and add the compatibility option.
2004-02-25 foobartypofix
2004-02-25 Ard BiesheuvelWordsize fixes
2004-02-25 foobarstyle
2004-02-25 foobarTest for bug #27395
2004-02-25 Andi Gutmans- More NEWS
2004-02-25 Zeev SuraskiFix leak in foreach ($o->mthd()->arr)
2004-02-25 Zeev SuraskiFix signature
2004-02-25 Zeev SuraskiThis is no longer valid out of the box PHP 5 code.
2004-02-25 Zeev Suraski- Improve ARG_INFO() macros to support supplying requir...
2004-02-25 Dmitry StogovHTTP compression (memory leak was fixed)
2004-02-25 Dmitry Stogovfix: XMLSchema <choice> support was improved to support...
2004-02-25 Derick Rethans- Use <span> instead of <font> in highlight_string...
2004-02-25 Dmitry StogovHTTP compression support (gzip and deflate)
2004-02-25 foobarDo not corrupt mysql build with mysqli build stuff...
2004-02-25 foobarImprove error messages
2004-02-25 Zeev Suraskiupdate
2004-02-25 Zeev Suraski - Rename compatiblity mode to zend.ze2_compatibility_...
2004-02-25 Zeev Suraski- Rename compatiblity mode to zend.ze2_compatibility_mo...
2004-02-25 Derick Rethans- Fixed bug #27391 (typo in Fatal Error message).
2004-02-25 Sebastian BergmannZTS fix.
2004-02-25 Zeev Suraski- Abstract methods cannot have defaults for arguments
2004-02-25 Sebastian BergmannProto fixes.
2004-02-25 Marcus BoergerFix object destruction/free in shutdown
2004-02-25 Marcus BoergerChecking once for dtor is enough
2004-02-25 <changelog... ChangeLog update
2004-02-24 Marcus BoergerFix class flags when handling abstract methods
2004-02-24 Ilia AlshanetskyFixed bug #27383 (Potential crash inside fopen_wrapper...
2004-02-24 George Schlossnaglefix for bug 27384
2004-02-24 Frank M. KromannAdd missing export.
2004-02-24 Ard BiesheuvelMore wordsize/alignment fixes
2004-02-24 Dmitry StogovDocumentation update
2004-02-24 Zeev SuraskiRemove empty comment
2004-02-24 Dmitry StogovWSDL support for <soap:headerfault> was implemented
2004-02-24 Rob Richardsfix win32 compile with libxml 2.6
2004-02-24 Dmitry StogovFixed value of attribute is default value of attribute
2004-02-24 Dmitry Stogovfix: anotaion -> anotation
2004-02-24 Dmitry Stogovconstants for MIME/DIME encoding were added
2004-02-24 Dmitry StogovXML Schema support was improved: support for <element...
2004-02-24 foobarFix bug #26005 (Random "cannot change the session ini...
2004-02-24 <changelog... ChangeLog update
2004-02-23 Wez Furlongtest case for statcache corruption of BG
2004-02-23 Wez FurlongOoops, these should not be pointers ;)
2004-02-23 Sara GolemonMake today's changes work w/ str_ireplace() as well.
2004-02-23 Sara GolemonShort circuit str_replaces when we already know that...
2004-02-23 Sara GolemonBugfix #27276: When using str_replace to expand a strin...
2004-02-23 Ilia AlshanetskyFixed bug #27341 (HEAD requests fail to return data).
2004-02-23 Derick Rethans- Added testcase for bug #27276
2004-02-23 foobarFix bug #27337 (missing sapi_shutdown() causing memory...
2004-02-23 Andi Gutmans- Improve precendence:
2004-02-23 Georg Richterfixed prototypes for mysqli_connect_err* functions
2004-02-23 Ard Biesheuvel64-bit fixes
2004-02-23 Christian Stocker- omit WARNING instead of ERROR for x_p_c_ns
2004-02-23 Christian Stockerskip tests, if xml_parser_create_ns is not supported.
2004-02-23 Christian Stockertest for attributes
2004-02-23 Christian Stocker- mixed up name and value... fixed
2004-02-23 Christian Stockerfix attribute handling in combination with sax2
2004-02-23 Adam DickmeissUse ZOOM_resultset_sort for yaz_sort. Require YAZ 2...
2004-02-23 Christian Stockerremove compiler warnings
2004-02-23 Andi Gutmans- Decrease precedence of instanceof so that the followi...
2004-02-23 Christian Stocker- make it compile with libxml2 2.5 again
2004-02-23 Georg Richterfixed report message
2004-02-23 foobar- Added PHP_TEST_BUILD macro which can be used to test...
next