On Mon, 24 Feb 2003, Corne' Cornelius wrote:
>nobbie Mon Feb 24 01:34:37 2003 EDT
>
> Modified files:
>/php4/ext/informix ifx.ec
> Log:
> (PHP ifx_errormsg) Fixed Informix bug where ifx_errormsg() would Segfault
> on an unopened connecection and w
sniper Mon Feb 24 03:26:49 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/informix ifx.ec
Log:
no c++ comments
Index: php4/ext/informix/ifx.ec
diff -u php4/ext/informix/ifx.ec:1.69.2.9 php4/ext/informix/ifx.ec:1.69.2.10
--- php4/ext/informix/ifx.ec:1.69.2
sniper Mon Feb 24 03:27:24 2003 EDT
Modified files:
/php4/ext/informix ifx.ec
Log:
no c++ comments
Index: php4/ext/informix/ifx.ec
diff -u php4/ext/informix/ifx.ec:1.82 php4/ext/informix/ifx.ec:1.83
--- php4/ext/informix/ifx.ec:1.82 Mon Feb 24 01:34:36 2
On Mon, 24 Feb 2003, Sascha Schumann wrote:
>On Mon, 24 Feb 2003, Jani Taskinen wrote:
>
>> sniper Sun Feb 23 23:37:04 2003 EDT
>>
>> Modified files:
>> /php4acinclude.m4
>> Log:
>> Always use the libtool which is build in the top_builddir.
>
>The cwd of the $(SHELL
> On AIX, I encountered a problem that the libtool from
> top_builddir was NOT used but the one in my PATH.
That's really weird. Way to go AIX.
$ echo echo hi > gcc
$ chmod +x gcc
$ /bin/sh gcc
/bin/sh: gcc: cannot execute
$ /bin/sh ./gcc
hi
- Sascha
--
On Mon, 24 Feb 2003, Sascha Schumann wrote:
>> On AIX, I encountered a problem that the libtool from
>> top_builddir was NOT used but the one in my PATH.
>
>That's really weird. Way to go AIX.
>
>$ echo echo hi > gcc
>$ chmod +x gcc
>$ /bin/sh gcc
>/bin/sh: gcc: cannot
hholzgraMon Feb 24 05:57:49 2003 EDT
Added files:
/php4/scripts/ext_skel_ng TODO dummy.gif
Modified files:
/php4/scripts/ext_skel_ng ext_skel_ng.php extension.dtd
extension.xml extension_parser.php
hholzgraMon Feb 24 08:35:06 2003 EDT
Modified files:
/php4/ext/ypyp.c
Log:
"key" has to be zero-delimited
Index: php4/ext/yp/yp.c
diff -u php4/ext/yp/yp.c:1.34 php4/ext/yp/yp.c:1.35
--- php4/ext/yp/yp.c:1.34 Fri Jan 24 11:34:18 2003
+++
zeevMon Feb 24 10:10:37 2003 EDT
Modified files:
/php4/sapi/apache2filterapache_config.c php_functions.c
sapi_apache2.c
Log:
(possibly) fix Win32 builds of the Apache 2 filter
Index: php4/sapi/apache2filter/apache_conf
sniper Mon Feb 24 10:11:55 2003 EDT
Modified files:
/php4 acinclude.m4
Log:
fix quotes
Index: php4/acinclude.m4
diff -u php4/acinclude.m4:1.227 php4/acinclude.m4:1.228
--- php4/acinclude.m4:1.227 Sun Feb 23 23:37:04 2003
+++ php4/acinclude.m4 Mon Fe
sniper Mon Feb 24 10:12:11 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4 acinclude.m4
Log:
MFH
Index: php4/acinclude.m4
diff -u php4/acinclude.m4:1.218.2.7 php4/acinclude.m4:1.218.2.8
--- php4/acinclude.m4:1.218.2.7 Sun Feb 23 23:37:15 2003
+++ php4/aci
sniper Mon Feb 24 11:01:39 2003 EDT
Modified files:
/php4 NEWS
Log:
BFN
Index: php4/NEWS
diff -u php4/NEWS:1.1357 php4/NEWS:1.1358
--- php4/NEWS:1.1357Sat Feb 22 21:45:10 2003
+++ php4/NEWS Mon Feb 24 11:01:38 2003
@@ -3,8 +3,10 @@
? ? ??? 200?, Ve
sniper Mon Feb 24 11:04:05 2003 EDT
Removed files: (Branch: PHP_4_3)
/php4/tests/langbug21600.phpt bug22231.phpt
Log:
- Removing pointless tests. (both of these will be fixed in PHP 5)
# We don't need to get any test reports about these anymore
# for PHP_
moriyoshi Mon Feb 24 11:13:13 2003 EDT
Modified files:
/php4/ext/standard reg.c
Log:
Style fix
Index: php4/ext/standard/reg.c
diff -u php4/ext/standard/reg.c:1.72 php4/ext/standard/reg.c:1.73
--- php4/ext/standard/reg.c:1.72Sat Jan 11 18:05:19
sniper Mon Feb 24 11:16:13 2003 EDT
Modified files:
/php4/sapi/apache config.m4
Log:
Possible fix for #22259 + part 1/2 for fixing one AIX bug..
Index: php4/sapi/apache/config.m4
diff -u php4/sapi/apache/config.m4:1.67 php4/sapi/apache/config.m4:1.68
--- php4
sniper Mon Feb 24 11:16:58 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/sapi/apache config.m4
Log:
MFH: Possible fix for #22259 + part 1/2 for fixing AIX DSO bug
Index: php4/sapi/apache/config.m4
diff -u php4/sapi/apache/config.m4:1.62.4.5 php4/sapi/apache
moriyoshi Mon Feb 24 11:19:44 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/standard reg.c
Log:
MFH(r1.73): style fix
Index: php4/ext/standard/reg.c
diff -u php4/ext/standard/reg.c:1.66.2.3 php4/ext/standard/reg.c:1.66.2.4
--- php4/ext/standard/
moriyoshi Mon Feb 24 11:29:00 2003 EDT
Modified files:
/php4/ext/standard reg.c
Log:
Fixed a signed / unsigned issue.
# imagine the case like "\\\xfe" where walk[1] takes a value that is greater
# than 127 in integer...
Index: php4/ext/standard/
moriyoshi Mon Feb 24 11:30:15 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/standard reg.c
Log:
MFH(r1.74): fixed an signed / unsigned issue
Index: php4/ext/standard/reg.c
diff -u php4/ext/standard/reg.c:1.66.2.4 php4/ext/standard/reg.c:1.66.2.5
moriyoshi Mon Feb 24 11:50:35 2003 EDT
Modified files:
/php4/tests/langbug21600.phpt
Log:
Fixed the test as the result is just considered to be expected
Index: php4/tests/lang/bug21600.phpt
diff -u php4/tests/lang/bug21600.phpt:1.2 php4/tests/lang/b
moriyoshi Mon Feb 24 11:54:21 2003 EDT
Modified files:
/php4/ext/standard reg.c
Log:
Forgot to fix this part
Index: php4/ext/standard/reg.c
diff -u php4/ext/standard/reg.c:1.74 php4/ext/standard/reg.c:1.75
--- php4/ext/standard/reg.c:1.74Mon Fe
moriyoshi Mon Feb 24 11:56:25 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/standard reg.c
Log:
MFH
Index: php4/ext/standard/reg.c
diff -u php4/ext/standard/reg.c:1.66.2.5 php4/ext/standard/reg.c:1.66.2.6
--- php4/ext/standard/reg.c:1.66.2.5M
phanto Mon Feb 24 13:30:20 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/com COM.c com.h
Log:
fix memleak and wrong refcounting
Index: php4/ext/com/COM.c
diff -u php4/ext/com/COM.c:1.90.2.4 php4/ext/com/COM.c:1.90.2.5
--- php4/ext/com/COM.c:1.90.2.4
moriyoshi Mon Feb 24 14:37:27 2003 EDT
Added files:
/php4/tests/langbug22367.phpt
Log:
Added test case for bug #22367
Index: php4/tests/lang/bug22367.phpt
+++ php4/tests/lang/bug22367.phpt
--TEST--
Bug #22367 (weird zval allocation problem)
--FI
moriyoshi Mon Feb 24 14:38:33 2003 EDT
Added files: (Branch: PHP_4_3)
/php4/tests/langbug22367.phpt
Log:
MFH: added test case for bug #22367
Index: php4/tests/lang/bug22367.phpt
+++ php4/tests/lang/bug22367.phpt
--TEST--
Bug #22367 (weird zval al
iliaa Mon Feb 24 14:41:18 2003 EDT
Modified files:
/php4/ext/standard mail.c
Log:
Fixed bug #22355 (PHP would remove folding from Subject & To fields).
Index: php4/ext/standard/mail.c
diff -u php4/ext/standard/mail.c:1.68 php4/ext/standard/mail.c:1.69
---
iliaa Mon Feb 24 14:41:40 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/standard mail.c
Log:
MFH
Index: php4/ext/standard/mail.c
diff -u php4/ext/standard/mail.c:1.66.2.2 php4/ext/standard/mail.c:1.66.2.3
--- php4/ext/standard/mail.c:1.66.2.2 Tue D
iliaa Mon Feb 24 14:42:39 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4 NEWS
Log:
Bug fixing news.
Index: php4/NEWS
diff -u php4/NEWS:1.1247.2.108 php4/NEWS:1.1247.2.109
--- php4/NEWS:1.1247.2.108 Sun Feb 23 22:18:26 2003
+++ php4/NEWS Mon Fe
My bad.. The patch isn't wrong except the CRLF conversion issue, and
works fine with mb_send_mail().
Sorry for the wrong info.
Moriyoshi
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
wez Mon Feb 24 16:40:24 2003 EDT
Modified files:
/php4/ext/standard file.c
/php4/main php_streams.h
/php4/main/streams cast.c plain_wrapper.c streams.c
Log:
MFB: Bunch of streams related fixes.
Index: php4/ext/standard/file.c
diff -u php4/ext
pollita Mon Feb 24 16:56:20 2003 EDT
Modified files:
/php4/ext/standard user_filters.c basic_functions.c
basic_functions.h
Log:
Initial re-implementation of userfilters after filterchain redesign by wez. More
userspace API to come.
moriyoshi Mon Feb 24 17:01:13 2003 EDT
Modified files:
/php4/ext/standard php_string.h string.c
Log:
Made strip_tags() binary safe
Index: php4/ext/standard/php_string.h
diff -u php4/ext/standard/php_string.h:1.71 php4/ext/standard/php_string.h:1.72
---
moriyoshi Mon Feb 24 17:19:37 2003 EDT
Modified files:
/php4/ext/standard string.c
Log:
Fixed possible buffer overflow of php_strip_tags
Index: php4/ext/standard/string.c
diff -u php4/ext/standard/string.c:1.360 php4/ext/standard/string.c:1.361
--- php
On Mon, 24 Feb 2003, Wez Furlong wrote:
> wez Mon Feb 24 16:40:24 2003 EDT
>
> Modified files:
> /php4/ext/standardfile.c
> /php4/mainphp_streams.h
> /php4/main/streamscast.c plain_wrapper.c streams.c
> Log:
> MFB: Bunch of strea
moriyoshi Mon Feb 24 17:39:47 2003 EDT
Modified files:
/php4/ext/standard file.c
Log:
Made fgetss() binary safe too
Index: php4/ext/standard/file.c
diff -u php4/ext/standard/file.c:1.311 php4/ext/standard/file.c:1.312
--- php4/ext/standard/file.c:1.311
This should probably go into the 4.3 branch.
On Mon, 24 Feb 2003, Moriyoshi Koizumi wrote:
> moriyoshi Mon Feb 24 17:01:13 2003 EDT
>
> Modified files:
> /php4/ext/standardphp_string.h string.c
> Log:
> Made strip_tags() binary safe
>
>
> Index:
moriyoshi Mon Feb 24 17:41:55 2003 EDT
Modified files:
/php4/ext/standard filters.c
Log:
Fixed string.strip_tags filter so it reflects the change on php_strip_tags
Index: php4/ext/standard/filters.c
diff -u php4/ext/standard/filters.c:1.27 php4/ext/st
moriyoshi Mon Feb 24 17:47:15 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/standard php_string.h string.c
Log:
MFH: made strip_tags() binary safe
Index: php4/ext/standard/php_string.h
diff -u php4/ext/standard/php_string.h:1.65.2.1 php4/ext/stan
moriyoshi Mon Feb 24 17:48:39 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/standard file.c
Log:
MFH: made fgetss() binary safe too
Index: php4/ext/standard/file.c
diff -u php4/ext/standard/file.c:1.279.2.11 php4/ext/standard/file.c:1.279.2.12
--
moriyoshi Mon Feb 24 18:13:40 2003 EDT
Modified files:
/php4/main/streams memory.c
Log:
Removed unnecessary asserts
Index: php4/main/streams/memory.c
diff -u php4/main/streams/memory.c:1.2 php4/main/streams/memory.c:1.3
--- php4/main/streams/memory.c:1
PHP_4_3.
I made the original fixes there and then "up-ported" them to PHP5, which
wasn't suffering so much since the ze-stream patch.
--Wez.
On Mon, 24 Feb 2003, Rasmus Lerdorf wrote:
> On Mon, 24 Feb 2003, Wez Furlong wrote:
> > wez Mon Feb 24 16:40:24 2003 EDT
> >
> > Modified files
iliaa Mon Feb 24 20:39:07 2003 EDT
Modified files:
/php4/main php_streams.h
/php4/main/streams plain_wrapper.c
/php4/ext/standard file.c
Log:
Added locking to streams.
Allow PHP to automatically release locks on files when terminating the
stream
iliaa Mon Feb 24 20:41:58 2003 EDT
Modified files:
/php4/main/streams plain_wrapper.c
Log:
Use native flock() whenever possible.
Index: php4/main/streams/plain_wrapper.c
diff -u php4/main/streams/plain_wrapper.c:1.4 php4/main/streams/plain_wrapper.c:1.5
--
iliaa Mon Feb 24 20:44:57 2003 EDT
Modified files:
/php4/main/streams plain_wrapper.c
Log:
Fixed various compiler warnings.
Index: php4/main/streams/plain_wrapper.c
diff -u php4/main/streams/plain_wrapper.c:1.5 php4/main/streams/plain_wrapper.c:1.6
--- php
ssb Mon Feb 24 21:08:49 2003 EDT
Modified files:
/php4/ext/tokenizer tokenizer.c
Log:
* add new ZE2 tokens
Index: php4/ext/tokenizer/tokenizer.c
diff -u php4/ext/tokenizer/tokenizer.c:1.13 php4/ext/tokenizer/tokenizer.c:1.14
--- php4/ext/tokenizer/tokeniz
iliaa Mon Feb 24 22:49:27 2003 EDT
Modified files:
/php4/ext/gd/libgd gd.c
Log:
Fixed a crash in gdImageCopyMergeGray().
Index: php4/ext/gd/libgd/gd.c
diff -u php4/ext/gd/libgd/gd.c:1.46 php4/ext/gd/libgd/gd.c:1.47
--- php4/ext/gd/libgd/gd.c:1.46 Sun Feb
iliaa Mon Feb 24 22:53:22 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/gd/libgd gd.c
Log:
MFH (fix for crash in gdImageCopyMergeGray()).
Index: php4/ext/gd/libgd/gd.c
diff -u php4/ext/gd/libgd/gd.c:1.24.2.3 php4/ext/gd/libgd/gd.c:1.24.2.4
--- php4/e
iliaa Mon Feb 24 23:20:22 2003 EDT
Modified files:
/php4/ext/standard ftp_fopen_wrapper.c
Log:
Fixed bug #22402 (opening of ftp for read/write could fail due to invalid
return code handling).
Solution suggested by [EMAIL PROTECTED]
Index: php4/ext/stan
iliaa Mon Feb 24 23:20:44 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/standard ftp_fopen_wrapper.c
Log:
MFH
Index: php4/ext/standard/ftp_fopen_wrapper.c
diff -u php4/ext/standard/ftp_fopen_wrapper.c:1.38.2.3
php4/ext/standard/ftp_fopen_wrapper.c:1
iliaa Mon Feb 24 23:21:27 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4 NEWS
Log:
Bug fixing news.
Index: php4/NEWS
diff -u php4/NEWS:1.1247.2.109 php4/NEWS:1.1247.2.110
--- php4/NEWS:1.1247.2.109 Mon Feb 24 14:42:38 2003
+++ php4/NEWS Mon Fe
sniper Mon Feb 24 23:36:54 2003 EDT
Modified files:
/php4/ext/oci8 config.m4
Log:
fix bug #22324, libjdbcoci8.so is not necessarily needed..
Index: php4/ext/oci8/config.m4
diff -u php4/ext/oci8/config.m4:1.41 php4/ext/oci8/config.m4:1.42
--- php4/ext/oci8/
sniper Mon Feb 24 23:37:08 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/oci8 config.m4
Log:
MFH
Index: php4/ext/oci8/config.m4
diff -u php4/ext/oci8/config.m4:1.37.2.2 php4/ext/oci8/config.m4:1.37.2.3
--- php4/ext/oci8/config.m4:1.37.2.2Fri Jan
nobbie Tue Feb 25 00:33:27 2003 EDT
Modified files:
/php4/ext/informix config.m4
Log:
- Changed IFX_VERSION to work with Major versions with more then one digit
Index: php4/ext/informix/config.m4
diff -u php4/ext/informix/config.m4:1.29 php4/ext/informix/co
sniper Tue Feb 25 01:37:18 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4 NEWS
Log:
BFN
Index: php4/NEWS
diff -u php4/NEWS:1.1247.2.110 php4/NEWS:1.1247.2.111
--- php4/NEWS:1.1247.2.110 Mon Feb 24 23:21:26 2003
+++ php4/NEWS Tue Feb 25 01:37:18 20
sniper Tue Feb 25 01:49:59 2003 EDT
Modified files:
/php4/sapi/activescript php4activescript.c scriptengine.cpp
Log:
(hopefully) fix the build..
Index: php4/sapi/activescript/php4activescript.c
diff -u php4/sapi/activescript/php4activescript.c:1.4
php4/sap
sniper Tue Feb 25 01:54:04 2003 EDT
Modified files:
/php4/sapi/pi3web pi3web_sapi.c
Log:
Another win32 build fix.
Index: php4/sapi/pi3web/pi3web_sapi.c
diff -u php4/sapi/pi3web/pi3web_sapi.c:1.49 php4/sapi/pi3web/pi3web_sapi.c:1.50
--- php4/sapi/pi3web/pi3web
nobbie Tue Feb 25 01:56:27 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/informix config.m4
Log:
MFH: 1.30
Index: php4/ext/informix/config.m4
diff -u php4/ext/informix/config.m4:1.27.4.2 php4/ext/informix/config.m4:1.27.4.3
--- php4/ext/informix/confi
nobbie Tue Feb 25 01:59:14 2003 EDT
Modified files:
/php4/ext/informix CREDITS ifx.ec php_informix.h
php_informix_includes.h
Log:
- Added Corne' Cornelius to CREDITS/Authors
Index: php4/ext/informix/CREDITS
diff -u php4/ext/informix
nobbie Tue Feb 25 02:09:11 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/informix CREDITS ifx.ec php_informix.h
php_informix_includes.h
Log:
MFH
Index: php4/ext/informix/CREDITS
diff -u php4/ext/informix/CREDITS:1.1 php4/ext/i
sniper Tue Feb 25 02:19:44 2003 EDT
Modified files:
/php4/ext/curl interface.c multi.c
Log:
(hope) fix some win32 build errors
Index: php4/ext/curl/interface.c
diff -u php4/ext/curl/interface.c:1.8 php4/ext/curl/interface.c:1.9
--- php4/ext/curl/interface.
sniper Tue Feb 25 02:40:51 2003 EDT
Modified files:
/php4 configure.in
Log:
typofix
Index: php4/configure.in
diff -u php4/configure.in:1.424 php4/configure.in:1.425
--- php4/configure.in:1.424 Tue Feb 25 01:35:41 2003
+++ php4/configure.in Tue Feb 2
sniper Tue Feb 25 02:41:05 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4 configure.in
Log:
MFH: typofix
Index: php4/configure.in
diff -u php4/configure.in:1.396.2.34 php4/configure.in:1.396.2.35
--- php4/configure.in:1.396.2.34Tue Feb 25 01:36:2
62 matches
Mail list logo