summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagMODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003SVN Migration2002-10-022103-640998/+0
* Fix harmless memory leaks and simplify track_vars_init.Sascha Schumann2002-10-021-18/+13
* Notes about additions to Apache 2 sapi.Ilia Alshanetsky2002-10-021-0/+6
* * we're releasing 1.0 along with PHP 4.3, so this is 1.0RC1Stig Bakken2002-10-021-3/+4
* * add support for http proxy authorization (thanks Arnaud)Stig Bakken2002-10-023-10/+24
* Added apache_response_headers(), apache_note(), apache_getenv() andIlia Alshanetsky2002-10-021-15/+160
* Making strrchr() binary safe.Andrey Hristov2002-10-022-1/+16
* Making strstr() binary safe.Andrey Hristov2002-10-021-1/+3
* Ws fix. Forgot to add this in the previous commit.Andrey Hristov2002-10-021-3/+2
* ws fixes.Andrey Hristov2002-10-021-108/+111
* - Added CURLOPT_FTP_USE_EPSV option. (Patch by Alex HowanskyDerick Rethans2002-10-021-0/+2
* Better...Marcus Boerger2002-10-021-1/+1
* Fix implicit_flushMarcus Boerger2002-10-022-8/+6
* Modified get_status(): Display chunk_size allways and size which is inMarcus Boerger2002-10-021-2/+5
* Revisted Wez patch: chunk_size 0 means cahce the whole output. SoMarcus Boerger2002-10-022-4/+6
* Fix for SRM module (and maybe others). Header rows are now not HTMLColin Viebrock2002-10-021-1/+1
* Another missing variable initMarcus Boerger2002-10-021-1/+1
* Missing variable initMarcus Boerger2002-10-021-1/+1
* fixes bugs #19156 and #19544Harald Radi2002-10-021-15/+16
* Check for C99 conformance of snprintf.Marcus Boerger2002-10-022-3/+37
* Another Linux x86 system returns ELIMIT so we need to check errno as wellSascha Schumann2002-10-021-2/+4
* Reflect actual stance wrt cli/cgiSascha Schumann2002-10-021-2/+2
* Fixed pg_escape_typea()Yasuo Ohgaki2002-10-021-2/+2
* Clean up a little.Yasuo Ohgaki2002-10-021-4/+2
* The pread/pwrite macros check for a bug in the Linux glibc now.Sascha Schumann2002-10-023-13/+33
* Improve test to show output bufferring bypass bug clearly.Yasuo Ohgaki2002-10-021-3/+5
* Added pg_unescape_bytea(). Fixed pg_data_seek().Yasuo Ohgaki2002-10-022-3/+130
* Add some example functions for mysql users.Yasuo Ohgaki2002-10-021-0/+82
* pg_data_seek()Yasuo Ohgaki2002-10-021-1/+1
* Added pg_data_seek().Yasuo Ohgaki2002-10-022-0/+33
* Added pg_ping()Yasuo Ohgaki2002-10-023-2/+35
* Rename pg_metadata() to pg_meta_data() to confirm naming standardYasuo Ohgaki2002-10-025-15/+15
* - Run ext/* tests only for those modules that are actually compiledfoobar2002-10-021-44/+48
* ChangeLog update2002-10-022-0/+74
* repairing the chaosStefan Esser2002-10-011-1/+5
* - Fix problem when crashing on illegal tokens in class name during classAndi Gutmans2002-10-011-2/+2
* Disable pread/pwrite for now until we can clarify why it should beSascha Schumann2002-10-011-2/+2
* The session extension ensures now that get_session_var can relySascha Schumann2002-10-012-25/+48
* WS and added missing output.Yasuo Ohgaki2002-10-011-4/+6
* Fix warningsZeev Suraski2002-10-011-1/+1
* Bug fixYasuo Ohgaki2002-10-011-0/+1
* Fixed bug #17825. Double zval_ptr_dtor().Yasuo Ohgaki2002-10-011-1/+0
* Implicit flush fixYasuo Ohgaki2002-10-011-0/+1
* - Revert the removal of dlopen check here.foobar2002-10-011-0/+1
* Fixed implicit flush.Yasuo Ohgaki2002-10-011-0/+8
* - Removed unnecessary dlopen checks. (this is done in Zend.m4 already)foobar2002-10-012-3/+0
* some typos fixed..foobar2002-10-011-3/+3
* NEWS update2002-10-011-0/+1
* ChangeLog update2002-10-012-0/+132
* Users can shoot themselves by their own output handler always.Yasuo Ohgaki2002-09-301-15/+18