[PHP-CVS] cvs: php4 /ext/informix ifx.ec

2003-02-27 Thread Corne' Cornelius
nobbie Thu Feb 27 03:56:15 2003 EDT Modified files: /php4/ext/informix ifx.ec Log: - Fixed possible Segfault in ifx_errormsg() using malloc() instead of emalloc() Index: php4/ext/informix/ifx.ec diff -u php4/ext/informix/ifx.ec:1.84

[PHP-CVS] cvs: php4(PHP_4_3) /ext/informix ifx.ec

2003-02-27 Thread Corne' Cornelius
nobbie Thu Feb 27 04:00:56 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/informix ifx.ec Log: - MFH: Segfault in ifx_errormsg() Index: php4/ext/informix/ifx.ec diff -u php4/ext/informix/ifx.ec:1.69.2.11 php4/ext/informix/ifx.ec:1.69.2.12 ---

[PHP-CVS] cvs: php4 /main php_streams.h

2003-02-27 Thread Sascha Schumann
sas Thu Feb 27 05:07:12 2003 EDT Modified files: /php4/main php_streams.h Log: rename macro argument so that it does not partially match the string. fixes a warning on unixware Index: php4/main/php_streams.h diff -u php4/main/php_streams.h:1.73

[PHP-CVS] cvs: php4(PHP_4) /main php_streams.h

2003-02-27 Thread Sascha Schumann
sas Thu Feb 27 05:07:46 2003 EDT Modified files: (Branch: PHP_4) /php4/main php_streams.h Log: MFH Index: php4/main/php_streams.h diff -u php4/main/php_streams.h:1.61.2.6 php4/main/php_streams.h:1.61.2.6.2.1 --- php4/main/php_streams.h:1.61.2.6Thu Jan

[PHP-CVS] cvs: php4(PHP_4_3) /main php_streams.h

2003-02-27 Thread Sascha Schumann
sas Thu Feb 27 05:07:59 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main php_streams.h Log: MFH Index: php4/main/php_streams.h diff -u php4/main/php_streams.h:1.61.2.7 php4/main/php_streams.h:1.61.2.8 --- php4/main/php_streams.h:1.61.2.7Fri Feb 21

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

2003-02-27 Thread Hartmut Holzgraefe
hholzgraThu Feb 27 05:21:32 2003 EDT Modified files: /php4/ext/ypyp.c Log: changed from strncpy to strlcpy on request Index: php4/ext/yp/yp.c diff -u php4/ext/yp/yp.c:1.36 php4/ext/yp/yp.c:1.37 --- php4/ext/yp/yp.c:1.36 Wed Feb 26

Re: [PHP-CVS] cvs: php4 /ext/gd php_gd.h

2003-02-27 Thread Jani Taskinen
Don't forget to add this to NEWS file too.. --Jani On Wed, 26 Feb 2003, Pierre-Alain Joye wrote: pajoye Wed Feb 26 18:21:45 2003 EDT Modified files: /php4/ext/gd php_gd.h Log: add imagesavealpha wrapper (Jukka Holappa [EMAIL PROTECTED],

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

2003-02-27 Thread Jani Taskinen
MFH! On Thu, 27 Feb 2003, Hartmut Holzgraefe wrote: hholzgra Thu Feb 27 05:21:32 2003 EDT Modified files: /php4/ext/yp yp.c Log: changed from strncpy to strlcpy on request Index: php4/ext/yp/yp.c diff -u php4/ext/yp/yp.c:1.36

Re: [PHP-CVS] cvs: php4 /ext/gd php_gd.h

2003-02-27 Thread Pierre-Alain Joye
On Thu, 27 Feb 2003 17:42:06 +0200 (EET) Jani Taskinen [EMAIL PROTECTED] wrote: Don't forget to add this to NEWS file too.. I do not have write permission to this part of the tree. pierre -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php4 / NEWS

2003-02-27 Thread Jani Taskinen
sniper Thu Feb 27 10:52:39 2003 EDT Modified files: /php4 NEWS Log: ..if only all lakes were kossu.. Index: php4/NEWS diff -u php4/NEWS:1.1360 php4/NEWS:1.1361 --- php4/NEWS:1.1360Wed Feb 26 20:44:34 2003 +++ php4/NEWS Thu Feb 27 10:52:38 2003 @@

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

