[PHP-CVS] cvs: php4 /ext/session session.c

2002-10-02 Thread Andi Gutmans
andiThu Oct 3 03:23:52 2002 EDT Modified files: /php4/ext/session session.c Log: - Fix ZTS build Index: php4/ext/session/session.c diff -u php4/ext/session/session.c:1.329 php4/ext/session/session.c:1.330 --- php4/ext/session/session.c:1.329Thu Oc

[PHP-CVS] cvs: php4 /ext/mbstring/tests 007.phpt

2002-10-02 Thread Yasuo Ohgaki
yohgaki Thu Oct 3 03:19:28 2002 EDT Modified files: /php4/ext/mbstring/tests007.phpt Log: Update test Index: php4/ext/mbstring/tests/007.phpt diff -u php4/ext/mbstring/tests/007.phpt:1.2 php4/ext/mbstring/tests/007.phpt:1.3 --- php4/ext/mbstring/tests/0

[PHP-CVS] cvs: php4 /ext/mbstring/tests 007.inc /ext/standard basic_functions.c /main output.c php_output.h

2002-10-02 Thread Yasuo Ohgaki
yohgaki Thu Oct 3 03:17:14 2002 EDT Modified files: /php4/ext/mbstring/tests007.inc /php4/ext/standard basic_functions.c /php4/main output.c php_output.h Log: Added ob_flush_all() that flushes bufferred contents until it actually sent/printed.

[PHP-CVS] cvs: php4 / php.ini-dist

2002-10-02 Thread Sascha Schumann
sas Thu Oct 3 02:52:24 2002 EDT Modified files: /php4 php.ini-dist Log: move gc_maxlifetime one up Index: php4/php.ini-dist diff -u php4/php.ini-dist:1.160 php4/php.ini-dist:1.161 --- php4/php.ini-dist:1.160 Thu Oct 3 02:49:33 2002 +++ php4/p

[PHP-CVS] cvs: php4 / php.ini-recommended

2002-10-02 Thread Sascha Schumann
sas Thu Oct 3 02:51:38 2002 EDT Modified files: /php4 php.ini-recommended Log: Add recommened entries, including disabling the session bug/feature Index: php4/php.ini-recommended diff -u php4/php.ini-recommended:1.109 php4/php.ini-recommended:1.11

[PHP-CVS] cvs: php4 / php.ini-dist

2002-10-02 Thread Sascha Schumann
sas Thu Oct 3 02:49:33 2002 EDT Modified files: /php4 php.ini-dist Log: Add new session options Index: php4/php.ini-dist diff -u php4/php.ini-dist:1.159 php4/php.ini-dist:1.160 --- php4/php.ini-dist:1.159 Wed Sep 25 19:36:27 2002 +++ php4/php.

[PHP-CVS] cvs: php4 /ext/session php_session.h session.c

2002-10-02 Thread Sascha Schumann
sas Thu Oct 3 02:45:15 2002 EDT Modified files: /php4/ext/session php_session.h session.c Log: Make the interpretation of gc_probability configurable by adding session.gc_dividend. The probability of running gc on each request is then gc_probability/gc_

[PHP-CVS] cvs: php4 /ext/session/tests 008.phpt

2002-10-02 Thread Sascha Schumann
sas Thu Oct 3 02:41:25 2002 EDT Modified files: /php4/ext/session/tests 008.phpt Log: Reenable E_WARNING and test session.bug_compat_warn in addition. Index: php4/ext/session/tests/008.phpt diff -u php4/ext/session/tests/008.phpt:1.1 php4/ext/sessio

[PHP-CVS] cvs: php4 /ext/session/tests 007.phpt

2002-10-02 Thread Sascha Schumann
sas Thu Oct 3 02:33:19 2002 EDT Modified files: /php4/ext/session/tests 007.phpt Log: session_destroy resets the sid, so we need to set it again here Index: php4/ext/session/tests/007.phpt diff -u php4/ext/session/tests/007.phpt:1.1 php4/ext/session

[PHP-CVS] cvs: php4 /ext/session/tests 008.phpt

2002-10-02 Thread Sascha Schumann
sas Thu Oct 3 02:32:45 2002 EDT Added files: /php4/ext/session/tests 008.phpt Log: Verify PHP 4.2 compatibility: global is used albeit register_globals=0 Index: php4/ext/session/tests/008.phpt +++ php4/ext/session/tests/008.phpt --TEST-- Verify

[PHP-CVS] cvs: php4 /ext/session session.c

