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

[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

Re: [PHP] session_register() twice?

2002-04-26 Thread Sascha Schumann
On Fri, 26 Apr 2002, Javier wrote: > What happens if I call session_start() twice? > Does it creates another session? It does nothing. if (PS(session_status) != php_session_none) return; - Sascha Experience IRCG http://schumann.cx/

Re: [PHP] Re: getting session data

2002-04-26 Thread Sascha Schumann
On Fri, 26 Apr 2002, Javier wrote: > To access session variables you need to use > session_start() first. session_register implies _start(). This is more likely a result of a disabled register_globals. - Sascha Experience IRCG http://schuma

[PHP] Re: [PHP-DEV] Re: Re: sysvsem extention question

2001-08-23 Thread Sascha Schumann
> parent process right before fork. There is no parent > initializer for a php module author MINIT() is called from the parent process in forking servers. The mm storage handler uses this hook to instantiate a shared memory segment and propagate the handle to all child processes.

Re: [PHP] PHP in corporate settings?

2001-08-09 Thread Sascha Schumann
On Thu, 9 Aug 2001, Jeff Lewis wrote: > Yes I had wondered if someone was going to make that claim :) > > So far I haven't seen much in perl or Java that I CAN'T do in PHP. The user > community is much more helpful, the PHP manual online is IMO simply amazing. > I love that guide :) > > I just r

Re: [PHP] Re: FAQ

2001-08-01 Thread Sascha Schumann
> just like Apache comes from "a patchy" server. That is a myth and it is not really right :) You might want to search for an interview with Brian Behlendorf in which he explains how the name was originally conceived. - Sascha Experience I

RE: [PHP] Session Variables

