[PHP-CVS] cvs: php4 /ext/mysqli/tests 001.phpt

2003-02-13 Thread Georg Richter
georg Thu Feb 13 03:54:46 2003 EDT Modified files: /php4/ext/mysqli/tests 001.phpt Log: removed warnings (unused vars) Index: php4/ext/mysqli/tests/001.phpt diff -u php4/ext/mysqli/tests/001.phpt:1.1 php4/ext/mysqli/tests/001.phpt:1.2 --- php4/ext/mysq

[PHP-CVS] cvs: php4 /win32/installer gen-nsis.php

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 05:25:31 2003 EDT Modified files: /php4/win32/installer gen-nsis.php Log: Update installer so that no extensions are enabled by default. Index: php4/win32/installer/gen-nsis.php diff -u php4/win32/installer/gen-nsis.php:1.2 php4/win32

[PHP-CVS] cvs: php4(PHP_4_3) / NEWS /ext/hwapi hwapi.cpp

2003-02-13 Thread Uwe Steinmann
steinm Thu Feb 13 05:56:51 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS /php4/ext/hwapi hwapi.cpp Log: - Some functions with objects as its parameters didn't recognize them as such Index: php4/NEWS diff -u php4/NEWS:1.1247.2.81 php

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

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 06:12:57 2003 EDT Modified files: /php4/main streams.c Log: Whitespace-fix these goto labels. Index: php4/main/streams.c diff -u php4/main/streams.c:1.146 php4/main/streams.c:1.147 --- php4/main/streams.c:1.146 Wed Feb 12 20:17:45 2003 +

[PHP-CVS] cvs: php4 /ext/standard config.m4

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 08:35:55 2003 EDT Modified files: /php4/ext/standard config.m4 Log: cli should be allowed to have the chroot() function. Index: php4/ext/standard/config.m4 diff -u php4/ext/standard/config.m4:1.52 php4/ext/standard/config.m4:1.53 --- php4/

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard config.m4

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 08:37:05 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard config.m4 Log: MFH: cli should be allowed to use chroot() function. Index: php4/ext/standard/config.m4 diff -u php4/ext/standard/config.m4:1.47 php4/ext/standard/config.

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

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 08:38:20 2003 EDT Modified files: /php4/ext/standard http_fopen_wrapper.c Log: Avoid problems with chunk_size and auto_detect_line_endings. Index: php4/ext/standard/http_fopen_wrapper.c diff -u php4/ext/standard/http_fopen_wrapper.c:1.59

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

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 08:40:35 2003 EDT Modified files: /php4/main streams.c php_streams.h Log: Moving away from ANSI stdio for plain files. Index: php4/main/streams.c diff -u php4/main/streams.c:1.147 php4/main/streams.c:1.148 --- php4/main/streams.c:1.147 T

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

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 08:42:32 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard http_fopen_wrapper.c Log: partial MFH: avoid problems with auto_detect_line_endings. Index: php4/ext/standard/http_fopen_wrapper.c diff -u php4/ext/standard/http_fopen_w

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

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 08:43:38 2003 EDT Modified files: /php4/ext/standard php_fopen_wrapper.c Log: Use FILE*-less implementation for php://(stdin|stdout|stderr) Index: php4/ext/standard/php_fopen_wrapper.c diff -u php4/ext/standard/php_fopen_wrapper.c:1.31 ph

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

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 09:35:48 2003 EDT Modified files: /php4/main network.c Log: Potential fixes for #21809 and #22099. Index: php4/main/network.c diff -u php4/main/network.c:1.85 php4/main/network.c:1.86 --- php4/main/network.c:1.85Tue Dec 31 10:58:52 200

[PHP-CVS] cvs: php4 /ext/standard ftp_fopen_wrapper.c http_fopen_wrapper.c /main streams.c

2003-02-13 Thread Ilia Alshanetsky
iliaa Thu Feb 13 09:40:17 2003 EDT Modified files: /php4/main streams.c /php4/ext/standard http_fopen_wrapper.c ftp_fopen_wrapper.c Log: Added 'x' mode for fopen() used on local files. This mode will create a new file only if a file does not already exis

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

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 09:43:20 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main streams.c Log: MFH: clarify error message Index: php4/main/streams.c diff -u php4/main/streams.c:1.125.2.27 php4/main/streams.c:1.125.2.28 --- php4/main/streams.c:1.125.2.27

