In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
On Sun, 17 Jul 2005, Marcus Boerger wrote:
> Log:
> - If you ask me both (expat and libxml) are not really accurate about byte
> po
case PARSE_COOKIE:
- separator = ";\0";
+ /* The , and space are needed for instances when there
are multiple Cookie: headers */
+ separator = ";, \0";
break;
}
This patch breaks
The Cookie RFC (2109) clearly states that spaces are permitted between
tokens and that a comma is a valid separator. PHP's own setcookie()
function will refuse to create cookies containing spaces or commas in
their names. At the same time, while uncommon it is perfectly valid to
have multiple C
Ilia Alshanetsky wrote:
The Cookie RFC (2109)
Is irrelevant, because PHP never supported the cookie format described
there.
PHP only knows about the Netscape Cookie Specification. And that
Specification only allows ; as separator and all other chars SHOULD be
encoded, but because no encodin
wez Mon Jul 18 09:28:26 2005 EDT
Modified files:
/php-src/main/streams plain_wrapper.c
Log:
Apparently our pipe detection code just above this isn't foolproof.
Catch it here.
http://cvs.php.net/diff.php/php-src/main/streams/plain_wrapper.c?r1=1.49
iliaa Mon Jul 18 09:47:36 2005 EDT
Modified files:
/php-src/ext/curl interface.c
Log:
Cleanup buffers on handle re-use.
http://cvs.php.net/diff.php/php-src/ext/curl/interface.c?r1=1.60&r2=1.61&ty=u
Index: php-src/ext/curl/interface.c
diff -u php-src/ext/c
wez Mon Jul 18 10:12:54 2005 EDT
Modified files:
/php-src/main/streams plain_wrapper.c
Log:
compile before commit (gah!)
http://cvs.php.net/diff.php/php-src/main/streams/plain_wrapper.c?r1=1.50&r2=1.51&ty=u
Index: php-src/main/streams/plain_wrapper.
wez Mon Jul 18 10:40:49 2005 EDT
Modified files:
/php-src/ext/pdo_sqlite sqlite_statement.c
Log:
this needs to be the column count, otherwise a db->query() that returns 0 rows
will fail rather than returning a statement with no rows.
http://cvs.p
wez Mon Jul 18 10:44:14 2005 EDT
Modified files:
/php-src/ext/pdopdo_sql_parser.re
Log:
avoid :: when looking for named parameters.
Refs Bug #33736.
http://cvs.php.net/diff.php/php-src/ext/pdo/pdo_sql_parser.re?r1=1.26&r2=1.27&ty=u
Index: php-src/ex
wez Mon Jul 18 10:44:56 2005 EDT
Modified files:
/php-src/ext/pdopdo_sql_parser.c
Log:
touch generated file
http://cvs.php.net/diff.php/php-src/ext/pdo/pdo_sql_parser.c?r1=1.32&r2=1.33&ty=u
Index: php-src/ext/pdo/pdo_sql_parser.c
diff -u php-src/ext/pd
wez Mon Jul 18 10:46:55 2005 EDT
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
make a start on a debugging function.
http://cvs.php.net/diff.php/php-src/ext/pdo/pdo_stmt.c?r1=1.111&r2=1.112&ty=u
Index: php-src/ext/pdo/pdo_stmt.c
diff -u php-src/ext/
rasmus Mon Jul 18 11:29:16 2005 EDT
Modified files:
/CVSROOTavail
Log:
pear karma for Manfred
http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.996&r2=1.997&ty=u
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.996 CVSROOT/avail:1.997
--- CVSROOT/avail:1.996 Fr
dmitry Mon Jul 18 12:20:08 2005 EDT
Modified files:
/php-src/main main.c
/php-src/ext/standard dl.c
Log:
Fixed bug in new module statrup mechanism
http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.637&r2=1.638&ty=u
Index: php-src/main/mai
sniper Mon Jul 18 12:08:38 2005 EDT
Modified files:
/php-src/ext/pdopdo_sql_parser.c
Log:
touch with working re2c
http://cvs.php.net/diff.php/php-src/ext/pdo/pdo_sql_parser.c?r1=1.33&r2=1.34&ty=u
Index: php-src/ext/pdo/pdo_sql_parser.c
diff -u php-src/ext/p
sniper Mon Jul 18 13:20:24 2005 EDT
Modified files:
/php-srcacinclude.m4
Log:
fix macro
http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.331&r2=1.332&ty=u
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.331 php-src/acinclude.m4:1.332
--- php
On Mon, 18 Jul 2005 16:34:44 -0400
Brad House <[EMAIL PROTECTED]> wrote:
> Perhaps. There was discussion once upon a time along those lines,
> but nothing else came of it. I'd have to know what it entails,
> and if it would prohibit the extension from being distributed
> with the main PHP codeba
Well, comparitively speaking, to the whole of the PHP audience,
there probably aren't that many people using the ext/mcve extension
for PHP, but there are a few hundred, anyhow.
I'll look into PECL though to see if it is a suitable fit...
-Brad
Antony Dovgal wrote:
> On Mon, 18 Jul 2005 16:34:
Perhaps. There was discussion once upon a time along those lines,
but nothing else came of it. I'd have to know what it entails,
and if it would prohibit the extension from being distributed
with the main PHP codebase. Forgive my ignorance, but I have
not even looked into what PECL really is.
-
bradmsswMon Jul 18 16:10:09 2005 EDT
Modified files:
/php-src/ext/mcve mcve.c php_mcve.h
Log:
sync missing functions from libmonetra-5
http://cvs.php.net/diff.php/php-src/ext/mcve/mcve.c?r1=1.32&r2=1.33&ty=u
Index: php-src/ext/mcve/mcve.c
diff -u php-s
bradmsswMon Jul 18 16:11:09 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/ext/mcve mcve.c php_mcve.h
Log:
BACKPORT FROM HEAD: sync missing functions from libmonetra-5
http://cvs.php.net/diff.php/php-src/ext/mcve/mcve.c?r1=1.28.2.3&r2=1.28.2.4&ty=u
andrei Mon Jul 18 13:34:39 2005 EDT
Modified files: (Branch: PHP_4_4)
/php-src/ext/standard reg.c
Log:
Use HAVE_REGEX_T_RE_MAGIC to fix compilation problem on systems where
re_magic is not provided publicly.
http://cvs.php.net/diff.php/php-src/ext/sta
wez Mon Jul 18 13:41:34 2005 EDT
Modified files:
/CVSROOTavail
Log:
doc karma for the SDO team (gcc,cem,mfp,ansriniv)
http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.997&r2=1.998&ty=u
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.997 CVSROOT/avail:1.998
Maybe it's time to move ext/mcve to PECL, where you can safely add new
functions just before new PHP release?
On Mon, 18 Jul 2005 20:10:09 -
"Brad House" <[EMAIL PROTECTED]> wrote:
> bradmssw Mon Jul 18 16:10:09 2005 EDT
>
> Modified files:
> /php-src/ext/m
sniper Mon Jul 18 19:10:10 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/ext/standard reg.c
Log:
MFB4_4: Fix compile problem with --regex=system on some systems
http://cvs.php.net/diff.php/php-src/ext/standard/reg.c?r1=1.78.2.1&r2=1.78.2.2&ty=u
Index
Hello Adam,
sorry i don't have any additional testcases but take your time and count
the bytes and columns in the testcase yourself. You'll find out that they
are worthless.
regards
marcus
and yes i know how fast Daniel is and therefore looked into the code myself
but couldn't find a mistake i
sniper Mon Jul 18 19:17:26 2005 EDT
Modified files:
/php-src/ext/standard reg.c
Log:
MFB4_4: Fix compile problem with --regex=system on some systems
http://cvs.php.net/diff.php/php-src/ext/standard/reg.c?r1=1.80&r2=1.81&ty=u
Index: php-src/ext/standard/re
sniper Mon Jul 18 14:39:12 2005 EDT
Modified files: (Branch: PHP_4_4)
/php-srcacinclude.m4
Log:
MFH
http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.218.2.50.2.2&r2=1.218.2.50.2.3&ty=u
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.218.2.50.
sniper Mon Jul 18 14:39:37 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-srcacinclude.m4
Log:
MFH
http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.271.2.20&r2=1.271.2.21&ty=u
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.271.2.20 php-src/
iliaa Mon Jul 18 15:18:03 2005 EDT
Modified files:
/php-src/main php_variables.c
/php-srcNEWS
Log:
Revert cookie patch for BC reasons.
http://cvs.php.net/diff.php/php-src/main/php_variables.c?r1=1.97&r2=1.98&ty=u
Index: php-src/main/php_varia
iliaa Mon Jul 18 15:18:29 2005 EDT
Modified files: (Branch: PHP_4_4)
/php-src/main php_variables.c
Log:
MFH: revert
http://cvs.php.net/diff.php/php-src/main/php_variables.c?r1=1.45.2.13.2.1&r2=1.45.2.13.2.2&ty=u
Index: php-src/main/php_variables.c
diff
Brad,
In any case, we are in a complete feature freeze right now. I sent an email
about this to [EMAIL PROTECTED] Only bug fixes allowed. Please #if BRAD_0 that
code in HEAD. I don't see a problem allowing the addition of such simple
wrapper functions after 5.1.0 goes out the door; but I don'
bradmsswMon Jul 18 20:34:39 2005 EDT
Modified files:
/php-src/ext/mcve mcve.c php_mcve.h
Log:
\#if BRAD_0'd latest changes as requested until 5.1.0 release
http://cvs.php.net/diff.php/php-src/ext/mcve/mcve.c?r1=1.33&r2=1.34&ty=u
Index: php-src/ext/mcve
Andi,
Sorry about that, I haven't been paying much attention to the
internals@ list, I'll make sure I check the list before committing
next time. I have #if BRAD_0'd the code, and will remove those
#if's after 5.1.0 release.
-Brad
Andi Gutmans wrote:
> Brad,
>
> In any case, we are in a compl
wez Mon Jul 18 23:39:50 2005 EDT
Modified files:
/php-src/ext/pdo_odbc odbc_stmt.c
Log:
Limit the size of columns to 64K, so we don't try to allocate 2GB for each
text
column coming out of informix.
Refs Bug #33533.
Not totally closed yet; st
34 matches
Mail list logo