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
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
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
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
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
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
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.
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
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/
> - case 'd': /* define ini entries on command line */
> + case 'C': /* don't chdir to the script directory */
> + SG(options) |= SAPI_OPTION_NO_CHDIR;
> +
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]>
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
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
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
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
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
+++
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
,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
31 matches
Mail list logo