[PHP-CVS] cvs: php4 /ext/mysqli mysqli.dsp

2003-02-13 Thread Edin Kadribasic
edink Thu Feb 13 09:46:11 2003 EDT Added files: /php4/ext/mysqlimysqli.dsp Log: Initial windows project file Index: php4/ext/mysqli/mysqli.dsp +++ php4/ext/mysqli/mysqli.dsp # Microsoft Developer Studio Project File - Name="mysqli" - Package Owner=<4>

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

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 09:52:54 2003 EDT Modified files: /php4/main streams.c Log: Clarify error message. Index: php4/main/streams.c diff -u php4/main/streams.c:1.149 php4/main/streams.c:1.150 --- php4/main/streams.c:1.149 Thu Feb 13 09:40:16 2003 +++ php4/mai

[PHP-CVS] cvs: php4 /ext/rpc/com variant.c

2003-02-13 Thread Ilia Alshanetsky
iliaa Thu Feb 13 09:54:43 2003 EDT Modified files: /php4/ext/rpc/com variant.c Log: Added missing header needed for rpc_error(). Index: php4/ext/rpc/com/variant.c diff -u php4/ext/rpc/com/variant.c:1.37 php4/ext/rpc/com/variant.c:1.38 --- php4/ext/rpc/com

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

2003-02-13 Thread Ilia Alshanetsky
iliaa Thu Feb 13 10:09:39 2003 EDT Modified files: /php4/main streams.c Log: Simplified the mode validation code & added support for read+write mode to 'x' mode. Index: php4/main/streams.c diff -u php4/main/streams.c:1.150 php4/main/streams.c:1.151 --- p

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

2003-02-13 Thread Ilia Alshanetsky
iliaa Thu Feb 13 11:22:04 2003 EDT Modified files: /php4/main streams.c Log: Fixed a typo. Index: php4/main/streams.c diff -u php4/main/streams.c:1.151 php4/main/streams.c:1.152 --- php4/main/streams.c:1.151 Thu Feb 13 10:09:39 2003 +++ php4/main/streams

[PHP-CVS] cvs: php4 /ext/mysqli .cvsignore

2003-02-13 Thread Edin Kadribasic
edink Thu Feb 13 11:38:28 2003 EDT Added files: /php4/ext/mysqli.cvsignore Log: Adding missing .cvsignore Index: php4/ext/mysqli/.cvsignore +++ php4/ext/mysqli/.cvsignore *.lo *.la deps *.plg *.opt *.ncb *.dsw Release Release_inline Debug Release_TS Re

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

2003-02-13 Thread Harald Radi
phanto Thu Feb 13 11:48:44 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard info.c Log: add missing include Index: php4/ext/standard/info.c diff -u php4/ext/standard/info.c:1.218.2.5 php4/ext/standard/info.c:1.218.2.6 --- php4/ext/standard/info.c:1

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

2003-02-13 Thread Jani Taskinen
sniper Thu Feb 13 12:00:31 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: altering history.. Index: php4/NEWS diff -u php4/NEWS:1.1247.2.82 php4/NEWS:1.1247.2.83 --- php4/NEWS:1.1247.2.82 Thu Feb 13 05:56:49 2003 +++ php4/NEWS Thu Feb 1

[PHP-CVS] cvs: php4 / NEWS

2003-02-13 Thread Jani Taskinen
sniper Thu Feb 13 12:01:29 2003 EDT Modified files: /php4 NEWS Log: change history Index: php4/NEWS diff -u php4/NEWS:1.1336 php4/NEWS:1.1337 --- php4/NEWS:1.1336Thu Feb 13 02:16:19 2003 +++ php4/NEWS Thu Feb 13 12:01:28 2003 @@ -63,13 +63,13 @@ -

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

2003-02-13 Thread Edin Kadribasic
edink Thu Feb 13 12:15:22 2003 EDT Modified files: /php4/ext/mysqlimysqli_api.c Log: Use my_ulonglong instead of unsigned long long to make msvc++ happy. Index: php4/ext/mysqli/mysqli_api.c diff -u php4/ext/mysqli/mysqli_api.c:1.3 php4/ext/mysqli/mysqli

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

