]> granicus.if.org Git - php/shortlog
php
2003-04-17 Wez FurlongHopefully fix build...
2003-04-17 Wez FurlongAdd dependency to generate header
2003-04-17 Wez FurlongUpdate build files
2003-04-17 Wez FurlongRemove whitespace added while touching.
2003-04-17 Wez FurlongTouch generated files
2003-04-17 Wez FurlongBundle relevant parts of sqlite 2.8.0.
2003-04-17 Wez FurlongNicer error message when an invalid function name is...
2003-04-17 Wez FurlongPrep for release.
2003-04-17 Wez FurlongUpdate TODO and example.
2003-04-17 Wez FurlongImplement a php function so that the following SQL...
2003-04-17 foobartouch
2003-04-17 foobaradd missing header
2003-04-17 foobartouch
2003-04-17 Wez FurlongImplement sqlite_escape_string() function.
2003-04-17 Wez FurlongImplement safe_mode and open_basedir checks.
2003-04-17 Wez FurlongAdd readme and todo
2003-04-17 Wez FurlongThis commit was generated by cvs2svn to compensate...
2003-04-17 Sara GolemonMacro: php_stream_get_from_zval(php_stream *stream...
2003-04-16 Ilia AlshanetskyFixed bug #23232 (safe_mode does not honor PHP_AUTH_...
2003-04-16 Moriyoshi KoizumiFixed implicit cast issue with is*() and to*() functions
2003-04-16 Moriyoshi KoizumiFixed bug #19795
2003-04-16 Moriyoshi KoizumiFixed typo
2003-04-16 Moriyoshi Koizumicompiler warning fix and possible 64bit fix
2003-04-16 Moriyoshi KoizumiFixed bug #23080
2003-04-16 Marcus BoergerDon't access what is already freed (noticed by Sascha)
2003-04-16 Moriyoshi KoizumiFixed memleak
2003-04-16 Moriyoshi KoizumiAdded missing sanity check
2003-04-16 Moriyoshi KoizumiChanged stream filter factory to be capable of acceptin...
2003-04-16 Sascha Schumannfix two uninitialized reads
2003-04-16 Sascha SchumannNuke all sn?printf's and rely on the optimized httpd_nt...
2003-04-16 Sascha SchumannFix uninitialized reads
2003-04-16 Jan Lehnardt - allow libtool to be a symlink. Discussed with Sascha
2003-04-16 Sascha SchumannMerging some Premium thttpd improvements, notably
2003-04-16 Sascha SchumannSimplify use of this header in external apps
2003-04-16 Marcus BoergerChange to use safe_emalloc() and provide macro for now
2003-04-16 Sascha Schumannadd missing check
2003-04-16 foobarAdded missing CVS Id tags
2003-04-16 foobarSKIP -> SKIPIF
2003-04-16 Ilia AlshanetskyFixed bug #23225 (money_format() didn't handle erroneou...
2003-04-16 Ilia AlshanetskyFixed bug #22939 (crash in imap_header_info()).
2003-04-15 Ilia AlshanetskyCleaner error handling.
2003-04-15 Ilia AlshanetskyFixed bug #23187 (memory leaks in sybase_connect/sybase...
2003-04-14 Marcus BoergerFixed Bug #23188 CDB databases created with 'c' mode...
2003-04-14 Ilia AlshanetskyFixed bug #23152 ($http_response_header empty on invali...
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...
next