[PHP-CVS] cvs: php4(PHP_4_3) /sapi/apache2handler php_functions.c

2003-03-25 Thread Ilia Alshanetsky
iliaa Tue Mar 25 10:35:27 2003 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/apache2handler php_functions.c Log: MFH Index: php4/sapi/apache2handler/php_functions.c diff -u php4/sapi/apache2handler/php_functions.c:1.1.2.6

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

2003-03-27 Thread Ilia Alshanetsky
iliaa Thu Mar 27 13:57:53 2003 EDT Modified files: /php4/ext/standard array.c Log: CS Index: php4/ext/standard/array.c diff -u php4/ext/standard/array.c:1.222 php4/ext/standard/array.c:1.223 --- php4/ext/standard/array.c:1.222 Sat Feb 22 08:55:11 2003

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

2003-03-28 Thread Ilia Alshanetsky
iliaa Fri Mar 28 09:31:31 2003 EDT Modified files: /php4/ext/standard file.c Log: CS Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.328 php4/ext/standard/file.c:1.329 --- php4/ext/standard/file.c:1.328 Fri Mar 21 17:22:15 2003 +++

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

2003-03-30 Thread Ilia Alshanetsky
iliaa Sun Mar 30 15:48:05 2003 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Fixed bug #22965 (Crash in gd lib's ImageFillToBorder()). Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.48 php4/ext/gd/libgd/gd.c:1.49 ---

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

2003-03-30 Thread Ilia Alshanetsky
iliaa Sun Mar 30 15:48:14 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gd/libgd gd.c Log: MFH Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.24.2.6 php4/ext/gd/libgd/gd.c:1.24.2.7 --- php4/ext/gd/libgd/gd.c:1.24.2.6 Tue Mar 11

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

2003-03-30 Thread Ilia Alshanetsky
iliaa Sun Mar 30 15:48:48 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: Bug fixing news. Index: php4/NEWS diff -u php4/NEWS:1.1247.2.154 php4/NEWS:1.1247.2.155 --- php4/NEWS:1.1247.2.154 Thu Mar 27 08:32:45 2003 +++ php4/NEWS Sun

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

2003-03-31 Thread Ilia Alshanetsky
iliaa Mon Mar 31 17:13:01 2003 EDT Modified files: /php4/main/streams streams.c Log: WS Index: php4/main/streams/streams.c diff -u php4/main/streams/streams.c:1.14 php4/main/streams/streams.c:1.15 --- php4/main/streams/streams.c:1.14Wed Mar 19 20:23:04

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

2003-04-01 Thread Ilia Alshanetsky
iliaa Tue Apr 1 19:25:46 2003 EDT Modified files: /php4/ext/standard string.c Log: Fixed possible integer overflow in str_repeat(). Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.367 php4/ext/standard/string.c:1.368 ---

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

2003-04-01 Thread Ilia Alshanetsky
iliaa Tue Apr 1 19:25:57 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard string.c Log: MFH Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.333.2.18 php4/ext/standard/string.c:1.333.2.19 ---

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

2003-04-02 Thread Ilia Alshanetsky
iliaa Wed Apr 2 19:55:45 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/ftp php_ftp.c Log: Fixed bug #23004 (When ftp_close() is called, sent QUIT to the ftp server) Index: php4/ext/ftp/php_ftp.c diff -u php4/ext/ftp/php_ftp.c:1.74.2.6

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

2003-04-02 Thread Ilia Alshanetsky
iliaa Wed Apr 2 19:55:56 2003 EDT Modified files: /php4/ext/ftp php_ftp.c Log: MFH Index: php4/ext/ftp/php_ftp.c diff -u php4/ext/ftp/php_ftp.c:1.86 php4/ext/ftp/php_ftp.c:1.87 --- php4/ext/ftp/php_ftp.c:1.86 Mon Mar 10 10:52:10 2003 +++

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

2003-04-03 Thread Ilia Alshanetsky
iliaa Thu Apr 3 19:16:48 2003 EDT Modified files: /php4/ext/gdgd.c Log: Fix segfault in imagecopyresized(). Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.264 php4/ext/gd/gd.c:1.265 --- php4/ext/gd/gd.c:1.264 Thu Apr 3 19:09:23 2003 +++

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

2003-04-03 Thread Ilia Alshanetsky
iliaa Thu Apr 3 19:16:55 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gdgd.c Log: MFH Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.221.2.21 php4/ext/gd/gd.c:1.221.2.22 --- php4/ext/gd/gd.c:1.221.2.21 Thu Apr 3 18:10:17 2003 +++

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

2003-04-03 Thread Ilia Alshanetsky
iliaa Thu Apr 3 19:29:37 2003 EDT Modified files: (Branch: PHP_4_3) /php4 TODO_SEGFAULTS Log: Fixed segv as well as info about new segvs in gd. Index: php4/TODO_SEGFAULTS diff -u php4/TODO_SEGFAULTS:1.1.2.22 php4/TODO_SEGFAULTS:1.1.2.23 ---

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

