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

2002-09-18 Thread Ilia Alshanetsky
iliaa Wed Sep 18 17:34:32 2002 EDT Modified files: /php4/ext/standard datetime.c Log: Fixed bug #19446 Index: php4/ext/standard/datetime.c diff -u php4/ext/standard/datetime.c:1.92 php4/ext/standard/datetime.c:1.93 --- php4/ext/standard/datetime.c:1.92

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

2002-09-20 Thread Ilia Alshanetsky
iliaa Fri Sep 20 07:48:48 2002 EDT Modified files: /php4/ext/standard string.c Log: Fixed bugs #12989 and #12120 Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.294 php4/ext/standard/string.c:1.295 ---

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

2002-09-21 Thread Ilia Alshanetsky
iliaa Sat Sep 21 11:41:20 2002 EDT Modified files: /php4/ext/standard datetime.c Log: Fixed bug #12934 locatime() now returns an error message when passed a negative value. Index: php4/ext/standard/datetime.c diff -u php4/ext/standard/datetime.c:1.94

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

2002-09-26 Thread Ilia Alshanetsky
iliaa Thu Sep 26 14:12:27 2002 EDT Modified files: /php4/ext/session session.c Log: Fixed bug #11643 Index: php4/ext/session/session.c diff -u php4/ext/session/session.c:1.317 php4/ext/session/session.c:1.318 --- php4/ext/session/session.c:1.317Thu

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

2002-09-28 Thread Ilia Alshanetsky
iliaa Sat Sep 28 16:13:28 2002 EDT Modified files: /php4/main main.c Log: Fixed bug #13936 Index: php4/main/main.c diff -u php4/main/main.c:1.491 php4/main/main.c:1.492 --- php4/main/main.c:1.491 Wed Sep 25 12:11:31 2002 +++ php4/main/main.cSat

[PHP-CVS] cvs: php4 / NEWS

2002-09-28 Thread Ilia Alshanetsky
iliaa Sat Sep 28 19:39:59 2002 EDT Modified files: /php4 NEWS Log: Bug fixing news Index: php4/NEWS diff -u php4/NEWS:1.1149 php4/NEWS:1.1150 --- php4/NEWS:1.1149Sat Sep 28 18:37:51 2002 +++ php4/NEWS Sat Sep 28 19:39:59 2002 -1,6 +1,7 PHP

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

2002-09-29 Thread Ilia Alshanetsky
iliaa Sun Sep 29 11:26:51 2002 EDT Modified files: /php4/ext/session session.c Log: Fixed bugs #16995 and #19392 Index: php4/ext/session/session.c diff -u php4/ext/session/session.c:1.318 php4/ext/session/session.c:1.319 ---

[PHP-CVS] cvs: php4 /ext/standard/tests/math floorceil.phpt

2002-09-29 Thread Ilia Alshanetsky
iliaa Sun Sep 29 17:45:55 2002 EDT Modified files: /php4/ext/standard/tests/math floorceil.phpt Log: Removed the ceil(-0.5); test. The return value is depedant on system's libc and even when proper value '-0' is returned, var_dump() converts it to 0

[PHP-CVS] cvs: php4 /sapi/apache2filter php_functions.c

2002-10-02 Thread Ilia Alshanetsky
iliaa Wed Oct 2 17:22:45 2002 EDT Modified files: /php4/sapi/apache2filterphp_functions.c Log: Added apache_response_headers(), apache_note(), apache_getenv() and apache_setenv() functions. The getallheaders() is renamed to apache_request_headers()

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

2002-10-04 Thread Ilia Alshanetsky
iliaa Fri Oct 4 14:44:47 2002 EDT Modified files: /php4/main streams.c Log: Fixed bug #19746 Index: php4/main/streams.c diff -u php4/main/streams.c:1.90 php4/main/streams.c:1.91 --- php4/main/streams.c:1.90Fri Oct 4 14:21:40 2002 +++

[PHP-CVS] cvs: php4 /sapi/apache2filter sapi_apache2.c

2002-10-04 Thread Ilia Alshanetsky
iliaa Fri Oct 4 17:16:00 2002 EDT Modified files: /php4/sapi/apache2filtersapi_apache2.c Log: Added .phps support to Apache 2. It can be enabled by adding AddType application/x-httpd-php-source .phps to httpd.conf Index:

[PHP-CVS] cvs: php4 /ext/standard/tests/strings strpos.phpt strstr.phpt substr_count.phpt

2002-10-07 Thread Ilia Alshanetsky
iliaa Mon Oct 7 17:07:42 2002 EDT Added files: /php4/ext/standard/tests/stringsstrstr.phpt strpos.phpt substr_count.phpt Log: Added tests for strstr(), strpos() and substr_count() functions. Index:

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

2002-10-08 Thread Ilia Alshanetsky
iliaa Tue Oct 8 16:07:53 2002 EDT Modified files: /php4/ext/imap php_imap.c Log: Fixed bug #19280 Index: php4/ext/imap/php_imap.c diff -u php4/ext/imap/php_imap.c:1.140 php4/ext/imap/php_imap.c:1.141 --- php4/ext/imap/php_imap.c:1.140 Wed Sep

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

