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
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
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.
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
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
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.
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_
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
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
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
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
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
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
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
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
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
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
+++
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
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
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
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
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/
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(). (
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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/
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
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
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
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/
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
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
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
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
48 matches
Mail list logo