2003-04-03 Thread Ilia Alshanetsky
iliaa Thu Apr 3 19:44:35 2003 EDT Modified files: (Branch: PHP_4_3) /php4 TODO_SEGFAULTS Log: More gd stuff. Index: php4/TODO_SEGFAULTS diff -u php4/TODO_SEGFAULTS:1.1.2.23 php4/TODO_SEGFAULTS:1.1.2.24 --- php4/TODO_SEGFAULTS:1.1.2.23Thu Apr

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

2003-04-03 Thread Ilia Alshanetsky
iliaa Thu Apr 3 20:17:35 2003 EDT Modified files: (Branch: PHP_4_3) /php4 TODO_SEGFAULTS Log: Notes about various possible integer overflows in bundled gd library. Index: php4/TODO_SEGFAULTS diff -u php4/TODO_SEGFAULTS:1.1.2.24

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

2003-04-03 Thread Ilia Alshanetsky
iliaa Thu Apr 3 20:33:58 2003 EDT Modified files: /php4/ext/gdgd.c Log: Might as well disallow 0x0 images. Thanks Marcus. Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.265 php4/ext/gd/gd.c:1.266 --- php4/ext/gd/gd.c:1.265 Thu Apr 3

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

2003-04-03 Thread Ilia Alshanetsky
iliaa Thu Apr 3 20:34:08 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gdgd.c Log: MFH Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.221.2.22 php4/ext/gd/gd.c:1.221.2.23 --- php4/ext/gd/gd.c:1.221.2.22 Thu Apr 3 19:16:54 2003 +++

[PHP-CVS] cvs: php4(PHP_4_3) /ext/hyperwave hg_comm.c /ext/pcntl pcntl.c php_pcntl.h /ext/sockets php_sockets.h sockets.c

2003-06-06 Thread Ilia Alshanetsky
iliaa Thu Jun 5 19:48:17 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/hyperwave hg_comm.c /php4/ext/pcntl pcntl.c php_pcntl.h /php4/ext/sockets php_sockets.h sockets.c Log: Fix compile warnings (mostly MFH from 5.0 branch) Index:

[PHP-CVS] cvs: php4 /ext/sockets php_sockets.h sockets.c

2003-05-27 Thread Ilia Alshanetsky
iliaa Tue May 27 21:04:06 2003 EDT Modified files: /php4/ext/sockets php_sockets.h sockets.c Log: Fixed compiler warnings. Index: php4/ext/sockets/php_sockets.h diff -u php4/ext/sockets/php_sockets.h:1.29 php4/ext/sockets/php_sockets.h:1.30 ---

[PHP-CVS] cvs: php4 /ext/sysvshm php_sysvshm.h sysvshm.c

2003-05-29 Thread Ilia Alshanetsky
iliaa Wed May 28 18:21:14 2003 EDT Modified files: /php4/ext/sysvshm php_sysvshm.h sysvshm.c Log: Fixed compiler warnings. Index: php4/ext/sysvshm/php_sysvshm.h diff -u php4/ext/sysvshm/php_sysvshm.h:1.13 php4/ext/sysvshm/php_sysvshm.h:1.14 ---

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

2003-05-31 Thread Ilia Alshanetsky
iliaa Fri May 30 09:20:01 2003 EDT Modified files: /php4/ext/mbstring mbfilter.c Log: Fixed bug #23897 (Fixed a check for mbfilter_ru.h) [EMAIL PROTECTED] Index: php4/ext/mbstring/mbfilter.c diff -u php4/ext/mbstring/mbfilter.c:1.55

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

2003-05-31 Thread Ilia Alshanetsky
iliaa Fri May 30 09:20:18 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mbstring mbfilter.c Log: MFH Index: php4/ext/mbstring/mbfilter.c diff -u php4/ext/mbstring/mbfilter.c:1.52.2.3 php4/ext/mbstring/mbfilter.c:1.52.2.4 ---

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

2003-05-31 Thread Ilia Alshanetsky
iliaa Fri May 30 09:20:55 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: Bug fixing news. Index: php4/NEWS diff -u php4/NEWS:1.1247.2.219 php4/NEWS:1.1247.2.220 --- php4/NEWS:1.1247.2.219 Fri May 30 05:45:57 2003 +++ php4/NEWS Fri

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

2003-05-31 Thread Ilia Alshanetsky
iliaa Fri May 30 10:08:14 2003 EDT Modified files: /php4/ext/mysql php_mysql.c Log: Fixed bug #23888 (Missing input validation for flags parameter) Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/mysql/php_mysql.c:1.190

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

