Moriyoshi Koizumi wrote:
I suppose the problem was caused by wrong length passed to
php_url_decode() and whether var has been altered doesn't have much to do
with it.
Ah. I see. It's obvious bug.
I mixed up php_mbstr_encoding_handler :)
--
Yasuo Ohgaki
Moriyoshi
Yasuo Ohgaki <[EMAIL PROTE
I take a look at mb_parse_str().
There is a bug still.
separator char may be multiple chars, but
it checks only first char in arg_separator.
--
Yasuo Ohgaki
Moriyoshi Koizumi wrote:
I suppose the problem was caused by wrong length passed to
php_url_decode() and whether var has been altered do
At 08:45 24.11.2002, Yasuo Ohgaki wrote:
yohgaki Sun Nov 24 02:45:27 2002 EDT
Modified files:
/php4/ext/pgsql pgsql.c
Log:
Added missing '\0'
Index: php4/ext/pgsql/pgsql.c
diff -u php4/ext/pgsql/pgsql.c:1.244 php4/ext/pgsql/pgsql.c:1.245
--- php4/ext/pgsql/pgsql.c:1.244
sterlingSun Nov 24 10:11:43 2002 EDT
Modified files:
/php4/ext/pgsql pgsql.c
Log:
null after the erealloc()
Index: php4/ext/pgsql/pgsql.c
diff -u php4/ext/pgsql/pgsql.c:1.245 php4/ext/pgsql/pgsql.c:1.246
--- php4/ext/pgsql/pgsql.c:1.245Sun
helly Sun Nov 24 10:50:28 2002 EDT
Added files:
/php4/tests/classes static_mix_1.phpt static_mix_2.phpt
Log:
Add test against mixing static/non static methods
Index: php4/tests/classes/static_mix_1.phpt
+++ php4/tests/classes/static_mix_1.phpt
--TEST--
helly Sun Nov 24 10:51:57 2002 EDT
Added files:
/php4/tests/classes abstract_redeclare.phpt
Log:
Add test against redeclaring an overloaded method abstract
Index: php4/tests/classes/abstract_redeclare.phpt
+++ php4/tests/classes/abstract_redeclare.phpt
helly Sun Nov 24 11:07:34 2002 EDT
Modified files:
/php4/tests/classes static_mix_1.phpt static_mix_2.phpt
Log:
Better naming
Index: php4/tests/classes/static_mix_1.phpt
diff -u php4/tests/classes/static_mix_1.phpt:1.1
php4/tests/classes/static_mix_1.phpt:
sas Sun Nov 24 11:23:38 2002 EDT
Modified files:
/php4/ext/pgsql pgsql.c
Log:
Use proper form of NUL
Drop superfluous checks for NULL results
Index: php4/ext/pgsql/pgsql.c
diff -u php4/ext/pgsql/pgsql.c:1.246 php4/ext/pgsql/pgsql.c:1.247
--- php4/ex
> sas Sun Nov 24 11:23:38 2002 EDT
>
> Modified files:
> /php4/ext/pgsql pgsql.c
> Log:
> Use proper form of NUL
I was under the assumption that 0 and '\0' were semantically equivalent.
-Sterling
--
PHP CVS Mailing List (http://www.php.net/)
To uns
On Sun, 24 Nov 2002, Sterling Hughes wrote:
> > sas Sun Nov 24 11:23:38 2002 EDT
> >
> > Modified files:
> > /php4/ext/pgsql pgsql.c
> > Log:
> > Use proper form of NUL
>
> I was under the assumption that 0 and '\0' were semantically equivalent.
'\0' allows for an implem
On Sun, 24 Nov 2002, Ilia Alshanetsky wrote:
> iliaa Sat Nov 23 20:15:35 2002 EDT
>
> Modified files:
> /php4/ext/gd/libgdgdft.c
> Log:
> Fixed 3 memory leaks.
> Formatted the code to meet PHP's coding standards, which makes it MUCH easier
> to underst
On November 24, 2002 02:06 pm, Derick Rethans wrote:
> On Sun, 24 Nov 2002, Ilia Alshanetsky wrote:
> > iliaa Sat Nov 23 20:15:35 2002 EDT
> >
> > Modified files:
> > /php4/ext/gd/libgd gdft.c
> > Log:
> > Fixed 3 memory leaks.
> > Formatted the code to meet PHP's cod
moriyoshi Sun Nov 24 14:21:59 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/mbstring mbstring.c
Log:
Fixed mb_parse_str() bug pointed out by Yasuo.
Index: php4/ext/mbstring/mbstring.c
diff -u php4/ext/mbstring/mbstring.c:1.142.2.4 php4/ext/mbstri
gluke Sun Nov 24 14:36:46 2002 EDT
Modified files:
/php4/ext/mnogosearch php_mnogo.c
Log:
@- A new functions have been added: udm_set_agent_param_ex and
udm_get_res_field_ex
- A new functions have been added: udm_set_agent_param_ex and
udm_get_re
gluke Sun Nov 24 14:39:47 2002 EDT
Modified files:
/php4/ext/mnogosearch php_mnogo.h
Log:
- Header file update for new mnogosearch functions
Index: php4/ext/mnogosearch/php_mnogo.h
diff -u php4/ext/mnogosearch/php_mnogo.h:1.19 php4/ext/mnogosearch/php
moriyoshi Sun Nov 24 14:48:18 2002 EDT
Added files: (Branch: PHP_4_3)
/php4/ext/mbstring/testsmb_parse_str02.phpt
Log:
Added a further test on mb_parse_str()
Index: php4/ext/mbstring/tests/mb_parse_str02.phpt
+++ php4/ext/mbstring/tests/mb_parse_
moriyoshi Sun Nov 24 14:48:58 2002 EDT
Modified files:
/php4/ext/mbstring/testsmb_parse_str02.phpt
Log:
MFB
Index: php4/ext/mbstring/tests/mb_parse_str02.phpt
diff -u /dev/null php4/ext/mbstring/tests/mb_parse_str02.phpt:1.2
--- /dev/null Sun Nov
yohgaki Sun Nov 24 20:38:30 2002 EDT
Modified files:
/php4/ext/pgsql pgsql.c
Log:
Cleanup state=4 and avoid using sscanf()
Index: php4/ext/pgsql/pgsql.c
diff -u php4/ext/pgsql/pgsql.c:1.247 php4/ext/pgsql/pgsql.c:1.248
--- php4/ext/pgsql/pgsql.c:1.247
iliaa Sun Nov 24 20:51:53 2002 EDT
Modified files:
/php4/ext/gdconfig.m4
/php4/ext/gd/libgd gd.c gd.h gd_gd2.c gd_jpeg.c gd_png.c gd_wbmp.c
gdft.c gdxpm.c
Log:
Synchronized bundled gd library with the latest stable GD, 2.0.6
rasmus Mon Nov 25 02:51:57 2002 EDT
Modified files:
/CVSROOTavail
Log:
Some karma
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.547 CVSROOT/avail:1.548
--- CVSROOT/avail:1.547 Fri Nov 22 13:33:31 2002
+++ CVSROOT/avail Mon Nov 25 02:51:56 2002
@@ -4
rasmus Mon Nov 25 02:56:51 2002 EDT
Modified files:
/CVSROOTavail
Log:
Karma
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.548 CVSROOT/avail:1.549
--- CVSROOT/avail:1.548 Mon Nov 25 02:51:56 2002
+++ CVSROOT/avail Mon Nov 25 02:56:51 2002
@@ -27,7 +
21 matches
Mail list logo