2003-02-27 Thread Ilia Alshanetsky
iliaa Thu Feb 27 11:41:24 2003 EDT Modified files: /php4/ext/standard filestat.c Log: Fixed bug #21410 (fixed handling of NULL or files on Win32) Index: php4/ext/standard/filestat.c diff -u php4/ext/standard/filestat.c:1.119

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

2003-02-27 Thread Ilia Alshanetsky
iliaa Thu Feb 27 11:41:44 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard filestat.c Log: MFH Index: php4/ext/standard/filestat.c diff -u php4/ext/standard/filestat.c:1.112.2.3 php4/ext/standard/filestat.c:1.112.2.4 ---

[PHP-CVS] cvs: php4(PHP_4_3) / NEWS

2003-02-27 Thread Ilia Alshanetsky
iliaa Thu Feb 27 11:42:43 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: Bug fixing news. Index: php4/NEWS diff -u php4/NEWS:1.1247.2.114 php4/NEWS:1.1247.2.115 --- php4/NEWS:1.1247.2.114 Tue Feb 25 13:56:53 2003 +++ php4/NEWS Thu

Re: [PHP-CVS] cvs: php4 /ext/standard exec.c exec.h

2003-02-27 Thread Jani Taskinen
Shouldn't this be MFH'd ? --Jani On Wed, 26 Feb 2003, Ilia Alshanetsky wrote: iliaa Wed Feb 26 17:11:12 2003 EDT Modified files: /php4/ext/standard exec.c exec.h Log: 1) Make the output of system() binary safe 2) Solved a memory leak when

[PHP-CVS] cvs: php4 /main network.c /main/streams transports.c xp_socket.c /win32 php4dllts.dsp

2003-02-27 Thread Wez Furlong
wez Thu Feb 27 13:06:32 2003 EDT Modified files: /php4/main network.c /php4/main/streams transports.c xp_socket.c /php4/win32 php4dllts.dsp Log: Fixup build for win32 Index: php4/main/network.c diff -u php4/main/network.c:1.91

[PHP-CVS] cvs: php4 /ext/openssl openssl.c /ext/standard basic_functions.c file.c ftp_fopen_wrapper.c http_fopen_wrapper.c php_fopen_wrappers.h

2003-02-27 Thread Wez Furlong
wez Thu Feb 27 13:16:35 2003 EDT Modified files: /php4/ext/openssl openssl.c /php4/ext/standard basic_functions.c file.c ftp_fopen_wrapper.c http_fopen_wrapper.c php_fopen_wrappers.h Log: - Move https:// and ftps:// wrapper

[PHP-CVS] cvs: php4 / TODO

2003-02-27 Thread Wez Furlong
wez Thu Feb 27 13:23:50 2003 EDT Modified files: /php4 TODO Log: Update todo slightly Index: php4/TODO diff -u php4/TODO:1.138 php4/TODO:1.139 --- php4/TODO:1.138 Mon Dec 2 11:38:22 2002 +++ php4/TODO Thu Feb 27 13:23:50 2003 @@ -24,9 +24,7

[PHP-CVS] cvs: php4 / TODO-PHP5

2003-02-27 Thread Rasmus Lerdorf
rasmus Thu Feb 27 13:45:37 2003 EDT Modified files: /php4 TODO-PHP5 Log: The basic input filtering framework is done and working nicely Index: php4/TODO-PHP5 diff -u php4/TODO-PHP5:1.1 php4/TODO-PHP5:1.2 --- php4/TODO-PHP5:1.1 Thu Jan 23 18:22:01

Re: [PHP-CVS] cvs: php4 / TODO-PHP5

2003-02-27 Thread Derick Rethans
On Thu, 27 Feb 2003, Rasmus Lerdorf wrote: rasmusThu Feb 27 13:45:37 2003 EDT Modified files: /php4 TODO-PHP5 Log: The basic input filtering framework is done and working nicely Interesting, are there any docs on this, or a simple example on

Re: [PHP-CVS] cvs: php4 / TODO-PHP5

2003-02-27 Thread Rasmus Lerdorf
On Thu, 27 Feb 2003, Derick Rethans wrote: On Thu, 27 Feb 2003, Rasmus Lerdorf wrote: rasmus Thu Feb 27 13:45:37 2003 EDT Modified files: /php4 TODO-PHP5 Log: The basic input filtering framework is done and working nicely Interesting, are