2003-05-31 Thread Ilia Alshanetsky
iliaa Fri May 30 10:08:39 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mysql php_mysql.c Log: MFH Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/mysql/php_mysql.c:1.174.2.14 php4/ext/mysql/php_mysql.c:1.174.2.15 ---

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

2003-05-31 Thread Ilia Alshanetsky
iliaa Fri May 30 10:09:21 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: MFH Index: php4/NEWS diff -u php4/NEWS:1.1247.2.221 php4/NEWS:1.1247.2.222 --- php4/NEWS:1.1247.2.221 Fri May 30 09:57:20 2003 +++ php4/NEWS Fri May 30

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

2003-05-31 Thread Ilia Alshanetsky
iliaa Fri May 30 10:45:20 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/odbc php_odbc.c Log: MFH (fix for bug #23898) Index: php4/ext/odbc/php_odbc.c diff -u php4/ext/odbc/php_odbc.c:1.143.2.10 php4/ext/odbc/php_odbc.c:1.143.2.11 ---

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

2003-05-31 Thread Ilia Alshanetsky
iliaa Fri May 30 10:46:20 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: Bug fixing news. Index: php4/NEWS diff -u php4/NEWS:1.1247.2.223 php4/NEWS:1.1247.2.224 --- php4/NEWS:1.1247.2.223 Fri May 30 10:17:16 2003 +++ php4/NEWS Fri

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

2003-05-31 Thread Ilia Alshanetsky
iliaa Fri May 30 20:32:45 2003 EDT Modified files: /php4/ext/standard file.c Log: Fixed bug #23913 (make rename() work across partitions on *nix) Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.343 php4/ext/standard/file.c:1.344 ---

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

2003-05-31 Thread Ilia Alshanetsky
iliaa Fri May 30 20:34:14 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: Bug fixing news. Index: php4/NEWS diff -u php4/NEWS:1.1247.2.227 php4/NEWS:1.1247.2.228 --- php4/NEWS:1.1247.2.227 Fri May 30 17:40:13 2003 +++ php4/NEWS Fri

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

2003-06-03 Thread Ilia Alshanetsky
iliaa Mon Jun 2 20:06:01 2003 EDT Modified files: /php4/ext/standard css.c Log: Fixed bug #23912 (Invalid CSS in phpinfo() output) Index: php4/ext/standard/css.c diff -u php4/ext/standard/css.c:1.9 php4/ext/standard/css.c:1.10 ---

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

2003-06-03 Thread Ilia Alshanetsky
iliaa Mon Jun 2 20:06:14 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard css.c Log: MFH: Fixed bug #23912 (Invalid CSS in phpinfo() output) Index: php4/ext/standard/css.c diff -u php4/ext/standard/css.c:1.6.2.1

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

2003-06-03 Thread Ilia Alshanetsky
iliaa Mon Jun 2 20:07:20 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: Bug fixing news. Index: php4/NEWS diff -u php4/NEWS:1.1247.2.233 php4/NEWS:1.1247.2.234 --- php4/NEWS:1.1247.2.233 Sat May 31 13:37:55 2003 +++ php4/NEWS Mon

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

2003-06-04 Thread Ilia Alshanetsky
iliaa Tue Jun 3 19:23:22 2003 EDT Modified files: /php4/ext/gd/libgd gd_gd2.c gd_jpeg.c Log: Integer overflow checks. Index: php4/ext/gd/libgd/gd_gd2.c diff -u php4/ext/gd/libgd/gd_gd2.c:1.12 php4/ext/gd/libgd/gd_gd2.c:1.13 ---

[PHP-CVS] cvs: php4(PHP_4_3) /ext/gd/libgd gd_gd2.c gd_jpeg.c

2003-06-04 Thread Ilia Alshanetsky
iliaa Tue Jun 3 19:23:25 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gd/libgd gd_gd2.c gd_jpeg.c Log: MFH: Integer overflow checks. Index: php4/ext/gd/libgd/gd_gd2.c diff -u php4/ext/gd/libgd/gd_gd2.c:1.4.2.3 php4/ext/gd/libgd/gd_gd2.c:1.4.2.4

[PHP-CVS] cvs: php4(PHP_4_3) /ext/gd gd.c /ext/gd/libgd gd.c gdft.c

2003-06-04 Thread Ilia Alshanetsky
iliaa Tue Jun 3 19:55:15 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gdgd.c /php4/ext/gd/libgd gd.c gdft.c Log: MFH (Syncronize bunbled GD with gd 2.0.14) Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.221.2.27

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

2003-06-04 Thread Ilia Alshanetsky
iliaa Tue Jun 3 19:57:59 2003 EDT Modified files: (Branch: PHP_4_3) /php4 TODO_SEGFAULTS NEWS Log: GD stuff Index: php4/TODO_SEGFAULTS diff -u php4/TODO_SEGFAULTS:1.1.2.32 php4/TODO_SEGFAULTS:1.1.2.33 --- php4/TODO_SEGFAULTS:1.1.2.32Wed Apr

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

2003-06-04 Thread Ilia Alshanetsky
iliaa Tue Jun 3 20:20:19 2003 EDT Modified files: /php4/ext/gdgd.c /php4/ext/gd/libgd gd.c Log: GD 2.0.15 sync Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.270 php4/ext/gd/gd.c:1.271 --- php4/ext/gd/gd.c:1.270 Tue Jun 3 19:54:55

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

2003-06-04 Thread Ilia Alshanetsky
iliaa Tue Jun 3 20:22:31 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS /php4/ext/gdgd.c /php4/ext/gd/libgd gd.c Log: MFH Index: php4/NEWS diff -u php4/NEWS:1.1247.2.236 php4/NEWS:1.1247.2.237 --- php4/NEWS:1.1247.2.236

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

2003-06-05 Thread Ilia Alshanetsky
iliaa Wed Jun 4 10:58:33 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gd/libgd gd.c Log: MFH (dupe macro) Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.24.2.12 php4/ext/gd/libgd/gd.c:1.24.2.13 --- php4/ext/gd/libgd/gd.c:1.24.2.12

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

2003-06-08 Thread Ilia Alshanetsky
iliaa Sun Jun 8 19:42:44 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/openssl openssl.c Log: Fixed compile warnings. Index: php4/ext/openssl/openssl.c diff -u php4/ext/openssl/openssl.c:1.52.2.13 php4/ext/openssl/openssl.c:1.52.2.14 ---

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

2003-06-08 Thread Ilia Alshanetsky
iliaa Sun Jun 8 19:52:28 2003 EDT Modified files: /php4/ext/openssl openssl.c Log: MFB Index: php4/ext/openssl/openssl.c diff -u php4/ext/openssl/openssl.c:1.74 php4/ext/openssl/openssl.c:1.75 --- php4/ext/openssl/openssl.c:1.74 Mon Apr 28 18:42:21

[PHP-CVS] cvs: php4 / NEWS /ext/standard string.c /ext/standard/tests/strings bug24098.phpt

2003-06-09 Thread Ilia Alshanetsky
iliaa Mon Jun 9 14:12:36 2003 EDT Added files: /php4/ext/standard/tests/stringsbug24098.phpt Modified files: /php4 NEWS /php4/ext/standard string.c Log: Fixed bug #24098 (Crash in pathinfo() due to double var

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

2003-06-10 Thread Ilia Alshanetsky
iliaa Tue Jun 10 22:16:19 2003 EDT Modified files: /php4/ext/standard string.c Log: fixed proto Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.389 php4/ext/standard/string.c:1.390 --- php4/ext/standard/string.c:1.389Tue Jun 10

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

2003-06-10 Thread Ilia Alshanetsky
iliaa Tue Jun 10 22:16:50 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard string.c Log: MFH: proto fix Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.333.2.29 php4/ext/standard/string.c:1.333.2.30 ---

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

2003-06-11 Thread Ilia Alshanetsky
iliaa Wed Jun 11 21:47:12 2003 EDT Modified files: /php4/ext/pspellpspell.c Log: Added missing safe_mode/open_basedir checks. Index: php4/ext/pspell/pspell.c diff -u php4/ext/pspell/pspell.c:1.33 php4/ext/pspell/pspell.c:1.34 ---

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

2003-06-11 Thread Ilia Alshanetsky
iliaa Wed Jun 11 21:47:29 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/pspellpspell.c Log: MFH: Added missing safe_mode/open_basedir checks. Index: php4/ext/pspell/pspell.c diff -u php4/ext/pspell/pspell.c:1.28.8.2

[PHP-CVS] cvs: php4(PHP_4_3) / NEWS /ext/gd/libgd gd.c /ext/gd/tests bug24155.phpt

2003-06-12 Thread Ilia Alshanetsky
iliaa Thu Jun 12 15:33:19 2003 EDT Added files: (Branch: PHP_4_3) /php4/ext/gd/tests bug24155.phpt Modified files: /php4/ext/gd/libgd gd.c /php4 NEWS Log: MFH: Fixed bug #24155 (gdImageRotate270 incorrectly use x parameter

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

2003-06-12 Thread Ilia Alshanetsky
iliaa Thu Jun 12 15:46:44 2003 EDT Modified files: /php4/ext/imap php_imap.c Log: Fixed bug #22505 (Allow imap_sort() and imap_search() to specify a charset) Index: php4/ext/imap/php_imap.c diff -u php4/ext/imap/php_imap.c:1.165

[PHP-CVS] cvs: php4(PHP_4_3) /ext/imap php_imap.c php_imap.h

2003-06-13 Thread Ilia Alshanetsky
iliaa Fri Jun 13 10:45:36 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/imap php_imap.c php_imap.h Log: MFH: Fixed bug #24161 (No timeout value for imap functions) Fixed bug #22505 (Allow imap_sort() and imap_search() to specify a

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

2003-06-13 Thread Ilia Alshanetsky
iliaa Fri Jun 13 10:47:11 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: Bug fixing news. Index: php4/NEWS diff -u php4/NEWS:1.1247.2.250 php4/NEWS:1.1247.2.251 --- php4/NEWS:1.1247.2.250 Thu Jun 12 15:33:19 2003 +++ php4/NEWS Fri

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

2003-06-13 Thread Ilia Alshanetsky
iliaa Fri Jun 13 10:56:07 2003 EDT Modified files: /php4/ext/imap php_imap.c Log: Added missing function proto Index: php4/ext/imap/php_imap.c diff -u php4/ext/imap/php_imap.c:1.167 php4/ext/imap/php_imap.c:1.168 --- php4/ext/imap/php_imap.c:1.167

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

2003-06-13 Thread Ilia Alshanetsky
iliaa Fri Jun 13 10:56:23 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/imap php_imap.c Log: proto Index: php4/ext/imap/php_imap.c diff -u php4/ext/imap/php_imap.c:1.142.2.14 php4/ext/imap/php_imap.c:1.142.2.15 ---

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

2003-06-13 Thread Ilia Alshanetsky
iliaa Fri Jun 13 11:01:18 2003 EDT Modified files: /php4/ext/imap php_imap.c Log: Busted by the CS police. Index: php4/ext/imap/php_imap.c diff -u php4/ext/imap/php_imap.c:1.168 php4/ext/imap/php_imap.c:1.169 --- php4/ext/imap/php_imap.c:1.168

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

2003-06-14 Thread Ilia Alshanetsky
iliaa Sat Jun 14 11:08:38 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c php_variables.c Log: MFH: Fixed bug #24007 (Problem with register_globals arrays) Index: php4/main/main.c diff -u php4/main/main.c:1.512.2.39

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

2003-06-14 Thread Ilia Alshanetsky
iliaa Sat Jun 14 11:09:26 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: Bug fixing news Index: php4/NEWS diff -u php4/NEWS:1.1247.2.252 php4/NEWS:1.1247.2.253 --- php4/NEWS:1.1247.2.252 Fri Jun 13 10:56:37 2003 +++ php4/NEWS Sat

[PHP-CVS] cvs: php4(PHP_4_3) /ext/hyperwave hg_comm.c hw.c

2003-06-15 Thread Ilia Alshanetsky
iliaa Sun Jun 15 23:07:07 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/hyperwave hg_comm.c hw.c Log: MFH: compiler warnings Index: php4/ext/hyperwave/hg_comm.c diff -u php4/ext/hyperwave/hg_comm.c:1.52.8.2 php4/ext/hyperwave/hg_comm.c:1.52.8.3 ---

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

2003-06-16 Thread Ilia Alshanetsky
iliaa Mon Jun 16 08:33:51 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/hyperwave hw.c Log: Hopefully fix win32 build Index: php4/ext/hyperwave/hw.c diff -u php4/ext/hyperwave/hw.c:1.111.2.4 php4/ext/hyperwave/hw.c:1.111.2.5 ---

[PHP-CVS] cvs: php4 /ext/standard array.c /ext/standard/tests/array bug24198.phpt

2003-06-16 Thread Ilia Alshanetsky
iliaa Mon Jun 16 13:35:16 2003 EDT Added files: /php4/ext/standard/tests/array bug24198.phpt Modified files: /php4/ext/standard array.c Log: Fixed bug #24198 (Invalid recursion detection in array_merge_recurcive()) Index:

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

2003-06-16 Thread Ilia Alshanetsky
iliaa Mon Jun 16 13:42:04 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/imap php_imap.c Log: MFH: Fixed bug #24150 (crash in imap_fetch_overview() imap_rfc822_write_address()) Index: php4/ext/imap/php_imap.c diff -u

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

2003-06-16 Thread Ilia Alshanetsky
iliaa Mon Jun 16 15:24:56 2003 EDT Modified files: /php4/main php_variables.c Log: Fixed bug #24208 Index: php4/main/php_variables.c diff -u php4/main/php_variables.c:1.63 php4/main/php_variables.c:1.64 --- php4/main/php_variables.c:1.63 Sat Jun 14

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

2003-06-16 Thread Ilia Alshanetsky
iliaa Mon Jun 16 15:25:06 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main php_variables.c Log: MFH: Fixed bug #24208 Index: php4/main/php_variables.c diff -u php4/main/php_variables.c:1.45.2.4 php4/main/php_variables.c:1.45.2.5 ---

[PHP-CVS] cvs: php4 /ext/standard/tests/array bug24220.phpt

2003-06-17 Thread Ilia Alshanetsky
iliaa Tue Jun 17 09:19:20 2003 EDT Added files: /php4/ext/standard/tests/array bug24220.phpt Log: Added a test case for bug #24220 Index: php4/ext/standard/tests/array/bug24220.phpt +++ php4/ext/standard/tests/array/bug24220.phpt --TEST--n Bug

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard array.c /ext/standard/tests/array bug24220.phpt

2003-06-17 Thread Ilia Alshanetsky
iliaa Tue Jun 17 09:20:18 2003 EDT Added files: (Branch: PHP_4_3) /php4/ext/standard/tests/array bug24220.phpt Modified files: /php4/ext/standard array.c Log: Fixed bug #24220 (range() didn't handle numeric strings correctly)

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

2003-06-17 Thread Ilia Alshanetsky
iliaa Tue Jun 17 09:20:54 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: BFN Index: php4/NEWS diff -u php4/NEWS:1.1247.2.257 php4/NEWS:1.1247.2.258 --- php4/NEWS:1.1247.2.257 Mon Jun 16 17:38:07 2003 +++ php4/NEWS Tue Jun 17

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

2003-06-17 Thread Ilia Alshanetsky
iliaa Tue Jun 17 09:37:43 2003 EDT Modified files: /php4/ext/gd/libgd gdft.c Log: Fixed bug #24223 (missing variable initialization in bundled gd) Index: php4/ext/gd/libgd/gdft.c diff -u php4/ext/gd/libgd/gdft.c:1.23 php4/ext/gd/libgd/gdft.c:1.24 ---

[PHP-CVS] cvs: php4(PHP_4_3) /ext/gd/libgd gdft.c

2003-06-17 Thread Ilia Alshanetsky
iliaa Tue Jun 17 09:37:57 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gd/libgd gdft.c Log: MFH: Fixed bug #24223 (missing variable initialization in bundled gd) Index: php4/ext/gd/libgd/gdft.c diff -u php4/ext/gd/libgd/gdft.c:1.11.2.9

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

2003-06-17 Thread Ilia Alshanetsky
iliaa Tue Jun 17 09:38:38 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: MFH Index: php4/NEWS diff -u php4/NEWS:1.1247.2.258 php4/NEWS:1.1247.2.259 --- php4/NEWS:1.1247.2.258 Tue Jun 17 09:20:54 2003 +++ php4/NEWS Tue Jun 17

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

2003-06-17 Thread Ilia Alshanetsky
iliaa Tue Jun 17 09:59:44 2003 EDT Modified files: /php4/ext/imap php_imap.c Log: Fixed a typo in the check Index: php4/ext/imap/php_imap.c diff -u php4/ext/imap/php_imap.c:1.171 php4/ext/imap/php_imap.c:1.172 --- php4/ext/imap/php_imap.c:1.171

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

2003-06-17 Thread Ilia Alshanetsky
iliaa Tue Jun 17 10:13:25 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/imap php_imap.c Log: MFH Index: php4/ext/imap/php_imap.c diff -u php4/ext/imap/php_imap.c:1.142.2.17 php4/ext/imap/php_imap.c:1.142.2.18 ---

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

2003-06-17 Thread Ilia Alshanetsky
iliaa Tue Jun 17 13:15:16 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c Log: MFH: Handle numeric keys passed via GPC Index: php4/main/main.c diff -u php4/main/main.c:1.512.2.40 php4/main/main.c:1.512.2.41 --- php4/main/main.c:1.512.2.40 Sat

[PHP-CVS] cvs: php4 / php.ini-dist php.ini-recommended /ext/mysql php_mysql.c

2003-06-18 Thread Ilia Alshanetsky
iliaa Wed Jun 18 11:19:16 2003 EDT Modified files: /php4 php.ini-dist php.ini-recommended /php4/ext/mysql php_mysql.c Log: Make the default mysql connection timeout 60 seconds rather then unlimited. Index: php4/php.ini-dist diff -u

[PHP-CVS] cvs: php4(PHP_4_3) / php.ini-dist php.ini-recommended /ext/mysql php_mysql.c

2003-06-18 Thread Ilia Alshanetsky
iliaa Wed Jun 18 11:19:29 2003 EDT Modified files: (Branch: PHP_4_3) /php4 php.ini-dist php.ini-recommended /php4/ext/mysql php_mysql.c Log: MFH Index: php4/php.ini-dist diff -u php4/php.ini-dist:1.171.2.14 php4/php.ini-dist:1.171.2.15 ---

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

2003-06-19 Thread Ilia Alshanetsky
iliaa Thu Jun 19 11:47:46 2003 EDT Modified files: /php4/ext/gdgd.c Log: Fixed a crash inside php_imagettftext_common(); Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.274 php4/ext/gd/gd.c:1.275 --- php4/ext/gd/gd.c:1.274 Sun Jun 15

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

2003-06-19 Thread Ilia Alshanetsky
iliaa Thu Jun 19 11:48:08 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gdgd.c Log: MFH: Fixed a crash inside php_imagettftext_common(); Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.221.2.29 php4/ext/gd/gd.c:1.221.2.30 ---

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

2003-06-19 Thread Ilia Alshanetsky
iliaa Thu Jun 19 12:10:37 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard file.c Log: Fixed a possible crash in parse_context_options() Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.279.2.25

[PHP-CVS] cvs: php4 /ext/standard info.c streamsfuncs.c user_filters.c

2003-06-19 Thread Ilia Alshanetsky
iliaa Thu Jun 19 12:10:54 2003 EDT Modified files: /php4/ext/standard user_filters.c streamsfuncs.c info.c Log: Fixed possible crashes in streams code Index: php4/ext/standard/user_filters.c diff -u php4/ext/standard/user_filters.c:1.18

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

2003-06-19 Thread Ilia Alshanetsky
iliaa Thu Jun 19 12:35:17 2003 EDT Modified files: /php4/ext/standard streamsfuncs.c Log: Fixed memory leak, when invalid context is specified. Index: php4/ext/standard/streamsfuncs.c diff -u php4/ext/standard/streamsfuncs.c:1.19

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

2003-06-19 Thread Ilia Alshanetsky
iliaa Thu Jun 19 12:35:29 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard file.c Log: MFH: Fixed memory leak, when invalid context is specified. Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.279.2.26

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

2003-06-19 Thread Ilia Alshanetsky
iliaa Thu Jun 19 12:43:41 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard info.c Log: MFH (possible streams crash) Index: php4/ext/standard/info.c diff -u php4/ext/standard/info.c:1.218.2.12 php4/ext/standard/info.c:1.218.2.13 ---

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

2003-06-19 Thread Ilia Alshanetsky
iliaa Thu Jun 19 17:04:43 2003 EDT Modified files: /php4/ext/standard streamsfuncs.c Log: Reverting previous patch (not necessary, thanks Pollita ;) ) Index: php4/ext/standard/streamsfuncs.c diff -u php4/ext/standard/streamsfuncs.c:1.20

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

