Re: [PHP-CVS] cvs: php4 /ext/mnogosearch php_mnogo.c test.php

2001-02-08 Thread Jon Parise
at least mnoGoSearch-3.1.10 required to use this module. Could you add a version test ('udm-config --version') to config.m4 to enforce that version requirement? -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House M

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

2001-02-14 Thread Jon Parise
jon Wed Feb 14 12:10:15 2001 EDT Modified files: /php4/ext/mnogosearch config.m4 Log: Fix build. Index: php4/ext/mnogosearch/config.m4 diff -u php4/ext/mnogosearch/config.m4:1.5 php4/ext/mnogosearch/config.m4:1.6 --- php4/ext/mnogosearch/config.m4:

Re: [PHP-CVS] cvs: php4 /ext/midgard .cvsignore ChangeLog INSTALL Makefile.in article.c attachment.c calendar.c config.m4 element.c event.c eventmember.c file.c group.c host.c image.c mail.c member.c mgd_access.h mgd_article.h mgd_attachment.h mgd_calendar.h mgd_element.h mgd_errno.pl mgd_event.h mgd_eventmember.h mgd_file.h mgd_group.h mgd_host.h mgd_image.h mgd_internal.h mgd_mail.h mgd_member.h mgd_midgard.h mgd_oop.h mgd_page.h mgd_pageelement.h mgd_pagelink.h mgd_person.h mgd_preferences.h mgd_preparser.h mgd_sitegroup.h mgd_snippet.h mgd_snippetdir.h mgd_style.h mgd_topic.h midgard.c mkall oop.c page.c pageelement.c pagelink.c parameter.c person.c php_midgard.h preferences.c preparser-parser.y preparser-scanner.l preparser.c sitegroup.c snippet.c snippetdir.c style.c topic.c

2001-02-17 Thread Jon Parise
t; +.deps > +.libs > +CVS > +Makefile > +access.lo > +access.o > +access.slo > +acinclude.m4 > +aclocal.m4 > +article.lo > +article.o > +article.slo A lot of these can probably be shortened to: *.o *.lo *.slo -- Jon Parise ([EMAIL PROTECTED]) . Roches

[PHP-CVS] cvs: php4 /pear CODING_STANDARDS

2001-02-18 Thread Jon Parise
jon Sun Feb 18 09:47:44 2001 EDT Modified files: /php4/pear CODING_STANDARDS Log: Go back to listing the copyright years explicitly (instead of using a range). Index: php4/pear/CODING_STANDARDS diff -u php4/pear/CODING_STANDARDS:1.4 php4/pear/CODING_S

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

2001-02-20 Thread Jon Parise
,6 +16,7 @@ > PCRE_LIBADD=pcrelib/libpcre.la > PCRE_SHARED_LIBADD=pcrelib/libpcre.la > PCRE_SUBDIRS=pcrelib > + CFLAGS="$CFLAGS -DSUPPORT_UTF8" > PHP_SUBST(PCRE_LIBADD) > PHP_SUBST(PCRE_SUBDIRS) > AC_DEFINE(HAVE_BUNDLED_PCRE, 1, [ ]) Tab

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

2001-02-21 Thread Jon Parise
jon Wed Feb 21 19:37:32 2001 EDT Modified files: /php4/ext/standard crypt.c Log: The php_rand() and php_srand() functions added in the previous commit require the inclusion of php_rand.h. Index: php4/ext/standard/crypt.c diff -u php4/ext/standard/cryp

Re: [PHP-CVS] cvs: php4 /pear/Cache Container.php

2001-03-03 Thread Jon Parise
On Sat, Mar 03, 2001 at 07:14:36PM -, Ulf Wendel wrote: > PR: > What does PR mean - Public Relations? In this context, it means "Problem Report". It should probably be renamed "Bug:" and filled in with the bug ID when the commit closes an open bug in the

Re: [PHP-CVS] cvs: php4 /ext/midgard sitegroup.c

2001-03-06 Thread Jon Parise
please distinguish between them in the future? While it is obvious which bug you mean now, it might be confusing for people looking back in the commit logs. -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PH

[PHP-CVS] cvs: php4 / php.ini-dist

2001-01-31 Thread Jon Parise
jon Wed Jan 31 22:29:41 2001 EDT Modified files: /php4 php.ini-dist Log: Massive reformatting. Index: php4/php.ini-dist diff -u php4/php.ini-dist:1.66 php4/php.ini-dist:1.67 --- php4/php.ini-dist:1.66 Mon Jan 22 11:15:31 2001 +++ php4/php.ini

