]> granicus.if.org Git - php/shortlog
php
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.
2002-10-02 Stig Bakken* we're releasing 1.0 along with PHP 4.3, so this is...
2002-10-02 Stig Bakken* add support for http proxy authorization (thanks...
2002-10-02 Ilia AlshanetskyAdded apache_response_headers(), apache_note(), apache_...
2002-10-02 Andrey HristovMaking strrchr() binary safe.
2002-10-02 Andrey HristovMaking strstr() binary safe.
2002-10-02 Andrey HristovWs fix. Forgot to add this in the previous commit.
2002-10-02 Andrey Hristovws fixes.
2002-10-02 Derick Rethans- Added CURLOPT_FTP_USE_EPSV option. (Patch by Alex...
2002-10-02 Marcus BoergerBetter...
2002-10-02 Marcus BoergerFix implicit_flush
2002-10-02 Marcus BoergerModified get_status(): Display chunk_size allways and...
2002-10-02 Marcus BoergerRevisted Wez patch: chunk_size 0 means cahce the whole...
2002-10-02 Colin ViebrockFix for SRM module (and maybe others). Header rows...
2002-10-02 Marcus BoergerAnother missing variable init
2002-10-02 Marcus BoergerMissing variable init
2002-10-02 Harald Radifixes bugs #19156 and #19544
2002-10-02 Marcus BoergerCheck for C99 conformance of snprintf.
2002-10-02 Sascha SchumannAnother Linux x86 system returns ELIMIT so we need...
2002-10-02 Sascha SchumannReflect actual stance wrt cli/cgi
2002-10-02 Yasuo OhgakiFixed pg_escape_typea()
2002-10-02 Yasuo OhgakiClean up a little.
2002-10-02 Sascha SchumannThe pread/pwrite macros check for a bug in the Linux...
2002-10-02 Yasuo OhgakiImprove test to show output bufferring bypass bug clearly.
2002-10-02 Yasuo OhgakiAdded pg_unescape_bytea(). Fixed pg_data_seek().
2002-10-02 Yasuo OhgakiAdd some example functions for mysql users.
2002-10-02 Yasuo Ohgakipg_data_seek()
2002-10-02 Yasuo OhgakiAdded pg_data_seek().
2002-10-02 Yasuo OhgakiAdded pg_ping()
2002-10-02 Yasuo OhgakiRename pg_metadata() to pg_meta_data() to confirm namin...
2002-10-02 foobar- Run ext/* tests only for those modules that are actua...
2002-10-02 <changelog... ChangeLog update
2002-10-01 Stefan Esserrepairing the chaos
2002-10-01 Andi Gutmans- Fix problem when crashing on illegal tokens in class...
2002-10-01 Sascha SchumannDisable pread/pwrite for now until we can clarify why...
2002-10-01 Sascha SchumannThe session extension ensures now that get_session_var...
2002-10-01 Yasuo OhgakiWS and added missing output.
2002-10-01 Zeev SuraskiFix warnings
2002-10-01 Yasuo OhgakiBug fix
2002-10-01 Yasuo OhgakiFixed bug #17825. Double zval_ptr_dtor().
2002-10-01 Yasuo OhgakiImplicit flush fix
2002-10-01 foobar- Revert the removal of dlopen check here.
2002-10-01 Yasuo OhgakiFixed implicit flush.
next