moriyoshi Wed Oct 30 02:54:33 2002 EDT
Modified files:
/php4/ext/mbstring/testsskipif.inc
Log:
Removed dl() code
Index: php4/ext/mbstring/tests/skipif.inc
diff -u php4/ext/mbstring/tests/skipif.inc:1.2 php4/ext/mbstring/tests/skipif.inc:1.3
--- php4
moriyoshi Wed Oct 30 02:53:15 2002 EDT
Modified files:
/php4/ext/mbstring/testsmb_ereg-compat-01.phpt
mb_ereg-compat-02.phpt
mb_ereg_replace-compat-01.phpt
mb_er
rasmus Wed Oct 30 02:33:37 2002 EDT
Modified files:
/CVSROOTavail
Log:
Karma for new accounts
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.523 CVSROOT/avail:1.524
--- CVSROOT/avail:1.523 Wed Oct 30 02:27:25 2002
+++ CVSROOT/avail Wed Oct 30 02:33:3
rasmus Wed Oct 30 02:27:25 2002 EDT
Modified files:
/CVSROOTavail
Log:
PEAR karma for Ernani
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.522 CVSROOT/avail:1.523
--- CVSROOT/avail:1.522 Wed Oct 30 01:21:18 2002
+++ CVSROOT/avail Wed Oct 30 02:27:25
Hi,
Since yesterday it was decided that we can have
non-commit discussions on this forum itself,
I am mailing to this list.
Most of the NetWare files are now committed
into the CVS 4.2 source code branch. But I am facing
one problem while I am trying to commit two batch files:
BisonExtStandard.
rasmus Wed Oct 30 01:21:19 2002 EDT
Modified files:
/CVSROOTavail
Log:
phpdoc karma for Chris Shiflett
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.521 CVSROOT/avail:1.522
--- CVSROOT/avail:1.521 Fri Oct 25 23:49:54 2002
+++ CVSROOT/avail Wed Oct 3
hyanantha Wed Oct 30 00:58:28 2002 EDT
Removed files: (Branch: PHP_4_2_0)
/php4/netware BisonExtSTandard.bat
Log:
Removing BisonExtSTandard.bat
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
wez Tue Oct 29 21:54:48 2002 EDT
Modified files:
/php4/ext/ncurses ncurses_fe.c ncurses_functions.c php_ncurses_fe.h
Log:
And some more ncurses functions.
Index: php4/ext/ncurses/ncurses_fe.c
diff -u php4/ext/ncurses/ncurses_fe.c:1.18 php4/ext/ncurses/n
bradmsswTue Oct 29 20:08:10 2002 EDT
Modified files:
/php4/ext/mcve mcve.c
Log:
constant MC_TRAN_CHNGPWD typo
Index: php4/ext/mcve/mcve.c
diff -u php4/ext/mcve/mcve.c:1.13 php4/ext/mcve/mcve.c:1.14
--- php4/ext/mcve/mcve.c:1.13 Tue Aug 27 22:44
iliaa Tue Oct 29 20:05:17 2002 EDT
Modified files:
/php4/ext/gdconfig.m4 gd.c gd_ctx.c
Log:
This patch allows compilation of gd against non-bundled gd library older
then 2.0.4.
Index: php4/ext/gd/config.m4
diff -u php4/ext/gd/config.m4:1.119 php4
helly Tue Oct 29 18:35:49 2002 EDT
Modified files:
/php4/ext/standard basic_functions.c microtime.c microtime.h
Log:
make microtime and gettimeofday unavailable instead of return false return
false in case needed library function is unavailable.
Index: p
rasmus Tue Oct 29 18:08:02 2002 EDT
Modified files:
/php4/ext/gdgd.c gd_ctx.c
/php4/ext/gd/libgd gd.c gd.h gd2topng.c gd_gd.c gd_gd2.c
gd_gif_in.c gd_io.h gd_io_dp.c gd_io_file.c
gd_io_ss.c gd_jpeg.c gd_pn
helly Tue Oct 29 16:57:50 2002 EDT
Modified files:
/php4/ext/xslt/testsxslt_process-001.phpt xslt_set_object.phpt
xslt_setopt.phpt
Log:
-add reason to --SKIPIF--
-add magic_quotes_runtime to --INI--
--use var_dump()
helly Tue Oct 29 16:51:32 2002 EDT
Modified files:
/php4/ext/iconv/tests skipif.inc test.inc translit-utf8.phpt
Log:
-do not dl() load
-magic_quotes_runtime
Index: php4/ext/iconv/tests/skipif.inc
diff -u php4/ext/iconv/tests/skipif.inc:1.2 php4/ext/
helly Tue Oct 29 15:25:09 2002 EDT
Modified files:
/php4 CODING_STANDARDS
Log:
rewrite paragraph 9
No instances yet. And it does not work with #if 0_FOO but with #if FOO_0
Index: php4/CODING_STANDARDS
diff -u php4/CODING_STANDARDS:1.23 php4/CODING_S
iliaa Tue Oct 29 15:19:38 2002 EDT
Modified files:
/php4/ext/gd/libgd gd.c
Log:
Corrected un-initialized variable usage.
Index: php4/ext/gd/libgd/gd.c
diff -u php4/ext/gd/libgd/gd.c:1.21 php4/ext/gd/libgd/gd.c:1.22
--- php4/ext/gd/libgd/gd.c:1.21 Mon Oct 2
On Tue, 29 Oct 2002, Marcus Börger wrote:
> At 18:48 29.10.2002, Derick Rethans wrote:
> >On Tue, 29 Oct 2002, Marcus Börger wrote:
> >
> >
> >Then you need to swap the 0 and HELLY in your code I think :)
> >
> > > > > +#ifdef HELLY_0
>
> As i already wrote it fails with #ifdef 0_HELLY
>
> [marc
At 18:48 29.10.2002, Derick Rethans wrote:
On Tue, 29 Oct 2002, Marcus Börger wrote:
> Confirms to CODING_STANDARDS. I only had to change the order.
> Perhaps we should rewrite that parg 9.
>
> [9] When commenting out code using a #if statement, do NOT use 0
only. Append
> to any 0 an _.
Sections --POST-- and --GET-- are optional and --SKIPIF-- sections are missing.
marcus
At 20:01 29.10.2002, Moriyoshi Koizumi wrote:
moriyoshi Tue Oct 29 14:01:10 2002 EDT
Added files:
/php4/ext/mbstring/testsmb_ereg-compat-01.phpt
mb_ereg
On Tue, 29 Oct 2002, Moriyoshi Koizumi wrote:
> --TEST--
> mb_ereg() compatibility test 1 (counterpart: ext/standard/tests/reg/004.phpt)
Don't you think these descriptions are a bit too long, the line wraps
atleast 2 times now... Maybe a better way to put it in a comment in the
test file?
Deri
moriyoshi Tue Oct 29 14:09:27 2002 EDT
Modified files:
/php4/ext/iconv iconv.c
Log:
It's better to know the version is "unknown", rather than ""
Index: php4/ext/iconv/iconv.c
diff -u php4/ext/iconv/iconv.c:1.59 php4/ext/iconv/iconv.c:1.60
--- php4/e
moriyoshi Tue Oct 29 14:01:10 2002 EDT
Added files:
/php4/ext/mbstring/testsmb_ereg-compat-01.phpt
mb_ereg-compat-02.phpt
mb_ereg_replace-compat-01.phpt
mb_er
msopacuaTue Oct 29 12:43:08 2002 EDT
Modified files:
/php4/ext/standard/tests/stringsstrtoupper.phpt
Log:
Add locale for BSDi
# Allthough these characters are used in germany, that doesn't mean, that
# they're not part of the latin-1 character se
On Tue, 29 Oct 2002, Marcus Börger wrote:
> Confirms to CODING_STANDARDS. I only had to change the order.
> Perhaps we should rewrite that parg 9.
>
> [9] When commenting out code using a #if statement, do NOT use 0 only. Append
> to any 0 an _. For example, #if 0_FOO, where FOO is
>
Confirms to CODING_STANDARDS. I only had to change the order.
Perhaps we should rewrite that parg 9.
[9] When commenting out code using a #if statement, do NOT use 0 only. Append
to any 0 an _. For example, #if 0_FOO, where FOO is
cvs user foo. This allows easier tracking of why code wa
hi
excuse my ignorant question, but:
> @@ -740,6 +740,7 @@
> }
>
>
> +#ifdef HELLY_0
is this intended?
chregu
> static zval *xsltstylesheet_get_data(void *obj)
> {
> /*
> @@ -753,6 +754,7 @@
> */
> return ((zval *) (((xsltStylesheetPtr) obj)->_private));
> }
> +#endif
>
> void *
helly Tue Oct 29 11:57:52 2002 EDT
Modified files:
/php4/ext/domxmlphp_domxml.c
Log:
fix warnings
Index: php4/ext/domxml/php_domxml.c
diff -u php4/ext/domxml/php_domxml.c:1.215 php4/ext/domxml/php_domxml.c:1.216
--- php4/ext/domxml/php_domxml.c:1.215 T
helly Tue Oct 29 11:45:20 2002 EDT
Modified files:
/php4/ext/domxmlphp_domxml.c
Log:
-php_error => php_error_docref
-two warnings
Index: php4/ext/domxml/php_domxml.c
diff -u php4/ext/domxml/php_domxml.c:1.214 php4/ext/domxml/php_domxml.c:1.215
--- php
moriyoshi Tue Oct 29 11:28:12 2002 EDT
Modified files:
/php4/ext/standard/tests/stringshtmlentities05.phpt
htmlentities06.phpt
htmlentities07.phpt
moriyoshi Tue Oct 29 11:25:24 2002 EDT
Modified files:
/php4/ext/iconv/tests bug16069.phpt eucjp2iso2022jp.phpt
eucjp2sjis.phpt eucjp2utf8.phpt iconv001.phpt
iconv002.phpt ob_iconv_handler.php
wez Tue Oct 29 11:21:54 2002 EDT
Modified files:
/php4 configure.in
Log:
Don't use autoconf 2.52 macros.
Index: php4/configure.in
diff -u php4/configure.in:1.393 php4/configure.in:1.394
--- php4/configure.in:1.393 Tue Oct 29 09:57:12 2002
+++ ph
moriyoshi Tue Oct 29 11:18:13 2002 EDT
Modified files:
/php4/ext/iconv config.m4
Log:
Improved library identification
Index: php4/ext/iconv/config.m4
diff -u php4/ext/iconv/config.m4:1.17 php4/ext/iconv/config.m4:1.18
--- php4/ext/iconv/config.m4:1.
helly Tue Oct 29 11:09:04 2002 EDT
Modified files:
/php4/ext/domxml/tests domxml002.phpt
Log:
corrected output
Index: php4/ext/domxml/tests/domxml002.phpt
diff -u php4/ext/domxml/tests/domxml002.phpt:1.1
php4/ext/domxml/tests/domxml002.phpt:1.2
--- ph
helly Tue Oct 29 11:06:54 2002 EDT
Added files:
/php4/ext/domxml/tests domxml001.phpt domxml002.phpt
Removed files:
/php4/ext/domxml/tests 001.phpt
Log:
-Use skipif.inc
-split into two tests
-domxml001.phpt should work
-d
helly Tue Oct 29 11:04:43 2002 EDT
Added files:
/php4/ext/domxml/tests skipif.inc xmldoc.phpt
Log:
Add simple parsing test
Index: php4/ext/domxml/tests/skipif.inc
+++ php4/ext/domxml/tests/skipif.inc
Index: php4/ext/domxml/tests/xmldoc.phpt
+++ p
iliaa Tue Oct 29 10:36:48 2002 EDT
Modified files:
/php4/ext/standard/tests/time 002.phpt
Log:
Added a skip condition for situations where the TZ variable could not be
set (safe_mode).
Index: php4/ext/standard/tests/time/002.phpt
diff -u php4/ext/st
iliaa Tue Oct 29 10:22:41 2002 EDT
Modified files:
/php4 Makefile.global
Log:
Allows 'make test' to run without being harassed by open_basedir & safe_mode.
Index: php4/Makefile.global
diff -u php4/Makefile.global:1.36 php4/Makefile.global:1.37
--- php
moriyoshi Tue Oct 29 10:05:08 2002 EDT
Modified files:
/php4/ext/standard html.c
Log:
WS fix
Index: php4/ext/standard/html.c
diff -u php4/ext/standard/html.c:1.60 php4/ext/standard/html.c:1.61
--- php4/ext/standard/html.c:1.60 Fri Oct 25 09:12
wez Tue Oct 29 09:57:13 2002 EDT
Modified files:
/php4 configure.in
/php4/main network.c php_network.h
Log:
Fix for #19508 by [EMAIL PROTECTED]
Index: php4/configure.in
diff -u php4/configure.in:1.392 php4/configure.in:1.393
--- php4/configure
wez Tue Oct 29 09:36:51 2002 EDT
Modified files:
/php4/ext/standard/tests/file userstreams.phpt
Log:
I like my C comments, thanks very much.
Index: php4/ext/standard/tests/file/userstreams.phpt
diff -u php4/ext/standard/tests/file/userstreams.phpt:1
wez Tue Oct 29 09:31:54 2002 EDT
Modified files:
/php4/ext/standard/tests/file userstreams.phpt
Log:
length of lyrics is not part of the test.
Index: php4/ext/standard/tests/file/userstreams.phpt
diff -u php4/ext/standard/tests/file/userstreams.phpt
helly Tue Oct 29 09:13:12 2002 EDT
Modified files:
/php4 run-tests.php
Log:
better use array_diff_assoc
the old way resulted in erroneus .diff
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.98 php4/run-tests.php:1.99
--- php4/run-tests.php:1
mboeren Tue Oct 29 09:08:40 2002 EDT
Modified files:
/php4/ext/dbx dbx.c dbx.h dbx_fbsql.c dbx_fbsql.h dbx_mssql.c
dbx_mssql.h dbx_mysql.c dbx_mysql.h dbx_oci8.c
dbx_oci8.h dbx_odbc.c dbx_odbc.h dbx_pgsql.c
helly Tue Oct 29 09:05:56 2002 EDT
Modified files:
/php4/ext/standard/tests/file userstreams.phpt
Log:
-WS
-Use "//" instead of "/* ... */" comments
#this test fails for me. Very weired...
Index: php4/ext/standard/tests/file/userstreams.phpt
diff
helly Tue Oct 29 09:03:38 2002 EDT
Modified files:
/php4/ext/session/tests 008-php4.2.3.phpt
Log:
-Only accept one single message which is expected.
-Move error related settings to --INI-- section
#Now see we can do it correct
Index: php4/ext/sessio
mboeren Tue Oct 29 09:01:27 2002 EDT
Added files:
/php4/ext/dbx/tests 009.phpt
Log:
Added test for dbx_escape_string
Index: php4/ext/dbx/tests/009.phpt
+++ php4/ext/dbx/tests/009.phpt
--TEST--
dbx_escape_string
--SKIPIF--
--FILE--
data[0]['field2']===$tx
helly Tue Oct 29 08:51:44 2002 EDT
Modified files:
/php4/tests/lang035.phpt
Log:
Rewrite: Taken from ZE2 RFC + a little textual modification
Index: php4/tests/lang/035.phpt
diff -u php4/tests/lang/035.phpt:1.2 php4/tests/lang/035.phpt:1.3
--- php4/tests
helly Tue Oct 29 08:30:23 2002 EDT
Modified files:
/php4/tests/lang029.phpt
Log:
no notices here
Index: php4/tests/lang/029.phpt
diff -u php4/tests/lang/029.phpt:1.4 php4/tests/lang/029.phpt:1.5
--- php4/tests/lang/029.phpt:1.4Sun Oct 6 15:39:1
helly Tue Oct 29 08:26:48 2002 EDT
Modified files:
/php4/ext/standard file.c
Log:
no C++ comments
#args sorry on that & thx jani
Index: php4/ext/standard/file.c
diff -u php4/ext/standard/file.c:1.277 php4/ext/standard/file.c:1.278
--- php4/ext/standard/f
hyanantha Tue Oct 29 08:22:39 2002 EDT
Modified files: (Branch: PHP_4_2_0)
/php4/netware start.c
Log:
NetWare related files.
Index: php4/netware/start.c
diff -u php4/netware/start.c:1.2.2.1 php4/netware/start.c:1.2.2.2
--- php4/netware/start.c:1.2.
DO NOT USE C++ comments!
--Jani
On Tue, 29 Oct 2002, Marcus Börger wrote:
>helly Tue Oct 29 07:53:58 2002 EDT
>
> Modified files:
>/php4/ext/standard file.c
> Log:
> fix overrun
>
>
>Index: php4/ext/standard/file.c
>diff -u php4/ext/stand
helly Tue Oct 29 07:53:58 2002 EDT
Modified files:
/php4/ext/standard file.c
Log:
fix overrun
Index: php4/ext/standard/file.c
diff -u php4/ext/standard/file.c:1.276 php4/ext/standard/file.c:1.277
--- php4/ext/standard/file.c:1.276 Thu Oct 24 15:17:08
helly Tue Oct 29 07:18:22 2002 EDT
Modified files:
/php4/ext/xslt/testsskipif.inc
Log:
add reason
Index: php4/ext/xslt/tests/skipif.inc
diff -u php4/ext/xslt/tests/skipif.inc:1.2 php4/ext/xslt/tests/skipif.inc:1.3
--- php4/ext/xslt/tests/skipif.inc:
helly Tue Oct 29 07:12:20 2002 EDT
Modified files:
/php4/ext/xml/tests xml001.phpt xml002.phpt xml003.phpt xml004.phpt
xml007.phpt
Log:
Fix tests
#Why do i need to define the class infront of its usage in ZE2?
Index: php4/ext/xml/
hyanantha Tue Oct 29 07:11:18 2002 EDT
Modified files: (Branch: PHP_4_2_0)
/php4/netware/sys stat.h
Log:
Copyright change and adding some comments.
Index: php4/netware/sys/stat.h
diff -u php4/netware/sys/stat.h:1.1.4.1 php4/netware/sys/stat.h:1.1.4.2
-
helly Tue Oct 29 06:59:25 2002 EDT
Added files:
/php4/ext/xml/tests xml001.phpt xml002.phpt xml003.phpt xml004.phpt
xml006.phpt xml007.phpt
Removed files:
/php4/ext/xml/tests 001.phpt 002.phpt 003.phpt 004.phpt 006.ph
helly Tue Oct 29 06:56:47 2002 EDT
Modified files:
/php4/ext/iconv iconv.c
Log:
-php_error => php_error_docref
Index: php4/ext/iconv/iconv.c
diff -u php4/ext/iconv/iconv.c:1.58 php4/ext/iconv/iconv.c:1.59
--- php4/ext/iconv/iconv.c:1.58 Mon Oct 28 20:28
helly Tue Oct 29 06:43:47 2002 EDT
Modified files:
/php4/ext/xml/tests skipif.inc
Log:
do not dl() load in skipif.inc
Index: php4/ext/xml/tests/skipif.inc
diff -u php4/ext/xml/tests/skipif.inc:1.1 php4/ext/xml/tests/skipif.inc:1.2
--- php4/ext/xml/tests/ski
helly Tue Oct 29 06:43:01 2002 EDT
Modified files:
/php4 NEWS
Log:
update dba changes
Index: php4/NEWS
diff -u php4/NEWS:1.1232 php4/NEWS:1.1233
--- php4/NEWS:1.1232Tue Oct 29 05:28:39 2002
+++ php4/NEWS Tue Oct 29 06:43:00 2002
@@ -22,7 +22,8 @
> Fine with me too.
On a second thought, people like me who commit changes and
are not subscribed to php-dev, would not receive the replies
which are intended for them, if follow-ups would be
automatically directed to php-dev.
Hence, the current way is good. I didn't have any
On Tue, 29 Oct 2002, Sascha Schumann wrote:
> > I think we can instruct the listmanager to set a Reply-To header
> > instead, would that be a nice idea?
>
> Nope,
>
> http://www.unicom.com/pw/reply-to-harmful.html
>
> When I was still subscribed to php-cvs, I frequently replied
>
> I think we can instruct the listmanager to set a Reply-To header
> instead, would that be a nice idea?
Nope,
http://www.unicom.com/pw/reply-to-harmful.html
When I was still subscribed to php-cvs, I frequently replied
to people in private. Munging reply-to would make that a lot
sniper Tue Oct 29 06:24:26 2002 EDT
Modified files:
/php4 acinclude.m4
Log:
- Remove the "which" call and just expect sed to be in PATH
Index: php4/acinclude.m4
diff -u php4/acinclude.m4:1.217 php4/acinclude.m4:1.218
--- php4/acinclude.m4:1.217 Mon
hyanantha Tue Oct 29 06:24:13 2002 EDT
Added files: (Branch: PHP_4_2_0)
/php4/netware build.bat buildext.bat buildlib.bat buildsapi.bat
common.mif env.c env.h geterrnoptr.c grp.h libpq-fe.h
libpq-fs.h libpq
hyanantha Tue Oct 29 06:23:49 2002 EDT
Added files: (Branch: PHP_4_2_0)
/php4/netware/sys stat.h
Log:
NetWare related files.
Index: php4/netware/sys/stat.h
+++ php4/netware/sys/stat.h
#ifndef __sys_stat_h__
#define __sys_stat_h__
/*
On Tue, 29 Oct 2002, Wez Furlong wrote:
> Hey guys,
>
> If you need to comment on a commit, can you please change the To/Cc line
> from php-cvs to php-dev.
>
> It makes trawling through the commits quite hard when there are
> massively long threads in there that should really be discussed in the
Hey guys,
If you need to comment on a commit, can you please change the To/Cc line
from php-cvs to php-dev.
It makes trawling through the commits quite hard when there are
massively long threads in there that should really be discussed in the
developers "forum" (and they are more likely to be see
At 19:53 10/28/2002 +0100, Derick Rethans wrote:
[...]
> IMHO we should do a complete overhaul of */tests/* and remove any dl()
> code, or come up with something, that will force the modules/ directory
> on the testkit.
That should be easy by forcing the extensions directory with a hardcoded
in
sniper Tue Oct 29 05:28:39 2002 EDT
Modified files:
/php4 NEWS
Log:
Be a bit more wordy about when this function is available.
Index: php4/NEWS
diff -u php4/NEWS:1.1231 php4/NEWS:1.1232
--- php4/NEWS:1.1231Tue Oct 29 01:34:37 2002
+++ php4/NEWS T
Adding folder is not enough. You need to add the files within the
folder as well.
Hope this helps,
Edin
- Original Message -
From: "Ananth Kesari" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, October 29, 2002 10:32 AM
Subject: Re: [PHP-CVS] Some NetWar
Thanks for the inputs. Still I do not get NetWare folder.
I did the following:
1.
In the .cvsrc file:
cvs -z3
update -d
checkout -P
diff -u
I did:
cvs add -m "NetWare related files." netware
The netware folder had all the files within it with a sub-directory also by name sys.
I got a
71 matches
Mail list logo