wez Sat Feb 15 22:48:49 2003 EDT
Modified files:
/php4/ext/curl interface.c streams.c
/php4/ext/fbsql php_fbsql.c
/php4/ext/ftp ftp.c
/php4/ext/hyperwave hg_comm.c hw.c
/php4/ext/imap php_imap.c
/php4/ext/ldap ldap.c
helly Sat Feb 15 20:23:12 2003 EDT
Modified files:
/php4/sapi/cgi cgi_main.c getopt.c php_getopt.h
/php4/sapi/cli getopt.c php.1.in php_cli.c php_getopt.h
Log:
- Allow long option names
- Update CLI's manpage
@Added support for long options
On Sat, 15 Feb 2003, Jani Taskinen wrote:
>
> After short discussion, the #php.bugs mob decided
The so-called "#php.bugs mob" has no decisive power around
here. Don't make it look like it has.
> that we don't want this in PHP_4_3 branch. At least
> as long as it doesn't work
sniper Sat Feb 15 17:56:05 2003 EDT
Modified files: (Branch: PHP_4_3_1)
/php4/sapi/cgi cgi_main.c
Log:
revert this
Index: php4/sapi/cgi/cgi_main.c
diff -u php4/sapi/cgi/cgi_main.c:1.190.2.9.4.1 php4/sapi/cgi/cgi_main.c:1.190.2.9.4.2
--- php4/sapi/cgi/cgi_ma
sniper Sat Feb 15 17:51:43 2003 EDT
Modified files: (Branch: PHP_4_3_1)
/php4/main fopen_wrappers.c
Log:
Revert this.
Index: php4/main/fopen_wrappers.c
diff -u php4/main/fopen_wrappers.c:1.153.2.1 php4/main/fopen_wrappers.c:1.153.2.1.4.1
--- php4/main/fopen_wra
sniper Sat Feb 15 17:20:55 2003 EDT
Removed files: (Branch: PHP_4_3)
/php4/sapi/apache2handler .cvsignore README
Log:
- Remove all of it.
# Ian, this was really unnecessary..
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http:/
ianhSat Feb 15 17:16:03 2003 EDT
Removed files: (Branch: PHP_4_3)
/php4/sapi/apache2handler CREDITS apache_config.c config.m4 php.sym
php4apache2.dsp php_apache.h
php_functions.c sapi_apache2.c
iliaa Sat Feb 15 17:07:50 2003 EDT
Modified files:
/php4 NEWS
Log:
New feature news.
Index: php4/NEWS
diff -u php4/NEWS:1.1338 php4/NEWS:1.1339
--- php4/NEWS:1.1338Thu Feb 13 14:48:48 2003
+++ php4/NEWS Sat Feb 15 17:07:49 2003
@@ -6,6 +6,7 @@
sniper Sat Feb 15 16:41:38 2003 EDT
Modified files: (Branch: PHP_4_3_1)
/php4 configure.in
/php4/sapi/cgi cgi_main.c
Log:
- correct version plus the fix.
Index: php4/configure.in
diff -u php4/configure.in:1.396.2.19 php4/configure.in:1.396.2.1
edink Sat Feb 15 16:37:43 2003 EDT
Modified files: (Branch: PHP_4_3_1)
/php4/main php_version.h
Log:
New version number.
Index: php4/main/php_version.h
diff -u php4/main/php_version.h:1.66.2.9 php4/main/php_version.h:1.66.2.9.4.1
--- php4/main/php_version.h:1.
Keep the patch in there for now.
--Wez.
On Sun, 16 Feb 2003, Moriyoshi Koizumi wrote:
> So should I revert the patch on HEAD then?
>
> Moriyoshi
>
> Wez Furlong <[EMAIL PROTECTED]> wrote:
>
> > Actually, the return values throughout that function are all bogus...
> > Don't worry about reverting
So should I revert the patch on HEAD then?
Moriyoshi
Wez Furlong <[EMAIL PROTECTED]> wrote:
> Actually, the return values throughout that function are all bogus...
> Don't worry about reverting (for 4.3).
> I'll add this to my TODO for PHP 5.
>
> --Wez.
>
> On Sat, 15 Feb 2003, Wez Furlong wro
Actually, the return values throughout that function are all bogus...
Don't worry about reverting (for 4.3).
I'll add this to my TODO for PHP 5.
--Wez.
On Sat, 15 Feb 2003, Wez Furlong wrote:
> This is a bogus patch; the return value of the php_stream_copy_to_XXX
> functions are the number of by
sniper Sat Feb 15 15:42:50 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4 NEWS
Log:
BFN
Index: php4/NEWS
diff -u php4/NEWS:1.1247.2.91 php4/NEWS:1.1247.2.92
--- php4/NEWS:1.1247.2.91 Sat Feb 15 15:00:03 2003
+++ php4/NEWS Sat Feb 15 15:42:49 2003
This is a bogus patch; the return value of the php_stream_copy_to_XXX
functions are the number of bytes that were copied, and this patch
breaks that.
The correct fix for #22234 is to fix php_copy_file() to handle a 0
return from this function.
Please revert!
--Wez.
On Sat, 15 Feb 2003, Moriyosh
On Sat, 15 Feb 2003, Jani Taskinen wrote:
> sniperSat Feb 15 15:22:20 2003 EDT
>
> Modified files:
> /php4/mainmain.c
> Log:
> - Fix unsetting of open_basedir, safe_mode_exec_dir and user_dir with
> "php_admin_value none"
> - Fixes bug #
sniper Sat Feb 15 15:23:13 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/main main.c
Log:
MFH: Fix for bug #0
Index: php4/main/main.c
diff -u php4/main/main.c:1.512.2.9 php4/main/main.c:1.512.2.10
--- php4/main/main.c:1.512.2.9 Tue Jan 28 19:46:31 2003
sniper Sat Feb 15 15:22:20 2003 EDT
Modified files:
/php4/main main.c
Log:
- Fix unsetting of open_basedir, safe_mode_exec_dir and user_dir with
"php_admin_value none"
- Fixes bug #0
Index: php4/main/main.c
diff -u php4/main/main.c:1.524 php4/m
iliaa Sat Feb 15 15:09:49 2003 EDT
Modified files:
/php4/ext/mysqliconfig.m4
Log:
Proper lib detection.
Index: php4/ext/mysqli/config.m4
diff -u php4/ext/mysqli/config.m4:1.1 php4/ext/mysqli/config.m4:1.2
--- php4/ext/mysqli/config.m4:1.1 Wed Feb
moriyoshi Sat Feb 15 15:00:05 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4 NEWS
Log:
B.F.N.
Index: php4/NEWS
diff -u php4/NEWS:1.1247.2.90 php4/NEWS:1.1247.2.91
--- php4/NEWS:1.1247.2.90 Sat Feb 15 11:00:20 2003
+++ php4/NEWS Sat Feb 15
moriyoshi Sat Feb 15 14:59:27 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/main streams.c
Log:
MFH(r1.155): Fixed bug #22234
Index: php4/main/streams.c
diff -u php4/main/streams.c:1.125.2.30 php4/main/streams.c:1.125.2.31
--- php4/main/streams.c:1.1
moriyoshi Sat Feb 15 14:56:13 2003 EDT
Modified files:
/php4/main streams.c
Log:
Fixed bug #22234
Index: php4/main/streams.c
diff -u php4/main/streams.c:1.154 php4/main/streams.c:1.155
--- php4/main/streams.c:1.154 Thu Feb 13 16:08:04 2003
+++ php4/m
wez Sat Feb 15 13:09:52 2003 EDT
Modified files:
/php4 run-tests.php
Log:
If a test does not have any data after 60 seconds of waiting, assume that
it died a horrible death and kill it.
This is useful on windows when a message box is popped-up during
After short discussion, the #php.bugs mob decided
that we don't want this in PHP_4_3 branch. At least
as long as it doesn't work as well (or preferrably better :)
than the apache2filter SAPI does.
So please remove it from the branch for now..
--Jani
On Sat,
wez Sat Feb 15 12:33:11 2003 EDT
Modified files:
/php4/ext/standard proc_open.c
Log:
Add optional signal parameter to proc_terminate.
Index: php4/ext/standard/proc_open.c
diff -u php4/ext/standard/proc_open.c:1.4 php4/ext/standard/proc_open.c:1.5
--- php
wez Sat Feb 15 12:18:57 2003 EDT
Modified files:
/php4/ext/standard exec.h proc_open.c basic_functions.c
Log:
Add proc_terminate() function to forcibly kill off a process created
with proc_open().
Index: php4/ext/standard/exec.h
diff -u php4/ext/standa
iliaa Sat Feb 15 12:06:35 2003 EDT
Modified files:
/php4/ext/mysqli/tests 014.phpt
Log:
Fixed skip condition.
Index: php4/ext/mysqli/tests/014.phpt
diff -u php4/ext/mysqli/tests/014.phpt:1.2 php4/ext/mysqli/tests/014.phpt:1.3
--- php4/ext/mysqli/tests/
georg Sat Feb 15 11:21:35 2003 EDT
Modified files:
/php4/ext/mysqli/tests 014.phpt 015.phpt
Log:
added skipif section (innodb-support)
Index: php4/ext/mysqli/tests/014.phpt
diff -u php4/ext/mysqli/tests/014.phpt:1.1 php4/ext/mysqli/tests/014.phpt:1.2
moriyoshi Sat Feb 15 11:00:22 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4 NEWS
Log:
B.F.N.
Index: php4/NEWS
diff -u php4/NEWS:1.1247.2.89 php4/NEWS:1.1247.2.90
--- php4/NEWS:1.1247.2.89 Sat Feb 15 10:16:58 2003
+++ php4/NEWS Sat Feb 15
moriyoshi Sat Feb 15 10:59:13 2003 EDT
Added files: (Branch: PHP_4_3)
/php4/ext/standard/tests/stringsbug7.phpt
Modified files:
/php4/ext/standard formatted_print.c
Log:
MFH(r1.65): Fixed bug #7
MFH: Added test case for
moriyoshi Sat Feb 15 10:57:31 2003 EDT
Added files:
/php4/ext/standard/tests/stringsbug7.phpt
Modified files:
/php4/ext/standard formatted_print.c
Log:
Fixed bug #7
Added test case for bug #7
Index: php4/ext/s
helly Sat Feb 15 10:20:17 2003 EDT
Modified files:
/php4/sapi/cli php_cli.c
Log:
fix parameter string (-R & -H)
Index: php4/sapi/cli/php_cli.c
diff -u php4/sapi/cli/php_cli.c:1.69 php4/sapi/cli/php_cli.c:1.70
--- php4/sapi/cli/php_cli.c:1.69Tue Fe
wez Sat Feb 15 10:16:58 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4 NEWS
Log:
bug fixed.
Index: php4/NEWS
diff -u php4/NEWS:1.1247.2.88 php4/NEWS:1.1247.2.89
--- php4/NEWS:1.1247.2.88 Fri Feb 14 14:48:57 2003
+++ php4/NEWS Sat Feb 15 10:
moriyoshi Sat Feb 15 10:15:45 2003 EDT
Added files: (Branch: PHP_4_3)
/php4/tests/langbug22231.phpt
Log:
MFH: added test case for bug #22231
Index: php4/tests/lang/bug22231.phpt
+++ php4/tests/lang/bug22231.phpt
--TEST--
Bug #22231 (segfault when
moriyoshi Sat Feb 15 10:15:14 2003 EDT
Added files:
/php4/tests/langbug22231.phpt
Log:
Added test case for bug #22231
Index: php4/tests/lang/bug22231.phpt
+++ php4/tests/lang/bug22231.phpt
--TEST--
Bug #22231 (segfault when returning a global va
wez Sat Feb 15 10:11:57 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/main network.c
Log:
MFH: Fix for Bug #21809 (select() never times out during socket shutdown)
Index: php4/main/network.c
diff -u php4/main/network.c:1.83.2.2 php4/main/network.c:1.83
edink Sat Feb 15 08:26:05 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/sapi/cgi cgi_main.c
Log:
Option -b needs an argument. This fixes #9.
# Note -b still seems to be broken:
# sapi/cgi/php -b
# Status: 404
# Content-type: text
37 matches
Mail list logo