2003-06-19 Thread Ilia Alshanetsky
iliaa Thu Jun 19 18:12:21 2003 EDT Modified files: /php4/ext/curl interface.c Log: Added missing safe_mode checks. Added support for additional libcurl options. Set CURLOPT_NOSIGNAL by default for ZTS, for signal free operation. Index:

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

2003-06-19 Thread Ilia Alshanetsky
iliaa Thu Jun 19 18:18:58 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/curl curl.c Log: Added missing safe_mode checks Index: php4/ext/curl/curl.c diff -u php4/ext/curl/curl.c:1.124.2.11 php4/ext/curl/curl.c:1.124.2.12 ---

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

2003-06-20 Thread Ilia Alshanetsky
iliaa Fri Jun 20 13:00:16 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c Log: Fixed bug #24253 (missing variables when register_globals is on) Fixed a memory leak when more then 1 E|S flag is passed to gpc_order. Fixed a memory leak when

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

2003-06-22 Thread Ilia Alshanetsky
iliaa Sun Jun 22 12:46:24 2003 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Fixed bug #24284 (Fixed memory leak inside pg_ping()) Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.276 php4/ext/pgsql/pgsql.c:1.277 ---

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

2003-06-22 Thread Ilia Alshanetsky
iliaa Sun Jun 22 12:48:17 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS /php4/ext/pgsql pgsql.c Log: MFH: Fixed bug #24284 (Fixed memory leak inside pg_ping()) Index: php4/NEWS diff -u php4/NEWS:1.1247.2.262 php4/NEWS:1.1247.2.263 ---

