chregu Mon Jan 6 03:47:35 2003 EDT
Modified files:
/php4/ext/domxmlphp_domxml.c
Log:
@- Added domxml_node_get_path() (Lukas Schröder)
- Fixed segfault, when trying to add a node to itself.
Index: php4/ext/domxml/php_domxml.c
diff -u php4/ext/domxml/ph
chregu Mon Jan 6 03:48:39 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/domxmlphp_domxml.c
Log:
partly MFH from 1.288 (Fixed segfault, when trying to add a node to itself)
Index: php4/ext/domxml/php_domxml.c
diff -u php4/ext/domxml/php_domxml.c
hyanantha Mon Jan 6 04:05:03 2003 EDT
Modified files:
/php4/ext/pgsql pgsql.mak php_pgsql.h
Log:
Makefile added newly and modified the header file for NetWare.
Index: php4/ext/pgsql/pgsql.mak
diff -u /dev/null php4/ext/pgsql/pgsql.mak:1.2
--- /dev/
hyanantha Mon Jan 6 04:06:02 2003 EDT
Modified files:
/php4/ext/mysql mysql.mak
Log:
Changes for NetWare makefile.
Index: php4/ext/mysql/mysql.mak
diff -u php4/ext/mysql/mysql.mak:1.3 php4/ext/mysql/mysql.mak:1.4
--- php4/ext/mysql/mysql.mak:1.3
hyanantha Mon Jan 6 04:08:56 2003 EDT
Modified files:
/php4/netware phplib.imp
Log:
Added symbols to build PostgreSQL extension for NetWare.
Index: php4/netware/phplib.imp
diff -u php4/netware/phplib.imp:1.4 php4/netware/phplib.imp:1.5
--- php4/n
chregu Mon Jan 6 04:59:54 2003 EDT
Modified files:
/php4/ext/domxmlphp_domxml.c php_domxml.h
Log:
- get_path forgotten in .h file
- fix crash in domxml_node_insert_before() (by Lukas Schröder)
Index: php4/ext/domxml/php_domxml.c
diff -u php4/ext/domxm
chregu Mon Jan 6 05:00:57 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/domxmlphp_domxml.c
Log:
- fix crash in domxml_node_insert_before() (by Lukas Schröder)
Index: php4/ext/domxml/php_domxml.c
diff -u php4/ext/domxml/php_domxml.c:1.218.2.6 php4/
hyanantha Mon Jan 6 05:24:36 2003 EDT
Removed files:
/php4/netware libpq-fs.h
Log:
This file moved to netware/libpq directory.
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hyanantha Mon Jan 6 05:27:33 2003 EDT
Added files:
/php4/netware/libpq libpq-fs.h
Log:
Header file for PostgreSQL. Moved from netware directory to netware/libpq directory.
Index: php4/netware/libpq/libpq-fs.h
+++ php4/netware/libpq/libpq-fs.h
/*---
hyanantha Mon Jan 6 05:28:35 2003 EDT
Modified files:
/php4/ext/pgsql php_pgsql.h
Log:
Removed #ifdef NetWare and made the necessary changes in the directory structure of
NetWare.
Index: php4/ext/pgsql/php_pgsql.h
diff -u php4/ext/pgsql/php_pgsql.
edink Mon Jan 6 05:42:10 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/gdgd_bundled.dsp
Log:
Fixed bug #20503 (imagesetbrush() availability on windows).
Index: php4/ext/gd/gd_bundled.dsp
diff -u php4/ext/gd/gd_bundled.dsp:1.7.2.1 php4/ext/gd/
edink Mon Jan 6 05:49:52 2003 EDT
Modified files:
/php4/ext/gdgd_bundled.dsp
Log:
MFB:
Fixed bug #20503 (imagesetbrush() availability on windows).
Index: php4/ext/gd/gd_bundled.dsp
diff -u php4/ext/gd/gd_bundled.dsp:1.10 php4/ext/gd/gd_bundled.ds
edink Mon Jan 6 05:53:36 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4 NEWS
Log:
Bugfixing news.
Index: php4/NEWS
diff -u php4/NEWS:1.1247.2.43 php4/NEWS:1.1247.2.44
--- php4/NEWS:1.1247.2.43 Sun Jan 5 20:49:17 2003
+++ php4/NEWS Mon Jan
wez Mon Jan 6 09:00:58 2003 EDT
Modified files:
/php4/main php_streams.h
Log:
Fix for bug #21406; infinite loop during filter flushing.
Index: php4/main/php_streams.h
diff -u php4/main/php_streams.h:1.65 php4/main/php_streams.h:1.66
--- php4/main/php_st
wez Mon Jan 6 09:04:24 2003 EDT
Modified files:
/php4/ext/standard/tests/file userfilters.phpt
Log:
Make it slightly more obvious that the return value is relative to the length
of the input data.
Index: php4/ext/standard/tests/file/userfilters.p
georg Mon Jan 6 09:12:41 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/mysql php_mysql.c
Log:
fixed a missing & (Thx to Sebastian Bergmann
Index: php4/ext/mysql/php_mysql.c
diff -u php4/ext/mysql/php_mysql.c:1.174.2.6 php4/ext/mysql/php_mysql.c:1
georg Mon Jan 6 09:13:47 2003 EDT
Modified files:
/php4/ext/mysql php_mysql.c
Log:
fixed missing & (Thx to Sebastian Bergmann)
Index: php4/ext/mysql/php_mysql.c
diff -u php4/ext/mysql/php_mysql.c:1.180 php4/ext/mysql/php_mysql.c:1.181
--- php4/ext/mysq
moriyoshi Mon Jan 6 10:35:42 2003 EDT
Modified files:
/php4/ext/iconv iconv.c
Log:
Fixed iconv_mime_decode() so that it comforms to RFC2231
Index: php4/ext/iconv/iconv.c
diff -u php4/ext/iconv/iconv.c:1.77 php4/ext/iconv/iconv.c:1.78
--- php4/ext/i
moriyoshi Mon Jan 6 10:40:22 2003 EDT
Modified files:
/php4/ext/iconv iconv.c
Log:
Added more RFC2047-compliancy check in iconv_mime_decode()
Index: php4/ext/iconv/iconv.c
diff -u php4/ext/iconv/iconv.c:1.78 php4/ext/iconv/iconv.c:1.79
--- php4/ext
moriyoshi Mon Jan 6 10:47:26 2003 EDT
Modified files:
/php4/ext/iconv iconv.c
/php4/ext/standard quot_print.c quot_print.h
Log:
Moved php_quot_print_decode() to quot_print.c so that it can be used
outside the iconv module
Index: php4/ext/ic
On Sun, Jan 05, 2003 at 10:41:13PM -0700, Ananth Kesari wrote:
> > > # Module details
> > > MODULE_NAME = php_ldap
> > > -MODULE_DESC = "PHP LDAP Extension"
> > > -VMAJ = 0
> > > -VMIN = 60
> > > -VREV = 1
> > > +MODULE_DESC = "PHP 4.3 - LDAP Extension"
> > > +VMAJ = 3
> > > +VMIN = 0
> > > +VRE
andrei Mon Jan 6 11:37:03 2003 EDT
Modified files:
/CVSROOTavail
Log:
Grant php-gtk-doc karma to Fernando.
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.569 CVSROOT/avail:1.570
--- CVSROOT/avail:1.569 Thu Jan 2 21:41:45 2003
+++ CVSROOT/avail Mon
kalowskyMon Jan 6 13:10:06 2003 EDT
Modified files:
/php4/ext/odbc php_odbc.c
Log:
Correction for bug #21279
Index: php4/ext/odbc/php_odbc.c
diff -u php4/ext/odbc/php_odbc.c:1.144 php4/ext/odbc/php_odbc.c:1.145
--- php4/ext/odbc/php_odbc.c:1.144
kalowskyMon Jan 6 13:23:56 2003 EDT
Modified files:
/php4/ext/odbc php_odbc.c
Log:
Patch for bug #19349
Index: php4/ext/odbc/php_odbc.c
diff -u php4/ext/odbc/php_odbc.c:1.145 php4/ext/odbc/php_odbc.c:1.146
--- php4/ext/odbc/php_odbc.c:1.145
iliaa Mon Jan 6 16:43:29 2003 EDT
Modified files:
/php4/ext/standard browscap.c
Log:
Fixed Bug #21443 and related bug #21468.
Index: php4/ext/standard/browscap.c
diff -u php4/ext/standard/browscap.c:1.64 php4/ext/standard/browscap.c:1.65
--- php4/ext/stan
iliaa Mon Jan 6 16:43:50 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/standard browscap.c
Log:
MFH
Index: php4/ext/standard/browscap.c
diff -u php4/ext/standard/browscap.c:1.60.2.5 php4/ext/standard/browscap.c:1.60.2.6
--- php4/ext/standard/browsca
iliaa Mon Jan 6 17:13:03 2003 EDT
Added files:
/php4/ext/standard/tests/stringsbug21453.phpt
Modified files:
/php4/ext/standard string.c
Log:
Fixed bug #21453 (improper handling of non-terminated <).
Index: php4/ext/standard/s
iliaa Mon Jan 6 17:16:30 2003 EDT
Added files: (Branch: PHP_4_3)
/php4/ext/standard/tests/stringsbug21453.phpt
Modified files:
/php4/ext/standard string.c
Log:
MFH
Index: php4/ext/standard/string.c
diff -u php4/ext/standard/str
wez Mon Jan 6 18:27:03 2003 EDT
Modified files:
/php4/main streams.c
Log:
Fix for Bug #20827: where stat is a macro on Tru64.
Patch from <[EMAIL PROTECTED]>
Index: php4/main/streams.c
diff -u php4/main/streams.c:1.141 php4/main/streams.c:1.142
--- php
sesser Mon Jan 6 18:51:28 2003 EDT
Modified files:
/php4/main rfc1867.c
Log:
Adding support for anonymous fileuploads (#21450)
Index: php4/main/rfc1867.c
diff -u php4/main/rfc1867.c:1.130 php4/main/rfc1867.c:1.131
--- php4/main/rfc1867.c:1.130 Tue Dec
moriyoshi Mon Jan 6 19:03:26 2003 EDT
Modified files:
/php4/ext/standard filters.c
Log:
Implemented string.base64 stream filter
@- Implemented string.base64 stream filter. (Moriyoshi)
Index: php4/ext/standard/filters.c
diff -u php4/ext/standard/filt
pollita Mon Jan 6 20:02:30 2003 EDT
Modified files:
/php4/ext/standard user_filters.c
Log:
Add option to stream_get_filters() user-defined fiters vs. all filters, default to
user only
Index: php4/ext/standard/user_filters.c
diff -u php4/ext/standard/user_f
moriyoshi Mon Jan 6 20:41:18 2003 EDT
Modified files:
/php4/ext/standard filters.c
Log:
Implemented quoted-printable stream filter
Index: php4/ext/standard/filters.c
diff -u php4/ext/standard/filters.c:1.5 php4/ext/standard/filters.c:1.6
--- php4/ext/
moriyoshi Mon Jan 6 20:46:39 2003 EDT
Modified files:
/php4 NEWS
Log:
Trivial grammer fix
Index: php4/NEWS
diff -u php4/NEWS:1.1303 php4/NEWS:1.1304
--- php4/NEWS:1.1303Mon Jan 6 20:36:37 2003
+++ php4/NEWS Mon Jan 6 20:46:38 2003
@@ -16,
iliaa Mon Jan 6 21:21:58 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/ftp ftp.c php_ftp.c
Log:
Changed perror() to php_error_docref(), fixed bug #21309.
Made extension use ZE memory allocation wrappers, fixed a memory leak in
ftp_mkdir.
Remove
iliaa Mon Jan 6 21:47:24 2003 EDT
Modified files:
/php4/ext/ftp ftp.c php_ftp.c
Log:
MFB + CS
Index: php4/ext/ftp/ftp.c
diff -u php4/ext/ftp/ftp.c:1.70 php4/ext/ftp/ftp.c:1.71
--- php4/ext/ftp/ftp.c:1.70 Fri Jan 3 09:21:17 2003
+++ php4/ext/ftp/
iliaa Mon Jan 6 22:44:13 2003 EDT
Modified files:
/php4/ext/ftp ftp.c ftp.h php_ftp.c
Log:
Fixed ZTS build.
Index: php4/ext/ftp/ftp.c
diff -u php4/ext/ftp/ftp.c:1.71 php4/ext/ftp/ftp.c:1.72
--- php4/ext/ftp/ftp.c:1.71 Mon Jan 6 21:47:24 2003
+++
iliaa Mon Jan 6 22:53:57 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/ftp ftp.c ftp.h php_ftp.c
Log:
MFH
Index: php4/ext/ftp/ftp.c
diff -u php4/ext/ftp/ftp.c:1.68.2.2 php4/ext/ftp/ftp.c:1.68.2.3
--- php4/ext/ftp/ftp.c:1.68.2.2 Mon Jan 6 21:21
fmk Tue Jan 7 00:19:49 2003 EDT
Modified files:
/php4/ext/mssql config.m4
Log:
Making the mssql extension work when build as a shared object
Index: php4/ext/mssql/config.m4
diff -u php4/ext/mssql/config.m4:1.2 php4/ext/mssql/config.m4:1.3
--- php4/ex
fmk Tue Jan 7 00:20:43 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/mssql config.m4
Log:
MFH
Index: php4/ext/mssql/config.m4
diff -u php4/ext/mssql/config.m4:1.1.2.1 php4/ext/mssql/config.m4:1.1.2.2
--- php4/ext/mssql/config.m4:1.1.2.1Mon
First of all, the reason we have the line, MODULE_DESC = "PHP 4.3 - LDAP
Extension" is for the need from Novell that every module needs to carry
a meaningful description.
Now, we decided that we will put the base version here and change it
when the next version is released. Meaning, since right no
41 matches
Mail list logo