2002-10-02 Thread Sascha Schumann
sas Thu Oct 3 02:29:58 2002 EDT Modified files: /php4/ext/session session.c Log: Use ZEND_SET_SYMBOL_WITH_LENGTH correctly (hopefully) It strikes me as awkward that a Zend API user needs to take care of doing the engine's reference counting. Th

[PHP-CVS] cvs: php4 /ext/session session.c

2002-10-02 Thread Sascha Schumann
sas Thu Oct 3 01:53:45 2002 EDT Modified files: /php4/ext/session session.c Log: (track_init) Use is_ref/refcount parameters of SET_SYMBOL macros (save_current_state) Prevent a possible deadlock which occurs when the track vars are inaccessible

[PHP-CVS] cvs: php4 /ext/session/tests 007.phpt

2002-10-02 Thread Sascha Schumann
sas Thu Oct 3 01:06:01 2002 EDT Added files: /php4/ext/session/tests 007.phpt Log: Verify PHP 4.2 compatibility: unset($c) with enabled register_globals Index: php4/ext/session/tests/007.phpt +++ php4/ext/session/tests/007.phpt --TEST-- Verify P

[PHP-CVS] cvs: php4 /ext/standard string.c

2002-10-02 Thread Yasuo Ohgaki
yohgaki Thu Oct 3 00:56:55 2002 EDT Modified files: /php4/ext/standard string.c Log: Forgot 1 byte for \0 Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.305 php4/ext/standard/string.c:1.306 --- php4/ext/standard/string.c:1.305Th

[PHP-CVS] cvs: php4 /ext/standard string.c

2002-10-02 Thread Yasuo Ohgaki
yohgaki Thu Oct 3 00:54:01 2002 EDT Modified files: /php4/ext/standard string.c Log: Save memory Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.304 php4/ext/standard/string.c:1.305 --- php4/ext/standard/string.c:1.304Wed Oct 2

[PHP-CVS] cvs: php4 /ext/session session.c

2002-10-02 Thread Sascha Schumann
sas Thu Oct 3 00:53:06 2002 EDT Modified files: /php4/ext/session session.c Log: Align behaviour with 4.2 with regard to register_globals=1 session_register("c"); unset($c); $c = time(); If a user unsets a global session variable, it is not a

[PHP-CVS] cvs: php4 /main output.c

2002-10-02 Thread Yasuo Ohgaki
yohgaki Thu Oct 3 00:17:41 2002 EDT Modified files: /php4/main output.c Log: Added missing proto and foldings. Index: php4/main/output.c diff -u php4/main/output.c:1.131 php4/main/output.c:1.132 --- php4/main/output.c:1.131Wed Oct 2 23:58:12 2002 +++

[PHP-CVS] cvs: php4 /ext/zlib zlib.c /main output.c php_output.h

2002-10-02 Thread Yasuo Ohgaki
yohgaki Wed Oct 2 23:58:12 2002 EDT Modified files: /php4/ext/zlib zlib.c /php4/main output.c php_output.h Log: Move wrong output buffer usage check to ob_gzhandler init. Export some output buffer functions. Index: php4/ext/zlib/zlib.c diff -u

[PHP-CVS] cvs: php4 /ext/session php_session.h session.c

2002-10-02 Thread Sascha Schumann
sas Wed Oct 2 23:23:02 2002 EDT Modified files: /php4/ext/session php_session.h session.c Log: Nuke PS(vars), we keep the state of registered session variables now completely in PS(http_session_vars). This avoids bugs which are caused by a lack of synch

[PHP-CVS] cvs: php4 /main output.c

2002-10-02 Thread Yasuo Ohgaki
yohgaki Wed Oct 2 22:55:19 2002 EDT Modified files: /php4/main output.c Log: Made some functions inline. Added static for unexported functions. Index: php4/main/output.c diff -u php4/main/output.c:1.129 php4/main/output.c:1.130 --- php4/main/output.c:1.1

[PHP-CVS] cvs: php4 / NEWS

2002-10-02 Thread Yasuo Ohgaki
yohgaki Wed Oct 2 22:41:20 2002 EDT Modified files: /php4 NEWS Log: Rename pg_data_seek() to pg_result_seek(). Give a correct credit for Marcus and Wez. Index: php4/NEWS diff -u php4/NEWS:1.1173 php4/NEWS:1.1174 --- php4/NEWS:1.1173Wed Oct 2 18