[PHP-CVS] cvs: php4 /ext/standard file.c /main php_streams.h /main/streams xp_socket.c

2003-02-27 Thread Wez Furlong
wez Thu Feb 27 14:10:24 2003 EDT Modified files: /php4/ext/standard file.c /php4/main php_streams.h /php4/main/streams xp_socket.c Log: Add a generic meta data api for streams. Index: php4/ext/standard/file.c diff -u

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

2003-02-27 Thread Ilia Alshanetsky
iliaa Thu Feb 27 15:38:01 2003 EDT Modified files: /php4/ext/standard filestat.c Log: Fixed a bug that would cause filetype() to return unknown for non-existent files on Win32. Index: php4/ext/standard/filestat.c diff -u

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

2003-02-27 Thread Ilia Alshanetsky
iliaa Thu Feb 27 15:38:23 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard filestat.c Log: MFH Index: php4/ext/standard/filestat.c diff -u php4/ext/standard/filestat.c:1.112.2.4 php4/ext/standard/filestat.c:1.112.2.5 ---

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

2003-02-27 Thread Ilia Alshanetsky
iliaa Thu Feb 27 18:50:54 2003 EDT Modified files: /php4/ext/openssl xp_ssl.c Log: fixed compiler warnings. Index: php4/ext/openssl/xp_ssl.c diff -u php4/ext/openssl/xp_ssl.c:1.1 php4/ext/openssl/xp_ssl.c:1.2 --- php4/ext/openssl/xp_ssl.c:1.1 Thu

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

2003-02-27 Thread Ilia Alshanetsky
iliaa Thu Feb 27 18:53:55 2003 EDT Modified files: /php4/ext/standard dir.c Log: Fixed compiler warning. Index: php4/ext/standard/dir.c diff -u php4/ext/standard/dir.c:1.116 php4/ext/standard/dir.c:1.117 --- php4/ext/standard/dir.c:1.116 Wed Feb 19

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

2003-02-27 Thread Ilia Alshanetsky
iliaa Thu Feb 27 19:08:00 2003 EDT Modified files: /php4/main network.c Log: compiler warning fixed. Index: php4/main/network.c diff -u php4/main/network.c:1.92 php4/main/network.c:1.93 --- php4/main/network.c:1.92Thu Feb 27 13:06:30 2003 +++

[PHP-CVS] cvs: php4 /main/streams plain_wrapper.c

2003-02-27 Thread Wez Furlong
wez Thu Feb 27 20:47:28 2003 EDT Modified files: /php4/main/streams plain_wrapper.c Log: Implement memory mapping for win32. Could do with some rigorous testing; simple readfile() tests here appear to work. Index: php4/main/streams/plain_wrapper.c diff

[PHP-CVS] cvs: php4 /scripts/ext_skel_ng extension.dtd

2003-02-27 Thread Hartmut Holzgraefe
hholzgraFri Feb 28 01:28:14 2003 EDT Modified files: /php4/scripts/ext_skel_ng extension.dtd Log: some DTD fixes and code as a toplevel element for .c and .h code snippets Index: php4/scripts/ext_skel_ng/extension.dtd diff -u

[PHP-CVS] cvs: php4 /scripts/ext_skel_ng php_element.php

2003-02-27 Thread Hartmut Holzgraefe
hholzgraFri Feb 28 01:28:54 2003 EDT Modified files: /php4/scripts/ext_skel_ng php_element.php Log: added callback type (and fixed a stupid typo) Index: php4/scripts/ext_skel_ng/php_element.php diff -u php4/scripts/ext_skel_ng/php_element.php:1.1

[PHP-CVS] cvs: php4 /scripts/ext_skel_ng xml_stream_parser.php

2003-02-27 Thread Hartmut Holzgraefe
hholzgraFri Feb 28 01:30:59 2003 EDT Modified files: /php4/scripts/ext_skel_ng xml_stream_parser.php Log: on line #, not in line # Index: php4/scripts/ext_skel_ng/xml_stream_parser.php diff -u php4/scripts/ext_skel_ng/xml_stream_parser.php:1.1

[PHP-CVS] cvs: php4 /scripts/ext_skel_ng ext_skel_ng.php

2003-02-27 Thread Hartmut Holzgraefe
hholzgraFri Feb 28 01:33:05 2003 EDT Modified files: /php4/scripts/ext_skel_ng ext_skel_ng.php Log: support for passing description file name on command line Index: php4/scripts/ext_skel_ng/ext_skel_ng.php diff -u

