[PHP-CVS] cvs: php4 / NEWS

2002-10-24 Thread Jani Taskinen
sniper Fri Oct 25 02:24:53 2002 EDT Modified files: /php4 NEWS Log: style Index: php4/NEWS diff -u php4/NEWS:1.1225 php4/NEWS:1.1226 --- php4/NEWS:1.1225Thu Oct 24 20:34:26 2002 +++ php4/NEWS Fri Oct 25 02:24:53 2002 @@ -1,7 +1,6 @@ PHP 4

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd.c

2002-10-24 Thread Sascha Schumann
sas Thu Oct 24 21:10:51 2002 EDT Modified files: /php4/sapi/thttpd thttpd.c Log: thttpd initializes contentlength to -1, so we need to transfer that to 0 for SAPI/PHP. Otherwise, SAPI will try to read (unsigned long) -1 bytes from the connection. I

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c

2002-10-24 Thread Ilia Alshanetsky
iliaa Thu Oct 24 21:06:47 2002 EDT Modified files: /php4/ext/standard basic_functions.c Log: Added a mechanism allowing the disabling of the ability to change certain INI options when safe_mode is enabled. ATM three options are limited: max_execution_t

Re: [PHP-CVS] Re: [PHP-QA] Re: [PHP-CVS] cvs: php4 /ext/standard file.c /ext/standard/tests/strings strtoupper.phpt

2002-10-24 Thread Ilia A.
Could you please try the attached patch and let me know if it fixes the problem. Ilia On October 24, 2002 06:27 pm, Melvyn Sopacua wrote: > At 22:10 24-10-2002, Ilia A. wrote: > >The lower/upper code uses libc's tolower/toupper functions, as long as the > >specified locale is supported and the e

Re: [PHP-CVS] Re: [PHP-QA] Re: [PHP-CVS] cvs: php4 /ext/standard file.c /ext/standard/tests/strings strtoupper.phpt

2002-10-24 Thread Melvyn Sopacua
At 22:10 24-10-2002, Ilia A. wrote: The lower/upper code uses libc's tolower/toupper functions, as long as the specified locale is supported and the entered text is considered to be alphabetic based on the entered locale the code will and does work correctly. Except - the cast! This makes thin

[PHP-CVS] cvs: php4 /ext/standard/tests/strings htmlentities10.phpt htmlentities11.phpt htmlentities12.phpt htmlentities13.phpt htmlentities14.phpt

2002-10-24 Thread Moriyoshi Koizumi
moriyoshi Thu Oct 24 18:21:04 2002 EDT Added files: /php4/ext/standard/tests/stringshtmlentities10.phpt htmlentities11.phpt htmlentities12.phpt

[PHP-CVS] cvs: php4 /ext/standard html.c

2002-10-24 Thread Moriyoshi Koizumi
moriyoshi Thu Oct 24 18:04:29 2002 EDT Modified files: /php4/ext/standard html.c Log: Improved determine_charset() to look up SG(default_charset) value Index: php4/ext/standard/html.c diff -u php4/ext/standard/html.c:1.58 php4/ext/standard/html.c:1.59

[PHP-CVS] cvs: php4 /ext/standard/tests/strings htmlentities1.phpt htmlentities2.phpt htmlentities3.phpt htmlentities4.phpt htmlentities5.phpt htmlentities6.phpt htmlentities7.phpt htmlentities8.phpt htmlentities9.phpt

2002-10-24 Thread Moriyoshi Koizumi
moriyoshi Thu Oct 24 17:11:41 2002 EDT Added files: /php4/ext/standard/tests/stringshtmlentities1.phpt htmlentities2.phpt htmlentities3.phpt

[PHP-CVS] cvs: php4 /ext/standard html.c

2002-10-24 Thread Moriyoshi Koizumi
moriyoshi Thu Oct 24 17:10:45 2002 EDT Modified files: /php4/ext/standard html.c Log: Fixed ISO-8859-1 handling. Index: php4/ext/standard/html.c diff -u php4/ext/standard/html.c:1.57 php4/ext/standard/html.c:1.58 --- php4/ext/standard/html.c:1.57

[PHP-CVS] cvs: php4 /ext/dba dba.c php_dba.h