2001-07-25 Thread Sascha Schumann
On Wed, 25 Jul 2001, Johnson, Kirk wrote: > > Is there anyway to prevent session variables from being > > overwritten by a get string? > > PHP will do this automatically *if* you initialize your session variables to > *anything* as soon as you register them. For example, > > session_register("ses

Re: [PHP] Help with custom session handler

2001-07-08 Thread Sascha Schumann
> There is a serious bug in PHP that seems to lead to inconsistent handling > of memory allocation that affects code that uses functions like strtok from > inside session handler functions. That is a *very* inaccurate description. It affects only session handler functions which are calle

Re: [PHP] Sessions and redundant servers

2001-07-05 Thread Sascha Schumann
> Our own experience is that the PHP method to define custom session > handlers is broken - > 'write' doesn't work. At least in earlier versions (4.0.0, 4.0.1, for > sure). It is more likely that your method of testing it is broken. "echo 'The write handler was called'" does not produce

Re: [PHP] Sessions and redundant servers

2001-07-05 Thread Sascha Schumann
> Thoughts from anybody else out there? NFSv3 maintains state and also has file locking built-in, something which was not handled quite gracefully by NFSv2 (debugging interaction between various system's rpc.lockds is not much fun). You might want to look into that. - Sascha

Re: [PHP] Security of PHP code

2001-07-04 Thread Sascha Schumann
On Wed, 4 Jul 2001, Steve Werby wrote: > "Jon Haworth" <[EMAIL PROTECTED]> wrote: > > Yes, I would have thought this would do it: > > > > if (strstr($file, "/usr/local/apache/htdocs/") { > > show_source($file); [..] > Something along those lines will work. Without some kind of limitations > buil

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

2001-04-25 Thread Sascha Schumann
sas Wed Apr 25 07:15:09 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: Fix format strings typo. Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.64 php4/ext/ircg/ircg.c:1.65 --- php4/ext/ircg/ircg.c:1.64 Wed Apr 25 07:07:47 2001 +

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

2001-04-25 Thread Sascha Schumann
sas Wed Apr 25 07:07:48 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: display cache info Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.63 php4/ext/ircg/ircg.c:1.64 --- php4/ext/ircg/ircg.c:1.63 Wed Apr 25 06:50:35 2001 +++ php4/

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

2001-04-25 Thread Sascha Schumann
sas Wed Apr 25 06:50:35 2001 EDT Modified files: /php4/ext/ircg ircg.c ircg_scanner.c ircg_scanner.re Log: Use the system malloc in the scanner Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.62 php4/ext/ircg/ircg.c:1.63 --- php4/ext/irc

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

2001-04-25 Thread Sascha Schumann
sas Wed Apr 25 06:14:40 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: Past profiling has shown that we waste too much time in the message scanner. In the context of a channel message which is supposedly addressed to a large number of users, we

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

2001-04-24 Thread Sascha Schumann
sas Tue Apr 24 23:42:24 2001 EDT Modified files: /php4/sapi/thttpd thttpd.c Log: Fix optimization -- we did not send out custom Response Status Lines. Index: php4/sapi/thttpd/thttpd.c diff -u php4/sapi/thttpd/thttpd.c:1.40 php4/sapi/thttpd/thttpd.c:1.4

[PHP-CVS] cvs: php4(PHP_4_0_5) /sapi/apache2filter sapi_apache2.c

2001-04-24 Thread Sascha Schumann
sas Tue Apr 24 05:58:53 2001 EDT Modified files: (Branch: PHP_4_0_5) /php4/sapi/apache2filtersapi_apache2.c Log: MFH: Accomodate Apache HTTPD 2.0 API change Index: php4/sapi/apache2filter/sapi_apache2.c diff -u php4/sapi/apache2filter/sapi_apache2.c:1

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

2001-04-24 Thread Sascha Schumann
sas Tue Apr 24 05:57:34 2001 EDT Modified files: /php4/sapi/apache2filtersapi_apache2.c Log: Accomodate Apache HTTPD 2.0 API change Index: php4/sapi/apache2filter/sapi_apache2.c diff -u php4/sapi/apache2filter/sapi_apache2.c:1.28 php4/sapi/apache2fi

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

2001-04-24 Thread Sascha Schumann
sas Tue Apr 24 02:40:06 2001 EDT Modified files: /php4/ext/ircg ircg.c ircg_scanner.c php_ircg.h Log: Add support for suppressing the "loopback" of messages sent using ircg_msg. Add support for nickname escaping Using this technique it becomes p

RE: [PHP-CVS] cvs: php4(PHP_4_0_5) /ext/ircg config.m4 ircg.c php_ircg.h

2001-04-22 Thread Sascha Schumann
On Sun, 22 Apr 2001, Zeev Suraski wrote: > I'm going to base 4.0.5 on the RC7 tag, so this won't make it in anyway. It would be really inconvenient for users of PHP, if PHP 4.0.5 would not be compatible with existing web-servers. Would you mind explaining how you came to the conclusi

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

2001-04-22 Thread Sascha Schumann
sas Sun Apr 22 10:20:03 2001 EDT Modified files: /php4/ext/pcre php_pcre.c Log: Fix freeing of a NULL pointer Index: php4/ext/pcre/php_pcre.c diff -u php4/ext/pcre/php_pcre.c:1.91 php4/ext/pcre/php_pcre.c:1.92 --- php4/ext/pcre/php_pcre.c:1.91

Re: [PHP-CVS] RE: [PHP-QA] RE: [PHP-CVS] cvs: php4(PHP_4_0_5)/ext/ircgconfig.m4ircg.c php_ircg.h

2001-04-22 Thread Sascha Schumann
On Mon, 23 Apr 2001, Cameron wrote: > yes but thats thttpd wide, not per host or per directory That is why it said "thttpd-specific configs". > i have been sitting and thinking about it since i sent that message and i could > imagine it being not TOO hard to create that in a xml file with a

Re: [PHP-CVS] RE: [PHP-QA] RE: [PHP-CVS] cvs: php4(PHP_4_0_5)/ext/ircg config.m4 ircg.c php_ircg.h

2001-04-22 Thread Sascha Schumann
On Mon, 23 Apr 2001, Cameron wrote: > well, im not about to test ircg but im going to do the rounds with testing > thttpd yet again. would be nice to have some form of limiting in thttpd like > the apache stuff how you can set prepends and execuction > limits etc. but i think thats a bit much to

Re: [PHP-CVS] RE: [PHP-QA] RE: [PHP-CVS] cvs: php4(PHP_4_0_5)/ext/ircg config.m4 ircg.c php_ircg.h

2001-04-22 Thread Sascha Schumann
Well, as I said before, this commits are harmless with regard to the rest of the system. Additionally, builds with thttpd and IRCG have been completed successfully. A test run producing 2GB of output from IRCG with thttpd-2.21 and 4.0.5 seems to show a memory leak which I'm c

RE: [PHP-CVS] cvs: php4(PHP_4_0_5) /ext/ircg config.m4 ircg.cphp_ircg.h

2001-04-22 Thread Sascha Schumann
On Sun, 22 Apr 2001, James Moore wrote: > > > > sas Sun Apr 22 08:17:57 2001 EDT > > > > Modified files: (Branch: PHP_4_0_5) > > /php4/ext/ircg config.m4 ircg.c php_ircg.h > > Log: > > MFH allocation-related and thttpd-independence changes > > Sascha can you please

[PHP-CVS] cvs: php4(PHP_4_0_5) /ext/ircg config.m4 ircg.c php_ircg.h

2001-04-22 Thread Sascha Schumann
sas Sun Apr 22 08:17:57 2001 EDT Modified files: (Branch: PHP_4_0_5) /php4/ext/ircg config.m4 ircg.c php_ircg.h Log: MFH allocation-related and thttpd-independence changes Index: php4/ext/ircg/config.m4 diff -u php4/ext/ircg/config.m4:1.5 php4/ext/i

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd_patch

2001-04-22 Thread Sascha Schumann
sas Sun Apr 22 07:33:58 2001 EDT Modified files: /php4/sapi/thttpd thttpd_patch Log: remove Only.* lines from patch Index: php4/sapi/thttpd/thttpd_patch diff -u php4/sapi/thttpd/thttpd_patch:1.8 php4/sapi/thttpd/thttpd_patch:1.9 --- php4/sapi/thttpd/th

[PHP-CVS] cvs: php4(PHP_4_0_5) /sapi/thttpd thttpd.c thttpd_patch

2001-04-22 Thread Sascha Schumann
sas Sun Apr 22 07:33:09 2001 EDT Modified files: (Branch: PHP_4_0_5) /php4/sapi/thttpd thttpd.c thttpd_patch Log: Merge thttpd-2.21-related changes into 4.0.5 branch Index: php4/sapi/thttpd/thttpd.c diff -u php4/sapi/thttpd/thttpd.c:1.38 php4/sapi/thttp

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

2001-04-22 Thread Sascha Schumann
sas Sun Apr 22 07:22:40 2001 EDT Modified files: /php4/sapi/thttpd thttpd.c Log: bytes in the conn structure was renamed to bytes_sent. Index: php4/sapi/thttpd/thttpd.c diff -u php4/sapi/thttpd/thttpd.c:1.39 php4/sapi/thttpd/thttpd.c:1.40 --- php4/sapi

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd_patch

2001-04-22 Thread Sascha Schumann
sas Sun Apr 22 07:00:54 2001 EDT Modified files: /php4/sapi/thttpd thttpd_patch Log: Update patch to thttpd-2.21 Index: php4/sapi/thttpd/thttpd_patch diff -u php4/sapi/thttpd/thttpd_patch:1.7 php4/sapi/thttpd/thttpd_patch:1.8 --- php4/sapi/thttpd/thttp

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

2001-04-18 Thread Sascha Schumann
sas Wed Apr 18 04:42:31 2001 EDT Modified files: /php4/ext/ircg ircg.c php_ircg.h Log: Support notice which should be used to query bots etc. Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.59 php4/ext/ircg/ircg.c:1.60 --- php4/ext/ircg/i

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

2001-04-17 Thread Sascha Schumann
sas Tue Apr 17 15:44:54 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: Allocate memory for js escaped strings using the C library's malloc. Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.58 php4/ext/ircg/ircg.c:1.59 --- php4/ext/irc

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

2001-04-16 Thread Sascha Schumann
> + > + if test "$with_freetype_dir" != "no" ; then > + CHECK_TTF="" > + else > +CHECK_TTF="$withval" > + fi > + Can you describe in plain words what this is supposed to do? Note that $withval is not defined outside the scope of AC_ARG_WITH(..). - Sascha

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

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

[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 / configure.in

2001-04-09 Thread Sascha Schumann
sas Mon Apr 9 04:35:10 2001 EDT Modified files: /php4 configure.in Log: Fix current CVS breakage Index: php4/configure.in diff -u php4/configure.in:1.231 php4/configure.in:1.232 --- php4/configure.in:1.231 Sun Apr 8 15:30:16 2001 +++ php4/con

Re: [PHP-CVS] cvs: php4 / Makefile.in configure.in /main build-defs.h.in /pear PEAR.php.in /sapi Makefile.in /sapi/cgi config.m4

2001-04-09 Thread Sascha Schumann
On Sun, 8 Apr 2001, Stig Bakken wrote: > ssb Sun Apr 8 15:30:18 2001 EDT > > Modified files: > /php4 Makefile.in configure.in > /php4/mainbuild-defs.h.in > /php4/pearPEAR.php.in > /php4/sapiMakefile.in > /php4/sapi/cgiconfig.m4 >

[PHP-CVS] cvs: php4 / ChangeLog

2001-04-05 Thread Sascha Schumann
sas Thu Apr 5 04:03:22 2001 EDT Modified files: /php4 ChangeLog Log: Remove manual entry Index: php4/ChangeLog diff -u php4/ChangeLog:1.670 php4/ChangeLog:1.671 --- php4/ChangeLog:1.670Wed Apr 4 18:09:19 2001 +++ php4/ChangeLog Thu A

[PHP-CVS] cvs: php4 /sapi/apache libphp4.module.in

2001-04-05 Thread Sascha Schumann
sas Thu Apr 5 03:56:05 2001 EDT Modified files: /php4/sapi/apache libphp4.module.in Log: Fix static Apache builds which were broken by the last commit. Index: php4/sapi/apache/libphp4.module.in diff -u php4/sapi/apache/libphp4.module.in:1.9 php4/sapi/

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

2001-04-03 Thread Sascha Schumann
sas Tue Apr 3 12:41:23 2001 EDT Modified files: /php4/ext/ircg ircg.c Log: ircg_ignore_del returns true now, if the operation was successful. Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.55 php4/ext/ircg/ircg.c:1.56 --- php4/ext/ircg/

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

2001-04-03 Thread Sascha Schumann
sas Tue Apr 3 12:28:47 2001 EDT Modified files: /php4/ext/ircg ircg.c php_ircg.h Log: add ignore interface Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.54 php4/ext/ircg/ircg.c:1.55 --- php4/ext/ircg/ircg.c:1.54 Sat Mar 31 07:53:14 2

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

2001-03-31 Thread Sascha Schumann
sas Sat Mar 31 07:53:14 2001 EDT Modified files: /php4/ext/ircg ircg.c php_ircg.h Log: Add ircg_html_encode() which is an interface to the standard HTML encoder for URLs and color attributes. Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.

[PHP-CVS] cvs: php4 /build genif.sh print_include.awk

2001-03-30 Thread Sascha Schumann
sas Fri Mar 30 06:02:20 2001 EDT Modified files: /php4/build genif.sh print_include.awk Log: Replace the incomprehensible newline escaping with @NEWLINE@ Fixes the build on Darwin 1.2 Index: php4/build/genif.sh diff -u php4/build/genif.sh:1.1 php4/b

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

2001-03-23 Thread Sascha Schumann
sas Fri Mar 23 17:08:14 2001 EDT Modified files: /php4/ext/standard basic_functions.c Log: Fix ZTS build Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.321 php4/ext/standard/basic_functions.c:1.322 --- php4/ext

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

2001-03-21 Thread Sascha Schumann
On Wed, 21 Mar 2001, Bright, Sean wrote: > How do I merge these changes into the RC2 branch? > Please DON'T. Only well-tested fixes for _critical_ bugs should be merged automatically. - Sascha Experience IRCG http://schumann.cx/

[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

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

[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 /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 /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/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 /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 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/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/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_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: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.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 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 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 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 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.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.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.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 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 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 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: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: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 / 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 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 /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

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

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

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

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

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

  1   2   >