Re: [PHP-CVS] cvs: php4 / php.ini-dist

2001-01-31 Thread Jon Parise
On Thu, Feb 01, 2001 at 06:29:41AM -, Jon Parise wrote: > jon Wed Jan 31 22:29:41 2001 EDT > > Modified files: > /php4 php.ini-dist > Log: > Massive reformatting. Before anyone says something, I know that I should have refor

Re: [PHP-CVS] cvs: php4 / php.ini-dist

2001-02-01 Thread Jon Parise
But that's just a random thought. =) -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Computer Science House Member -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP-CVS] cvs: php4 /pear/DB pgsql.php

2001-03-09 Thread Jon Parise
jon Fri Mar 9 22:04:15 2001 EDT Modified files: /php4/pear/DB pgsql.php Log: Make the #options, $tty, and $port parameters optional. Index: php4/pear/DB/pgsql.php diff -u php4/pear/DB/pgsql.php:1.30 php4/pear/DB/pgsql.php:1.31 --- php4/pear/DB/pgs

[PHP-CVS] cvs: php4 /pear DB.php

2001-03-11 Thread Jon Parise
jon Sun Mar 11 15:26:19 2001 EDT Modified files: /php4/pear DB.php Log: Revised version of the parseDSN function. Submitted by: "Tomas V.V.Cox" <[EMAIL PROTECTED]> Index: php4/pear/DB.php diff -u php4/pear/DB.php:1.49 php4/pear/DB.php:1.50 --- php4

[PHP-CVS] cvs: php4 /ext/standard credits.h

2001-03-14 Thread Jon Parise
jon Wed Mar 14 21:07:32 2001 EDT Modified files: /php4/ext/standard credits.h Log: Whitespace (spaces to four-column tabs) Index: php4/ext/standard/credits.h diff -u php4/ext/standard/credits.h:1.3 php4/ext/standard/credits.h:1.4 --- php4/ext/standard/c

Re: [PHP-CVS] cvs: php4 /ext/midgard attachment.c

2001-03-15 Thread Jon Parise
N_FALSE_BECAUSE(MGD_ERR_INTERNAL); > } > @@ -442,6 +443,7 @@ > PHPWRITE(buf, b); > } > > + fclose(fp); > mgd_free_pool(pool); > mgd_release(res); > RETVAL_TRUE; Whitespace pollution. -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst.

Re: [PHP-CVS] cvs: php4(PHP_4_0_5) / configure.in

2001-03-19 Thread Jon Parise
On Tue, Mar 20, 2001 at 03:53:46AM +0200, Zeev Suraski wrote: > Merge From Head. It would be helpful to include the revision(s) from which you are merging, for future reference. -- Jon Parise ([EMAIL PROTECTED]) . Rochester Inst. of Technology http://www.csh.rit.edu/~jon/ : Compu

[PHP-CVS] cvs: php4 /pear DB.php

2001-03-20 Thread Jon Parise
jon Tue Mar 20 20:15:41 2001 EDT Modified files: /php4/pear DB.php Log: Style and whitespace, based mostly on a submission from "Tomas V.V.Cox" <[EMAIL PROTECTED]>. Index: php4/pear/DB.php diff -u php4/pear/DB.php:1.50 php4/pear/DB.php:1.51 --- php4/

[PHP-CVS] cvs: php4 /pear/DB MAINTAINERS ifx.php

2001-03-23 Thread Jon Parise
jon Fri Mar 23 11:26:55 2001 EDT Added files: /php4/pear/DB ifx.php Modified files: /php4/pear/DB MAINTAINERS Log: Adding an Informix (ifx) database implementation. Submitted by: "Tomas V.V.Cox" <[EMAIL PROTECTED]>

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

2001-03-24 Thread Jon Parise
jon Sat Mar 24 13:48:42 2001 EDT Modified files: /php4/pear Makefile.in Log: Install the Informix database implementation. Index: php4/pear/Makefile.in diff -u php4/pear/Makefile.in:1.74 php4/pear/Makefile.in:1.75 --- php4/pear/Makefile.in:1.74 Sat Mar

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

2001-04-02 Thread Jon Parise
jon Mon Apr 2 20:12:49 2001 EDT Modified files: /php4/pear PEAR.php.in Log: Cleaner (and probably safer) condition handling. Index: php4/pear/PEAR.php.in diff -u php4/pear/PEAR.php.in:1.17 php4/pear/PEAR.php.in:1.18 --- php4/pear/PEAR.php.in:1.17 Thu

[PHP-CVS] cvs: php4 /pear/DB pgsql.php

