[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

[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

[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()

[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 ---

[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

[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

[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/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.305