gtanzilli Mon Feb 3 04:04:09 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/sapi/servlet config.m4 Makefile.frag servlet.c servlet.java
Log:
Fix sapi/servlet build on Unix
Index: php4/sapi/servlet/config.m4
diff -u php4/sapi/servlet/config.m4:1.13 php4/
On Mon, 3 Feb 2003, Marcus Boerger wrote:
> helly Sun Feb 2 19:22:28 2003 EDT
>
> Modified files:
> /php4/sapi/cliphp_cli.c
> Log:
> - Added -B, -F, -R, -E for line by line std in processing.
> - Added some error messages.
> - Added more -h info.
> @Add
sniper Mon Feb 3 04:55:09 2003 EDT
Modified files:
/php4/ext/calendar calendar.c
Log:
ws
Index: php4/ext/calendar/calendar.c
diff -u php4/ext/calendar/calendar.c:1.35 php4/ext/calendar/calendar.c:1.36
--- php4/ext/calendar/calendar.c:1.35 Tue Dec 31 11:06:1
On Mon, 3 Feb 2003, Derick Rethans wrote:
> On Mon, 3 Feb 2003, Marcus Boerger wrote:
>
> > helly Sun Feb 2 19:22:28 2003 EDT
> >
> > Modified files:
> > /php4/sapi/cli php_cli.c
> > Log:
> > - Added -B, -F, -R, -E for line by line std in processing.
> >
Isn't XPM support available with anything but our
bundled GD lib??
--Jani
On Sat, 1 Feb 2003, Marcus Boerger wrote:
>helly Sat Feb 1 18:24:00 2003 EDT
>
> Modified files:
>/php4/ext/gd gd.c
> Log:
> Show if XPM support is available & Se
sniper Mon Feb 3 06:45:44 2003 EDT
Modified files:
/php4/ext/interbase config.m4
Log:
Test that libgds actually exists.
Index: php4/ext/interbase/config.m4
diff -u php4/ext/interbase/config.m4:1.8 php4/ext/interbase/config.m4:1.9
--- php4/ext/interbase/config.
sniper Mon Feb 3 06:45:56 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/interbase config.m4
Log:
MFH
Index: php4/ext/interbase/config.m4
diff -u php4/ext/interbase/config.m4:1.8 php4/ext/interbase/config.m4:1.8.4.1
--- php4/ext/interbase/config.m4:1.8
derick Mon Feb 3 07:14:13 2003 EDT
Modified files:
/php4 run-tests.php
Log:
- Make VIM highlighting happy
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.141 php4/run-tests.php:1.142
--- php4/run-tests.php:1.141Sat Feb 1 08:28:32 2003
+++
sniper Mon Feb 3 07:25:28 2003 EDT
Modified files:
/php4/main php_ini.c
Log:
Fixed bug: #22011 (-n must ignore all ini files)
Index: php4/main/php_ini.c
diff -u php4/main/php_ini.c:1.112 php4/main/php_ini.c:1.113
--- php4/main/php_ini.c:1.112 Mon Jan 27 15:
sniper Mon Feb 3 07:25:47 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/main php_ini.c
Log:
MFH: Fixed bug: #22011 (-n must ignore all ini files)
Index: php4/main/php_ini.c
diff -u php4/main/php_ini.c:1.106.2.4 php4/main/php_ini.c:1.106.2.5
--- php4/main/ph
sniper Mon Feb 3 08:08:08 2003 EDT
Modified files:
/php4/ext/standard php_image.h
Log:
This cause some warning/error in AIX
Index: php4/ext/standard/php_image.h
diff -u php4/ext/standard/php_image.h:1.23 php4/ext/standard/php_image.h:1.24
--- php4/ext/standar
sniper Mon Feb 3 08:08:19 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/standard php_image.h
Log:
MFH
Index: php4/ext/standard/php_image.h
diff -u php4/ext/standard/php_image.h:1.19.4.1 php4/ext/standard/php_image.h:1.19.4.2
--- php4/ext/standard/php_im
moriyoshi Mon Feb 3 09:02:22 2003 EDT
Added files:
/php4/tests/langbug21961.phpt
Log:
Added test case for bug #21961
Index: php4/tests/lang/bug21961.phpt
+++ php4/tests/lang/bug21961.phpt
--TEST--
Bug #21961 (get_parent_class() segfault)
--FILE
andrei Mon Feb 3 09:25:20 2003 EDT
Modified files:
/CVSROOTavail
Log:
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.585 CVSROOT/avail:1.586
--- CVSROOT/avail:1.585 Sun Feb 2 18:43:49 2003
+++ CVSROOT/avail Mon Feb 3 09:25:19 2003
@@ -73,6 +73,10
On Mon, 03 Feb 2003, Edin Kadribasic wrote:
> > Perhaps some discussion on this in front would have been a good idea.
>
> I was actually wondering about the same thing. Marcus?
Yeah, no kidding. For a major addition like this sending an RFC to the
list would have been a simple courtesy.
-Andrei
sniper Mon Feb 3 10:42:11 2003 EDT
Modified files:
/php4/sapi/apache_hooks config.m4
Log:
Make these configure messages differ from the regular apache configure
Index: php4/sapi/apache_hooks/config.m4
diff -u php4/sapi/apache_hooks/config.m4:1.3 php4/sapi/
Being a bit late here, but why don't you use spprintf() instead of
emalloc() and sprintf combo?
Moriyoshi
"Sara Golemon" <[EMAIL PROTECTED]> wrote:
> pollita Mon Jan 27 14:51:51 2003 EDT
>
> Modified files:
> /php4/ext/ftp php_ftp.c ftp.h ftp.c
> Log:
>
moriyoshi Mon Feb 3 11:16:37 2003 EDT
Modified files:
/php4/ext/mbstring/testsmb_strpos.phpt
Log:
Fixed test case for mb_strpos().
# the third parameter should specify an offset but an encoding name
Index: php4/ext/mbstring/tests/mb_strpos.phpt
d
moriyoshi Mon Feb 3 11:17:30 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/mbstring/testsmb_strpos.phpt
Log:
MFH: fixed test case for mb_strpos()
Index: php4/ext/mbstring/tests/mb_strpos.phpt
diff -u php4/ext/mbstring/tests/mb_strpos.phpt:1.2
andrei Mon Feb 3 11:25:55 2003 EDT
Modified files:
/CVSROOTavail
Log:
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.586 CVSROOT/avail:1.587
--- CVSROOT/avail:1.586 Mon Feb 3 09:25:19 2003
+++ CVSROOT/avail Mon Feb 3 11:25:55 2003
@@ -71,11 +71,7
moriyoshi Mon Feb 3 11:33:13 2003 EDT
Modified files:
/php4/tests/langbug20175.phpt
Log:
Added missing "?>"
Index: php4/tests/lang/bug20175.phpt
diff -u php4/tests/lang/bug20175.phpt:1.6 php4/tests/lang/bug20175.phpt:1.7
--- php4/tests/lang/bug2017
moriyoshi Mon Feb 3 11:38:22 2003 EDT
Modified files:
/php4/tests/langbug21961.phpt
Log:
Modified the test so it will be skipped under ZE1.
Thanks Kai
Index: php4/tests/lang/bug21961.phpt
diff -u php4/tests/lang/bug21961.phpt:1.1 php4/tests/lang/
moriyoshi Mon Feb 3 11:44:29 2003 EDT
Modified files:
/php4/ext/mbstring mbstring.c
Log:
Fixed proto
Index: php4/ext/mbstring/mbstring.c
diff -u php4/ext/mbstring/mbstring.c:1.156 php4/ext/mbstring/mbstring.c:1.157
--- php4/ext/mbstring/mbstring.c:1.1
moriyoshi Mon Feb 3 11:45:56 2003 EDT
Modified files:
/php4/ext/mbstring mbstring.c
Log:
Oops! wrong commit. Reverting...
Index: php4/ext/mbstring/mbstring.c
diff -u php4/ext/mbstring/mbstring.c:1.157 php4/ext/mbstring/mbstring.c:1.158
--- php4/ext/mb
moriyoshi Mon Feb 3 11:46:46 2003 EDT
Modified files:
/php4/ext/mbstring mbstring.c
Log:
Really fixed proto.
# sorry for messing
Index: php4/ext/mbstring/mbstring.c
diff -u php4/ext/mbstring/mbstring.c:1.158 php4/ext/mbstring/mbstring.c:1.159
---
sniper Mon Feb 3 11:52:04 2003 EDT
Modified files:
/php4/ext/standard/tests/array bug21998.phpt
Log:
Correct description of the problem
Index: php4/ext/standard/tests/array/bug21998.phpt
diff -u php4/ext/standard/tests/array/bug21998.phpt:1.1
php4/ext/st
sniper Mon Feb 3 11:52:15 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/standard/tests/array bug21998.phpt
Log:
MFH
Index: php4/ext/standard/tests/array/bug21998.phpt
diff -u php4/ext/standard/tests/array/bug21998.phpt:1.1.2.1
php4/ext/standard/tes
moriyoshi Mon Feb 3 11:54:39 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/mbstring mbstring.c
Log:
MFH: fixed proto
Index: php4/ext/mbstring/mbstring.c
diff -u php4/ext/mbstring/mbstring.c:1.142.2.6 php4/ext/mbstring/mbstring.c:1.142.2.7
--- ph
sniper Mon Feb 3 11:57:02 2003 EDT
Modified files:
/php4/ext/standard array.c
Log:
- Fixed bug: #21998 (array_pop() did not reset the current array position)
# This behaves now same as in PHP 4.2.3
Index: php4/ext/standard/array.c
diff -u php4/ext/standa
sniper Mon Feb 3 11:58:08 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/standard array.c
Log:
MFH: Fixed bug: #21998 (array_pop() did not reset the current array position)
Index: php4/ext/standard/array.c
diff -u php4/ext/standard/array.c:1.199.2.12 php
sniper Mon Feb 3 12:01:20 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4 NEWS
Log:
fugbix news
Index: php4/NEWS
diff -u php4/NEWS:1.1247.2.57 php4/NEWS:1.1247.2.58
--- php4/NEWS:1.1247.2.57 Fri Jan 31 09:23:56 2003
+++ php4/NEWS Mon Feb 3 12:01
sniper Mon Feb 3 12:35:10 2003 EDT
Modified files:
/php4/sapi/apache2filterconfig.m4
Log:
Fix bug: #22035 (EXTRA_LDFLAGS for AIX not correct)
Index: php4/sapi/apache2filter/config.m4
diff -u php4/sapi/apache2filter/config.m4:1.26 php4/sapi/apache2filter/co
sniper Mon Feb 3 12:35:39 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/sapi/apache2filterconfig.m4
Log:
MFH: Fix bug: #22035 (EXTRA_LDFLAGS for AIX not quite right)
Index: php4/sapi/apache2filter/config.m4
diff -u php4/sapi/apache2filter/config.m4:1.25.
At 12:25 03.02.2003, Jani Taskinen wrote:
Isn't XPM support available with anything but our
bundled GD lib??
--Jani
Current code says it is only available with bundled version
so i added a notice on that. The second reason i did it was
that many people will look at the info and th
On Mon, 3 Feb 2003, Marcus Börger wrote:
>At 12:25 03.02.2003, Jani Taskinen wrote:
>
>> Isn't XPM support available with anything but our
>> bundled GD lib??
>>
>> --Jani
>
>
>Current code says it is only available with bundled version
>so i added a notice on that. The second reason i
At 15:31 03.02.2003, Andrei Zmievski wrote:
On Mon, 03 Feb 2003, Edin Kadribasic wrote:
> > Perhaps some discussion on this in front would have been a good idea.
>
> I was actually wondering about the same thing. Marcus?
Yeah, no kidding. For a major addition like this sending an RFC to the
list
At 19:26 03.02.2003, Jani Taskinen wrote:
I hope you're not mixing Xpm with XBM ?
Since Xpm funcs ARE available in the GD lib from
Boutell too..
I hope so, too. I had a look into the source and it has a #ifdef
around teh call which results in XPM only being available in
bundled libra
On Mon, 3 Feb 2003, Marcus Börger wrote:
>At 19:26 03.02.2003, Jani Taskinen wrote:
>>I hope you're not mixing Xpm with XBM ?
>> Since Xpm funcs ARE available in the GD lib from
>> Boutell too..
>>
>
>I hope so, too. I had a look into the source and it has a #ifdef
>around teh call whi
At 19:43 03.02.2003, Jani Taskinen wrote:
On Mon, 3 Feb 2003, Marcus Börger wrote:
>At 19:26 03.02.2003, Jani Taskinen wrote:
>>I hope you're not mixing Xpm with XBM ?
>> Since Xpm funcs ARE available in the GD lib from
>> Boutell too..
>>
>
>I hope so, too. I had a look into the sour
moriyoshi Mon Feb 3 15:25:26 2003 EDT
Modified files:
/php4/ext/mbstring mbstring.c
Log:
zend_get_parameters_* => zend_parse_parameters
Index: php4/ext/mbstring/mbstring.c
diff -u php4/ext/mbstring/mbstring.c:1.159 php4/ext/mbstring/mbstring.c:1.16
moriyoshi Mon Feb 3 15:29:07 2003 EDT
Modified files:
/php4/ext/mbstring/testsmb_http_output.phpt
mb_internal_encoding.phpt mb_strpos.phpt
Log:
Trivial test adjustment
Index: php4/ext/mbstring/tests/mb_http_output.p
iliaa Mon Feb 3 15:56:24 2003 EDT
Modified files:
/php4/ext/curl interface.c
Log:
Fixed bug #22031 (Made curl_write() & curl_write_header() binary safe).
Index: php4/ext/curl/interface.c
diff -u php4/ext/curl/interface.c:1.6 php4/ext/curl/interface.c:
iliaa Mon Feb 3 15:56:28 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/curl curl.c
Log:
MFH
Index: php4/ext/curl/curl.c
diff -u php4/ext/curl/curl.c:1.124.2.3 php4/ext/curl/curl.c:1.124.2.4
--- php4/ext/curl/curl.c:1.124.2.3 Tue Dec 31 11:3
iliaa Mon Feb 3 16:24:32 2003 EDT
Modified files:
/php4/ext/imap php_imap.c
Log:
Fixed bug #22022 (Crash in imap_mail_compose() if the body is an empty array).
Index: php4/ext/imap/php_imap.c
diff -u php4/ext/imap/php_imap.c:1.157 php4/ext/imap/php_im
iliaa Mon Feb 3 16:24:48 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/imap php_imap.c
Log:
MFH
Index: php4/ext/imap/php_imap.c
diff -u php4/ext/imap/php_imap.c:1.142.2.9 php4/ext/imap/php_imap.c:1.142.2.10
--- php4/ext/imap/php_imap.c:1.142.2.9
iliaa Mon Feb 3 16:48:37 2003 EDT
Modified files:
/php4/ext/standard basic_functions.c
Log:
Make putenv() return a proper error rather then NULL when invalid argument
is passed.
Index: php4/ext/standard/basic_functions.c
diff -u php4/ext/standard/basic_
iliaa Mon Feb 3 17:48:26 2003 EDT
Modified files:
/php4/ext/standard datetime.c
Log:
Fixed bug #22017 (non descriptive error to appear when timestamp passed to
date() has value < 0. Win32 does not support timestamps prior to midnight
(00:00:00), January 1,
iliaa Mon Feb 3 17:48:36 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/standard datetime.c
Log:
MFH
Index: php4/ext/standard/datetime.c
diff -u php4/ext/standard/datetime.c:1.96.2.3 php4/ext/standard/datetime.c:1.96.2.4
--- php4/ext/standard/datetim
hholzgraMon Feb 3 18:36:20 2003 EDT
Modified files:
/php4/main output.c
Log:
proto-fix
Index: php4/main/output.c
diff -u php4/main/output.c:1.146 php4/main/output.c:1.147
--- php4/main/output.c:1.146Mon Jan 27 12:22:22 2003
+++ php4/main/output.
49 matches
Mail list logo