2002-10-11 Thread Ilia Alshanetsky
iliaa Fri Oct 11 10:48:25 2002 EDT Modified files: /php4/ext/standard php_string.h Log: Fixed bug #19865 Index: php4/ext/standard/php_string.h diff -u php4/ext/standard/php_string.h:1.62 php4/ext/standard/php_string.h:1.63 ---

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

2002-10-11 Thread Ilia Alshanetsky
iliaa Fri Oct 11 11:19:57 2002 EDT Added files: /php4/ext/standard/tests/stringsexplode.phpt Log: Added test for explode() function. Index: php4/ext/standard/tests/strings/explode.phpt +++ php4/ext/standard/tests/strings/explode.phpt --TEST--

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

2002-10-13 Thread Ilia Alshanetsky
iliaa Sat Oct 12 12:09:01 2002 EDT Modified files: /php4/ext/standard url.c Log: Fixed a bug introduced by previous patch. Index: php4/ext/standard/url.c diff -u php4/ext/standard/url.c:1.54 php4/ext/standard/url.c:1.55 --- php4/ext/standard/url.c:1.54

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

2002-10-13 Thread Ilia Alshanetsky
iliaa Fri Oct 11 23:11:29 2002 EDT Modified files: /php4/ext/standard info.c Log: Fixed memory leaks. Index: php4/ext/standard/info.c diff -u php4/ext/standard/info.c:1.216 php4/ext/standard/info.c:1.217 --- php4/ext/standard/info.c:1.216 Thu Oct 10

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

2002-10-13 Thread Ilia Alshanetsky
iliaa Sat Oct 12 21:40:46 2002 EDT Modified files: /php4/ext/ftp ftp.c Log: Fixed ZTS build Fixed 2 ZTS related warnings Index: php4/ext/ftp/ftp.c diff -u php4/ext/ftp/ftp.c:1.67 php4/ext/ftp/ftp.c:1.68 --- php4/ext/ftp/ftp.c:1.67 Fri Oct 4

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

2002-10-14 Thread Ilia Alshanetsky
iliaa Mon Oct 14 12:03:17 2002 EDT Modified files: /php4/ext/standard formatted_print.c Log: Fixed a bug (introduced in previous patch) that caused non-double values to be converted to 0 by printf/sprint functions when %f format is specified. Index:

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

2002-10-14 Thread Ilia Alshanetsky
iliaa Mon Oct 14 12:31:56 2002 EDT Modified files: /php4/ext/standard/tests/general_functions 001.phpt Log: Added float printing tests. Index: php4/ext/standard/tests/general_functions/001.phpt diff -u

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

2002-10-14 Thread Ilia Alshanetsky
iliaa Mon Oct 14 14:13:18 2002 EDT Modified files: /php4/ext/standard browscap.c Log: Fixed bug #19649. Index: php4/ext/standard/browscap.c diff -u php4/ext/standard/browscap.c:1.59 php4/ext/standard/browscap.c:1.60 --- php4/ext/standard/browscap.c:1.59

[PHP-CVS] cvs: php4 / NEWS

2002-10-14 Thread Ilia Alshanetsky
iliaa Mon Oct 14 20:46:53 2002 EDT Modified files: /php4 NEWS Log: Bug fixing news entries. Index: php4/NEWS diff -u php4/NEWS:1.1205 php4/NEWS:1.1206 --- php4/NEWS:1.1205Mon Oct 14 20:36:04 2002 +++ php4/NEWS Mon Oct 14 20:46:51 2002 -20,6

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

2002-10-14 Thread Ilia Alshanetsky
iliaa Mon Oct 14 22:05:28 2002 EDT Modified files: /php4/main user_streams.c Log: Fixed possible memory leaks. Index: php4/main/user_streams.c diff -u php4/main/user_streams.c:1.28 php4/main/user_streams.c:1.29 --- php4/main/user_streams.c:1.28 Mon

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

2002-10-15 Thread Ilia Alshanetsky
iliaa Tue Oct 15 08:07:39 2002 EDT Modified files: /php4/ext/standard formatted_print.c Log: Fixed bug #4232. (Added support for %e and %E to printf/sprintf) Index: php4/ext/standard/formatted_print.c diff -u php4/ext/standard/formatted_print.c:1.56

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

2002-10-15 Thread Ilia Alshanetsky
iliaa Tue Oct 15 08:08:03 2002 EDT Modified files: /php4/ext/standard/tests/general_functions 001.phpt Log: Added tests for %e %E Index: php4/ext/standard/tests/general_functions/001.phpt diff -u php4/ext/standard/tests/general_functions/001.phpt:1.2

[PHP-CVS] cvs: php4 /ext/exif/tests 002.phpt

