]> granicus.if.org Git - php/shortlog
php
2003-04-14 Jesus M. CastagnettoFixing bug #23060
2003-04-14 foobarstyle
2003-04-13 Sara GolemonModify str_replace/str_ireplace to report how many...
2003-04-13 Marcus BoergerMake it static
2003-04-13 Sascha Schumanndon't remove config.nice directly, so that we don't...
2003-04-13 Marcus BoergerSpeling
2003-04-13 Sascha Schumanncygwin ships with bison 1.875b, so we need to remove...
2003-04-13 Marcus BoergerReenable dba_popen()
2003-04-13 Marcus BoergerFix persistent stream closing (that one took me at...
2003-04-13 Sergey Kartashoff- Udm_Make_Excerpt has been fixed to be compatible...
2003-04-12 Moriyoshi KoizumiMoved a controversial entry to the proper place
2003-04-12 Moriyoshi KoizumiNFN
2003-04-12 Moriyoshi KoizumiForgot about this one :)
2003-04-12 Moriyoshi KoizumiMade dirname() binary-safe.
2003-04-12 Moriyoshi Koizumistrip_tags() is also binary-safe now.
2003-04-12 Sara GolemonScratch off done TODOs
2003-04-12 Sara GolemonAdd tests for strrpos/stripos, and minor fix to maintai...
2003-04-12 Sara GolemonRewrite strrpos and strripos to be binary safe and...
2003-04-11 Sebastian BergmannFix warnings.
2003-04-11 Wez FurlongFix for #23069 (Windows sets readonly mode for temporar...
2003-04-11 Derick Rethans- Fixed protos
2003-04-11 Hartmut Holzgraefeaccept possible leaks for now to make SELECTS with...
2003-04-11 Hartmut Holzgraefeproto fix
2003-04-11 Hartmut Holzgraefeparameter count for bind stuff is different in OO interface
2003-04-11 Sara GolemonExport constants to userland
2003-04-11 Ilia AlshanetskyFixed integer overflow inside mhash_keygen_s2k().
2003-04-10 Sterling Hughessatisfy andi's switch fetish ;-)
2003-04-10 Sebastian BergmannFix ZTS build. Fix warning.
2003-04-10 Sebastian BergmannDocument 'const' keyword.
2003-04-10 Sterling Hughesallow expressions within constants, so the following...
2003-04-10 Christian Stocker- More TSRMLS stuff.
2003-04-10 Stanislav MalyshevMake Apache 2 define SG(request_info).path_translated...
2003-04-10 Stanislav Malyshevmake Apache define SG(request_info).path_translted...
2003-04-10 Zeev SuraskiRevert Harald's commit
2003-04-10 Ilia AlshanetskyFixed a crash in the query tracer output due to buffer...
2003-04-10 George SchlossnagleOne line fix so that it will compile
2003-04-09 Harald Radiremoving the *syntactical sugar* again
2003-04-09 Marcus BoergerFix ZTS build and warnings
2003-04-09 Rasmus LerdorfMFB: Forgotten _FORM -> _REQUEST change
2003-04-09 Derick Rethans- Fixed printing the version string if it includes...
2003-04-09 Edin Kadribasic*** empty log message ***
2003-04-09 Christian Stocker- Fixed some memleaks when using attributes
2003-04-09 Ilia AlshanetskyAdded missing bit from gd2.0.12 sync.
2003-04-09 Marcus BoergerHopefully last fix on error reporting
2003-04-08 Sara GolemonSwitch file_put_contents 'bool use_include_path' to...
2003-04-08 Sara GolemonAdd context support to file_put_contents() and readfile...
2003-04-08 Sara GolemonAdded context support to file()
2003-04-08 Christian Stockerdomdocument->free() was MFHd to PHP_4_3 branch.
2003-04-08 Christian Stockerfixes memleaks in element->get_elements_by_tagname...
2003-04-08 Christian StockerNEWS entry fixes for domxml (more readable hopefully...)
2003-04-08 Andrei ZmievskiSwitch some functions to use new zend_lookup_ns_class...
2003-04-08 Andrei ZmievskiRename zend_register_internal_class_in_ns() to a better...
2003-04-08 Christian Stockermake it possible to free DomHtmlDocuments as well
2003-04-08 Andrei ZmievskiRemove php_memnstr (it's in ZE now).
2003-04-08 Andrei ZmievskiAdd zend_lookup_ns_class() function.
2003-04-08 Andrei ZmievskiMove memnstr into Zend and make an alias for BC in...
2003-04-08 Christian Stockermake it compile ....
2003-04-08 foobarfile_set_contents -> file_put_contents
2003-04-08 Christian Stocker- Fixes a bunch of memleaks, especially with attributes...
2003-04-08 Tal PeerFriBidi was moved to PECL long time ago
2003-04-08 Sebastian BergmannFix Win32 build.
2003-04-08 <changelog... ChangeLog update
2003-04-08 Ilia AlshanetskyFixed bug #23102 (integer overflow in exif_iif_add_valu...
2003-04-08 Sara GolemonAdd context support to file_get_contents
2003-04-07 foobarRemoved entry that is in the PHP_4_3 branch..
2003-04-07 foobarreorder
2003-04-07 foobarFixed bug #23093 (highlight_string() crashed with __FUN...
2003-04-07 Sterling Hughesadd markers that make this file easy to parse for exter...
2003-04-07 Sara GolemonIntroduce support for context options 'method', 'header...
2003-04-07 <changelog... ChangeLog update
2003-04-06 foobarFixed bug #23071 (when DST in effect, date("T") crashed...
2003-04-06 Marcus BoergerSupport for ZTS
2003-04-06 Moriyoshi KoizumiImproved zmemcheck macro so it displays the size of...
2003-04-06 Moriyoshi KoizumiImproved readability of zmemcheck output
2003-04-06 Moriyoshi KoizumiAdded zmemcheck macro, which may help you examine the...
2003-04-06 foobarreorder
2003-04-06 <changelog... NEWS update
2003-04-06 <changelog... ChangeLog update
2003-04-05 Marcus BoergerCollate version handling and bump up version (noticed...
2003-04-05 Christian Stocker@- Added domxml_doc_create_document_fragment() and
2003-04-05 foobar--enable-all is not useful at all, removed from help
2003-04-05 foobarBetter ifdef it out here too
2003-04-05 Sara GolemonDebug watches probably don't belong in CVS.
2003-04-05 Ilia AlshanetskySyncronized bunbled GD library with gd 2.0.12
2003-04-05 Marcus BoergerInclude ldd output
2003-04-05 Sascha Schumanndividend -> divisor
2003-04-05 Sascha Schumanndividend -> divisor
2003-04-05 Brian France Added HAVE_CONFIG_H check so the phpize build method...
2003-04-05 Sara GolemonAdd IPv6 support to stream_socket_client/server()
2003-04-05 Pierre Joyewhat? maintainer is not a valid role :)
2003-04-05 <changelog... ChangeLog update
2003-04-04 Wez FurlongWarning fix
2003-04-04 Sara GolemonUser shouldn't have to initialize this pass-by-ref...
2003-04-04 foobar- Fixed bug #22944 (--with-java "make install" fails)
2003-04-04 Sterling Hughesboth these entries are bad, and were never agreed upon.
2003-04-04 Sterling Hughesforgot to commit this.
2003-04-04 foobarCheck that t1lib has T1_StrError
2003-04-04 foobar- Checks specific to some extension belong in the exten...
2003-04-04 Andrei ZmievskiIntroduce ZEND_ME() and ZEND_METHOD() macros. Use these...
2003-04-04 Moriyoshi KoizumiFixed memleak in socket_select
next