2003-02-13 Thread Ilia Alshanetsky
iliaa Thu Feb 13 12:17:03 2003 EDT Modified files: /php4/main spprintf.c Log: PAD() macro didn't increase the buffer size resulting in loss of the padding. Index: php4/main/spprintf.c diff -u php4/main/spprintf.c:1.13 php4/main/spprintf.c:1.14 --- php4/

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

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 12:20:21 2003 EDT Modified files: /php4/main streams.c Log: A probable cure for many getcwd/relative include related problems for win32. Index: php4/main/streams.c diff -u php4/main/streams.c:1.152 php4/main/streams.c:1.153 --- php4/main/s

[PHP-CVS] cvs: php4 /ext/standard formatted_print.c /ext/standard/tests/strings bug22207.phpt

2003-02-13 Thread Ilia Alshanetsky
iliaa Thu Feb 13 12:25:31 2003 EDT Added files: /php4/ext/standard/tests/stringsbug22207.phpt Modified files: /php4/ext/standard formatted_print.c Log: Fixed bug #22207 (e notation in *printf would be missing a 0 when there is no

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard formatted_print.c /ext/standard/tests/strings bug22207.phpt

2003-02-13 Thread Ilia Alshanetsky
iliaa Thu Feb 13 12:26:02 2003 EDT Added files: (Branch: PHP_4_3) /php4/ext/standard/tests/stringsbug22207.phpt Modified files: /php4/ext/standard formatted_print.c Log: MFH Index: php4/ext/standard/formatted_print.c diff -u php

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

2003-02-13 Thread Ilia Alshanetsky
iliaa Thu Feb 13 12:27:29 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: Bug fixing news. Index: php4/NEWS diff -u php4/NEWS:1.1247.2.83 php4/NEWS:1.1247.2.84 --- php4/NEWS:1.1247.2.83 Thu Feb 13 12:00:28 2003 +++ php4/NEWS Thu Feb

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

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 12:32:42 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main streams.c Log: MFH: relative path fix for win32 Index: php4/main/streams.c diff -u php4/main/streams.c:1.125.2.28 php4/main/streams.c:1.125.2.29 --- php4/main/streams.c:1.125.2.

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

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 12:36:36 2003 EDT Modified files: /php4/main php_open_temporary_file.c Log: Another IS_SLASH fix. Index: php4/main/php_open_temporary_file.c diff -u php4/main/php_open_temporary_file.c:1.21 php4/main/php_open_temporary_file.c:1.22 --- php

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

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 12:37:17 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main php_open_temporary_file.c Log: MFH: Another IS_SLASH fix. Index: php4/main/php_open_temporary_file.c diff -u php4/main/php_open_temporary_file.c:1.18.2.4 php4/main/php_open_tem

[PHP-CVS] cvs: php4 /ext/rpc/com variant.c

2003-02-13 Thread Ilia Alshanetsky
iliaa Thu Feb 13 12:39:18 2003 EDT Modified files: /php4/ext/rpc/com variant.c Log: Fixed warnings. Index: php4/ext/rpc/com/variant.c diff -u php4/ext/rpc/com/variant.c:1.38 php4/ext/rpc/com/variant.c:1.39 --- php4/ext/rpc/com/variant.c:1.38 Thu Feb 1

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

2003-02-13 Thread Shane Caraveo
shane Thu Feb 13 13:21:14 2003 EDT Modified files: /php4/sapi/cgi cgi_main.c Log: There is *absolutely no* definitive way to know if argv0 is the actual php script, or if it is the beginning of a query string. Additionaly, passing parameters on the co

[PHP-CVS] cvs: php4(PHP_4_3) /sapi/cgi cgi_main.c

2003-02-13 Thread Shane Caraveo
shane Thu Feb 13 13:21:23 2003 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/cgi cgi_main.c Log: MFH Index: php4/sapi/cgi/cgi_main.c diff -u php4/sapi/cgi/cgi_main.c:1.190.2.12 php4/sapi/cgi/cgi_main.c:1.190.2.13 --- php4/sapi/cgi/cgi_main.c:1.190.2.12

[PHP-CVS] cvs: php4 /ext/mysqli/tests connect.inc

