[PHP] IRCG/PHP and Apache 1.3

2002-11-28 Thread Sascha Schumann
Hi! For all of you who are interested in running IRCG together with Apache 1.3, I suggest you have a look at this page. http://schumann.cx/ircg/ircg4.php> Spoiler: IRCG 4 will run inside Apache 1.3. -- About IRCG IRCG is a revolutionary way for dispa

Re: [PHP] FTP hosting PHP releases?

2003-08-26 Thread Sascha Schumann
On Tue, 26 Aug 2003, Simon Fredriksson wrote: > Is there any official FTP server hosting the PHP tar balls? I've done a > shell script that downloads, compiles and installs PHP. Problem is that > it's kinda hard to fetch the tarballs since there are no good static > links. They seem to change with

[PHP] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP] PHP 5.0.0 Beta 1

2003-06-29 Thread Sascha Schumann
> On Sun, 29 Jun 2003, Robert Cummings wrote: > > > On Sun, 2003-06-29 at 14:19, Sterling Hughes wrote: > > > > > > - Due to issues surrounding the MySQL 4.0 license, the MySQL libraries > > > are no longer bundled with PHP. For more information on these > > > licensing changes please se

[PHP] IRCG on Windows

2002-10-14 Thread Sascha Schumann
The IRCG installation script[1] has been updated and should work in Cygwin[2] now. Note that you need a recent PHP checkout/snapshot which includes a Cygwin-specific patch for a successful thttpd build. The install script automatically applies a patch by [EMAIL PROTEC

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

2001-01-10 Thread Sascha Schumann
sas Wed Jan 10 05:50:26 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: Remove unused channel element from the php_irconn structure. Remove unnecessary check when freeing custom format messages. Improve handling, if send(2) fails. Inde

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

2001-01-10 Thread Sascha Schumann
sas Wed Jan 10 05:51:58 2001 EDT Modified files: /php4/sapi/thttpd thttpd.c Log: Especially on FreeBSD it seems to be common that send(2) does not do a decent job. We handle that better now. Index: php4/sapi/thttpd/thttpd.c diff -u php4/sapi/thttpd/

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

2001-01-10 Thread Sascha Schumann
sas Wed Jan 10 07:52:01 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: Check the return value irc_connect(). There are some cases where that function would fail and we were leaking memory. Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ir

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

2001-01-10 Thread Sascha Schumann
sas Wed Jan 10 11:07:23 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: Fix a bug of the D'oh! class (RETVAL instead of RETURN), let the first irconn_id be 1 and allow empty strings as format strings. Index: php4/ext/ircg/ircg.c diff -u php4/e

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

2001-01-10 Thread Sascha Schumann
sas Wed Jan 10 13:06:18 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: Improved handling for empty format strings Also kill a warning Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.13 php4/ext/ircg/ircg.c:1.14 --- php4/ext/ircg

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

2001-01-12 Thread Sascha Schumann
sas Fri Jan 12 05:35:30 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: Try to be more memory friendly by avoiding storing redundant data. Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.14 php4/ext/ircg/ircg.c:1.15 --- php4/ext/ircg/

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

2001-01-12 Thread Sascha Schumann
sas Fri Jan 12 05:49:16 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: Make some strings static to avoid reallocating the buffers a thousand times per second. Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.15 php4/ext/ircg/ircg.c:

[PHP-CVS] cvs: php4 /ext/ircg ircg.c php_ircg.h

2001-01-12 Thread Sascha Schumann
sas Fri Jan 12 06:27:28 2001 EDT Modified files: /php4/ext/ircg ircg.c php_ircg.h Log: Make the format-msg functions actually available. Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.16 php4/ext/ircg/ircg.c:1.17 --- php4/ext/ircg/ircg.c

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

2001-01-12 Thread Sascha Schumann
sas Fri Jan 12 06:51:13 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: Add a format string which allows us to implement a transaction-like JS interface for large joins (many changes, one commit). Index: php4/ext/ircg/ircg.c diff -u php4/ext/i

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

2001-01-12 Thread Sascha Schumann
sas Fri Jan 12 07:27:54 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: Add a hook for signaling "you're gone" to the client on channel part Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.18 php4/ext/ircg/ircg.c:1.19 --- php4/ext/irc

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

2001-01-12 Thread Sascha Schumann
sas Fri Jan 12 07:45:34 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: Encode HTML entities by default Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.19 php4/ext/ircg/ircg.c:1.20 --- php4/ext/ircg/ircg.c:1.19 Fri Jan 12 07:27:53 2

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

2001-01-12 Thread Sascha Schumann
sas Fri Jan 12 08:42:10 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: We never want to appand to the result string, so set len to 0 initially. Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.20 php4/ext/ircg/ircg.c:1.21 --- php4/ext

[PHP-CVS] cvs: php4 /pear Makefile.in

2001-01-13 Thread Sascha Schumann
sas Sat Jan 13 02:02:09 2001 EDT Modified files: /php4/pear Makefile.in Log: Fix make install in VPATH builds Index: php4/pear/Makefile.in diff -u php4/pear/Makefile.in:1.62 php4/pear/Makefile.in:1.63 --- php4/pear/Makefile.in:1.62 Fri Jan 12 07:24:21

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

2001-01-13 Thread Sascha Schumann
sas Sat Jan 13 02:19:17 2001 EDT Modified files: /php4/main rfc1867.c Log: arr_index errorneusly included the trailing ']' character, so that variable names like Data_name[Image]] were passed to the register functions. Index: php4/main/rfc1867.c diff