[PHP-CVS] cvs: php-src(PHP_5) /ext/standard filestat.c /ext/standard/tests/file bug24313.phpt /main fopen_wrappers.c fopen_wrappers.h

2003-06-24 Thread Ilia Alshanetsky
iliaa Tue Jun 24 09:42:45 2003 EDT Added files: (Branch: PHP_5) /php-src/ext/standard/tests/filebug24313.phpt Modified files: /php-src/main fopen_wrappers.h fopen_wrappers.c /php-src/ext/standard filestat.c Log: Fixed

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/standard filestat.c /ext/standard/tests/file bug24313.phpt /main fopen_wrappers.c fopen_wrappers.h

2003-06-24 Thread Ilia Alshanetsky
iliaa Tue Jun 24 09:44:57 2003 EDT Added files: (Branch: PHP_4_3) /php-src/ext/standard/tests/filebug24313.phpt Modified files: /php-src/main fopen_wrappers.h fopen_wrappers.c /php-src/ext/standard filestat.c /php-src

[PHP-CVS] cvs: php-src /ext/standard filestat.c /ext/standard/tests/file bug24313.phpt /main fopen_wrappers.c fopen_wrappers.h

2003-06-24 Thread Ilia Alshanetsky
iliaa Tue Jun 24 09:56:25 2003 EDT Modified files: /php-src/main fopen_wrappers.h fopen_wrappers.c /php-src/ext/standard filestat.c /php-src/ext/standard/tests/filebug24313.phpt Log: Fix for bug #24313 (port from dead PHP_5 branch)

