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
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
> 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
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
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
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/
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
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
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
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/
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:
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
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
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
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
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
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
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
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
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
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
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/
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
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
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
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
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
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.
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
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
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
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
> +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
> 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
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
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:
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
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
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.
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
-
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
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
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
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
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
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
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
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
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_
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
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
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/
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
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
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
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
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.
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
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
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
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
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/
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
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/
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
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
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
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
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
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
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 $
+#
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
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
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
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
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
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
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
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
-
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
---
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
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
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
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
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
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
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
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
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:
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
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.
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
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
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
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
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?
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
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
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
+++
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 - 100 of 177 matches
Mail list logo