2003-02-13 Thread Georg Richter
georg Thu Feb 13 13:21:38 2003 EDT Added files: /php4/ext/mysqli/tests connect.inc Log: include file for test Index: php4/ext/mysqli/tests/connect.inc +++ php4/ext/mysqli/tests/connect.inc -- PHP CVS Mailing List (http://www.php.net/) To unsub

[PHP-CVS] cvs: php4 /ext/standard/tests/strings crypt.phpt

2003-02-13 Thread Jani Taskinen
sniper Thu Feb 13 13:49:58 2003 EDT Added files: /php4/ext/standard/tests/stringscrypt.phpt Log: Added test for those different crypt() methods. Hopefully I got the results right. Index: php4/ext/standard/tests/strings/crypt.phpt +++ php4/ext/standard/t

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard/tests/strings crypt.phpt

2003-02-13 Thread Jani Taskinen
sniper Thu Feb 13 13:50:44 2003 EDT Added files: (Branch: PHP_4_3) /php4/ext/standard/tests/stringscrypt.phpt Log: MFH Index: php4/ext/standard/tests/strings/crypt.phpt +++ php4/ext/standard/tests/strings/crypt.phpt --TEST-- crypt() function --FILE-- --

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

2003-02-13 Thread Ilia Alshanetsky
iliaa Thu Feb 13 14:02:35 2003 EDT Modified files: /php4/main snprintf.c Log: Modified fix for bug #22187 so that it does not affect handling of numbers represented in scientific notation. Index: php4/main/snprintf.c diff -u php4/main/snprintf.c:1.18 php

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

2003-02-13 Thread Ilia Alshanetsky
iliaa Thu Feb 13 14:03:30 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main snprintf.c Log: MFH Index: php4/main/snprintf.c diff -u php4/main/snprintf.c:1.17.4.1 php4/main/snprintf.c:1.17.4.2 --- php4/main/snprintf.c:1.17.4.1 Wed Feb 12 15:42:21 2

[PHP-CVS] cvs: php4 /ext/standard/tests/strings bug22187.phpt

2003-02-13 Thread Ilia Alshanetsky
iliaa Thu Feb 13 14:07:21 2003 EDT Added files: /php4/ext/standard/tests/stringsbug22187.phpt Log: Added test case for bug #22187. Index: php4/ext/standard/tests/strings/bug22187.phpt +++ php4/ext/standard/tests/strings/bug22187.phpt --TEST-- Bug #2

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard/tests/strings bug22187.phpt

2003-02-13 Thread Ilia Alshanetsky
iliaa Thu Feb 13 14:07:55 2003 EDT Added files: (Branch: PHP_4_3) /php4/ext/standard/tests/stringsbug22187.phpt Log: MFH Index: php4/ext/standard/tests/strings/bug22187.phpt +++ php4/ext/standard/tests/strings/bug22187.phpt --TEST-- Bug #22187 (possi

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

2003-02-13 Thread Marcus Boerger
helly Thu Feb 13 14:46:41 2003 EDT Modified files: /php4/sapi/cgi cgi_main.c Log: fix non FCGI build Index: php4/sapi/cgi/cgi_main.c diff -u php4/sapi/cgi/cgi_main.c:1.209 php4/sapi/cgi/cgi_main.c:1.210 --- php4/sapi/cgi/cgi_main.c:1.209 Thu Feb 13 1

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

2003-02-13 Thread Sara Golemon
pollita Thu Feb 13 14:48:49 2003 EDT Modified files: /php4 NEWS /php4/ext/ftp ftp.c Log: Bug #22059. ftp_chdir() causes segfault. efree(ftp->pwd) was being called without knowing for certain that ftp->pwd actually pointed anywhere. Index:

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

2003-02-13 Thread Sara Golemon
pollita Thu Feb 13 14:51:03 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS /php4/ext/ftp ftp.c Log: MFH(Bug 22059, ftp.c-r1.77) Index: php4/NEWS diff -u php4/NEWS:1.1247.2.84 php4/NEWS:1.1247.2.85 --- php4/NEWS:1.1247.2.84 Thu Feb

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

2003-02-13 Thread Jani Taskinen
sniper Thu Feb 13 15:08:52 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: typofix Index: php4/NEWS diff -u php4/NEWS:1.1247.2.85 php4/NEWS:1.1247.2.86 --- php4/NEWS:1.1247.2.85 Thu Feb 13 14:51:01 2003 +++ php4/NEWS Thu Feb 13 15:08:52

Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

2003-02-13 Thread Shane Caraveo
MFH? Marcus Boerger wrote: helly Thu Feb 13 14:46:41 2003 EDT Modified files: /php4/sapi/cgi cgi_main.c Log: fix non FCGI build Index: php4/sapi/cgi/cgi_main.c diff -u php4/sapi/cgi/cgi_main.c:1.209 php4/sapi/cgi/cgi_main.c:1.210 --- php4/sapi/cgi/cgi_main.c:1.209 Th

Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

2003-02-13 Thread Marcus Börger
At 21:28 13.02.2003, Shane Caraveo wrote: MFH? Marcus Boerger wrote: helly Thu Feb 13 14:46:41 2003 EDT Modified files: /php4/sapi/cgi cgi_main.c Log: fix non FCGI build Sure - but i am trying to get my system fixed and reconfigured due to that bloody libtool proble

[PHP-CVS] cvs: php4(PHP_4_3) /sapi/cgi cgi_main.c

2003-02-13 Thread Jani Taskinen
sniper Thu Feb 13 15:58:41 2003 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/cgi cgi_main.c Log: MFH Index: php4/sapi/cgi/cgi_main.c diff -u php4/sapi/cgi/cgi_main.c:1.190.2.13 php4/sapi/cgi/cgi_main.c:1.190.2.14 --- php4/sapi/cgi/cgi_main.c:1.190.2.13

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

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 16:03:25 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main streams.c Log: Fix for Bug #22199 (fputs() + fgets() destroys readbuffer for non-seekable streams). Index: php4/main/streams.c diff -u php4/main/streams.c:1.125.2.29 php4/main/s

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

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 16:08:05 2003 EDT Modified files: /php4/main streams.c Log: MFB: Fix for bug #22199 Index: php4/main/streams.c diff -u php4/main/streams.c:1.153 php4/main/streams.c:1.154 --- php4/main/streams.c:1.153 Thu Feb 13 12:20:20 2003 +++ php4/ma

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

2003-02-13 Thread Marcus Boerger
helly Thu Feb 13 16:41:01 2003 EDT Modified files: /php4/ext/domxmlphp_domxml.c Log: pass tsrmls instead of fetching it always Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.235 php4/ext/domxml/php_domxml.c:1.236 --- php4/ext/do

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

2003-02-13 Thread Sara Golemon
pollita Thu Feb 13 17:18:20 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/ftp ftp.c Log: Buf #22052 More casual efree()ing causing segfaults Index: php4/ext/ftp/ftp.c diff -u php4/ext/ftp/ftp.c:1.68.2.4 php4/ext/ftp/ftp.c:1.68.2.5 --- php4/ext/ftp

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

2003-02-13 Thread Sara Golemon
pollita Thu Feb 13 17:20:21 2003 EDT Modified files: /php4/ext/ftp ftp.c Log: MFB(r-1.68.2.5) Bug 22052 Index: php4/ext/ftp/ftp.c diff -u php4/ext/ftp/ftp.c:1.77 php4/ext/ftp/ftp.c:1.78 --- php4/ext/ftp/ftp.c:1.77 Thu Feb 13 14:48:49 2003 +++ php4/e

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

2003-02-13 Thread Jani Taskinen
sniper Thu Feb 13 20:27:15 2003 EDT Modified files: /php4 configure.in /php4/ext/standard config.m4 Log: - Don't add libcrypt if the crypt() function is provided already. (by libc, like in HP-UX) Index: php4/configure.in diff -u php4/configur

[PHP-CVS] cvs: php4(PHP_4_3) / configure.in /ext/standard config.m4

2003-02-13 Thread Jani Taskinen
sniper Thu Feb 13 20:27:43 2003 EDT Modified files: (Branch: PHP_4_3) /php4 configure.in /php4/ext/standard config.m4 Log: - MFH, do not add libcrypt if crypt() is provided by libc. Index: php4/configure.in diff -u php4/configure.in:1.396.2.31 php

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

2003-02-13 Thread Derick Rethans
On Thu, 13 Feb 2003, Sara Golemon wrote: > pollita Thu Feb 13 17:18:20 2003 EDT > > Modified files: (Branch: PHP_4_3) > /php4/ext/ftp ftp.c > Log: > Buf #22052 More casual efree()ing causing segfaults What about our coding standards? :) : if (da