2002-10-15 Thread Ilia Alshanetsky
iliaa Tue Oct 15 08:48:21 2002 EDT Modified files: /php4/ext/exif/tests002.phpt Log: Fixed the output_handler ini setting. Code cleanup. Index: php4/ext/exif/tests/002.phpt diff -u php4/ext/exif/tests/002.phpt:1.5

[PHP-CVS] cvs: php4 / run-tests.php

2002-10-15 Thread Ilia Alshanetsky
iliaa Tue Oct 15 12:47:02 2002 EDT Modified files: /php4 run-tests.php Log: Fixed a bug in the calculation of the POST request length. Index: php4/run-tests.php diff -u php4/run-tests.php:1.71 php4/run-tests.php:1.72 --- php4/run-tests.php:1.71

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

2002-10-16 Thread Ilia Alshanetsky
iliaa Wed Oct 16 12:52:09 2002 EDT Modified files: /php4/main main.c Log: Fixed bug #19921. (memory leak introduced by me in rev 1.492) Index: php4/main/main.c diff -u php4/main/main.c:1.497 php4/main/main.c:1.498 --- php4/main/main.c:1.497 Fri Oct

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

2002-10-16 Thread Ilia Alshanetsky
iliaa Wed Oct 16 23:27:19 2002 EDT Modified files: /php4/ext/standard basic_functions.c php_string.h string.c Log: Added word_count() function that allows counting of words inside a string. The function also allows the user to retrieve all the words from a

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

2002-10-17 Thread Ilia Alshanetsky
iliaa Thu Oct 17 09:59:56 2002 EDT Modified files: /php4/ext/standard url.c Log: Added support for file:/. Thanks to Thies for noticing the problem. Index: php4/ext/standard/url.c diff -u php4/ext/standard/url.c:1.55 php4/ext/standard/url.c:1.56 ---

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

2002-10-18 Thread Ilia Alshanetsky
iliaa Thu Oct 17 18:44:45 2002 EDT Modified files: /php4/ext/standard basic_functions.c php_string.h string.c Log: Renamed word_count to str_word_count to comply with naming conventions. Thanks Andi, for catching this oversight. Index:

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

2002-10-18 Thread Ilia Alshanetsky
iliaa Fri Oct 18 19:54:58 2002 EDT Modified files: /php4/ext/standard url.c Log: Added handling for file:/ schema, which does not contain a host. Index: php4/ext/standard/url.c diff -u php4/ext/standard/url.c:1.56 php4/ext/standard/url.c:1.57 ---

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

2002-10-19 Thread Ilia Alshanetsky
iliaa Sat Oct 19 13:13:14 2002 EDT Modified files: /php4/ext/dio dio.c Log: Silence compile warning. Index: php4/ext/dio/dio.c diff -u php4/ext/dio/dio.c:1.19 php4/ext/dio/dio.c:1.20 --- php4/ext/dio/dio.c:1.19 Fri Aug 16 11:45:22 2002 +++

[PHP-CVS] cvs: php4 / php.ini-dist php.ini-recommended /main main.c php_globals.h

2002-10-21 Thread Ilia Alshanetsky
iliaa Mon Oct 21 09:09:29 2002 EDT Modified files: /php4/main main.c php_globals.h /php4 php.ini-dist php.ini-recommended Log: Fixed bug #16880. Added an ini option max_input_time that allows the user to specify how much time a script may spend

[PHP-CVS] cvs: php4 /ext/standard link.c TSRM tsrm_virtual_cwd.c tsrm_virtual_cwd.h

2002-10-21 Thread Ilia Alshanetsky
iliaa Mon Oct 21 19:35:29 2002 EDT Modified files: /TSRM tsrm_virtual_cwd.c tsrm_virtual_cwd.h /php4/ext/standard link.c Log: Fixed symlink/link functions on ZTS builds. Made URL detection in symlink code use php_stream_locate_url_wrapper().

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

2002-10-24 Thread Ilia Alshanetsky
iliaa Thu Oct 24 21:06:47 2002 EDT Modified files: /php4/ext/standard basic_functions.c Log: Added a mechanism allowing the disabling of the ability to change certain INI options when safe_mode is enabled. ATM three options are limited:

[PHP-CVS] cvs: php4 / run-tests.php

2002-10-25 Thread Ilia Alshanetsky
iliaa Fri Oct 25 13:24:10 2002 EDT Modified files: /php4 run-tests.php Log: The log_errors=1 breaks a number of tests and is useless for our purposes, removing. Index: php4/run-tests.php diff -u php4/run-tests.php:1.89 php4/run-tests.php:1.90 ---

[PHP-CVS] cvs: php4 /ext/session/tests 008-php4.2.3.phpt

2002-10-25 Thread Ilia Alshanetsky
iliaa Fri Oct 25 13:52:32 2002 EDT Modified files: /php4/ext/session/tests 008-php4.2.3.phpt Log: Fixed a bug in the test that would cause it to always fail. Index: php4/ext/session/tests/008-php4.2.3.phpt diff -u

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