[PHP-CVS] cvs: php4 /scripts/ext_skel_ng extension_parser.php php_function.php

2003-02-27 Thread Hartmut Holzgraefe
hholzgraFri Feb 28 01:37:05 2003 EDT Modified files: /php4/scripts/ext_skel_ng extension_parser.php php_function.php Log: - support for callback type - proto syntax errors are now passed back to the top level parser Index:

[PHP-CVS] cvs: php4(PHP_4_3) /ext/yp yp.c

2003-02-27 Thread Hartmut Holzgraefe
hholzgraFri Feb 28 01:51:17 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/ypyp.c Log: MFphp5 Index: php4/ext/yp/yp.c diff -u php4/ext/yp/yp.c:1.31.8.2 php4/ext/yp/yp.c:1.31.8.3 --- php4/ext/yp/yp.c:1.31.8.2 Wed Feb 26 12:38:02 2003 +++

[PHP-CVS] cvs: php4(PHP_4) /ext/yp yp.c

2003-02-27 Thread Hartmut Holzgraefe
hholzgraFri Feb 28 01:51:36 2003 EDT Modified files: (Branch: PHP_4) /php4/ext/ypyp.c Log: MFphp5 Index: php4/ext/yp/yp.c diff -u php4/ext/yp/yp.c:1.31.8.1.2.1 php4/ext/yp/yp.c:1.31.8.1.2.2 --- php4/ext/yp/yp.c:1.31.8.1.2.1 Wed Feb 26

[PHP-CVS] cvs: php4 /ext/yaz config.m4 php_yaz.c

2003-02-27 Thread Jani Taskinen
sniper Fri Feb 28 02:17:46 2003 EDT Modified files: /php4/ext/yaz config.m4 php_yaz.c Log: YAZ 2.0 or later is required now. Index: php4/ext/yaz/config.m4 diff -u php4/ext/yaz/config.m4:1.13 php4/ext/yaz/config.m4:1.14 --- php4/ext/yaz/config.m4:1.13 Tue

[PHP-CVS] cvs: php4 /ext/ftp ftp.c php_ftp.c /ext/openssl xp_ssl.c /main php_network.h

2003-02-27 Thread Jani Taskinen
sniper Fri Feb 28 02:25:14 2003 EDT Modified files: /php4/ext/ftp ftp.c php_ftp.c /php4/ext/openssl xp_ssl.c /php4/main php_network.h Log: - No need to include the ssl headers elsewhere but in ext/openssl # ext/ftp doesn't use streams yet so

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

2003-02-27 Thread Jani Taskinen
sniper Fri Feb 28 02:34:46 2003 EDT Modified files: /php4/ext/curl interface.c Log: - Fixed bug #22312 (crash on failed connection when curl_getinfo() was called). (Phil Oleson [EMAIL PROTECTED]) Index: php4/ext/curl/interface.c diff -u

[PHP-CVS] cvs: php4(PHP_4_3) /ext/curl curl.c

2003-02-27 Thread Jani Taskinen
sniper Fri Feb 28 02:35:11 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/curl curl.c Log: - MFH: Fixed bug #22312 (crash on failed connection when curl_getinfo() was called). (Phil Oleson [EMAIL PROTECTED])

[PHP-CVS] cvs: php4(PHP_4_3) / NEWS

2003-02-27 Thread Jani Taskinen
sniper Fri Feb 28 02:35:59 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: BFN Index: php4/NEWS diff -u php4/NEWS:1.1247.2.115 php4/NEWS:1.1247.2.116 --- php4/NEWS:1.1247.2.115 Thu Feb 27 11:42:42 2003 +++ php4/NEWS Fri Feb 28 02:35:58

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

2003-02-27 Thread Hartmut Holzgraefe
hholzgraFri Feb 28 02:52:23 2003 EDT Modified files: /php4/ext/standard file.c Log: make sure that GNU extensions exist for fnmatch() Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.319 php4/ext/standard/file.c:1.320 ---

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

2003-02-27 Thread Hartmut Holzgraefe
hholzgraFri Feb 28 02:57:01 2003 EDT Modified files: /php4/ext/standard file.c Log: it is still to early in the morning for coding :( Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.320 php4/ext/standard/file.c:1.321 ---