[PHP-CVS] cvs: php4 /main php_globals.h php_ini.c

2001-01-14 Thread Sascha Schumann
sas Sun Jan 14 19:21:05 2001 EDT Modified files: /php4/main php_ini.c php_globals.h Log: Defer loading of extensions until all configuration entries have been added to the configuration hash. Index: php4/main/php_ini.c diff -u php4/main/php_ini.c:1.47

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

2001-01-15 Thread Sascha Schumann
sas Mon Jan 15 06:48:15 2001 EDT Modified files: /php4/sapi/aolserveraolserver.c Log: Try harder to push data through the wire. I just learned that the AOLserver module will be used for a 100k users webmail service. Wheee! Index: php4/sap

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

2001-01-15 Thread Sascha Schumann
sas Mon Jan 15 22:53:30 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: Use the write buffer subsystem to accumulate network writes and to increase the overall through-put. Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.21 php4/ext

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

2001-01-17 Thread Sascha Schumann
sas Wed Jan 17 04:32:46 2001 EDT Modified files: /php4 configure.in Log: Fix vpath builds on freebsd Index: php4/configure.in diff -u php4/configure.in:1.212 php4/configure.in:1.213 --- php4/configure.in:1.212 Tue Jan 16 17:15:11 2001 +++ php4/

[PHP-CVS] cvs: php4 /ext/ircg README.txt

2001-01-18 Thread Sascha Schumann
sas Thu Jan 18 02:45:22 2001 EDT Modified files: /php4/ext/ircg README.txt Log: Add a pointer to the homepage at the beginning Index: php4/ext/ircg/README.txt diff -u php4/ext/ircg/README.txt:1.2 php4/ext/ircg/README.txt:1.3 --- php4/ext/ircg/README

[PHP-CVS] cvs: php4 /ext/ircg README.txt

2001-01-18 Thread Sascha Schumann
sas Thu Jan 18 02:46:18 2001 EDT Modified files: /php4/ext/ircg README.txt Log: Expand tabs Index: php4/ext/ircg/README.txt diff -u php4/ext/ircg/README.txt:1.3 php4/ext/ircg/README.txt:1.4 --- php4/ext/ircg/README.txt:1.3Thu Jan 18 02:45:22

[PHP-CVS] cvs: CVSROOT / avail gen_acl_file.m4

2001-01-18 Thread Sascha Schumann
sas Thu Jan 18 03:59:17 2001 EDT Modified files: /CVSROOTgen_acl_file.m4 avail Log: Add phpweb Karma for zimt Index: CVSROOT/gen_acl_file.m4 diff -u CVSROOT/gen_acl_file.m4:1.45 CVSROOT/gen_acl_file.m4:1.46 --- CVSROOT/gen_acl_file.m4:1.45Wed

[PHP-CVS] cvs: CVSROOT / avail gen_acl_file.m4

2001-01-18 Thread Sascha Schumann
sas Thu Jan 18 04:08:41 2001 EDT Modified files: /CVSROOTgen_acl_file.m4 avail Log: php_web karma for mk Index: CVSROOT/gen_acl_file.m4 diff -u CVSROOT/gen_acl_file.m4:1.46 CVSROOT/gen_acl_file.m4:1.47 --- CVSROOT/gen_acl_file.m4:1.46Thu Jan

[PHP-CVS] cvs: CVSROOT / avail gen_acl_file.m4

2001-01-18 Thread Sascha Schumann
sas Thu Jan 18 12:40:32 2001 EDT Modified files: /CVSROOTgen_acl_file.m4 avail Log: PEAR Karma for Ulf Wendel Index: CVSROOT/gen_acl_file.m4 diff -u CVSROOT/gen_acl_file.m4:1.47 CVSROOT/gen_acl_file.m4:1.48 --- CVSROOT/gen_acl_file.m4:1.47Thu

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

