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
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
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
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
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
moriyoshi Thu Oct 24 18:21:04 2002 EDT
Added files:
/php4/ext/standard/tests/stringshtmlentities10.phpt
htmlentities11.phpt
htmlentities12.phpt
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
moriyoshi Thu Oct 24 17:11:41 2002 EDT
Added files:
/php4/ext/standard/tests/stringshtmlentities1.phpt
htmlentities2.phpt
htmlentities3.phpt
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
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
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
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
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
---
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
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
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
> 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
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:
>
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
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
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
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/
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/
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
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
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.
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
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
--
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
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
--
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
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
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
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
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
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
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
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
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
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/
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
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
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
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:
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
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
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:
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
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
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://
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:
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
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
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.
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
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.
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:
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
---
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
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
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
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
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
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
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
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
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
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
---
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.
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.
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
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
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
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
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
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.
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
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
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.
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
---
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
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
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
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
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
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
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
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
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_
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
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.
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
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
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
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
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
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
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
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,
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 - 100 of 108 matches
Mail list logo