[PHP-CVS] cvs: php4 /ext/mysql php_mysql.c /ext/pgsql pgsql.c php_pgsql.h

2002-10-02 Thread Yasuo Ohgaki
yohgaki Wed Oct 2 22:32:09 2002 EDT Modified files: /php4/ext/mysql php_mysql.c /php4/ext/pgsql pgsql.c php_pgsql.h Log: Rename pg_data_seek() to pg_result_seek(). Added mysql_result_seek() which is alias of mysql_data_seek(). Index: php4/

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c /main output.c php_output.h

2002-10-02 Thread Yasuo Ohgaki
yohgaki Wed Oct 2 21:36:44 2002 EDT Modified files: /php4/ext/standard basic_functions.c /php4/main output.c php_output.h Log: Added ob_get_clean() and ob_get_flush(). Someone requested this feature before. @ Added ob_get_clean() and og_get_flush(). (

[PHP-CVS] cvs: php4 /sapi/apache2filter php_functions.c

2002-10-02 Thread Ilia Alshanetsky
iliaa Wed Oct 2 21:28:04 2002 EDT Modified files: /php4/sapi/apache2filterphp_functions.c Log: Added missing TSRMLS_DC to php_apache_lookup_uri() Index: php4/sapi/apache2filter/php_functions.c diff -u php4/sapi/apache2filter/php_functions.c:1.28 php4

[PHP-CVS] cvs: php4 /ext/standard file.c

2002-10-02 Thread David Reid
dreid Wed Oct 2 19:52:08 2002 EDT Modified files: /php4/ext/standard file.c Log: Add more BeOS support... Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.266 php4/ext/standard/file.c:1.267 --- php4/ext/standard/file.c:1.266 Sat Se

[PHP-CVS] cvs: php4 /main safe_mode.c

2002-10-02 Thread David Reid
dreid Wed Oct 2 19:48:59 2002 EDT Modified files: /php4/main safe_mode.c Log: Add some more BeOS support. Index: php4/main/safe_mode.c diff -u php4/main/safe_mode.c:1.49 php4/main/safe_mode.c:1.50 --- php4/main/safe_mode.c:1.49 Sun Aug 25 14:45:02 2002

[PHP-CVS] cvs: php4 /ext/interbase interbase.c

2002-10-02 Thread Daniela Mariaschi
daniela Wed Oct 2 19:05:08 2002 EDT Modified files: /php4/ext/interbase interbase.c Log: syntax to avoid error while reading data from file in ibase_blob_import Index: php4/ext/interbase/interbase.c diff -u php4/ext/interbase/interbase.c:1.90 php4/ext/inter

[PHP-CVS] cvs: php4 / NEWS

2002-10-02 Thread Jani Taskinen
sniper Wed Oct 2 18:34:41 2002 EDT Modified files: /php4 NEWS Log: stylissimo Index: php4/NEWS diff -u php4/NEWS:1.1172 php4/NEWS:1.1173 --- php4/NEWS:1.1172Wed Oct 2 17:34:01 2002 +++ php4/NEWS Wed Oct 2 18:34:40 2002 @@ -1,15 +1,15 @@ PHP

[PHP-CVS] cvs: php4 / run-tests.php /ext/bz2/tests .cvsignore /ext/crack/tests .cvsignore /ext/ctype/tests .cvsignore /ext/cybermut/tests .cvsignore /ext/db/tests .cvsignore /ext/dbx/tests .cvsignore /ext/dio/tests .cvsignore /ext/domxml/tests .cvsignore /ext/exif/tests .cvsignore /ext/gmp/tests .cvsignore /ext/iconv/tests .cvsignore /ext/interbase/tests .cvsignore /ext/mbstring/tests .cvsignore /ext/mcrypt/tests .cvsignore /ext/mcve/tests .cvsignore /ext/ncurses/tests .cvsignore /ext/openssl/tests .cvsignore /ext/pcntl/tests .cvsignore /ext/pgsql/tests .cvsignore /ext/pspell/tests .cvsignore /ext/session/tests .cvsignore /ext/skeleton/tests .cvsignore /ext/standard/tests .cvsignore /ext/standard/tests/aggregation .cvsignore /ext/standard/tests/array .cvsignore /ext/standard/tests/assert .cvsignore /ext/standard/tests/file .cvsignore /ext/standard/tests/general_functions .cvsignore /ext/standard/tests/math .cvsignore /ext/standard/tests/reg .cvsignore /ext/standard/tests/serialize .cvsignore /ext/standard/tests/strings .cvsignore /ext/standard/tests/time .cvsignore /ext/standard/tests/versioning .cvsignore /ext/sysvmsg/tests .cvsignore /ext/xml/tests .cvsignore /ext/xslt/tests .cvsignore /ext/zip/tests .cvsignore /ext/zlib/tests .cvsignore /pear/Console/tests .cvsignore /pear/tests .cvsignore /tests .cvsignore /tests/basic .cvsignore /tests/classes .cvsignore /tests/func .cvsignore /tests/lang .cvsignore /tests/strings .cvsignore

2002-10-02 Thread Jani Taskinen
sniper Wed Oct 2 18:31:38 2002 EDT Modified files: /php4 run-tests.php /php4/ext/bz2/tests .cvsignore /php4/ext/crack/tests .cvsignore /php4/ext/ctype/tests .cvsignore /php4/ext/cybermut/tests.cvsignore /php4/ext/db/test

[PHP-CVS] cvs: php4 /ext/session session.c

2002-10-02 Thread Sascha Schumann
sas Wed Oct 2 17:51:32 2002 EDT Modified files: /php4/ext/session session.c Log: Fix harmless memory leaks and simplify track_vars_init. Index: php4/ext/session/session.c diff -u php4/ext/session/session.c:1.323 php4/ext/session/session.c:1.324 --- ph

[PHP-CVS] cvs: php4 / NEWS

2002-10-02 Thread Ilia Alshanetsky
iliaa Wed Oct 2 17:34:02 2002 EDT Modified files: /php4 NEWS Log: Notes about additions to Apache 2 sapi. Index: php4/NEWS diff -u php4/NEWS:1.1171 php4/NEWS:1.1172 --- php4/NEWS:1.1171Wed Oct 2 11:40:57 2002 +++ php4/NEWS Wed Oct 2 17:34:01

[PHP-CVS] cvs: php4 /sapi/apache2filter php_functions.c

2002-10-02 Thread Ilia Alshanetsky
iliaa Wed Oct 2 17:22:45 2002 EDT Modified files: /php4/sapi/apache2filterphp_functions.c Log: Added apache_response_headers(), apache_note(), apache_getenv() and apache_setenv() functions. The getallheaders() is renamed to apache_request_headers() and

[PHP-CVS] cvs: php4 /ext/standard string.c /ext/standard/tests/strings 002.phpt

2002-10-02 Thread Andrey Hristov
andrey Wed Oct 2 14:58:10 2002 EDT Added files: /php4/ext/standard/tests/strings002.phpt Modified files: /php4/ext/standard string.c Log: Making strrchr() binary safe. Test case added. Index: php4/ext/standard/string.c diff

[PHP-CVS] cvs: php4 /ext/standard string.c

2002-10-02 Thread Andrey Hristov
andrey Wed Oct 2 14:41:55 2002 EDT Modified files: /php4/ext/standard string.c Log: Making strstr() binary safe. Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.302 php4/ext/standard/string.c:1.303 --- php4/ext/standard/string.c:1.3

[PHP-CVS] cvs: php4 /ext/standard string.c

2002-10-02 Thread Andrey Hristov
andrey Wed Oct 2 14:13:57 2002 EDT Modified files: /php4/ext/standard string.c Log: Ws fix. Forgot to add this in the previous commit. Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.301 php4/ext/standard/string.c:1.302 --- php4/ext

[PHP-CVS] cvs: php4 /ext/standard string.c

2002-10-02 Thread Andrey Hristov
andrey Wed Oct 2 13:56:05 2002 EDT Modified files: /php4/ext/standard string.c Log: ws fixes. Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.300 php4/ext/standard/string.c:1.301 --- php4/ext/standard/string.c:1.300Thu Sep 26 1

[PHP-CVS] cvs: php4 /ext/curl curl.c

2002-10-02 Thread Derick Rethans
derick Wed Oct 2 12:44:49 2002 EDT Modified files: /php4/ext/curl curl.c Log: - Added CURLOPT_FTP_USE_EPSV option. (Patch by Alex Howansky <[EMAIL PROTECTED]>) Index: php4/ext/curl/curl.c diff -u php4/ext/curl/curl.c:1.118 php4/ext/curl/curl.c:1.1

[PHP-CVS] cvs: php4 / NEWS

2002-10-02 Thread Marcus Börger
helly Wed Oct 2 11:40:58 2002 EDT Modified files: /php4 NEWS Log: Better... Index: php4/NEWS diff -u php4/NEWS:1.1170 php4/NEWS:1.1171 --- php4/NEWS:1.1170Wed Oct 2 11:36:28 2002 +++ php4/NEWS Wed Oct 2 11:40:57 2002 @@ -194,7 +194,7 @@ d

[PHP-CVS] cvs: php4 / NEWS /main output.c

2002-10-02 Thread Marcus Börger
helly Wed Oct 2 11:36:29 2002 EDT Modified files: /php4 NEWS /php4/main output.c Log: Fix implicit_flush Index: php4/NEWS diff -u php4/NEWS:1.1169 php4/NEWS:1.1170 --- php4/NEWS:1.1169Wed Oct 2 04:14:47 2002 +++ php4/NEWS Wed Oct 2 11:

[PHP-CVS] cvs: php4 /main output.c

2002-10-02 Thread Marcus Börger
helly Wed Oct 2 11:10:11 2002 EDT Modified files: /php4/main output.c Log: Modified get_status(): Display chunk_size allways and size which is in most cases initial_size as well as block_size only when used. Index: php4/main/output.c diff -u php4/main/

[PHP-CVS] cvs: php4 /ext/zlib zlib.c /main output.c

2002-10-02 Thread Marcus Börger
helly Wed Oct 2 11:02:18 2002 EDT Modified files: /php4/main output.c /php4/ext/zlib zlib.c Log: Revisted Wez patch: chunk_size 0 means cahce the whole output. So we must apply the default before calling php_enable_output_compression(). I have le

[PHP-CVS] cvs: php4 /ext/standard info.c

2002-10-02 Thread Colin Viebrock
cmv Wed Oct 2 10:27:32 2002 EDT Modified files: /php4/ext/standard info.c Log: Fix for SRM module (and maybe others). Header rows are now not HTML escaped, so make sure you do this yourself in the modules. Index: php4/ext/standard/info.c diff -u

[PHP-CVS] cvs: php4 /main streams.c

2002-10-02 Thread Marcus Börger
helly Wed Oct 2 09:25:38 2002 EDT Modified files: /php4/main streams.c Log: Another missing variable init #Wez shouldn't "stream->filterhead->fops->flush()" affect return value also? Index: php4/main/streams.c diff -u php4/main/streams.c:1.87 php4/main

[PHP-CVS] cvs: php4 /main streams.c

2002-10-02 Thread Marcus Börger
helly Wed Oct 2 09:18:01 2002 EDT Modified files: /php4/main streams.c Log: Missing variable init Index: php4/main/streams.c diff -u php4/main/streams.c:1.86 php4/main/streams.c:1.87 --- php4/main/streams.c:1.86Sat Sep 28 18:10:46 2002 +++ php4/main/

[PHP-CVS] cvs: php4 /ext/com COM.c

2002-10-02 Thread Harald Radi
phanto Wed Oct 2 08:53:51 2002 EDT Modified files: /php4/ext/com COM.c Log: fixes bugs #19156 and #19544 Index: php4/ext/com/COM.c diff -u php4/ext/com/COM.c:1.86 php4/ext/com/COM.c:1.87 --- php4/ext/com/COM.c:1.86 Mon Aug 26 09:36:35 2002 +++ ph

[PHP-CVS] cvs: php4 / acinclude.m4 configure.in

2002-10-02 Thread Marcus Börger
helly Wed Oct 2 08:52:54 2002 EDT Modified files: /php4 acinclude.m4 configure.in Log: Check for C99 conformance of snprintf. #This way we force using internal version if a broken library is used. #E.g. length parameter is broken, return value or def

[PHP-CVS] cvs: php4 / acinclude.m4

2002-10-02 Thread Sascha Schumann
sas Wed Oct 2 04:32:26 2002 EDT Modified files: /php4 acinclude.m4 Log: Another Linux x86 system returns ELIMIT so we need to check errno as well before assuming that pread/pwrite work. Index: php4/acinclude.m4 diff -u php4/acinclude.m4:1.208 ph

[PHP-CVS] cvs: php4 / NEWS

2002-10-02 Thread Sascha Schumann
sas Wed Oct 2 04:14:47 2002 EDT Modified files: /php4 NEWS Log: Reflect actual stance wrt cli/cgi Index: php4/NEWS diff -u php4/NEWS:1.1168 php4/NEWS:1.1169 --- php4/NEWS:1.1168Wed Oct 2 00:03:20 2002 +++ php4/NEWS Wed Oct 2 04:14:47 2002