[PHP-CVS] cvs: php-src /main fopen_wrappers.c

2003-06-24 Thread Ilia Alshanetsky
iliaa Tue Jun 24 10:36:01 2003 EDT Modified files: /php-src/main fopen_wrappers.c Log: Fixed typo. Index: php-src/main/fopen_wrappers.c diff -u php-src/main/fopen_wrappers.c:1.163 php-src/main/fopen_wrappers.c:1.164 ---

[PHP-CVS] cvs: php-src(PHP_4_3) /main fopen_wrappers.c

2003-06-24 Thread Ilia Alshanetsky
iliaa Tue Jun 24 10:36:18 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main fopen_wrappers.c Log: MFH: typo fix. Index: php-src/main/fopen_wrappers.c diff -u php-src/main/fopen_wrappers.c:1.153.2.4 php-src/main/fopen_wrappers.c:1.153.2.5 ---

[PHP-CVS] cvs: php-src /ext/standard base64.c /ext/standard/tests/strings bug24312.phpt

2003-06-24 Thread Ilia Alshanetsky
iliaa Tue Jun 24 11:23:17 2003 EDT Added files: /php-src/ext/standard/tests/strings bug24312.phpt Modified files: /php-src/ext/standard base64.c Log: Fixed bug #24312 (base64_decode() does not skip 0xF0-0xFF characters) Patch by:

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/standard base64.c /ext/standard/tests/strings bug24312.phpt