2002-10-25 Thread Ilia Alshanetsky
iliaa Fri Oct 25 15:33:10 2002 EDT Modified files: /php4/ext/standard basic_functions.c Log: Cleanup (make sterling happy). Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.537

[PHP-CVS] cvs: php4 /sapi/cli php_cli.c

2002-10-26 Thread Ilia Alshanetsky
iliaa Sat Oct 26 15:33:15 2002 EDT Modified files: /php4/sapi/cli php_cli.c Log: Fixed memory leaks. Index: php4/sapi/cli/php_cli.c diff -u php4/sapi/cli/php_cli.c:1.44 php4/sapi/cli/php_cli.c:1.45 --- php4/sapi/cli/php_cli.c:1.44Fri Oct 25

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

2002-10-26 Thread Ilia Alshanetsky
iliaa Sat Oct 26 16:45:20 2002 EDT Modified files: /php4/ext/standard formatted_print.c Log: Fixed bug #20108. Index: php4/ext/standard/formatted_print.c diff -u php4/ext/standard/formatted_print.c:1.57 php4/ext/standard/formatted_print.c:1.58 ---

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

2002-10-26 Thread Ilia Alshanetsky
iliaa Sat Oct 26 18:18:40 2002 EDT Modified files: /php4/ext/standard formatted_print.c Log: Better fix for bug #20108. Index: php4/ext/standard/formatted_print.c diff -u php4/ext/standard/formatted_print.c:1.58 php4/ext/standard/formatted_print.c:1.59

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

2002-10-27 Thread Ilia Alshanetsky
iliaa Sun Oct 27 19:28:11 2002 EDT Modified files: /php4/main streams.c Log: Fixed bug #20110. Index: php4/main/streams.c diff -u php4/main/streams.c:1.119 php4/main/streams.c:1.120 --- php4/main/streams.c:1.119 Sun Oct 27 18:34:48 2002 +++

[PHP-CVS] cvs: php4 / NEWS

2002-10-27 Thread Ilia Alshanetsky
iliaa Sun Oct 27 20:17:32 2002 EDT Modified files: /php4 NEWS Log: Bug fixing news. Index: php4/NEWS diff -u php4/NEWS:1.1226 php4/NEWS:1.1227 --- php4/NEWS:1.1226Fri Oct 25 02:24:53 2002 +++ php4/NEWS Sun Oct 27 20:17:32 2002 -11,6 +11,9

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

2002-10-27 Thread Ilia Alshanetsky
iliaa Sun Oct 27 22:45:21 2002 EDT Modified files: /php4/main main.c php_streams.h streams.c Log: A better fix for bug #20110. Index: php4/main/main.c diff -u php4/main/main.c:1.507 php4/main/main.c:1.508 --- php4/main/main.c:1.507 Sun Oct 27

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

2002-10-28 Thread Ilia Alshanetsky
iliaa Mon Oct 28 07:37:31 2002 EDT Modified files: /php4/main streams.c Log: Fix win32 build. Index: php4/main/streams.c diff -u php4/main/streams.c:1.121 php4/main/streams.c:1.122 --- php4/main/streams.c:1.121 Sun Oct 27 22:45:21 2002 +++

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

2002-10-28 Thread Ilia Alshanetsky
iliaa Mon Oct 28 20:15:44 2002 EDT Modified files: /php4/ext/gdgd.c php_gd.h /php4/ext/gd/libgd gd.c gd.h Log: Added a patch by Pierre-Alain Joye [EMAIL PROTECTED], which implements the imagerotate() that allows rotation of images in gd.

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

2002-10-28 Thread Ilia Alshanetsky
iliaa Mon Oct 28 20:28:22 2002 EDT Modified files: /php4/ext/iconv iconv.c Log: Fixed compile warning. Index: php4/ext/iconv/iconv.c diff -u php4/ext/iconv/iconv.c:1.57 php4/ext/iconv/iconv.c:1.58 --- php4/ext/iconv/iconv.c:1.57 Sat Oct 26 04:52:17

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

2002-10-29 Thread Ilia Alshanetsky
iliaa Tue Oct 29 15:19:38 2002 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Corrected un-initialized variable usage. Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.21 php4/ext/gd/libgd/gd.c:1.22 --- php4/ext/gd/libgd/gd.c:1.21 Mon Oct

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

2002-10-29 Thread Ilia Alshanetsky
iliaa Tue Oct 29 20:05:17 2002 EDT Modified files: /php4/ext/gdconfig.m4 gd.c gd_ctx.c Log: This patch allows compilation of gd against non-bundled gd library older then 2.0.4. Index: php4/ext/gd/config.m4 diff -u php4/ext/gd/config.m4:1.119

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

2002-10-30 Thread Ilia Alshanetsky
iliaa Wed Oct 30 13:12:34 2002 EDT Modified files: /php4/ext/ldap ldap.c Log: Fixed a memory leak on ldap_connect() failure. Index: php4/ext/ldap/ldap.c diff -u php4/ext/ldap/ldap.c:1.128 php4/ext/ldap/ldap.c:1.129 --- php4/ext/ldap/ldap.c:1.128 Thu