2002-10-24 Thread Marcus Börger
helly Thu Oct 24 16:43:03 2002 EDT Modified files: /php4/ext/dba dba.c php_dba.h Log: implemented dba_handlers() @Added dba_handlers() that lists all installed handlers in an array. (marcus) Index: php4/ext/dba/dba.c diff -u php4/ext/dba/dba.c:1.44

[PHP-CVS] cvs: php4 /ext/dbx dbx_oci8.c

2002-10-24 Thread Marc Boeren
mboeren Thu Oct 24 10:26:14 2002 EDT Modified files: /php4/ext/dbx dbx_oci8.c Log: Changed the dbx_oci8 behaviour to return lowercase column-names, which is a hack but at least it makes it easier for users to create portable apps. # Perhaps this should

[PHP-CVS] cvs: php4 /ext/dbx/tests 005.phpt 007.phpt 008.phpt dbx_test.p

2002-10-24 Thread Marc Boeren
mboeren Thu Oct 24 10:16:29 2002 EDT Modified files: /php4/ext/dbx/tests 005.phpt 007.phpt 008.phpt dbx_test.p Log: Not happy with the hack to handle the uppercase fieldnames that oracle returns. Changed the dbx_oci8 behaviour to return lowercase instead, whic

[PHP-CVS] cvs: php4 /ext/standard dl.c

2002-10-24 Thread Moriyoshi Koizumi
moriyoshi Thu Oct 24 10:12:06 2002 EDT Modified files: /php4/ext/standard dl.c Log: Reverted because my patch doesn't make sense: it was just my problem. Index: php4/ext/standard/dl.c diff -u php4/ext/standard/dl.c:1.77 php4/ext/standard/dl.c:1.78 ---

Re: [PHP-CVS] cvs: php4 /sapi/cli php_cli.c