2003-06-24 Thread Ilia Alshanetsky
iliaa Tue Jun 24 11:26:10 2003 EDT Added files: (Branch: PHP_4_3) /php-src/ext/standard/tests/strings bug24312.phpt Modified files: /php-src/ext/standard base64.c /php-srcNEWS Log: MFH: Fixed bug #24312 (base64_decode()

[PHP-CVS] cvs: php-src /ext/wddx wddx.c /ext/wddx/tests .cvsignore 001.phpt wddx.xml

2003-06-28 Thread Ilia Alshanetsky
iliaa Sat Jun 28 02:55:47 2003 EDT Added files: /php-src/ext/wddx/tests .cvsignore 001.phpt wddx.xml Modified files: /php-src/ext/wddx wddx.c Log: Added missing handling of dateTime Fixed compiler warning involving streams

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/wddx wddx.c /ext/wddx/tests .cvsignore 001.phpt wddx.xml

2003-06-28 Thread Ilia Alshanetsky
iliaa Sat Jun 28 02:59:31 2003 EDT Added files: (Branch: PHP_4_3) /php-src/ext/wddx/tests .cvsignore 001.phpt wddx.xml Modified files: /php-src/ext/wddx wddx.c Log: MFH: Added missing handling of dateTime Index:

[PHP-CVS] cvs: php-src /ext/standard/tests/general_functions sunfuncts.phpt

