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

2003-02-26 Thread Hartmut Holzgraefe
hholzgraWed Feb 26 05:06:47 2003 EDT Added files: /php4/scripts/ext_skel_ng php_logo.php php_resource.php Log: forgot to add these two on my last commit :( Index: php4/scripts/ext_skel_ng/php_logo.php +++ php4/scripts/ext_skel_ng/php_logo.php

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

2003-02-26 Thread Hartmut Holzgraefe
hholzgraWed Feb 26 11:06:07 2003 EDT Modified files: /php4/ext/ypyp.c Log: changed to emalloc just to be safe Index: php4/ext/yp/yp.c diff -u php4/ext/yp/yp.c:1.35 php4/ext/yp/yp.c:1.36 --- php4/ext/yp/yp.c:1.35 Mon Feb 24 08:35:06 2003

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

2003-02-26 Thread Hartmut Holzgraefe
hholzgraWed Feb 26 12:38:02 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.1 php4/ext/yp/yp.c:1.31.8.2 --- php4/ext/yp/yp.c:1.31.8.1 Tue Dec 31 11:35:47 2002 +++

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

2003-02-26 Thread Hartmut Holzgraefe
hholzgraWed Feb 26 13:01:00 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 php4/ext/yp/yp.c:1.31.8.1.2.1 --- php4/ext/yp/yp.c:1.31.8.1 Tue Dec 31 11:35:47 2002 +++

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

2003-02-26 Thread Derick Rethans
derick Wed Feb 26 14:25:24 2003 EDT Modified files: /php4/ext/standard basic_functions.c Log: - Whitespace Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.588 php4/ext/standard/basic_functions.c:1.589 ---

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

2003-02-26 Thread Derick Rethans
derick Wed Feb 26 14:34:16 2003 EDT Modified files: /php4/ext/standard file.c Log: - Fix proto Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.314 php4/ext/standard/file.c:1.315 --- php4/ext/standard/file.c:1.314 Tue Feb 25 15:12:18

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

2003-02-26 Thread Derick Rethans
derick Wed Feb 26 15:04:17 2003 EDT Modified files: /php4/ext/standard mail.c /php4/main main.c Log: - Added an extra ini setting with which extra commands can be forced to the sendmail deamon on a per-vhost base. The value in this ini setting

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

2003-02-26 Thread Andi Gutmans
Please use strlcpy() instead of strncpy(). At 01:35 PM 2/24/2003 +, Hartmut Holzgraefe wrote: hholzgraMon Feb 24 08:35:06 2003 EDT Modified files: /php4/ext/ypyp.c Log: key has to be zero-delimited Index: php4/ext/yp/yp.c diff -u php4/ext/yp/yp.c:1.34

[PHP-CVS] cvs: php4 /ext/dba/libinifile inifile.c

2003-02-26 Thread Marcus Boerger
helly Wed Feb 26 17:03:02 2003 EDT Modified files: /php4/ext/dba/libinifileinifile.c Log: if skip param of dba_fetch is -1 stop do not restart search after last element Index: php4/ext/dba/libinifile/inifile.c diff -u php4/ext/dba/libinifile/inifile.c:1.4

[PHP-CVS] cvs: php4 /ext/dba/libcdb cdb.c

2003-02-26 Thread Marcus Boerger
helly Wed Feb 26 17:03:55 2003 EDT Modified files: /php4/ext/dba/libcdbcdb.c Log: make it faster Index: php4/ext/dba/libcdb/cdb.c diff -u php4/ext/dba/libcdb/cdb.c:1.6 php4/ext/dba/libcdb/cdb.c:1.7 --- php4/ext/dba/libcdb/cdb.c:1.6 Tue Dec 31

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

2003-02-26 Thread Marcus Boerger
helly Wed Feb 26 17:05:32 2003 EDT Modified files: /php4/ext/dba dba_flatfile.c Log: ws Index: php4/ext/dba/dba_flatfile.c diff -u php4/ext/dba/dba_flatfile.c:1.11 php4/ext/dba/dba_flatfile.c:1.12 --- php4/ext/dba/dba_flatfile.c:1.11Tue Dec 31

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

2003-02-26 Thread Marcus Boerger
helly Wed Feb 26 17:07:50 2003 EDT Modified files: /php4/ext/dba dba.c Log: allow keys as array(group, name) for handler inifile Index: php4/ext/dba/dba.c diff -u php4/ext/dba/dba.c:1.83 php4/ext/dba/dba.c:1.84 --- php4/ext/dba/dba.c:1.83 Sat Feb 22

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

2003-02-26 Thread Ilia Alshanetsky
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 the return_value variable passed by reference is not an integer in

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

2003-02-26 Thread Rasmus Lerdorf
rasmus Wed Feb 26 17:17:35 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c Log: Get rid of an unnecessary syscall on non-Windows. We don't need two setitimer() calls here in order to reset the timer. Index: php4/main/main.c diff -u

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

2003-02-26 Thread Rasmus Lerdorf
rasmus Wed Feb 26 17:19:01 2003 EDT Modified files: /php4/main main.c Log: MFB: Get rid of a redundant syscall on non-Windows Index: php4/main/main.c diff -u php4/main/main.c:1.529 php4/main/main.c:1.530 --- php4/main/main.c:1.529 Wed Feb 26 15:04:16

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

2003-02-26 Thread Marcus Börger
At 02:39 25.02.2003, Ilia Alshanetsky wrote: iliaa Mon Feb 24 20:39:07 2003 EDT Log: Added locking to streams. Allow PHP to automatically release locks on files when terminating the stream. Fixed bugs in the handling of the 3rd optional parameter to flock(). What about

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

2003-02-26 Thread Pierre-Alain Joye
pajoye Wed Feb 26 18:21:45 2003 EDT Modified files: /php4/ext/gdphp_gd.h Log: add imagesavealpha wrapper (Jukka Holappa [EMAIL PROTECTED], Pierre-Alain Joye) Index: php4/ext/gd/php_gd.h diff -u php4/ext/gd/php_gd.h:1.51 php4/ext/gd/php_gd.h:1.52

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

2003-02-26 Thread Pierre-Alain Joye
pajoye Wed Feb 26 18:22:09 2003 EDT Modified files: /php4/ext/gdgd.c Log: add imagesavealpha wrapper (Jukka Holappa [EMAIL PROTECTED], 2 Pierre-Alain Joye) Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.250 php4/ext/gd/gd.c:1.251 ---

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

2003-02-26 Thread Pierre-Alain Joye
On Wed, 26 Feb 2003 23:22:09 - Pierre-Alain Joye [EMAIL PROTECTED] wrote: pajoyeWed Feb 26 18:22:09 2003 EDT Modified files: /php4/ext/gd gd.c Log: add imagesavealpha wrapper (Jukka Holappa [EMAIL PROTECTED], 2 Pierre-Alain

[PHP-CVS] cvs: CVSROOT / avail

2003-02-26 Thread Rasmus Lerdorf
rasmus Wed Feb 26 19:35:54 2003 EDT Modified files: /CVSROOTavail Log: pear karma for Björn Kraus Index: CVSROOT/avail diff -u CVSROOT/avail:1.598 CVSROOT/avail:1.599 --- CVSROOT/avail:1.598 Tue Feb 25 19:22:08 2003 +++ CVSROOT/avail Wed Feb 26