hholzgraFri Sep 26 03:47:01 2003 EDT
Modified files:
/php-src/ext/mime_magic mime_magic.c
Log:
compiler warning fixes, one of them a potential crash bug
Index: php-src/ext/mime_magic/mime_magic.c
diff -u php-src/ext/mime_magic/mime_magic.c:1.31
php-
hholzgraFri Sep 26 03:50:02 2003 EDT
Modified files:
/php-src/ext/yp yp.c
Log:
error message was missing an argument
Index: php-src/ext/yp/yp.c
diff -u php-src/ext/yp/yp.c:1.39 php-src/ext/yp/yp.c:1.40
--- php-src/ext/yp/yp.c:1.39Sat Jul 19 15:23
hholzgraFri Sep 26 03:51:52 2003 EDT
Modified files:
/php-src/ext/standard parsedate.y
Log:
silenced a compiler warning
Index: php-src/ext/standard/parsedate.y
diff -u php-src/ext/standard/parsedate.y:1.41 php-src/ext/standard/parsedate.y:1.42
-
sniper Fri Sep 26 05:55:57 2003 EDT
Added files:
/php-src/ext/standard/tests/mathbug25665.phpt
Log:
Test case for bug #25665
Index: php-src/ext/standard/tests/math/bug25665.phpt
+++ php-src/ext/standard/tests/math/bug25665.phpt
--TEST--
Bug #25565 (var_
sniper Fri Sep 26 05:56:25 2003 EDT
Modified files:
/php-src/ext/standard/tests/mathbug25665.phpt
Log:
typo
Index: php-src/ext/standard/tests/math/bug25665.phpt
diff -u php-src/ext/standard/tests/math/bug25665.phpt:1.1
php-src/ext/standard/tests/math/bug25
sniper Fri Sep 26 05:56:57 2003 EDT
Added files: (Branch: PHP_4_3)
/php-src/ext/standard/tests/mathbug25665.phpt
Log:
MFH
Index: php-src/ext/standard/tests/math/bug25665.phpt
+++ php-src/ext/standard/tests/math/bug25665.phpt
--TEST--
Bug #25565 (var_dump
Still waiting for the documentation for these..and also
where are the NEWS entries?
--Jani
On Tue, 23 Sep 2003, Andrey Hristov wrote:
>andrey Tue Sep 23 13:37:29 2003 EDT
>
> Modified files:
>/php-src/ext/standard array.c basic_functions.c
MFH!
--Jani
On Fri, 26 Sep 2003, Hartmut Holzgraefe wrote:
>hholzgra Fri Sep 26 03:47:01 2003 EDT
>
> Modified files:
>/php-src/ext/mime_magicmime_magic.c
> Log:
> compiler warning fixes, one of them a potential crash bug
>
>Index: php-
MFH!
--Jani
On Fri, 26 Sep 2003, Hartmut Holzgraefe wrote:
>hholzgra Fri Sep 26 03:50:02 2003 EDT
>
> Modified files:
>/php-src/ext/ypyp.c
> Log:
> error message was missing an argument
>
>Index: php-src/ext/yp/yp.c
>diff -u php-src/ext/yp/y
MFH!
--Jani
On Fri, 26 Sep 2003, Hartmut Holzgraefe wrote:
>hholzgra Fri Sep 26 03:51:52 2003 EDT
>
> Modified files:
>/php-src/ext/standard parsedate.y
> Log:
> silenced a compiler warning
>
>
>Index: php-src/ext/standard/parsedate.
hholzgraFri Sep 26 06:02:04 2003 EDT
Modified files:
/php-src/ext/yp yp.c
Log:
stupid typo fix
Index: php-src/ext/yp/yp.c
diff -u php-src/ext/yp/yp.c:1.40 php-src/ext/yp/yp.c:1.41
--- php-src/ext/yp/yp.c:1.40Fri Sep 26 03:50:01 2003
+++ php-sr
abies Fri Sep 26 06:06:23 2003 EDT
Modified files:
/php-src/ext/interbase interbase.c php_interbase.h
Log:
Let client library pick its own transaction param defaults
Index: php-src/ext/interbase/interbase.c
diff -u php-src/ext/interbase/interbase.c:1.188
hholzgraFri Sep 26 06:13:31 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/yp yp.c
Log:
MFH
Index: php-src/ext/yp/yp.c
diff -u php-src/ext/yp/yp.c:1.31.8.3 php-src/ext/yp/yp.c:1.31.8.4
--- php-src/ext/yp/yp.c:1.31.8.3Fri Feb 28 01:
On Fri, 26 Sep 2003, Hartmut Holzgraefe wrote:
> @@ -302,7 +302,7 @@
> add_assoc_stringl_ex((zval *) indata, key, inkeylen+1,
> inval, invallen, 1);
> efree(key);
> } else {
> - php_error
Derick Rethans wrote:
Huh? Shouldn't that parameter be INSIDE the function call, and not after it?
didn't i fix that half an hour ago? ;)
that's what you get when you type on a train and don't disable your touchpad
.o0(funny that i still managed to create valid C ;)
--
Hartmut Holzgraefe <[EMAI
moriyoshi Fri Sep 26 07:06:40 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/mbstring/tests mb_send_mail01.phpt
Log:
Fix typo
Index: php-src/ext/mbstring/tests/mb_send_mail01.phpt
diff -u php-src/ext/mbstring/tests/mb_send_mail01.phpt:1.1.2.4
p
moriyoshi Fri Sep 26 07:09:06 2003 EDT
Modified files:
/php-src/ext/mbstring/tests mb_send_mail01.phpt mb_send_mail05.phpt
mb_send_mail06.phpt mb_send_mail07.phpt
Log:
Specify full path to cat for mb_send_mail() tests
In
moriyoshi Fri Sep 26 10:42:15 2003 EDT
Modified files:
/php-src/ext/mbstring mbstring.c
Log:
Fix some incompatibilities with the pre-libmbfl behaviour regarding encoding
detection.
Index: php-src/ext/mbstring/mbstring.c
diff -u php-src/ext/mbstrin
moriyoshi Fri Sep 26 10:42:37 2003 EDT
Modified files:
/php-src/ext/mbstring/tests mb_convert_encoding.phpt
mb_convert_variables.phpt
mb_detect_encoding.phpt
mb_dete
moriyoshi Fri Sep 26 12:33:59 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/domxml php_domxml.h
Log:
Fix typo
Index: php-src/ext/domxml/php_domxml.h
diff -u php-src/ext/domxml/php_domxml.h:1.72.4.4
php-src/ext/domxml/php_domxml.h:1.72.4.5
---
moriyoshi Fri Sep 26 13:41:52 2003 EDT
Modified files:
/php-src/ext/mbstring mbstring.h
Log:
Forgot to commit this one.
Index: php-src/ext/mbstring/mbstring.h
diff -u php-src/ext/mbstring/mbstring.h:1.59 php-src/ext/mbstring/mbstring.h:1.60
--- ph
moriyoshi Fri Sep 26 13:43:39 2003 EDT
Modified files:
/php-src/ext/mbstring php_mbregex.c
Log:
Repatch fixes for the problem that was reported at [EMAIL PROTECTED] (#884)
Index: php-src/ext/mbstring/php_mbregex.c
diff -u php-src/ext/mbstring/php_
moriyoshi Fri Sep 26 13:44:07 2003 EDT
Added files:
/php-src/ext/mbstring/tests php_gr_jp_dev_884-1.phpt
php_gr_jp_dev_884-2.phpt
Log:
Add test cases for the regex probles
Index: php-src/ext/mbstring/tests/php_gr_jp_
moriyoshi Fri Sep 26 13:47:11 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/mbstring php_mbregex.c
Log:
MFH(r-1.45): repatch fixes for the problem that was reported at [EMAIL PROTECTED]
(#884)
Index: php-src/ext/mbstring/php_mbregex.c
di
pollita Fri Sep 26 13:57:13 2003 EDT
Modified files:
/php-src/ext/standard string.c
Log:
Bug Fix#25671 Corruption in subarrays in subject when using str_replace
Index: php-src/ext/standard/string.c
diff -u php-src/ext/standard/string.c:1.397 php-src/ext/s
pollita Fri Sep 26 14:00:01 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/standard string.c
/php-srcNEWS
Log:
MFH BugFix# 25671 subarray corruption in str_replace
Index: php-src/ext/standard/string.c
diff -u php-src/ext/standard/string.c:
I will work on the documentation next week and will add a news entry soon.
Andrey
Jani Taskinen wrote:
Still waiting for the documentation for these..and also
where are the NEWS entries?
--Jani
On Tue, 23 Sep 2003, Andrey Hristov wrote:
andrey Tue Sep 23 13:37:29 2003 ED
"Sara Golemon" <[EMAIL PROTECTED]> wrote:
> - result = *subject_entry;
> + MAKE_STD_ZVAL(result);
> + SEPARATE_ZVAL(subject_entry);
> + *result = **subject_entry;
> +
28 matches
Mail list logo