2001-04-02 Thread Jon Parise
jon Mon Apr 2 20:27:46 2001 EDT Modified files: /php4/pear/DB pgsql.php Log: Make the 'protocol' DSN element optional. Index: php4/pear/DB/pgsql.php diff -u php4/pear/DB/pgsql.php:1.34 php4/pear/DB/pgsql.php:1.35 --- php4/pear/DB/pgsql.php:1.34 We

[PHP-CVS] cvs: php4 /pear/DB pgsql.php

2001-04-02 Thread Jon Parise
jon Mon Apr 2 20:33:58 2001 EDT Modified files: /php4/pear/DB pgsql.php Log: Style and whitespace. Index: php4/pear/DB/pgsql.php diff -u php4/pear/DB/pgsql.php:1.35 php4/pear/DB/pgsql.php:1.36 --- php4/pear/DB/pgsql.php:1.35 Mon Apr 2 20:27:46 20

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

2001-04-06 Thread Jon Parise
jon Fri Apr 6 09:01:20 2001 EDT Modified files: /php4 configure.in Log: Fix expansion of PEAR_INSTALLDIR. Index: php4/configure.in diff -u php4/configure.in:1.229 php4/configure.in:1.230 --- php4/configure.in:1.229 Wed Apr 4 13:52:43 2001 +++

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

2001-04-06 Thread Jon Parise
jon Fri Apr 6 09:04:25 2001 EDT Modified files: /php4/ext/skeleton skeleton.c Log: Make this message more grammatically correct. Index: php4/ext/skeleton/skeleton.c diff -u php4/ext/skeleton/skeleton.c:1.12 php4/ext/skeleton/skeleton.c:1.13 --- php4/ex

[PHP-CVS] cvs: php4 / php.ini-dist

2001-04-06 Thread Jon Parise
jon Fri Apr 6 09:24:56 2001 EDT Modified files: /php4 php.ini-dist Log: Comment out the 'include_path' variable by default. # Leaving it blank overrides the default include path, which contains the # PEAR directory. # The other option is to hav

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

2001-04-07 Thread Jon Parise
jon Sat Apr 7 11:22:27 2001 EDT Modified files: /php4/ext/ypyp.c Log: Fix compilation (strict compilers require constant initializers). Index: php4/ext/yp/yp.c diff -u php4/ext/yp/yp.c:1.19 php4/ext/yp/yp.c:1.20 --- php4/ext/yp/yp.c:1.19 T

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

2001-04-07 Thread Jon Parise
jon Sat Apr 7 18:13:08 2001 EDT Modified files: /php4/ext/imap php_imap.c Log: Use tabs instead of spaces. Index: php4/ext/imap/php_imap.c diff -u php4/ext/imap/php_imap.c:1.63 php4/ext/imap/php_imap.c:1.64 --- php4/ext/imap/php_imap.c:1.63 F

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

2001-04-09 Thread Jon Parise
jon Mon Apr 9 14:08:47 2001 EDT Modified files: /php4/ext/standard dir.c Log: Fix whitespace (use tabs). Index: php4/ext/standard/dir.c diff -u php4/ext/standard/dir.c:1.60 php4/ext/standard/dir.c:1.61 --- php4/ext/standard/dir.c:1.60Mon Apr 9

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

2001-04-10 Thread Jon Parise
jon Tue Apr 10 10:31:35 2001 EDT Modified files: /php4/ext/imap config.m4 Log: Statements end with a period. Index: php4/ext/imap/config.m4 diff -u php4/ext/imap/config.m4:1.26 php4/ext/imap/config.m4:1.27 --- php4/ext/imap/config.m4:1.26Tue

Re: [PHP-CVS] cvs: pear /Science Chemistry.php /Science/Chemistry Atom.php Atom_PDB.php Coordinates.php Element.php Macromolecule.php Macromolecule_PDB.php Molecule.php Molecule_XYZ.php PDBFile.php PDBPa

2001-04-12 Thread Jon Parise
On Thu, Apr 12, 2001 at 04:38:30PM +0200, Andi Gutmans wrote: > Oh is all of pear out of the PHP CVS now? No, not really. There are two repositories running in parallel (php4/pear/ and pear/). I'm not sure what kind of plans we have for each, however. -- Jon Parise ([EMAIL P

Re: [PHP-CVS] cvs: php4 /main SAPI.h fopen_wrappers.c /sapi/cgi cgi_main.c

2001-04-16 Thread Jon Parise
> - case 'd': /* define ini entries on command line */ > + case 'C': /* don't chdir to the script directory */ > + SG(options) |= SAPI_OPTION_NO_CHDIR; > +