2003-06-28 Thread Ilia Alshanetsky
iliaa Sat Jun 28 13:36:47 2003 EDT Modified files: /php-src/ext/standard/tests/general_functions sunfuncts.phpt Log: Fixed test failure on systems with short_tags (?) off. Index: php-src/ext/standard/tests/general_functions/sunfuncts.phpt diff -u

[PHP-CVS] cvs: php-src /ext/standard file.c /ext/standard/tests/file 004.phpt

2003-06-28 Thread Ilia Alshanetsky
iliaa Sat Jun 28 16:06:13 2003 EDT Added files: /php-src/ext/standard/tests/file004.phpt Modified files: /php-src/ext/standard file.c Log: Added array handling to file_put_contents() More verbose error reporting mechanism.

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard string.c

2003-06-29 Thread Ilia Alshanetsky
iliaa Sun Jun 29 11:36:11 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard string.c Log: Fixed bug #24340 (basename failure win32 with containing both \ and /) Index: php-src/ext/standard/string.c diff -u

[PHP-CVS] cvs: php-src /ext/standard/tests/serialize 003.phpt bug24063.phpt /main snprintf.c

2003-06-29 Thread Ilia Alshanetsky
iliaa Sun Jun 29 21:03:21 2003 EDT Added files: /php-src/ext/standard/tests/serialize bug24063.phpt Modified files: /php-src/main snprintf.c /php-src/ext/standard/tests/serialize 003.phpt Log: Fixed bug #24063

<    1   2   3   4   5   6   7   8   9   10   >