2001-01-19 Thread Sascha Schumann
sas Fri Jan 19 07:39:35 2001 EDT Modified files: /php4/main rfc1867.c Log: Make the code match the comment. Prior to this change, the upload code tried to add mangled names to the global HTTP_POST_FILES array, resulting in all kind of weird behaviour.

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

2001-01-19 Thread Sascha Schumann
On Fri, 19 Jan 2001, Rasmus Lerdorf wrote: > > - is_arr_upload = (start_arr = >strrchr(namebuf,'[')) && > > + is_arr_upload = (start_arr = >strchr(namebuf,'[')) && > > Yes, this makes more sense. Does anyone mind, if I bum

[PHP-CVS] cvs: php4 /main php.h

2001-01-19 Thread Sascha Schumann
sas Fri Jan 19 08:04:27 2001 EDT Modified files: /php4/main php.h Log: Bump PHP_API_VERSION Index: php4/main/php.h diff -u php4/main/php.h:1.129 php4/main/php.h:1.130 --- php4/main/php.h:1.129 Thu Dec 7 04:09:38 2000 +++ php4/main/php.h Fri J

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

2001-01-19 Thread Sascha Schumann
On Fri, 19 Jan 2001, Andi Gutmans wrote: > Are you talking about accessing it from a C extension or from a PHP script? > Because I don't think it's accessible from a PHP script. C++ extension. - Sascha -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTE

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

2001-01-20 Thread Sascha Schumann
sas Sat Jan 20 02:10:50 2001 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Revert last completely broken patch. Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.83 php4/ext/pgsql/pgsql.c:1.84 --- php4/ext/pgsql/pgsql.c:1.83 Thu Jan 1

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

