]> granicus.if.org Git - php/shortlog
php
2002-10-04 Sascha SchumannImprove the general behaviour of stream_gets and fix...
2002-10-04 Rasmus LerdorfKill a few more warnings
2002-10-04 Rasmus LerdorfKill warning
2002-10-04 foobarcombine those ob_* entries and keep the attention line...
2002-10-04 Marcus Boergerreturn FALSE on error
2002-10-04 Marcus Boergersuggest paranthesis around || and &&
2002-10-04 Sander RoobolFixed a bug in the new implementation of str_repeat()
2002-10-04 Derick Rethans- dot :)
2002-10-04 Sterling Hughesfix a memory leak in implode()
2002-10-04 Sterling Hughes@ Make the glue argument to implode() optional, if...
2002-10-04 Andrei Zmievskithat was reverted for now
2002-10-04 Melvyn SopacuaImprove testkit for xslt.
2002-10-04 Melvyn Sopacua(xslt_set_error_handler) Fixes array 'fields' argument...
2002-10-04 Sebastian BergmannAdd PHP_CONFIG_FILE_SCAN_DIR.
2002-10-04 Rasmus LerdorfAs discussed, add --with-config-file-scan-dir compile...
2002-10-04 Sean BrightAdd missing ?>
2002-10-04 Sascha Schumannpeek at freebsd's libc and fix _php_math_basetozval
2002-10-04 Sascha Schumannoverflow check for _php_math_basetozval
2002-10-04 Sascha SchumannFix php_stat brokenness.
2002-10-04 Sascha SchumannAdd VCWD_ACCESS
2002-10-04 <changelog... NEWS update
2002-10-04 <changelog... ChangeLog update
2002-10-03 Sascha Schumannremove trans_sid=1
2002-10-03 Sascha Schumann20: rewriter uses arg_seperator.output for modifying...
2002-10-03 Sascha Schumann19: serializing references test case using globals
2002-10-03 foobarsigh..is this so hard?
2002-10-03 Andrei ZmievskiRevert the patch for now. We'll be branching on Saturda...
2002-10-03 Marcus Boerger$val not in first param to sprintf
2002-10-03 Andrey Hristovws fixes.
2002-10-03 Sascha Schumanncode from ancient bug #5271
2002-10-03 Sascha Schumanninvalid session.save_path should not cause a segfault
2002-10-03 Sascha Schumannuse_trans_sid should not affect SID
2002-10-03 Sascha Schumannediting
2002-10-03 Marcus Boergerfix position handling
2002-10-03 Sascha SchumannA script should not be able to modify session.use_trans_sid
2002-10-03 Sascha SchumannThere should not be any warning with regard to redefini...
2002-10-03 Sascha SchumannRegistering _SESSION should not segfault.
2002-10-03 Sascha SchumannMini test cases for fixed segfaults
2002-10-03 Sascha Schumannsession_decode should not segfault
2002-10-03 Sascha SchumannRemove ob_start()
2002-10-03 Sascha SchumannAdd test for unset($_SESSION["x"]); behaviour
2002-10-03 Sascha Schumannmake tests work with CLI
2002-10-03 Sascha SchumannDon't emit warning, if there is nothing to send
2002-10-03 Ilia AlshanetskyOptimized str_repeat() function, it is now 10x faster...
2002-10-03 Yasuo OhgakiFixed broken code by Derick.
2002-10-03 Andrey Hristovcolon written instead of semi-colon.
2002-10-03 Stefan Esserswapped conditions to correct the logic
2002-10-03 Andrey Hristovfew ws fixes.
2002-10-03 James MooreKeep comments and code in sync.
2002-10-03 Stefan EsserTell everyone that I am the ext/ftp maintainer...
2002-10-03 Stefan EsserAdded news entry about ftp_ssl_connect()
2002-10-03 Stefan EsserAdded ftp_ssl_connect() for FTP over SSL.
2002-10-03 Zeev SuraskiGuys, please keep K&R.
2002-10-03 Sebastian BergmannFix warnings.
2002-10-03 Derick Rethans- Fix descriptions
2002-10-03 Derick Rethans- Add highlight_string buffering test
2002-10-03 Marcus Boergertyping
2002-10-03 Derick Rethans- Add tests
2002-10-03 Andrey Hristovws fixes.
2002-10-03 Derick Rethans- Revert changed to implicit_flush behavior. The new...
2002-10-03 Andrey HristovAdded some info about new functions and changed functio...
2002-10-03 Yasuo OhgakiShouldn't enable implicit_flush like this.
2002-10-03 Yasuo OhgakiFixed broken higlight_string()
2002-10-03 Stefan Esserrenamed ftp_async_* into ftp_nb_*
2002-10-03 Jan Lehnardt - Added wddx_serialize_type(). Allows users to cast...
2002-10-03 Yasuo OhgakiPrevent unwanted fluhsing.
2002-10-03 Yasuo OhgakiAdded comment for php_output_set_status().
2002-10-03 Sascha SchumannPurge ini_set calls and replace through INI sections.
2002-10-03 Andi Gutmans- Fix ZTS build
2002-10-03 Yasuo OhgakiUpdate test
2002-10-03 Yasuo OhgakiAdded ob_flush_all() that flushes bufferred contents...
2002-10-03 Sascha Schumannmove gc_maxlifetime one up
2002-10-03 Sascha SchumannAdd recommened entries, including disabling the session...
2002-10-03 Sascha SchumannAdd new session options
2002-10-03 Sascha SchumannMake the interpretation of gc_probability configurable...
2002-10-03 Sascha SchumannReenable E_WARNING and test session.bug_compat_warn...
2002-10-03 Sascha Schumannsession_destroy resets the sid, so we need to set it...
2002-10-03 Sascha SchumannVerify PHP 4.2 compatibility: global is used albeit...
2002-10-03 Sascha SchumannUse ZEND_SET_SYMBOL_WITH_LENGTH correctly (hopefully)
2002-10-03 Sascha Schumann(track_init) Use is_ref/refcount parameters of SET_SYMB...
2002-10-03 Sascha SchumannVerify PHP 4.2 compatibility: unset($c) with enabled...
2002-10-03 Yasuo OhgakiForgot 1 byte for \0
2002-10-03 Yasuo OhgakiSave memory
2002-10-03 Sascha SchumannAlign behaviour with 4.2 with regard to register_globals=1
2002-10-03 Yasuo OhgakiAdded missing proto and foldings.
2002-10-03 Yasuo OhgakiMove wrong output buffer usage check to ob_gzhandler...
2002-10-03 Sascha SchumannNuke PS(vars), we keep the state of registered session...
2002-10-03 Yasuo OhgakiMade some functions inline.
2002-10-03 Yasuo OhgakiRename pg_data_seek() to pg_result_seek().
2002-10-03 Yasuo OhgakiRename pg_data_seek() to pg_result_seek().
2002-10-03 Yasuo OhgakiAdded ob_get_clean() and ob_get_flush().
2002-10-03 Ilia AlshanetskyAdded missing TSRMLS_DC to php_apache_lookup_uri()
2002-10-03 <changelog... ChangeLog update
2002-10-02 David ReidAdd more BeOS support...
2002-10-02 David ReidAdd some more BeOS support.
2002-10-02 Daniela Mariaschisyntax to avoid error while reading data from file...
2002-10-02 foobarstylissimo
2002-10-02 foobarunify these files to conform with the new files created...
2002-10-02 Sascha SchumannFix harmless memory leaks and simplify track_vars_init.
2002-10-02 Ilia AlshanetskyNotes about additions to Apache 2 sapi.
next