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

2003-02-06 Thread Dan Kalowsky
kalowskyThu Feb 6 21:59:16 2003 EDT Modified files: /php4/ext/odbc php_odbc.c Log: MFB Index: php4/ext/odbc/php_odbc.c diff -u php4/ext/odbc/php_odbc.c:1.153 php4/ext/odbc/php_odbc.c:1.154 --- php4/ext/odbc/php_odbc.c:1.153 Fri Jan 24 17:40

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

2003-02-06 Thread Dan Kalowsky
kalowskyThu Feb 6 21:58:31 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/odbc php_odbc.c Log: Patch for Bug #21279 submitted by [EMAIL PROTECTED] Index: php4/ext/odbc/php_odbc.c diff -u php4/ext/odbc/php_odbc.c:1.143.2.3 php4/ext/odbc/php_

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

2003-02-06 Thread Shane Caraveo
The vars were updated to correctly reflect the cgi spec in 4.3.0. The patch below is just a cleanup and fix for linux. command line wouldn't have cgi vars in the first place, and depending on what vars you are saying do not exist, and what your url is, you may or may not see things the way th

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

2003-02-06 Thread Harald Radi
if i don't disable cgi.fix_pathinfo then i only have the ORIG_* variables set but not the real ones. that breaks a whole bunch of my (and not only my) scripts. any explaination for that ? i'm using php-cig + iis (and commandline doesn't work either). harald "Shane Caraveo" <[EMAIL PROTECTED]> sch

[PHP-CVS] cvs: php4 / NEWS

2003-02-06 Thread James Cox
imajes Thu Feb 6 17:38:10 2003 EDT Modified files: /php4 NEWS Log: adding news about moved ext Index: php4/NEWS diff -u php4/NEWS:1.1319 php4/NEWS:1.1320 --- php4/NEWS:1.1319Wed Feb 5 20:33:12 2003 +++ php4/NEWS Thu Feb 6 17:38:09 2003 @@ -1,6

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

2003-02-06 Thread Sara Golemon
pollita Thu Feb 6 17:23:37 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/bcmathbcmath.c Log: MFH(r-1.51) Index: php4/ext/bcmath/bcmath.c diff -u php4/ext/bcmath/bcmath.c:1.39.4.5 php4/ext/bcmath/bcmath.c:1.39.4.6 --- php4/ext/bcmath/bcmath.c:1.39.4

[PHP-CVS] cvs: php4 /ext/fribidi .cvsignore CREDITS EXPERIMENTAL README config.m4 fribidi.c fribidi.dsp php_fribidi.h

2003-02-06 Thread Tal Peer
tal Thu Feb 6 17:23:21 2003 EDT Removed files: /php4/ext/fribidi .cvsignore CREDITS EXPERIMENTAL README config.m4 fribidi.c fribidi.dsp php_fribidi.h Log: Moving fribidi to PECL -- PHP CVS Mailing List (http://www.php.net/) T

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

2003-02-06 Thread Sara Golemon
pollita Thu Feb 6 17:18:41 2003 EDT Modified files: /php4/ext/bcmathbcmath.c Log: bc_raise() can return a scale lower than that passed into it. While most other bcmath calls won't, it's safest to do a quick check that we're only reducing n_scale, not incre

[PHP-CVS] cvs: php4 /sapi/cli php.1

2003-02-06 Thread Marcus Boerger
helly Thu Feb 6 15:10:53 2003 EDT Modified files: /php4/sapi/cli php.1 Log: Rewrite/add some stuff Index: php4/sapi/cli/php.1 diff -u php4/sapi/cli/php.1:1.2 php4/sapi/cli/php.1:1.3 --- php4/sapi/cli/php.1:1.2 Tue Feb 4 19:35:20 2003 +++ php4/sapi/c

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

2003-02-06 Thread Jani Taskinen
sniper Thu Feb 6 11:21:24 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/java config.m4 Log: MFH Index: php4/ext/java/config.m4 diff -u php4/ext/java/config.m4:1.46.4.1 php4/ext/java/config.m4:1.46.4.2 --- php4/ext/java/config.m4:1.46.4.1Fri Nov

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

2003-02-06 Thread Jani Taskinen
sniper Thu Feb 6 10:29:28 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: fugbix news Index: php4/NEWS diff -u php4/NEWS:1.1247.2.62 php4/NEWS:1.1247.2.63 --- php4/NEWS:1.1247.2.62 Thu Feb 6 09:36:58 2003 +++ php4/NEWS Thu Feb 6 10:29

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

2003-02-06 Thread Jani Taskinen
sniper Thu Feb 6 10:28:28 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard array.c Log: MFH: - Fixed bug #22088 (array_shift() leaves next index to be +1 too much) Index: php4/ext/standard/array.c diff -u php4/ext/standard/array.c:1.199.2.13 php4/

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

2003-02-06 Thread Jani Taskinen
sniper Thu Feb 6 10:27:53 2003 EDT Modified files: /php4/ext/standard array.c Log: - Fixed bug #22088 (array_shift() leaves next index to be +1 too much) Index: php4/ext/standard/array.c diff -u php4/ext/standard/array.c:1.219 php4/ext/standard/array.c:1.220

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

2003-02-06 Thread Jani Taskinen
sniper Thu Feb 6 10:24:09 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard/tests/array bug22088.phpt Log: MFH Index: php4/ext/standard/tests/array/bug22088.phpt diff -u php4/ext/standard/tests/array/bug22088.phpt:1.1.2.1 php4/ext/standard/tes

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

2003-02-06 Thread Jani Taskinen
sniper Thu Feb 6 10:22:41 2003 EDT Modified files: /php4/ext/standard/tests/array bug22088.phpt Log: fix the test Index: php4/ext/standard/tests/array/bug22088.phpt diff -u php4/ext/standard/tests/array/bug22088.phpt:1.1 php4/ext/standard/tests/array/bug

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

2003-02-06 Thread Jani Taskinen
sniper Thu Feb 6 10:05:19 2003 EDT Added files: (Branch: PHP_4_3) /php4/ext/standard/tests/array bug22088.phpt Log: MFH Index: php4/ext/standard/tests/array/bug22088.phpt +++ php4/ext/standard/tests/array/bug22088.phpt --TEST-- Bug #21998 (array_shift(

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

2003-02-06 Thread Jani Taskinen
sniper Thu Feb 6 10:04:54 2003 EDT Added files: /php4/ext/standard/tests/array bug22088.phpt Log: Added testcase for bug #22088 Index: php4/ext/standard/tests/array/bug22088.phpt +++ php4/ext/standard/tests/array/bug22088.phpt --TEST-- Bug #21998 (arr

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

2003-02-06 Thread Andrey Hristov
andrey Thu Feb 6 09:36:58 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: added entry for memory_get_usage(). Index: php4/NEWS diff -u php4/NEWS:1.1247.2.61 php4/NEWS:1.1247.2.62 --- php4/NEWS:1.1247.2.61 Tue Feb 4 14:07:09 2003 +++ p

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard basic_functions.c php_var.h var.c

2003-02-06 Thread Andrey Hristov
andrey Thu Feb 6 09:34:08 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard php_var.h var.c basic_functions.c Log: Backporting memory_get_usage() from HEAD. As far as the code is small there won't be any problems. Index: php4/ext/standard/php_