[PHP-CVS] cvs: php4 / run-tests.php

2002-10-30 Thread Ilia Alshanetsky
. | +--+ - | Authors: Ilia Alshanetsky [EMAIL PROTECTED] | + | Authors: Ilia Alshanetsky [EMAIL PROTECTED] | | Preston L. Bannister [EMAIL PROTECTED] | | Marcus Boerger [EMAIL PROTECTED

[PHP-CVS] cvs: php4 /main config.w32.h.in

2002-10-31 Thread Ilia Alshanetsky
iliaa Thu Oct 31 19:57:54 2002 EDT Modified files: /php4/main config.w32.h.in Log: Possible fix for #20014. Suggested by [EMAIL PROTECTED] Index: php4/main/config.w32.h.in diff -u php4/main/config.w32.h.in:1.19 php4/main/config.w32.h.in:1.20 ---

[PHP-CVS] cvs: php4 /main config.w32.h.in

2002-10-31 Thread Ilia Alshanetsky
iliaa Thu Oct 31 22:25:21 2002 EDT Modified files: /php4/main config.w32.h.in Log: Reverting previous OpenSSL patch. Index: php4/main/config.w32.h.in diff -u php4/main/config.w32.h.in:1.20 php4/main/config.w32.h.in:1.21 --- php4/main/config.w32.h.in:1.20

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

2002-11-02 Thread Ilia Alshanetsky
iliaa Sat Nov 2 13:54:31 2002 EDT Modified files: /php4/ext/standard string.c Log: Revert previous dirname() patch. Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.331 php4/ext/standard/string.c:1.332 ---

[PHP-CVS] cvs: php4 /sapi/apache2filter apache_config.c

2002-11-02 Thread Ilia Alshanetsky
iliaa Sat Nov 2 18:08:20 2002 EDT Modified files: /php4/sapi/apache2filterapache_config.c Log: Fixed bug #20217. When php_flag php_value are used, the PHP_INI_PERDIR flag should be used when setting the ini value. Otherwise, the user cannot modify

[PHP-CVS] cvs: php4 / run-tests.php

2002-11-03 Thread Ilia Alshanetsky
iliaa Sun Nov 3 10:42:59 2002 EDT Modified files: /php4 run-tests.php Log: Fixed ini argument parsing. We now support ini options with = in the argument, such as the one being used in session test #21, which is once again working properly.

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

2002-11-03 Thread Ilia Alshanetsky
iliaa Sun Nov 3 16:21:13 2002 EDT Modified files: /php4/ext/gd/libgd gdft.c Log: Fix win32 build. Index: php4/ext/gd/libgd/gdft.c diff -u php4/ext/gd/libgd/gdft.c:1.9 php4/ext/gd/libgd/gdft.c:1.10 --- php4/ext/gd/libgd/gdft.c:1.9Tue Oct 29

[PHP-CVS] cvs: php4 /tests/lang bug20175.phpt

2002-11-04 Thread Ilia Alshanetsky
iliaa Mon Nov 4 11:46:29 2002 EDT Modified files: /php4/tests/langbug20175.phpt Log: Removed \r, which caused the test to fail. Index: php4/tests/lang/bug20175.phpt diff -u php4/tests/lang/bug20175.phpt:1.1 php4/tests/lang/bug20175.phpt:1.2 ---

[PHP-CVS] cvs: php4 /ext/standard link.c TSRM tsrm_virtual_cwd.c tsrm_virtual_cwd.h

2002-11-04 Thread Ilia Alshanetsky
iliaa Mon Nov 4 18:24:15 2002 EDT Modified files: /TSRM tsrm_virtual_cwd.c tsrm_virtual_cwd.h /php4/ext/standard link.c Log: Revert virtual_link() patch. Index: TSRM/tsrm_virtual_cwd.c diff -u TSRM/tsrm_virtual_cwd.c:1.38

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

2002-11-05 Thread Ilia Alshanetsky
iliaa Tue Nov 5 09:28:32 2002 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Fix compile warning. Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.242 php4/ext/pgsql/pgsql.c:1.243 --- php4/ext/pgsql/pgsql.c:1.242Thu Oct 24

[PHP-CVS] cvs: php4 /main fopen_wrappers.c TSRM tsrm_virtual_cwd.c tsrm_virtual_cwd.h

2002-11-05 Thread Ilia Alshanetsky
iliaa Tue Nov 5 09:50:17 2002 EDT Modified files: /TSRM tsrm_virtual_cwd.h tsrm_virtual_cwd.c /php4/main fopen_wrappers.c Log: Added 4th argument to virtual_file_ex() that specifies whether or not realpath() should be used during path resolving.

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

2002-11-05 Thread Ilia Alshanetsky
iliaa Tue Nov 5 11:19:20 2002 EDT Modified files: /php4/ext/standard array.c Log: Fixed a memory leak in array_fill(). The refcount hack is now done for ZE1 only and is slightly faster then the original. After this patch array_fill() can consistently

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

2002-11-05 Thread Ilia Alshanetsky
iliaa Tue Nov 5 14:57:02 2002 EDT Modified files: /php4/ext/yaz php_yaz.c Log: Fixed compile warning, removed unused variables and added process.h header, which is needed on Windows for getpid() function. Index: php4/ext/yaz/php_yaz.c diff -u

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

2002-11-05 Thread Ilia Alshanetsky
iliaa Tue Nov 5 17:04:14 2002 EDT Modified files: /php4/sapi/cgi cgi_main.c /php4/sapi/cli php_cli.c /php4/sapi/fastcgi fastcgi.c Log: Fixed bug #20035. ZE now allows us to pass the current line position by setting zend_lineno to

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

2002-11-07 Thread Ilia Alshanetsky
iliaa Thu Nov 7 10:41:32 2002 EDT Modified files: /php4/ext/standard url.c Log: parse_url can now correctly parse mailto:, zlib: (old zlib wrapper) and simular. Thanks to Wez Furlong for noticing the problem. Index: php4/ext/standard/url.c diff -u

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

2002-11-07 Thread Ilia Alshanetsky
iliaa Thu Nov 7 10:46:34 2002 EDT Modified files: /php4/ext/standard/tests/stringsurl_t.phpt Log: Added additional tests to parse_url() test suit, corrected the output of 2 existing tests, which were affected by a bug fixed in latest update to

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

2002-11-07 Thread Ilia Alshanetsky
iliaa Thu Nov 7 11:37:48 2002 EDT Modified files: /php4/ext/standard image.c Log: Fixed a crash in image_type_to_mime_type(), when a non integer value is passed to the function. Fixed Width/Height detection of bmp files on big endian systems. Added bit

[PHP-CVS] cvs: php4 /ext/standard/tests/image getimagesize.phpt test13pix.swf test4pix.swf

2002-11-07 Thread Ilia Alshanetsky
iliaa Thu Nov 7 11:38:57 2002 EDT Added files: /php4/ext/standard/tests/image test13pix.swf test4pix.swf Modified files: /php4/ext/standard/tests/image getimagesize.phpt Log: Added swf and swc (compressed swf) test cases and

[PHP-CVS] cvs: php4 /ext/standard/tests/image image_type_to_mime_type.phpt

2002-11-07 Thread Ilia Alshanetsky
iliaa Thu Nov 7 11:42:32 2002 EDT Modified files: /php4/ext/standard/tests/image image_type_to_mime_type.phpt Log: Added swf info. Index: php4/ext/standard/tests/image/image_type_to_mime_type.phpt diff -u

[PHP-CVS] cvs: php4 /ext/pspell/tests 01pspell_basic.phpt

2002-11-07 Thread Ilia Alshanetsky
iliaa Thu Nov 7 20:09:47 2002 EDT Modified files: /php4/ext/pspell/tests 01pspell_basic.phpt Log: Added a skip condition if the English dictionary needed for the test is not avaliable. Index: php4/ext/pspell/tests/01pspell_basic.phpt diff -u

[PHP-CVS] cvs: php4 / run-tests.php

2002-11-07 Thread Ilia Alshanetsky
iliaa Thu Nov 7 20:11:06 2002 EDT Modified files: /php4 run-tests.php Log: This option is needed if we need to track errors inside the skip condition. Index: php4/run-tests.php diff -u php4/run-tests.php:1.117 php4/run-tests.php:1.118 ---

[PHP-CVS] cvs: php4 /ext/standard/tests/strings htmlentities05.phpt htmlentities06.phpt htmlentities07.phpt htmlentities08.phpt htmlentities09.phpt

2002-11-07 Thread Ilia Alshanetsky
iliaa Thu Nov 7 20:12:04 2002 EDT Modified files: /php4/ext/standard/tests/stringshtmlentities05.phpt htmlentities06.phpt htmlentities07.phpt

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

2002-11-07 Thread Ilia Alshanetsky
iliaa Thu Nov 7 22:02:52 2002 EDT Modified files: /php4/ext/standard ftp_fopen_wrapper.c Log: Fixed compile warning when compiling without openssl support. Index: php4/ext/standard/ftp_fopen_wrapper.c diff -u php4/ext/standard/ftp_fopen_wrapper.c:1.37

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

2002-11-08 Thread Ilia Alshanetsky
iliaa Fri Nov 8 17:48:02 2002 EDT Modified files: /php4/main fopen_wrappers.c Log: Made open_basedir error more descriptive. Index: php4/main/fopen_wrappers.c diff -u php4/main/fopen_wrappers.c:1.152 php4/main/fopen_wrappers.c:1.153 ---

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

2002-11-09 Thread Ilia Alshanetsky
iliaa Sun Nov 10 00:14:27 2002 EDT Modified files: /php4/main streams.c Log: Fixed a bug that in many situations would cause open_basedir restriction to be bypassed. Most notable exception, is the inclusion of files via include(), with a partial path.

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

2002-11-09 Thread Ilia Alshanetsky
iliaa Sun Nov 10 00:19:39 2002 EDT Modified files: /php4/ext/openssl openssl.c Log: Fixed bug #19935. Made OpenSSL file system operations abide by safe_mode open_basedir restrictions. Index: php4/ext/openssl/openssl.c diff -u

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

2002-11-10 Thread Ilia Alshanetsky
iliaa Sun Nov 10 14:28:52 2002 EDT Modified files: /php4/main main.c Log: Added missing zend_lineno initilization. Index: php4/main/main.c diff -u php4/main/main.c:1.510 php4/main/main.c:1.511 --- php4/main/main.c:1.510 Sat Nov 9 21:48:22 2002 +++

[PHP-CVS] cvs: php4 /sapi/apache mod_php4.c /sapi/apache2filter apache_config.c

2002-11-10 Thread Ilia Alshanetsky
iliaa Sun Nov 10 14:34:09 2002 EDT Modified files: /php4/sapi/apache mod_php4.c /php4/sapi/apache2filterapache_config.c Log: PHP flags specified in .htaccess can now be turned on by using '1' as well as 'On'. Index:

[PHP-CVS] cvs: php4 /ext/xslt/tests xslt_backend_info.phpt

2002-11-10 Thread Ilia Alshanetsky
iliaa Sun Nov 10 15:01:55 2002 EDT Modified files: /php4/ext/xslt/testsxslt_backend_info.phpt Log: Added a missing '.', which is needed for proper skip check. Index: php4/ext/xslt/tests/xslt_backend_info.phpt diff -u

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

2002-11-11 Thread Ilia Alshanetsky
iliaa Mon Nov 11 11:54:26 2002 EDT Modified files: /php4/ext/mysql php_mysql.c Log: Fixed compile warnings. Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/mysql/php_mysql.c:1.170 php4/ext/mysql/php_mysql.c:1.171 --- php4/ext/mysql/php_mysql.c:1.170

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

2002-11-12 Thread Ilia Alshanetsky
iliaa Tue Nov 12 09:18:24 2002 EDT Modified files: /php4/ext/ming ming.c Log: Fixed compile error. Index: php4/ext/ming/ming.c diff -u php4/ext/ming/ming.c:1.39 php4/ext/ming/ming.c:1.40 --- php4/ext/ming/ming.c:1.39 Tue Nov 12 08:16:12 2002 +++

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

2002-11-12 Thread Ilia Alshanetsky
iliaa Tue Nov 12 09:40:01 2002 EDT Modified files: /php4/main main.c Log: Changed max_input_time PHP_INI_SYSTEM|PHP_INI_PERDIR because ini_set() will already be too late, the POST/GET/COOKIE processing occures before the script gets parsed. Changed the

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

2002-11-12 Thread Ilia Alshanetsky
iliaa Tue Nov 12 12:41:27 2002 EDT Modified files: /php4/ext/mbstring mbregex.c Log: Fixed a memory leak. Index: php4/ext/mbstring/mbregex.c diff -u php4/ext/mbstring/mbregex.c:1.15 php4/ext/mbstring/mbregex.c:1.16 --- php4/ext/mbstring/mbregex.c:1.15

[PHP-CVS] cvs: php4 /ext/standard/tests/image getimagesize_swc.phpt

2002-11-12 Thread Ilia Alshanetsky
iliaa Tue Nov 12 12:47:20 2002 EDT Added files: /php4/ext/standard/tests/image getimagesize_swc.phpt Log: Added test for swc files (compressed swf files), this must be done in a separate test, since this test has a dependency on the zlib extension.

[PHP-CVS] cvs: php4 /ext/mbstring/tests mb_send_mail05.phpt mb_send_mail06.phpt

2002-11-13 Thread Ilia Alshanetsky
iliaa Wed Nov 13 11:52:49 2002 EDT Modified files: /php4/ext/mbstring/testsmb_send_mail05.phpt mb_send_mail06.phpt Log: Added a skip condition for when the encoding needed for the test is not available or supported. Index:

[PHP-CVS] cvs: php4 /ext/mbstring/tests overload.phpt

2002-11-13 Thread Ilia Alshanetsky
iliaa Wed Nov 13 12:16:33 2002 EDT Modified files: /php4/ext/mbstring/testsoverload.phpt Log: Added a skip condition for when mail() function is not avaliable. Index: php4/ext/mbstring/tests/overload.phpt diff -u

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

2002-11-13 Thread Ilia Alshanetsky
iliaa Wed Nov 13 12:17:31 2002 EDT Modified files: /php4/ext/yaz php_yaz.c Log: Compile warning fix. Index: php4/ext/yaz/php_yaz.c diff -u php4/ext/yaz/php_yaz.c:1.57 php4/ext/yaz/php_yaz.c:1.58 --- php4/ext/yaz/php_yaz.c:1.57 Tue Nov 5 14:57:02

[PHP-CVS] cvs: php4 /ext/gd/tests imagefilter.phpt test.png

2002-11-13 Thread Ilia Alshanetsky
iliaa Wed Nov 13 15:04:00 2002 EDT Added files: /php4/ext/gd/tests test.png imagefilter.phpt Log: Added tests for imagefilter() function. Index: php4/ext/gd/tests/imagefilter.phpt +++ php4/ext/gd/tests/imagefilter.phpt --TEST-- imagefilter() function

[PHP-CVS] cvs: php4 / NEWS

2002-11-13 Thread Ilia Alshanetsky
iliaa Wed Nov 13 15:07:13 2002 EDT Modified files: /php4 NEWS Log: New gd function. Index: php4/NEWS diff -u php4/NEWS:1.1249 php4/NEWS:1.1250 --- php4/NEWS:1.1249Wed Nov 13 14:40:10 2002 +++ php4/NEWS Wed Nov 13 15:07:12 2002 -13,6 +13,8 -

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

2002-11-14 Thread Ilia Alshanetsky
iliaa Thu Nov 14 08:52:17 2002 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: Bug fix news. Index: php4/NEWS diff -u php4/NEWS:1.1247.2.3 php4/NEWS:1.1247.2.4 --- php4/NEWS:1.1247.2.3Thu Nov 14 05:52:45 2002 +++ php4/NEWS Thu Nov 14

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

2002-11-14 Thread Ilia Alshanetsky
iliaa Thu Nov 14 11:20:23 2002 EDT Modified files: /php4/ext/standard link.c Log: Fixed bug #20423. Index: php4/ext/standard/link.c diff -u php4/ext/standard/link.c:1.42 php4/ext/standard/link.c:1.43 --- php4/ext/standard/link.c:1.42 Mon Nov 4

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

2002-11-14 Thread Ilia Alshanetsky
iliaa Thu Nov 14 11:21:16 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard link.c Log: MFH (fic for bug #20423). Index: php4/ext/standard/link.c diff -u php4/ext/standard/link.c:1.42 php4/ext/standard/link.c:1.42.2.1 ---

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

2002-11-14 Thread Ilia Alshanetsky
iliaa Thu Nov 14 11:33:19 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/sysvmsg sysvmsg.c /php4/ext/sysvshm sysvshm.c Log: MFH (zts compile warning). Index: php4/ext/sysvmsg/sysvmsg.c diff -u php4/ext/sysvmsg/sysvmsg.c:1.4

[PHP-CVS] cvs: php4 / run-tests.php

2002-11-14 Thread Ilia Alshanetsky
iliaa Thu Nov 14 13:38:20 2002 EDT Modified files: /php4 run-tests.php Log: Disable safe_mode as it interferes with just about every test that needs to access the file system, set enviroment variables or execute commands. Index: php4/run-tests.php

[PHP-CVS] cvs: php4(PHP_4_3) / run-tests.php

2002-11-14 Thread Ilia Alshanetsky
iliaa Thu Nov 14 13:38:25 2002 EDT Modified files: (Branch: PHP_4_3) /php4 run-tests.php Log: MFH (disable safe_mode for test). Index: php4/run-tests.php diff -u php4/run-tests.php:1.119 php4/run-tests.php:1.119.2.1 --- php4/run-tests.php:1.119Sun

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

2002-11-15 Thread Ilia Alshanetsky
iliaa Fri Nov 15 11:34:54 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard link.c Log: MFH (symlinks + ZTS). Index: php4/ext/standard/link.c diff -u php4/ext/standard/link.c:1.42.2.1 php4/ext/standard/link.c:1.42.2.2 ---

[PHP-CVS] cvs: TSRM(PHP_4_3) / tsrm_virtual_cwd.h

2002-11-15 Thread Ilia Alshanetsky
iliaa Fri Nov 15 11:36:59 2002 EDT Modified files: (Branch: PHP_4_3) /TSRM tsrm_virtual_cwd.h Log: Revert of previous patch ad requested by Andi. Index: TSRM/tsrm_virtual_cwd.h diff -u TSRM/tsrm_virtual_cwd.h:1.25.2.1 TSRM/tsrm_virtual_cwd.h:1.25.2.2

[PHP-CVS] cvs: php4 /ext/gd/tests imagefilter.phpt

2002-11-15 Thread Ilia Alshanetsky
iliaa Fri Nov 15 13:53:07 2002 EDT Modified files: /php4/ext/gd/tests imagefilter.phpt Log: Removed the md5 checks since the files may be slightly different due to float - int conversion inconsistencies on various architectures. Index:

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

2002-11-16 Thread Ilia Alshanetsky
iliaa Sat Nov 16 12:26:26 2002 EDT Modified files: /php4/ext/standard/tests/stringscrc32.phpt Log: Fixed the test so it works properly on both 32 and 64 bit platforms. Index: php4/ext/standard/tests/strings/crc32.phpt diff -u

  1   2   3   4   5   6   7   8   9   10   >