2001-01-20 Thread Sascha Schumann
> +PHP_FUNCTION(pg_lolseek) { > + val **pgsql_lofp, **seek_offset, **seek_whence; ^^^ > + gLofp *pgsql; ^ > + long int offset; .. > + ffset = lo_tell((PGconn *)pgsql->conn, pgsql->lofd); ^ > + ETURN_LONG (offset); ^ Derick, this patch is completely brok

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

2001-01-20 Thread Sascha Schumann
> Strange, I compiled it at home, and it gave me no troubles, must be a > wrong regexp to replace spaces by tabs then. I'll look into it later. Another issue is the lo_lseek() call. The third and fourth parameters are prototyped as int, but you are passing in char *. - Sascha

[PHP-CVS] cvs: php4 /ext/ircg README.txt

2001-01-26 Thread Sascha Schumann
sas Fri Jan 26 08:04:58 2001 EDT Modified files: /php4/ext/ircg README.txt Log: Whitespace change. Index: php4/ext/ircg/README.txt diff -u php4/ext/ircg/README.txt:1.4 php4/ext/ircg/README.txt:1.5 --- php4/ext/ircg/README.txt:1.4Thu Jan 18 0

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

2001-02-20 Thread Sascha Schumann
sas Tue Feb 20 23:18:30 2001 EDT Modified files: /php4/ext/standard file.c filestat.c Log: Correctly check for the existence of the st_rdev field. Note that this field is required to exist for SUSv3 conformance. Submitted by: [EMAIL PROTECTED] PR:

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

2001-02-20 Thread Sascha Schumann
sas Tue Feb 20 23:39:13 2001 EDT Modified files: /php4 acinclude.m4 Log: Instead of assuming that sendmail lives in /usr/lib, if we don't find it, we also check /usr/lib now. PR: #9362 Index: php4/acinclude.m4 diff -u php4/acinclude.m4:1.120

[PHP-CVS] cvs: php4 /sapi/cgi php_getopt.h

2001-02-20 Thread Sascha Schumann
sas Tue Feb 20 23:41:01 2001 EDT Modified files: /php4/sapi/cgi php_getopt.h Log: There is no need to declare ap_php_(opterr|optopt) with external linkage as they are not used outside of getopt.c. PR: #9364 Index: php4/sapi/cgi/php_getopt.h d

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

2001-02-21 Thread Sascha Schumann
sas Wed Feb 21 12:25:53 2001 EDT Modified files: /php4/sapi/thttpd thttpd.c Log: If we cannot send the header, we don't need to continue with the page. Index: php4/sapi/thttpd/thttpd.c diff -u php4/sapi/thttpd/thttpd.c:1.35 php4/sapi/thttpd/thttpd.c:1.

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

2001-02-21 Thread Sascha Schumann
sas Wed Feb 21 11:58:32 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: Allow users to set the ident string which we use to register with the IRC server. Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.33 php4/ext/ircg/ircg.c:1.34 -

[PHP-CVS] cvs: php4 /ext/midgard config.m4

2001-02-23 Thread Sascha Schumann
sas Fri Feb 23 04:52:14 2001 EDT Modified files: /php4/ext/midgard config.m4 Log: Note that the equality operator in the Bourne shell is a single =, unlike C/C++/PHP. Index: php4/ext/midgard/config.m4 diff -u php4/ext/midgard/config.m4:1.8 php4/ext/m

[PHP-CVS] cvs: php3 /functions string.c

2001-02-23 Thread Sascha Schumann
sas Fri Feb 23 07:39:20 2001 EDT Modified files: /php3/functions string.c Log: Backport xhtml change for nl2br Index: php3/functions/string.c diff -u php3/functions/string.c:1.216 php3/functions/string.c:1.217 --- php3/functions/string.c:1.216

[PHP-CVS] cvs: php4 /ext/fribidi config.m4

2001-02-23 Thread Sascha Schumann
sas Fri Feb 23 08:49:58 2001 EDT Modified files: /php4/ext/fribidi config.m4 Log: Fix another instance of the == bug. Index: php4/ext/fribidi/config.m4 diff -u php4/ext/fribidi/config.m4:1.2 php4/ext/fribidi/config.m4:1.3 --- php4/ext/fribidi/config.m4

[PHP-CVS] cvs: php4 /ext/db db.c /ext/dbase dbase.c /ext/filepro filepro.c /ext/hyperwave hw.c /ext/standard dir.c file.c filestat.c image.c /ext/zlib zlib.c zlib_fopen_wrapper.c /main Makefile.in main.c php.h /sapi/cgi cgi_main.c /sapi/servlet servlet.c

2001-02-23 Thread Sascha Schumann
sas Fri Feb 23 14:07:22 2001 EDT Modified files: /php4/ext/dbdb.c /php4/ext/dbase dbase.c /php4/ext/filepro filepro.c /php4/ext/hyperwave hw.c /php4/ext/standard dir.c file.c filestat.c image.c /php4/ext/zlib zlib.c zlib

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

2001-02-24 Thread Sascha Schumann
sas Sat Feb 24 04:37:19 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: Add the ability to set a connection password Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.34 php4/ext/ircg/ircg.c:1.35 --- php4/ext/ircg/ircg.c:1.34 Wed Feb

[PHP-CVS] cvs: php4 /sapi/aolserver README

2001-02-24 Thread Sascha Schumann
sas Sat Feb 24 05:14:27 2001 EDT Modified files: /php4/sapi/aolserverREADME Log: Change the default to assumption that people don't use AOLserver 3.0 anymore. Index: php4/sapi/aolserver/README diff -u php4/sapi/aolserver/README:1.4 php4/sapi/aols

[PHP-CVS] cvs: CVSROOT / avail gen_acl_file.m4

2001-02-24 Thread Sascha Schumann
sas Sat Feb 24 11:53:41 2001 EDT Modified files: /CVSROOTgen_acl_file.m4 avail Log: php-gtk karma for zimt Index: CVSROOT/gen_acl_file.m4 diff -u CVSROOT/gen_acl_file.m4:1.104 CVSROOT/gen_acl_file.m4:1.105 --- CVSROOT/gen_acl_file.m4:1.104 Sat

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

2001-02-24 Thread Sascha Schumann
sas Sat Feb 24 12:37:20 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: Replace the sixth and seventh parameter of ircg_pconnect() with a connection-detail array. Currently, you can set realname, password, ident. Those information are used dur

[PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c /sapi/servlet servlet.c

2001-02-24 Thread Sascha Schumann
sas Sat Feb 24 13:05:01 2001 EDT Modified files: /php4/sapi/cgi cgi_main.c /php4/sapi/servlet servlet.c Log: Neither the CGI nor the Servlet SAPI module call syslog, so remove references to the syslog include files. Index: php4/sapi/cgi/cgi_

[PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

2001-02-24 Thread Sascha Schumann
sas Sat Feb 24 13:07:07 2001 EDT Modified files: /php4/sapi/cgi cgi_main.c Log: php_register_command_line_global_vars only needs file scope. Index: php4/sapi/cgi/cgi_main.c diff -u php4/sapi/cgi/cgi_main.c:1.92 php4/sapi/cgi/cgi_main.c:1.93 --- php4

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c php_ext_syslog.h syslog.c /main php_syslog.h

2001-02-24 Thread Sascha Schumann
sas Sat Feb 24 13:08:15 2001 EDT Modified files: /php4/ext/standard basic_functions.c php_ext_syslog.h syslog.c /php4/main php_syslog.h Log: Actually compile on systems without syslog. PR: #9412 Index: php4/ext/standard/basic_functions.c diff

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

2001-02-24 Thread Sascha Schumann
sas Sat Feb 24 13:14:18 2001 EDT Modified files: /php4/main network.c Log: Declare inet_aton properly, if the system lacks support for it. PR: #9382 Index: php4/main/network.c diff -u php4/main/network.c:1.14 php4/main/network.c:1.15 --- php4/main/

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

2001-02-24 Thread Sascha Schumann
sas Sat Feb 24 13:18:29 2001 EDT Modified files: /php4/ext/standard datetime.c Log: Don't assume that tzname exists, if tm_zone does not exist. PR: #9380 Index: php4/ext/standard/datetime.c diff -u php4/ext/standard/datetime.c:1.66 php4/ext/standar

[PHP-CVS] cvs: php4 /ext/ircg ircg.c php_ircg.h

2001-02-25 Thread Sascha Schumann
sas Sun Feb 25 10:16:42 2001 EDT Modified files: /php4/ext/ircg ircg.c php_ircg.h Log: Add function for kick and topic Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.36 php4/ext/ircg/ircg.c:1.37 --- php4/ext/ircg/ircg.c:1.36 Sat Feb 24

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

2001-02-25 Thread Sascha Schumann
sas Sun Feb 25 13:53:20 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: Provide improved means for mass joins Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.37 php4/ext/ircg/ircg.c:1.38 --- php4/ext/ircg/ircg.c:1.37 Sun Feb 25 10:1

[PHP-CVS] cvs: CVSROOT / avail cvsusers gen_acl_file.m4

2001-02-25 Thread Sascha Schumann
sas Sun Feb 25 16:25:36 2001 EDT Modified files: /CVSROOTgen_acl_file.m4 avail cvsusers Log: Give wez karma for php_dev and update email address Index: CVSROOT/gen_acl_file.m4 diff -u CVSROOT/gen_acl_file.m4:1.106 CVSROOT/gen_acl_file.m4:1.107 --- C

Re: [PHP-CVS] cvs: php4 /ext/imap config.m4 php_imap.c php_imap.h

2001-02-25 Thread Sascha Schumann
On Sun, 25 Feb 2001, Dan Kalowsky wrote: > kalowsky Sat Feb 24 20:41:19 2001 EDT > [..] > Changes the config.m4 to support the client.h include > # This should include all the approriate headers for c-client (as defined by > # c-client maintainers) such as mail.h, and rfc822.h.

[PHP-CVS] cvs: CVSROOT / cvsusers

2001-02-26 Thread Sascha Schumann
sas Mon Feb 26 10:34:07 2001 EDT Modified files: /CVSROOTcvsusers Log: update email address of eskaly Index: CVSROOT/cvsusers diff -u CVSROOT/cvsusers:1.228 CVSROOT/cvsusers:1.229 --- CVSROOT/cvsusers:1.228 Sun Feb 25 16:25:35 2001 +++ CVSROOT/cvsu

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

2001-02-26 Thread Sascha Schumann
sas Mon Feb 26 12:26:07 2001 EDT Modified files: /php4/ext/standard basic_functions.c Log: Provide proper function aliases, if the sendmail functions don't exist. Submitted by: Nadir Amra <[EMAIL PROTECTED]> Index: php4/ext/standard/basic_functio

[PHP-CVS] cvs: php4 /ext/ircg config.m4

2001-02-26 Thread Sascha Schumann
sas Mon Feb 26 14:14:24 2001 EDT Modified files: /php4/ext/ircg config.m4 Log: Improve the configure part of ircg a little bit; complain when ircg-config is not found. That lead to confusion in many cases. Index: php4/ext/ircg/config.m4 diff -u

[PHP-CVS] cvs: php4 /ext/ircg ircg.c php_ircg.h

2001-02-26 Thread Sascha Schumann
sas Mon Feb 26 15:11:06 2001 EDT Modified files: /php4/ext/ircg ircg.c php_ircg.h Log: Support for the new whois functionality in ircg Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.39 php4/ext/ircg/ircg.c:1.40 --- php4/ext/ircg/ircg.c:1

[PHP-CVS] cvs: php4 /sapi/apache2filter README apache_config.c config.m4 php_apache.h sapi_apache2.c

2001-02-28 Thread Sascha Schumann
sas Wed Feb 28 06:03:58 2001 EDT Modified files: /php4/sapi/apache2filterREADME apache_config.c config.m4 php_apache.h sapi_apache2.c Log: Make the module compile again with the latest httpd-2.0 cvs. Index: php4/sapi/

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

2001-02-28 Thread Sascha Schumann
sas Wed Feb 28 06:11:35 2001 EDT Modified files: /php4/sapi/apache2filterapache_config.c sapi_apache2.c Log: Now it actually loads, but it segfaults upon a request. Index: php4/sapi/apache2filter/apache_config.c diff -u php4/sapi/apache2filter/apache

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

2001-02-28 Thread Sascha Schumann
sas Wed Feb 28 06:19:16 2001 EDT Modified files: /php4/sapi/apache2filterREADME sapi_apache2.c Log: httpd-2.0 cvs seems to be busted. I'm getting very strange backtraces and the header filter still seems to be broken. Will try later. Index: php4/

Re: [PHP-CVS] cvs: php4 /sapi/apache2filter README sapi_apache2.c

2001-02-28 Thread Sascha Schumann
On Wed, 28 Feb 2001, Sascha Schumann wrote: > sas Wed Feb 28 06:19:16 2001 EDT > > Modified files: > /php4/sapi/apache2filter README sapi_apache2.c > Log: > httpd-2.0 cvs seems to be busted. I'm getting very strange backtraces > and the heade

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

2001-03-02 Thread Sascha Schumann
sas Fri Mar 2 09:01:52 2001 EDT Modified files: /php4/sapi/thttpd thttpd.c Log: Combine all HTTP headers into a single writev Index: php4/sapi/thttpd/thttpd.c diff -u php4/sapi/thttpd/thttpd.c:1.37 php4/sapi/thttpd/thttpd.c:1.38 --- php4/sapi/thttpd/t

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

2001-03-02 Thread Sascha Schumann
sas Fri Mar 2 12:32:42 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: Make use of the "zero-copy" write queue feature. Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.40 php4/ext/ircg/ircg.c:1.41 --- php4/ext/ircg/ircg.c:1.40 Mon

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

2001-03-03 Thread Sascha Schumann
sas Sat Mar 3 08:26:55 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: Improve the speed of format_msg() (5 fold increase). We are still spending too much time in ircg_mirc_color(). According to gprof on FreeBSD, it is something like 20% for

[PHP-CVS] cvs: php4 /ext/ircg ircg_scanner.c ircg_scanner.re

2001-03-03 Thread Sascha Schumann
sas Sat Mar 3 09:01:32 2001 EDT Modified files: /php4/ext/ircg ircg_scanner.c ircg_scanner.re Log: 4-fold increase of ircg_mirc_color() with a single new rule. Index: php4/ext/ircg/ircg_scanner.c diff -u php4/ext/ircg/ircg_scanner.c:1.4 php4/ext/i

[PHP-CVS] cvs: php4 /ext/ircg ircg.c ircg_scanner.re

2001-03-03 Thread Sascha Schumann
sas Sat Mar 3 13:22:13 2001 EDT Modified files: /php4/ext/ircg ircg.c ircg_scanner.re Log: Finally fix the handler API to always pass smart_str's to the handlers. format_msg now takes smart_str's only as parameters. This easily saves a couple o

[PHP-CVS] cvs: php4 / configure.in /build build2.mk

2001-03-06 Thread Sascha Schumann
4 2001 +++ php4/build/build2.mkTue Mar 6 08:51:53 2001 @@ -14,7 +14,7 @@ # | Authors: Sascha Schumann <[EMAIL PROTECTED]>| # +--+ # -# $Id: build2.mk,v 1.17 2001/02/08 00:49:24 sas Exp $ +#

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

2001-03-07 Thread Sascha Schumann
sas Wed Mar 7 12:15:34 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: There are some subtle changes which are not recognized by the compiler, so bark, if someone tries to build against anything older than IRCG 2.0b1. Index: php4/ext/ircg/irc

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

2001-03-07 Thread Sascha Schumann
sas Wed Mar 7 12:24:28 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: Safety check for now, this can later be used to add real binary compatibility by increasing the size of php_irconn_t appropiately. Index: php4/ext/ircg/ircg.c diff -u php4

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

2001-03-07 Thread Sascha Schumann
sas Wed Mar 7 12:45:02 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: Move binary compat check to the module init function; Add initial support for channel modes. Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.45 php4/ext/ircg

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

2001-03-07 Thread Sascha Schumann
sas Wed Mar 7 12:49:01 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: Add default message for channel modes Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.46 php4/ext/ircg/ircg.c:1.47 --- php4/ext/ircg/ircg.c:1.46 Wed Mar 7 12:4

[PHP-CVS] cvs: php4 /ext/ircg README.txt

2001-03-07 Thread Sascha Schumann
sas Wed Mar 7 13:05:13 2001 EDT Modified files: /php4/ext/ircg README.txt Log: Remove some dated information. Index: php4/ext/ircg/README.txt diff -u php4/ext/ircg/README.txt:1.5 php4/ext/ircg/README.txt:1.6 --- php4/ext/ircg/README.txt:1.5

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

2001-03-07 Thread Sascha Schumann
sas Wed Mar 7 13:05:44 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: D'oh. Check IRCG_API_VERSION after including if_irc.h. Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.47 php4/ext/ircg/ircg.c:1.48 --- php4/ext/ircg/ircg.c:1.47

[PHP-CVS] cvs: php4 /ext/ircg ircg.c php_ircg.h

2001-03-07 Thread Sascha Schumann
sas Wed Mar 7 14:18:50 2001 EDT Modified files: /php4/ext/ircg ircg.c php_ircg.h Log: Add simplistic ircg_channel_mode() function Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.48 php4/ext/ircg/ircg.c:1.49 --- php4/ext/ircg/ircg.c:1.48

[PHP-CVS] cvs: php4 /ext/ircg ircg_scanner.re

2001-03-08 Thread Sascha Schumann
sas Thu Mar 8 10:43:52 2001 EDT Modified files: /php4/ext/ircg ircg_scanner.re Log: Add handling for underline/bold control sequences Index: php4/ext/ircg/ircg_scanner.re diff -u php4/ext/ircg/ircg_scanner.re:1.6 php4/ext/ircg/ircg_scanner.re:1.7 -

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

2001-03-08 Thread Sascha Schumann
sas Thu Mar 8 10:59:46 2001 EDT Modified files: /php4/ext/ircg ircg_scanner.c Log: Add handling for underline/bold control sequences Index: php4/ext/ircg/ircg_scanner.c diff -u php4/ext/ircg/ircg_scanner.c:1.5 php4/ext/ircg/ircg_scanner.c:1.6 ---

[PHP-CVS] cvs: php4 /ext/ircg ircg_scanner.c ircg_scanner.re

2001-03-08 Thread Sascha Schumann
sas Thu Mar 8 11:29:33 2001 EDT Modified files: /php4/ext/ircg ircg_scanner.c ircg_scanner.re Log: Fix underline handling Index: php4/ext/ircg/ircg_scanner.c diff -u php4/ext/ircg/ircg_scanner.c:1.6 php4/ext/ircg/ircg_scanner.c:1.7 --- php4/ext/ir

[PHP-CVS] cvs: php4 /ext/ircg config.m4

2001-03-08 Thread Sascha Schumann
sas Thu Mar 8 15:07:07 2001 EDT Modified files: /php4/ext/ircg config.m4 Log: Refine complain message Index: php4/ext/ircg/config.m4 diff -u php4/ext/ircg/config.m4:1.3 php4/ext/ircg/config.m4:1.4 --- php4/ext/ircg/config.m4:1.3 Mon Feb 26 14:14:24

[PHP-CVS] cvs: php4 /ext/ircg config.m4

2001-03-08 Thread Sascha Schumann
sas Thu Mar 8 15:13:35 2001 EDT Modified files: /php4/ext/ircg config.m4 Log: s/--with-ircg/--with-ircg-config/ Index: php4/ext/ircg/config.m4 diff -u php4/ext/ircg/config.m4:1.4 php4/ext/ircg/config.m4:1.5 --- php4/ext/ircg/config.m4:1.4 Thu Mar

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

2001-03-09 Thread Sascha Schumann
sas Fri Mar 9 10:13:29 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: Add a format identifier for escaping %m, so that it can be safely used as a parameter for Javascript. Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.49 php4/ex

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

2001-03-10 Thread Sascha Schumann
sas Sat Mar 10 15:15:22 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: Add 1 modifier which causes a JS-encoded string to be inserted Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.50 php4/ext/ircg/ircg.c:1.51 --- php4/ext/ircg/ircg

[PHP-CVS] cvs: php4 /ext/ircg ircg_scanner.c ircg_scanner.re

2001-03-10 Thread Sascha Schumann
sas Sat Mar 10 15:21:50 2001 EDT Modified files: /php4/ext/ircg ircg_scanner.c ircg_scanner.re Log: Disable the speed-up role for now. Needs to be improved. Index: php4/ext/ircg/ircg_scanner.c diff -u php4/ext/ircg/ircg_scanner.c:1.7 php4/ext/ircg

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

2001-03-10 Thread Sascha Schumann
sas Sat Mar 10 15:38:07 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: Increment the pointer and evaluate the next character after recognizing a modifier. Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.51 php4/ext/ircg/ircg.c:1.52

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

2001-03-10 Thread Sascha Schumann
sas Sat Mar 10 15:51:56 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: Send pointless HTML, if nothing else happens to avoid timeouts. Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.52 php4/ext/ircg/ircg.c:1.53 --- php4/ext/ircg/irc

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

2001-03-13 Thread Sascha Schumann
sas Tue Mar 13 08:53:35 2001 EDT Modified files: /php4/ext/session mod_files.c session.c Log: Nuke calls to sprintf, snprintf, strcat, strcpy and rely on memcpy and smart_strs. Index: php4/ext/session/mod_files.c diff -u php4/ext/session/mod_files.c:

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

2001-03-13 Thread Sascha Schumann
sas Tue Mar 13 08:58:36 2001 EDT Modified files: /php4/ext/session session.c Log: Replace another sprintf Index: php4/ext/session/session.c diff -u php4/ext/session/session.c:1.194 php4/ext/session/session.c:1.195 --- php4/ext/session/session.c:1.194

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

2001-03-13 Thread Sascha Schumann
sas Tue Mar 13 09:11:44 2001 EDT Modified files: /php4/ext/session session.c Log: buf is gone. Don't reference it. Index: php4/ext/session/session.c diff -u php4/ext/session/session.c:1.195 php4/ext/session/session.c:1.196 --- php4/ext/session/session.

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

2001-03-13 Thread Sascha Schumann
sas Tue Mar 13 09:14:47 2001 EDT Modified files: /php4/sapi/thttpd thttpd.c Log: Replace memcpy and sprintf with smart_strs. Index: php4/sapi/thttpd/thttpd.c diff -u php4/sapi/thttpd/thttpd.c:1.38 php4/sapi/thttpd/thttpd.c:1.39 --- php4/sapi/thttpd/tht

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

2001-03-14 Thread Sascha Schumann
sas Wed Mar 14 05:38:03 2001 EDT Modified files: /php4/ext/standard browscap.c Log: Fix ZTS build Index: php4/ext/standard/browscap.c diff -u php4/ext/standard/browscap.c:1.43 php4/ext/standard/browscap.c:1.44 --- php4/ext/standard/browscap.c:1.43 Tue

[PHP-CVS] cvs: php4 /ext/pdf config.m4

2001-03-16 Thread Sascha Schumann
sas Fri Mar 16 04:23:32 2001 EDT Modified files: /php4/ext/pdf config.m4 Log: Don't do anything, if the user wants no PDF. Index: php4/ext/pdf/config.m4 diff -u php4/ext/pdf/config.m4:1.15 php4/ext/pdf/config.m4:1.16 --- php4/ext/pdf/config.m4:1.15

[PHP-CVS] cvs: php4(PHP_4_0_5) /ext/pdf config.m4

2001-03-16 Thread Sascha Schumann
sas Fri Mar 16 04:25:26 2001 EDT Modified files: (Branch: PHP_4_0_5) /php4/ext/pdf config.m4 Log: Don't do anything, if the user wants no PDF. Index: php4/ext/pdf/config.m4 diff -u php4/ext/pdf/config.m4:1.15 php4/ext/pdf/config.m4:1.15.2.1 --- php4

Re: [PHP-CVS] cvs: php4 /ext/midgard config.m4 config.m4.session

2001-03-19 Thread Sascha Schumann
On Mon, 19 Mar 2001, Alexander Bokovoy wrote: > abSun Mar 18 23:37:01 2001 EDT > > Modified files: > /php4/ext/midgard config.m4 config.m4.session > Log: > Oops. Substitution code fixed AC_OUTPUT is not intended to be called twice. Did not PHP_OUTPUT work for you?

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

2001-03-20 Thread Sascha Schumann
sas Tue Mar 20 04:50:26 2001 EDT Modified files: /php4/ext/ypyp.c Log: fix build Index: php4/ext/yp/yp.c diff -u php4/ext/yp/yp.c:1.17 php4/ext/yp/yp.c:1.18 --- php4/ext/yp/yp.c:1.17 Mon Mar 19 09:01:35 2001 +++ php4/ext/yp/yp.cTue Mar

[PHP-CVS] cvs: php4 /ext/ircg config.m4 ircg.c

2001-04-14 Thread Sascha Schumann
sas Sat Apr 14 11:49:04 2001 EDT Modified files: /php4/ext/ircg config.m4 ircg.c Log: Make it possible to build ircg without thttpd Index: php4/ext/ircg/config.m4 diff -u php4/ext/ircg/config.m4:1.6 php4/ext/ircg/config.m4:1.7 --- php4/ext/ircg/conf

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

2001-04-15 Thread Sascha Schumann
sas Sun Apr 15 17:24:14 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: Add support for banlists Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.57 php4/ext/ircg/ircg.c:1.58 --- php4/ext/ircg/ircg.c:1.57 Sat Apr 14 11:49:04 2001 +++

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

2001-04-16 Thread Sascha Schumann
On Sun, 15 Apr 2001, Alexander Feldman wrote: > sasha Sun Apr 15 11:42:51 2001 EDT > > Modified files: > /php4/ext/standardfile.c > Log: > We shoud not fseek in a pipe and this caused a problem with popen and > fgets on the platforms where the buffer fix was applied (S

  1   2   >