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

2003-01-05 Thread Wez Furlong
Because there is no structure to return :) This function returns an array of the names of the filters available for use via stream_filter_(prepend|append). --Wez. On Sat, 4 Jan 2003, Sterling Hughes wrote: pollita Sat Jan 4 22:24:38 2003 EDT Modified files:

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard php_incomplete_class.h

2003-01-05 Thread Edin Kadribasic
edink Sun Jan 5 08:02:03 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard php_incomplete_class.h Log: Fixed ZTS build. Index: php4/ext/standard/php_incomplete_class.h diff -u php4/ext/standard/php_incomplete_class.h:1.9.4.2

[PHP-CVS] cvs: php4 /sapi/apache php4apache.dsp

2003-01-05 Thread Zeev Suraski
zeevSun Jan 5 10:09:11 2003 EDT Modified files: /php4/sapi/apache php4apache.dsp Log: Make the .dsp use the php4build build directories Index: php4/sapi/apache/php4apache.dsp diff -u php4/sapi/apache/php4apache.dsp:1.14

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

2003-01-05 Thread Sebastian Bergmann
sebastian Sun Jan 5 11:32:02 2003 EDT Modified files: /php4/ext/gdgd_bundled.dsp Log: Define HAVE_GD_GIF_READ. Index: php4/ext/gd/gd_bundled.dsp diff -u php4/ext/gd/gd_bundled.dsp:1.7 php4/ext/gd/gd_bundled.dsp:1.8 ---

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

2003-01-05 Thread Georg Richter
georg Sun Jan 5 15:53:06 2003 EDT Modified files: /php4/ext/mysql php_mysql.c Log: fixed bug #21435 Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/mysql/php_mysql.c:1.179 php4/ext/mysql/php_mysql.c:1.180 --- php4/ext/mysql/php_mysql.c:1.179Tue

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

2003-01-05 Thread Derick Rethans
On Sun, 5 Jan 2003, Georg Richter wrote: georg Sun Jan 5 15:53:06 2003 EDT Modified files: /php4/ext/mysql php_mysql.c Log: fixed bug #21435 Can you MFH this too? Derick -- -

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

2003-01-05 Thread Edin Kadribasic
edink Sun Jan 5 20:26:14 2003 EDT Modified files: /php4/ext/mcryptmcrypt.c Log: Comment out non ANSI C standard comliant code. Fixes win32 build. Index: php4/ext/mcrypt/mcrypt.c diff -u php4/ext/mcrypt/mcrypt.c:1.79 php4/ext/mcrypt/mcrypt.c:1.80 ---

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

2003-01-05 Thread Edin Kadribasic
edink Sun Jan 5 20:39:08 2003 EDT Modified files: /php4/ext/gdgd_bundled.dsp Log: Complete gif readonly support addition by adding missing gd_gif_in.c file to the project. Index: php4/ext/gd/gd_bundled.dsp diff -u php4/ext/gd/gd_bundled.dsp:1.8

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

2003-01-05 Thread Sara Golemon
pollita Sun Jan 5 23:06:40 2003 EDT Modified files: /php4/main streams.c php_streams.h /php4/ext/standard user_filters.c Log: Expose stream_filters_hash so that it can be searched by stream_get_filters() Index: php4/main/streams.c diff -u

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

2003-01-05 Thread Frank M. Kromann
fmk Sun Jan 5 23:28:49 2003 EDT Modified files: /php4/ext/gdgd_bundled.dsp Log: enable imageftbbox() and imagefttext() on WIn32 Index: php4/ext/gd/gd_bundled.dsp diff -u php4/ext/gd/gd_bundled.dsp:1.9 php4/ext/gd/gd_bundled.dsp:1.10 ---

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

2003-01-05 Thread Sara Golemon
pollita Mon Jan 6 00:22:06 2003 EDT Modified files: /php4/ext/standard filters.c Log: Added string.toupper and string.tolower filters and generalized non-op filter methods Index: php4/ext/standard/filters.c diff -u php4/ext/standard/filters.c:1.3

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

2003-01-05 Thread Anantha Kesari H Y
hyanantha Mon Jan 6 00:59:18 2003 EDT Modified files: /php4/ext/standard basic_functions.c Log: Added #ifdef HAVE_SYSLOG_H around syslog function in the whole file to avoid link failure. Index: php4/ext/standard/basic_functions.c diff -u