2002-10-24 Thread Derick Rethans
On Thu, 24 Oct 2002, Sascha Schumann wrote: > > Can you please stick to the coding standards: > > My changes are always aligned with the rest of the source file. Not this time then; I wouldn't really bother to mail if it was aligned, but it's clearly not. The whole file (except for one othe

[PHP-CVS] cvs: php4 /ext/standard dl.c

2002-10-24 Thread Moriyoshi Koizumi
moriyoshi Thu Oct 24 10:01:46 2002 EDT Modified files: /php4/ext/standard dl.c Log: Fix build Index: php4/ext/standard/dl.c diff -u php4/ext/standard/dl.c:1.76 php4/ext/standard/dl.c:1.77 --- php4/ext/standard/dl.c:1.76 Thu Oct 24 09:14:42 2002 +++ php

[PHP-CVS] cvs: php4 /sapi/cli php_cli.c

2002-10-24 Thread Derick Rethans
derick Thu Oct 24 10:01:40 2002 EDT Modified files: /php4/sapi/cli php_cli.c Log: - whitespace Index: php4/sapi/cli/php_cli.c diff -u php4/sapi/cli/php_cli.c:1.41 php4/sapi/cli/php_cli.c:1.42 --- php4/sapi/cli/php_cli.c:1.41Thu Oct 24 09:25:57 2

Re: [PHP-CVS] cvs: php4 /sapi/cli php_cli.c

2002-10-24 Thread Sascha Schumann
> Can you please stick to the coding standards: My changes are always aligned with the rest of the source file. - Sascha -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php4 /sapi/cli php_cli.c

2002-10-24 Thread Derick Rethans
On Thu, 24 Oct 2002, Sascha Schumann wrote: > sas Thu Oct 24 09:25:58 2002 EDT > > Modified files: > /php4/sapi/cliphp_cli.c > Log: > Improve shutdown-behaviour > > Noticed by: Anantha Kesari H Y Can you please stick to the coding standards: > +out: >

[PHP-CVS] cvs: php4 /sapi/cli php_cli.c

2002-10-24 Thread Sascha Schumann
sas Thu Oct 24 09:25:58 2002 EDT Modified files: /php4/sapi/cli php_cli.c Log: Improve shutdown-behaviour Noticed by: Anantha Kesari H Y Index: php4/sapi/cli/php_cli.c diff -u php4/sapi/cli/php_cli.c:1.40 php4/sapi/cli/php_cli.c:1.41 --- php4/sa

[PHP-CVS] cvs: php4 /sapi/cli php_cli.c

2002-10-24 Thread Derick Rethans
derick Thu Oct 24 09:18:29 2002 EDT Modified files: /php4/sapi/cli php_cli.c Log: Index: php4/sapi/cli/php_cli.c diff -u php4/sapi/cli/php_cli.c:1.39 php4/sapi/cli/php_cli.c:1.40 --- php4/sapi/cli/php_cli.c:1.39Thu Oct 24 09:14:49 2002 +++ php4

[PHP-CVS] cvs: php4 / configure.in /ext/dbase dbase.c /ext/dotnet php_dotnet.h /ext/fbsql php_fbsql.c /ext/filepro filepro.c /ext/gd gdcache.c /ext/hwapi hwapi.cpp /ext/hyperwave hw.c /ext/imap php_imap.h /ext/informix ifx.ec /ext/mcal php_mcal.h /ext/mysql php_mysql.c /ext/oci8 oci8.c /ext/odbc php_odbc.c /ext/oracle oracle.c /ext/standard dl.c fsock.c info.c mail.c /ext/xml xml.c /main main.c php.h php_ini.c streams.c /regex regex_extra.h /sapi/apache php_apache.c /sapi/cgi cgi_main.c /sapi/cli php_cli.c /sapi/servlet servlet.c

2002-10-24 Thread Sascha Schumann
sas Thu Oct 24 09:14:51 2002 EDT Modified files: /php4 configure.in /php4/ext/dbase dbase.c /php4/ext/dotnetphp_dotnet.h /php4/ext/fbsql php_fbsql.c /php4/ext/filepro filepro.c /php4/ext/gdgdcache.c /php4/ext

[PHP-CVS] cvs: php4 / run-tests.php

2002-10-24 Thread Ilia Alshanetsky
iliaa Thu Oct 24 09:13:24 2002 EDT Modified files: /php4 run-tests.php Log: Added failed test summary. Index: php4/run-tests.php diff -u php4/run-tests.php:1.87 php4/run-tests.php:1.88 --- php4/run-tests.php:1.87 Thu Oct 24 05:06:31 2002 +++ php4/

[PHP-CVS] cvs: php4 /ext/dbx dbx_oci8.c

2002-10-24 Thread Derick Rethans
derick Thu Oct 24 08:52:13 2002 EDT Modified files: /php4/ext/dbx dbx_oci8.c Log: - True and false are not always defined, used numbers now Index: php4/ext/dbx/dbx_oci8.c diff -u php4/ext/dbx/dbx_oci8.c:1.6 php4/ext/dbx/dbx_oci8.c:1.7 --- php4/ext/dbx/

[PHP-CVS] cvs: CVSROOT / avail

2002-10-24 Thread zeev
zeevThu Oct 24 08:45:00 2002 EDT Modified files: /CVSROOTavail Log: Add karma to Anath Index: CVSROOT/avail diff -u CVSROOT/avail:1.517 CVSROOT/avail:1.518 --- CVSROOT/avail:1.517 Mon Oct 21 03:28:25 2002 +++ CVSROOT/avail Thu Oct 24 08:45:00 20

Re: [PHP-CVS] cvs: php4 / acinclude.m4 configure.in /ext/standardconfig.m4 math.c

2002-10-24 Thread Derick Rethans
On Thu, 24 Oct 2002, Sascha Schumann wrote: > sas Thu Oct 24 08:21:07 2002 EDT > > Modified files: > /php4 acinclude.m4 configure.in > /php4/ext/standardconfig.m4 math.c > Log: > Make PHP compile out-of-the-box with uClibc > > > PHP_FUNCT

[PHP-CVS] cvs: php4 / acinclude.m4 configure.in /ext/standard config.m4 math.c

2002-10-24 Thread Sascha Schumann
sas Thu Oct 24 08:21:07 2002 EDT Modified files: /php4 acinclude.m4 configure.in /php4/ext/standard config.m4 math.c Log: Make PHP compile out-of-the-box with uClibc Index: php4/acinclude.m4 diff -u php4/acinclude.m4:1.215 php4/acinclude.m4:1.

Re: [PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard image.c

2002-10-24 Thread Derick Rethans
On Thu, 24 Oct 2002, Ananth Kesari wrote: > Oh ok. Sorry if this caused any inconvenience, but I saw your mail only now! > > Well, I thought I should do it individually since I also had some new > files to be added for NetWare under a few different folders. I had to > "cvs add ..." and then "cv

[PHP-CVS] cvs: php4(PHP_4_2_0) /win32 sendmail.c sendmail.h

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 08:08:54 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/win32 sendmail.c sendmail.h Log: NetWare related changes/modifications. Index: php4/win32/sendmail.c diff -u php4/win32/sendmail.c:1.24.2.1 php4/win32/sendmail.c:1.24.2.2 --

Re: [PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard image.c

2002-10-24 Thread Ananth Kesari
Oh ok. Sorry if this caused any inconvenience, but I saw your mail only now! Well, I thought I should do it individually since I also had some new files to be added for NetWare under a few different folders. I had to "cvs add ..." and then "cvs commit ..." for these new files. If I had done a "c

[PHP-CVS] cvs: php4(PHP_4_2_0) /sapi/cli php_cli.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:55:32 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/sapi/cli php_cli.c Log: NetWare related changes/modifications. Index: php4/sapi/cli/php_cli.c diff -u php4/sapi/cli/php_cli.c:1.7.2.5 php4/sapi/cli/php_cli.c:1.7.2.6 --

[PHP-CVS] cvs: php4(PHP_4_2_0) /sapi/apache2filter sapi_apache2.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:54:59 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/sapi/apache2filtersapi_apache2.c Log: NetWare related changes/modifications. Index: php4/sapi/apache2filter/sapi_apache2.c diff -u php4/sapi/apache2filter/sapi_apache2.c

[PHP-CVS] cvs: php4(PHP_4_2_0) /sapi/apache sapi_apache.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:54:21 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/sapi/apache sapi_apache.c Log: NetWare related changes/modifications. Index: php4/sapi/apache/sapi_apache.c diff -u php4/sapi/apache/sapi_apache.c:1.39 php4/sapi/apache/sa

[PHP-CVS] cvs: php4(PHP_4_2_0) /sapi/apache php_apache.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:54:04 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/sapi/apache php_apache.c Log: NetWare related changes/modifications. Index: php4/sapi/apache/php_apache.c diff -u php4/sapi/apache/php_apache.c:1.56 php4/sapi/apache/php_a

[PHP-CVS] cvs: php4(PHP_4_2_0) /sapi/apache mod_php4.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:34:14 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/sapi/apache mod_php4.c Log: NetWare related changes/modifications. Index: php4/sapi/apache/mod_php4.c diff -u php4/sapi/apache/mod_php4.c:1.127.2.4 php4/sapi/apache/mod_ph

[PHP-CVS] cvs: php4(PHP_4_2_0) /sapi/apache libpre.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:33:39 2002 EDT Added files: (Branch: PHP_4_2_0) /php4/sapi/apache libpre.c Log: NetWare related file. Index: php4/sapi/apache/libpre.c +++ php4/sapi/apache/libpre.c -- PHP CVS Mailing List (http://www.php.net/) To unsubs

[PHP-CVS] cvs: php4(PHP_4_2_0) /main SAPI.h

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:30:40 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/main SAPI.h Log: NetWare related changes/modifications. Index: php4/main/SAPI.h diff -u php4/main/SAPI.h:1.80.2.1 php4/main/SAPI.h:1.80.2.2 --- php4/main/SAPI.h:1.80.2.1

[PHP-CVS] cvs: php4(PHP_4_2_0) /main SAPI.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:30:27 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/main SAPI.c Log: NetWare related changes/modifications. Index: php4/main/SAPI.c diff -u php4/main/SAPI.c:1.129.2.4 php4/main/SAPI.c:1.129.2.5 --- php4/main/SAPI.c:1.129.2.4

[PHP-CVS] cvs: php4(PHP_4_2_0) /main safe_mode.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:30:10 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/main safe_mode.c Log: NetWare related changes/modifications. Index: php4/main/safe_mode.c diff -u php4/main/safe_mode.c:1.42.2.2 php4/main/safe_mode.c:1.42.2.3 --- php4/mai

[PHP-CVS] cvs: php4(PHP_4_2_0) /main reentrancy.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:29:51 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/main reentrancy.c Log: NetWare related changes/modifications. Index: php4/main/reentrancy.c diff -u php4/main/reentrancy.c:1.33 php4/main/reentrancy.c:1.33.2.1 --- php4/mai

[PHP-CVS] cvs: php4(PHP_4_2_0) /main php_syslog.h

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:29:26 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/main php_syslog.h Log: NetWare related changes/modifications. Index: php4/main/php_syslog.h diff -u php4/main/php_syslog.h:1.5 php4/main/php_syslog.h:1.5.8.1 --- php4/main/

[PHP-CVS] cvs: php4(PHP_4_2_0) /main php_sprintf.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:29:04 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/main php_sprintf.c Log: NetWare related changes/modifications. Index: php4/main/php_sprintf.c diff -u php4/main/php_sprintf.c:1.12 php4/main/php_sprintf.c:1.12.2.1 --- php4

[PHP-CVS] cvs: php4(PHP_4_2_0) /main php_open_temporary_file.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:28:41 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/main php_open_temporary_file.c Log: NetWare related changes/modifications. Index: php4/main/php_open_temporary_file.c diff -u php4/main/php_open_temporary_file.c:1.14 php4

[PHP-CVS] cvs: php4(PHP_4_2_0) /main php_logos.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:28:10 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/main php_logos.c Log: NetWare related changes/modifications. Index: php4/main/php_logos.c diff -u php4/main/php_logos.c:1.13 php4/main/php_logos.c:1.13.2.1 --- php4/main/ph

[PHP-CVS] cvs: php4(PHP_4_2_0) /main php_ini.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:27:55 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/main php_ini.c Log: NetWare related changes/modifications. Index: php4/main/php_ini.c diff -u php4/main/php_ini.c:1.80 php4/main/php_ini.c:1.80.2.1 --- php4/main/php_ini.c:

[PHP-CVS] cvs: php4(PHP_4_2_0) /main php_compat.h

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:27:39 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/main php_compat.h Log: NetWare related changes/modifications. Index: php4/main/php_compat.h diff -u php4/main/php_compat.h:1.10 php4/main/php_compat.h:1.10.4.1 --- php4/mai

[PHP-CVS] cvs: php4(PHP_4_2_0) /main php.h

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:27:24 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/main php.h Log: NetWare related changes/modifications. Index: php4/main/php.h diff -u php4/main/php.h:1.159 php4/main/php.h:1.159.2.1 --- php4/main/php.h:1.159 Thu Fe

[PHP-CVS] cvs: php4(PHP_4_2_0) /main network.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:27:00 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/main network.c Log: NetWare related changes/modifications. Index: php4/main/network.c diff -u php4/main/network.c:1.30 php4/main/network.c:1.30.2.1 --- php4/main/network.c:

[PHP-CVS] cvs: php4(PHP_4_2_0) /main mergesort.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:26:31 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/main mergesort.c Log: NetWare related changes/modifications. Index: php4/main/mergesort.c diff -u php4/main/mergesort.c:1.11 php4/main/mergesort.c:1.11.2.1 --- php4/main/me

[PHP-CVS] cvs: php4(PHP_4_2_0) /main main.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:26:12 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/main main.c Log: NetWare related changes/modifications. Index: php4/main/main.c diff -u php4/main/main.c:1.429.2.4 php4/main/main.c:1.429.2.5 --- php4/main/main.c:1.429.2.4

[PHP-CVS] cvs: php4(PHP_4_2_0) /main internal_functions_nw.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:25:42 2002 EDT Added files: (Branch: PHP_4_2_0) /php4/main internal_functions_nw.c Log: NetWare related file. Index: php4/main/internal_functions_nw.c +++ php4/main/internal_functions_nw.c -- PHP CVS Mailing List (http://

[PHP-CVS] cvs: php4(PHP_4_2_0) /main fopen_wrappers.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:24:45 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/main fopen_wrappers.c Log: NetWare related changes/modifications. Index: php4/main/fopen_wrappers.c diff -u php4/main/fopen_wrappers.c:1.142.2.4 php4/main/fopen_wrappers.c:

[PHP-CVS] cvs: php4(PHP_4_2_0) /main config.nw.h

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:24:10 2002 EDT Added files: (Branch: PHP_4_2_0) /php4/main config.nw.h Log: NetWare related file. Index: php4/main/config.nw.h +++ php4/main/config.nw.h /* config.nw.h. Configure file for NetWare platform */ / Need to

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/xml/expat xmltok_impl.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:23:11 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/xml/expat xmltok_impl.c Log: NetWare related changes/modifications. Index: php4/ext/xml/expat/xmltok_impl.c diff -u php4/ext/xml/expat/xmltok_impl.c:1.1 php4/ext/xml/exp

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/xml xml.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:22:43 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/xml xml.c Log: NetWare related changes/modifications. Index: php4/ext/xml/xml.c diff -u php4/ext/xml/xml.c:1.104 php4/ext/xml/xml.c:1.104.2.1 --- php4/ext/xml/xml.

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard var_unserializer.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:22:11 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard var_unserializer.c Log: NetWare related changes/modifications. Index: php4/ext/standard/var_unserializer.c diff -u php4/ext/standard/var_unserializer.c:1.6.2.3

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard syslog.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:21:43 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard syslog.c Log: NetWare related changes/modifications. Index: php4/ext/standard/syslog.c diff -u php4/ext/standard/syslog.c:1.38 php4/ext/standard/syslog.c:1.38.

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard string.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:20:21 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard string.c Log: NetWare related changes/modifications. Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.263.2.6 php4/ext/standard/string.c:

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard rand.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:19:57 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard rand.c Log: NetWare related changes/modifications. Index: php4/ext/standard/rand.c diff -u php4/ext/standard/rand.c:1.58 php4/ext/standard/rand.c:1.58.2.1 ---

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard pageinfo.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:19:43 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard pageinfo.c Log: NetWare related changes/modifications. Index: php4/ext/standard/pageinfo.c diff -u php4/ext/standard/pageinfo.c:1.30 php4/ext/standard/pageinfo

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard pack.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:19:29 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard pack.c Log: NetWare related changes/modifications. Index: php4/ext/standard/pack.c diff -u php4/ext/standard/pack.c:1.37.2.1 php4/ext/standard/pack.c:1.37.2.2

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard microtime.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:19:14 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard microtime.c Log: NetWare related changes/modifications. Index: php4/ext/standard/microtime.c diff -u php4/ext/standard/microtime.c:1.36 php4/ext/standard/micro

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard md5.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:18:58 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard md5.c Log: NetWare related changes/modifications. Index: php4/ext/standard/md5.c diff -u php4/ext/standard/md5.c:1.26 php4/ext/standard/md5.c:1.26.2.1 --- php4

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard math.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:18:40 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard math.c Log: NetWare related changes/modifications. Index: php4/ext/standard/math.c diff -u php4/ext/standard/math.c:1.80.2.4 php4/ext/standard/math.c:1.80.2.5

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard mail.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:18:24 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard mail.c Log: NetWare related changes/modifications. Index: php4/ext/standard/mail.c diff -u php4/ext/standard/mail.c:1.48.2.3 php4/ext/standard/mail.c:1.48.2.4

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard link.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:18:06 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard link.c Log: NetWare related changes/modifications. Index: php4/ext/standard/link.c diff -u php4/ext/standard/link.c:1.37.2.1 php4/ext/standard/link.c:1.37.2.2

Re: [PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard image.c

2002-10-24 Thread Derick Rethans
On Thu, 24 Oct 2002, Anantha Kesari H Y wrote: > hyanantha Thu Oct 24 07:16:57 2002 EDT > > Modified files: (Branch: PHP_4_2_0) > /php4/ext/standardimage.c > Log: > NetWare related changes/modifications. You can also commit all files in one run ... ple

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard lcg.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:17:53 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard lcg.c Log: NetWare related changes/modifications. Index: php4/ext/standard/lcg.c diff -u php4/ext/standard/lcg.c:1.32 php4/ext/standard/lcg.c:1.32.2.1 --- php4

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard iptc.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:17:37 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard iptc.c Log: NetWare related changes/modifications. Index: php4/ext/standard/iptc.c diff -u php4/ext/standard/iptc.c:1.37 php4/ext/standard/iptc.c:1.37.2.1 ---

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard info.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:17:13 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard info.c Log: NetWare related changes/modifications. Index: php4/ext/standard/info.c diff -u php4/ext/standard/info.c:1.167.2.1 php4/ext/standard/info.c:1.167.2.

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard image.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:16:57 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard image.c Log: NetWare related changes/modifications. Index: php4/ext/standard/image.c diff -u php4/ext/standard/image.c:1.44.2.2 php4/ext/standard/image.c:1.44.

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard html.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:16:38 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard html.c Log: NetWare related changes/modifications. Index: php4/ext/standard/html.c diff -u php4/ext/standard/html.c:1.41.2.1 php4/ext/standard/html.c:1.41.2.2

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard head.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:16:25 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard head.c Log: NetWare related changes/modifications. Index: php4/ext/standard/head.c diff -u php4/ext/standard/head.c:1.55.2.1 php4/ext/standard/head.c:1.55.2.2

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard http_fopen_wrapper.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:16:10 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard http_fopen_wrapper.c Log: NetWare related changes/modifications. Index: php4/ext/standard/http_fopen_wrapper.c diff -u php4/ext/standard/http_fopen_wrapper.c:1

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard ftp_fopen_wrapper.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:15:33 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard ftp_fopen_wrapper.c Log: NetWare related changes/modifications. Index: php4/ext/standard/ftp_fopen_wrapper.c diff -u php4/ext/standard/ftp_fopen_wrapper.c:1.14

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard fsock.h

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:15:10 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard fsock.h Log: NetWare related changes/modifications. Index: php4/ext/standard/fsock.h diff -u php4/ext/standard/fsock.h:1.41 php4/ext/standard/fsock.h:1.41.2.1

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard fsock.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:14:58 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard fsock.c Log: NetWare related changes/modifications. Index: php4/ext/standard/fsock.c diff -u php4/ext/standard/fsock.c:1.84.2.2 php4/ext/standard/fsock.c:1.84.

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard flock_compat.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:14:33 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard flock_compat.c Log: NetWare related changes/modifications. Index: php4/ext/standard/flock_compat.c diff -u php4/ext/standard/flock_compat.c:1.16 php4/ext/stand

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard filestat.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:14:04 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard filestat.c Log: NetWare related changes/modifications. Index: php4/ext/standard/filestat.c diff -u php4/ext/standard/filestat.c:1.89.2.7 php4/ext/standard/file

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard file.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:13:37 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard file.c Log: NetWare related changes/modifications. Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.205.2.5 php4/ext/standard/file.c:1.205.2.

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard dns.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:13:19 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard dns.c Log: NetWare related changes/modifications. Index: php4/ext/standard/dns.c diff -u php4/ext/standard/dns.c:1.38.2.2 php4/ext/standard/dns.c:1.38.2.3 ---

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard dl.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:12:59 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard dl.c Log: NetWare related changes/modifications. Index: php4/ext/standard/dl.c diff -u php4/ext/standard/dl.c:1.66.2.1 php4/ext/standard/dl.c:1.66.2.2 --- php4

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard datetime.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:12:44 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard datetime.c Log: NetWare related changes/modifications. Index: php4/ext/standard/datetime.c diff -u php4/ext/standard/datetime.c:1.83.2.1 php4/ext/standard/date

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard basic_functions.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:12:10 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard basic_functions.c Log: NetWare related changes/modifications. Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.447.2.7

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/standard base64.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 07:11:42 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard base64.c Log: NetWare related changes/modifications. Index: php4/ext/standard/base64.c diff -u php4/ext/standard/base64.c:1.29.2.1 php4/ext/standard/base64.c:1

Re: [PHP-CVS] cvs: php4 /ext/session session.c

2002-10-24 Thread Derick Rethans
On Thu, 24 Oct 2002, Sascha Schumann wrote: > sas Thu Oct 24 06:40:49 2002 EDT > > Modified files: > /php4/ext/session session.c > Log: > improved warning message > > # this should really link to an external page which explains the issue deeply Use a phper

[PHP-CVS] cvs: php4 / acinclude.m4

2002-10-24 Thread Sascha Schumann
sas Thu Oct 24 06:41:37 2002 EDT Modified files: /php4 acinclude.m4 Log: Quote macro names in AC_DEFUN() and prefix the internal macros using a single underscore. Also rename AC_PHP_ONCE as PHP_RUN_ONCE. Index: php4/acinclude.m4 diff -u php4/acinc

[PHP-CVS] cvs: php4 /ext/session session.c

2002-10-24 Thread Sascha Schumann
sas Thu Oct 24 06:40:49 2002 EDT Modified files: /php4/ext/session session.c Log: improved warning message # this should really link to an external page which explains the issue deeply Index: php4/ext/session/session.c diff -u php4/ext/session/sess

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/snmp snmp.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 05:59:31 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/snmp snmp.c Log: NetWare related changes/modifications. Index: php4/ext/snmp/snmp.c diff -u php4/ext/snmp/snmp.c:1.56 php4/ext/snmp/snmp.c:1.56.2.1 --- php4/ext/snm

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/session mod_files.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 05:58:48 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/session mod_files.c Log: NetWare related changes/modifications. Index: php4/ext/session/mod_files.c diff -u php4/ext/session/mod_files.c:1.72.2.3 php4/ext/session/mod_

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/session session.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 05:58:28 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/session session.c Log: NetWare related changes/modifications. Index: php4/ext/session/session.c diff -u php4/ext/session/session.c:1.292.2.3 php4/ext/session/session.c

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/pgsql php_pgsql.h

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 05:57:26 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/pgsql php_pgsql.h Log: NetWare related changes/modifications. Index: php4/ext/pgsql/php_pgsql.h diff -u php4/ext/pgsql/php_pgsql.h:1.39 php4/ext/pgsql/php_pgsql.h:1.

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/pgsql pgsql.mak

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 05:56:44 2002 EDT Added files: (Branch: PHP_4_2_0) /php4/ext/pgsql pgsql.mak Log: NetWare related file. Index: php4/ext/pgsql/pgsql.mak +++ php4/ext/pgsql/pgsql.mak -- PHP CVS Mailing List (http://www.php.net/) To unsubsc

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/pcre/pcrelib internal.h

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 05:55:54 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/pcre/pcrelib internal.h Log: NetWare related changes/modifications. Index: php4/ext/pcre/pcrelib/internal.h diff -u php4/ext/pcre/pcrelib/internal.h:1.9 php4/ext/pc

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/mysql php_mysql.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 05:55:18 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/mysql php_mysql.c Log: NetWare related changes/modifications. Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/mysql/php_mysql.c:1.116.2.4 php4/ext/mysql/php_mysql

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/mysql mysql.mak

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 05:54:45 2002 EDT Added files: (Branch: PHP_4_2_0) /php4/ext/mysql mysql.mak Log: NetWare related file. Index: php4/ext/mysql/mysql.mak +++ php4/ext/mysql/mysql.mak # Temporarily here -- later may go into some batch file # wh

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/ldap php_ldap.h

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 05:53:21 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/ldap php_ldap.h Log: NetWare related changes/modifications. Index: php4/ext/ldap/php_ldap.h diff -u php4/ext/ldap/php_ldap.h:1.25 php4/ext/ldap/php_ldap.h:1.25.2.1

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/ldap ldap.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 05:53:01 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/ldap ldap.c Log: NetWare related changes/modifications. Index: php4/ext/ldap/ldap.c diff -u php4/ext/ldap/ldap.c:1.116.2.2 php4/ext/ldap/ldap.c:1.116.2.3 --- php4/e

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/ldap ldap.mak

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 05:52:20 2002 EDT Added files: (Branch: PHP_4_2_0) /php4/ext/ldap ldap.mak Log: NetWare related file. Index: php4/ext/ldap/ldap.mak +++ php4/ext/ldap/ldap.mak # Temporarily here -- later may go into some batch file # which w

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/imap imap.mak

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 05:51:40 2002 EDT Added files: (Branch: PHP_4_2_0) /php4/ext/imap imap.mak Log: NetWare related file. Index: php4/ext/imap/imap.mak +++ php4/ext/imap/imap.mak -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe,

[PHP-CVS] cvs: php4(PHP_4_2_0) /ext/imap php_imap.c

2002-10-24 Thread Anantha Kesari H Y
hyanantha Thu Oct 24 05:50:36 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/imap php_imap.c Log: NetWare related changes/modifications. Index: php4/ext/imap/php_imap.c diff -u php4/ext/imap/php_imap.c:1.112.2.8 php4/ext/imap/php_imap.c:1.11

  1   2   >