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

2005-06-05 Thread Ilia Alshanetsky
iliaa Sun Jun 5 14:06:18 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/bz2bz2.c /php-srcNEWS Log: MFH: Fixed bug #33070 (Improved performance of bzdecompress() by several orders of magnitude).

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

2005-06-02 Thread Derick Rethans
derick Thu Jun 2 04:31:39 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard string.c /php-srcNEWS Log: - MFH: Fixed memory corruption in stristr().

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

2005-06-02 Thread Antony Dovgal
tony2001Thu Jun 2 11:42:59 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/odbc php_odbc.c /php-srcNEWS Log: MFH: fix bug #33214 (odbc_next_result does not signal SQL errors with 2-statement SQL batches). Path by rich at kastle dot

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS configure.in

2005-06-02 Thread Jani Taskinen
sniper Thu Jun 2 17:32:50 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS configure.in Log: MFH: - Fixed bug #28605 (Need to use -[m]ieee option for Alpha CPUs) http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.919r2=1.1247.2.920ty=u Index:

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

2005-06-01 Thread Ilia Alshanetsky
iliaa Wed Jun 1 18:29:20 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard image.c Log: MFH: Fixed bug #33210 (relax jpeg recursive loop protection).

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/pcre php_pcre.c /ext/pcre/tests bug33200.phpt /ext/standard php_string.h string.c

2005-05-31 Thread Jani Taskinen
sniper Tue May 31 08:56:02 2005 EDT Added files: (Branch: PHP_4_3) /php-src/ext/pcre/tests bug33200.phpt Modified files: /php-srcNEWS /php-src/ext/pcre php_pcre.c /php-src/ext/standard php_string.h string.c Log:

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

2005-05-23 Thread Antony Dovgal
tony2001Mon May 23 07:52:45 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/main streams.c Log: MFH: fix bug #32810 (fread after tmpfile() reads only 8192 bytes)

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

2005-05-23 Thread Antony Dovgal
tony2001Mon May 23 11:37:30 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/main streams.c Log: revert by Wez's request http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.912r2=1.1247.2.913ty=u Index: php-src/NEWS

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

2005-05-21 Thread Rasmus Lerdorf
rasmus Sat May 21 15:46:35 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/sessionsession.c Log: Fixed bug #33072 - Add a safemode/open_basedir check for runtime save_path change

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

2005-05-20 Thread Jani Taskinen
sniper Fri May 20 02:36:57 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: reorder http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.905r2=1.1247.2.906ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.905 php-src/NEWS:1.1247.2.906 ---

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

2005-05-20 Thread Antony Dovgal
tony2001Fri May 20 06:28:35 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/sessionsession.c Log: MFH: fix bug #32944 (Disabling session.use_cookies doesn't prevent reading session cookies)

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

2005-05-20 Thread Derick Rethans
derick Fri May 20 07:15:34 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: Update NEWS http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.907r2=1.1247.2.908ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.907 php-src/NEWS:1.1247.2.908

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

2005-05-19 Thread Rasmus Lerdorf
rasmus Thu May 19 12:16:45 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: NEWS file update for Jani http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.904r2=1.1247.2.905ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.904

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/standard basic_functions.c /main main.c php_streams.h streams.c

2005-05-16 Thread Antony Dovgal
tony2001Mon May 16 04:55:32 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard basic_functions.c /php-src/main main.c php_streams.h streams.c Log: MFH: fix bug #32742 (segmentation fault when the stream

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

2005-05-12 Thread Antony Dovgal
tony2001Thu May 12 12:27:23 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/socketssockets.c /php-srcNEWS Log: MFH: fix #33019 (socket errors cause memory leaks in php_strerror()) patch by jwozniak23 at poczta dot onet dot pl

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/odbc php_odbc_includes.h

2005-05-10 Thread Jani Taskinen
sniper Tue May 10 09:21:36 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/odbc php_odbc_includes.h Log: - Fixed bugs #32800, #32830 (ext/odbc: Problems with 64bit systems)

Re: [PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/mysql/libmysql config-win.h

2005-05-10 Thread Georg Richter
Am Mo, den 09.05.2005 schrieb Jani Taskinen um 23:17: Just curious..why was it disabled..? :) --Jani Afaik someone disabled it when PHP4 Windows didn't support zlib by default. /Georg -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

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

2005-05-10 Thread Antony Dovgal
tony2001Tue May 10 16:14:13 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/pgsql pgsql.c /php-srcNEWS Log: MFH: fix #32904 (pg_get_notify() ignores result_type parameter)

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

2005-05-10 Thread Jani Taskinen
sniper Tue May 10 17:47:12 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: Tony or Antony? :) http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.899r2=1.1247.2.900ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.899

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

2005-05-10 Thread Antony Dovgal
tony2001Tue May 10 19:15:07 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/pgsql pgsql.c Log: use and check for the right value of result_type btw, nobody noticed that result_type wasn't ever working in 4.3, because it

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/mysql/libmysql config-win.h

2005-05-09 Thread Georg Richter
georg Mon May 9 13:45:51 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/mysql/libmysql config-win.h Log: fix for bug #32116 (mysql compressed connection doesn't work under win)

Re: [PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/mysql/libmysql config-win.h

2005-05-09 Thread Jani Taskinen
Just curious..why was it disabled..? :) --Jani On Mon, 9 May 2005, Georg Richter wrote: georg Mon May 9 13:45:51 2005 EDT Modified files: (Branch: PHP_4_3) /php-src NEWS /php-src/ext/mysql/libmysql config-win.h Log: fix for bug #32116 (mysql compressed

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/ldap config.m4 ldap.c php_ldap.h

2005-05-08 Thread Jani Taskinen
sniper Sun May 8 12:06:25 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/ldap config.m4 ldap.c php_ldap.h Log: MFH: - Fixed bug #32932 (Oracle LDAP: ldap_get_entries invalid pointer) # also partial sync with HEAD (just some

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/pcntl pcntl.c php_pcntl.h test-pcntl.php

2005-05-07 Thread Wez Furlong
wez Sat May 7 10:55:40 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/pcntl pcntl.c php_pcntl.h test-pcntl.php Log: Fix #32974 http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.894r2=1.1247.2.895ty=u Index: php-src/NEWS

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

2005-05-05 Thread Ilia Alshanetsky
iliaa Thu May 5 22:19:04 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard http_fopen_wrapper.c Log: MFH: Fixed bug #32936 (http redirects URLs are not checked for control chars).

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS configure.in /scripts Makefile.frag /scripts/man1 php-config.1.in phpize.1.in

2005-04-29 Thread Jani Taskinen
sniper Sat Apr 30 00:28:24 2005 EDT Added files: (Branch: PHP_4_3) /php-src/scripts/man1 php-config.1.in phpize.1.in Modified files: /php-srcNEWS configure.in /php-src/scriptsMakefile.frag Log: MFH: - Added man pages for

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

2005-04-28 Thread Rob Richards
rrichards Thu Apr 28 08:20:16 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: BFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.890r2=1.1247.2.891ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.890 php-src/NEWS:1.1247.2.891

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /tests/lang bug29944.phpt

2005-04-25 Thread Dmitry Stogov
dmitry Mon Apr 25 06:51:41 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/tests/lang bug29944.phpt /php-srcNEWS Log: Test case fnd news entriey for bug #29944 http://cvs.php.net/diff.php/php-src/tests/lang/bug29944.phpt?r1=1.1.2.1r2=1.1.2.2ty=u

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

2005-04-25 Thread Stanislav Malyshev
stasMon Apr 25 08:03:55 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: fix for #32773 http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.887r2=1.1247.2.888ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.887

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

2005-04-25 Thread Jani Taskinen
sniper Mon Apr 25 17:22:49 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/main php_variables.c Log: MFH: Revert. Nokia didn't pay me enough. :) http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.888r2=1.1247.2.889ty=u

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

2005-04-25 Thread Ilia Alshanetsky
iliaa Mon Apr 25 19:49:29 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard/tests/strings url_t.phpt /php-src/ext/standard url.c /php-srcNEWS Log: MFH: Fixed bug #32813 (parse_url() does not handle scheme-only urls properly).

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

2005-04-24 Thread Ilia Alshanetsky
iliaa Sun Apr 24 14:10:30 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/main php_variables.c Log: MFH: Fixed bug #32802 (General cookie overrides more specific cookie).

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

2005-04-23 Thread Jani Taskinen
sniper Sat Apr 23 19:57:42 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: typo http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.884r2=1.1247.2.885ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.884 php-src/NEWS:1.1247.2.885 ---

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

2005-04-21 Thread Jani Taskinen
sniper Thu Apr 21 10:47:15 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard basic_functions.c /php-srcNEWS Log: MFH: - Fixed bug #32647 (Using register_shutdown_function() with invalid callback can crash PHP)

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

2005-04-17 Thread Jani Taskinen
sniper Sun Apr 17 09:27:18 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/crack crack.c Log: - Fixed bug #32730 (ext/crack.c fails to compile with cracklib-2.8.3)

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

2005-04-16 Thread Uwe Schindler
thetaphiSat Apr 16 05:49:56 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard md5.c sha1.c Log: MFH: use streams api for md5_file() and sha1_file()

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

2005-04-16 Thread Jani Taskinen
sniper Sat Apr 16 08:25:37 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: retype http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.878r2=1.1247.2.879ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.878 php-src/NEWS:1.1247.2.879 ---

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /sapi/isapi php4isapi.c

2005-04-16 Thread Jani Taskinen
sniper Sat Apr 16 23:39:40 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/sapi/isapi php4isapi.c Log: MFH: - Fixed bug #31887 (ISAPI: Custom 5xx error does not return correct HTTP response message)

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

2005-04-14 Thread Ilia Alshanetsky
iliaa Thu Apr 14 09:30:27 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard datetime.c Log: Fixed bug #31583 (php_std_date() uses short day names in non-y2k_compliance mode). Patch by: mike at php dot net

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

2005-04-14 Thread Jani Taskinen
sniper Thu Apr 14 11:48:41 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: BFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.876r2=1.1247.2.877ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.876 php-src/NEWS:1.1247.2.877 ---

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/mbstring/libmbfl/mbfl mbfilter.c

2005-04-13 Thread Moriyoshi Koizumi
moriyoshi Wed Apr 13 04:08:29 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/mbstring/libmbfl/mbfl mbfilter.c Log: - MFH: commit the pending patch (bug #32311).

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/pgsql pgsql.c php_pgsql.h

2005-04-13 Thread Derick Rethans
derick Wed Apr 13 17:27:36 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/pgsql pgsql.c php_pgsql.h Log: - Fixed bug #32699 (pg_affected_rows() was defined when it was not available).

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /sapi/apache2filter sapi_apache2.c /sapi/apache2handler sapi_apache2.c

2005-04-08 Thread Jani Taskinen
sniper Fri Apr 8 16:35:02 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/sapi/apache2filter sapi_apache2.c /php-src/sapi/apache2handlersapi_apache2.c Log: MFH: - Fixed bug #32587 (Apache2: errors sent to error_log do not

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

2005-04-07 Thread Jani Taskinen
sniper Thu Apr 7 18:24:23 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: BFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.871r2=1.1247.2.872ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.871 php-src/NEWS:1.1247.2.872 ---

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

2005-04-05 Thread Ilia Alshanetsky
iliaa Tue Apr 5 10:49:11 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/imap php_imap.c Log: MFH: Fixed bug #32589 (Possible crash inside imap_mail_compose, with charsets).

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

2005-04-04 Thread Uwe Schindler
thetaphiMon Apr 4 10:59:58 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/main rfc1867.c Log: Bug #32491 (File upload error - unable to create a temporary file) - Changing file upload from stdio to posix

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

2005-04-04 Thread Antony Dovgal
tony2001Mon Apr 4 12:30:42 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/gmpgmp.c Log: fix #32567 (ext/gmp fails to compile with thread safety enabled)

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

2005-04-03 Thread Ilia Alshanetsky
iliaa Sun Apr 3 14:09:57 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard string.c /php-src/ext/standard/tests/strings chunk_split.phpt /php-srcNEWS Log: MFH: Fixed bug #32530 (chunk_split() does not append endstr if chunklen

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

2005-04-01 Thread Jani Taskinen
sniper Sat Apr 2 01:03:15 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/swfswf.c Log: - Fixed bug #32538 (ext/swf/swf.c does not compile with gcc-3.4.x or newer)

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/standard array.c Zend zend_config.w32.h zend_operators.c zend_operators.h

2005-03-31 Thread Jani Taskinen
sniper Thu Mar 31 03:18:41 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /Zend zend_config.w32.h zend_operators.c zend_operators.h /php-src/ext/standard array.c Log: MFH: Added SORT_LOCALE_STRING for array sorting

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS configure.in /main php_version.h

2005-03-30 Thread Ilia Alshanetsky
iliaa Wed Mar 30 09:18:39 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS configure.in /php-src/main php_version.h Log: Tag 4.3.11 http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.864r2=1.1247.2.865ty=u Index: php-src/NEWS diff -u

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

2005-03-29 Thread Ilia Alshanetsky
iliaa Tue Mar 29 12:32:20 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: patch was reverted. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.863r2=1.1247.2.864ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.863

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/mbstring/libmbfl/mbfl mbfilter.c

2005-03-23 Thread Moriyoshi Koizumi
moriyoshi Wed Mar 23 18:30:19 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/mbstring/libmbfl/mbfl mbfilter.c Log: - MFH: fix bug #32311 (mb_encode_mimeheader() does not properly escape characters).

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

2005-03-23 Thread Moriyoshi Koizumi
moriyoshi Wed Mar 23 18:32:13 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: - Reorder. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.861r2=1.1247.2.862ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.861

Re: [PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/mbstring/libmbfl/mbfl mbfilter.c

2005-03-23 Thread Ilia Alshanetsky
Moriyoshi Koizumi wrote: moriyoshi Wed Mar 23 18:30:19 2005 EDT Modified files: (Branch: PHP_4_3) /php-src NEWS /php-src/ext/mbstring/libmbfl/mbfl mbfilter.c Log: - MFH: fix bug #32311 (mb_encode_mimeheader() does not properly escape characters). As

Re: [PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/mbstring/libmbfl/mbfl mbfilter.c

2005-03-23 Thread Moriyoshi Koizumi
On 2005/03/24, at 8:34, Ilia Alshanetsky wrote: Moriyoshi Koizumi wrote: moriyoshi Wed Mar 23 18:30:19 2005 EDT Modified files: (Branch: PHP_4_3) /php-src NEWS /php-src/ext/mbstring/libmbfl/mbfl mbfilter.c Log: - MFH: fix bug #32311 (mb_encode_mimeheader() does not

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/mbstring/libmbfl/mbfl mbfilter.c

2005-03-23 Thread Moriyoshi Koizumi
moriyoshi Wed Mar 23 18:57:43 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/mbstring/libmbfl/mbfl mbfilter.c Log: - Temporary reversion as per release masters' requests.

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /sapi/cli php_cli.c

2005-03-22 Thread Antony Dovgal
tony2001Tue Mar 22 10:09:37 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/sapi/cli php_cli.c Log: MFH: fix #28803 (enabled debug causes bailout errors with CLI on AIX because of fflush() called on already closed

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

2005-03-19 Thread Antony Dovgal
tony2001Sat Mar 19 08:56:57 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/bz2bz2.c Log: MFH: fix segfault in bzopen() http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.858r2=1.1247.2.859ty=u Index: php-src/NEWS

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

2005-03-17 Thread Rob Richards
rrichards Thu Mar 17 08:13:09 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: BFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.857r2=1.1247.2.858ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.857 php-src/NEWS:1.1247.2.858

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

2005-03-14 Thread Jani Taskinen
sniper Mon Mar 14 04:03:11 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/curl curl.c Log: MFH: - Fixed bug #30609 (cURL functions bypass open_basedir) http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.854r2=1.1247.2.855ty=u

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

2005-03-14 Thread Jani Taskinen
sniper Mon Mar 14 16:01:03 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/opensslopenssl.c Log: MFH: - Fixed bug #18613 (Multiple OUs in x509 certificate not handled properly)

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS configure.in

2005-03-14 Thread Jani Taskinen
sniper Mon Mar 14 16:11:46 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS configure.in Log: MFH http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.856r2=1.1247.2.857ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.856

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS configure.in /main php_version.h

2005-03-13 Thread Ilia Alshanetsky
iliaa Sun Mar 13 15:18:44 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS configure.in /php-src/main php_version.h Log: 4.3.11RC1 http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.853r2=1.1247.2.854ty=u Index: php-src/NEWS diff -u

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

2005-03-09 Thread Derick Rethans
derick Wed Mar 9 05:11:16 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard html.c Log: - Fixed bug #28067 (partially incorrect utf8 to htmlentities mapping). (Derick, Benjamin Greiner)

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

2005-03-09 Thread Marcus Boerger
helly Wed Mar 9 21:04:19 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: - BFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.852r2=1.1247.2.853ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.852 php-src/NEWS:1.1247.2.853 ---

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

2005-03-07 Thread Jani Taskinen
sniper Mon Mar 7 13:14:42 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: RBFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.850r2=1.1247.2.851ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.850 php-src/NEWS:1.1247.2.851 ---

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

2005-03-06 Thread Ilia Alshanetsky
iliaa Sun Mar 6 12:05:42 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard image.c Log: MFH: Fixed bug #29424 (width and height inverted for JPEG2000 files).

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

2005-03-02 Thread Ilia Alshanetsky
iliaa Wed Mar 2 22:32:00 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard file.c Log: MFH: Fixed bug #32160 (file truncation in copy() when source destination are the same).

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

2005-03-01 Thread Antony Dovgal
tony2001Tue Mar 1 08:18:32 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/gmpgmp.c Log: MFH: checks for negative values to gmp_sqrt(), gmp_powm(), gmp_sqrtrem() and gmp_fact() to prevent SIGFPE changed zend_error() to

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

2005-03-01 Thread Ilia Alshanetsky
iliaa Tue Mar 1 16:34:31 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard microtime.c Log: MFH: Fixed bug #31792 (getrusage() does not provide ru_nswap value).

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/oci8 config.m4

2005-02-25 Thread Antony Dovgal
tony2001Fri Feb 25 06:33:25 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/oci8 config.m4 Log: MFH: allow building oci8 as shared http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.843r2=1.1247.2.844ty=u Index:

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

2005-02-25 Thread Rob Richards
rrichards Fri Feb 25 17:13:38 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: no message http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.844r2=1.1247.2.845ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.844

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/mbstring/libmbfl/filters html_entities.c

2005-02-22 Thread Moriyoshi Koizumi
moriyoshi Tue Feb 22 05:09:58 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/mbstring/libmbfl/filters html_entities.c Log: - MFH: fix bug #32063 (mb_convert_encoding ignores named entity 'alpha')

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

2005-02-22 Thread Ilia Alshanetsky
iliaa Tue Feb 22 10:00:50 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/mysql php_mysql.c Log: MFH: Fixed bug #31288 (Possible crash in mysql_fetch_field(), if mysql_list_fields() was not called previously).

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

2005-02-17 Thread Ilia Alshanetsky
iliaa Thu Feb 17 10:38:35 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/ftpftp.c Log: MFH: Fixed bug #27633 (Double \r problem on ftp_get in ASCII mode on Win32).

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

2005-02-17 Thread Andi Gutmans
andiThu Feb 17 17:08:30 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: - Commit NEWS Entry for: - Fixed bug #31960 (msql_fetch_row() and msql_fetch_array() dropping columns with NULL values). (Daniel Convissor)

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

2005-02-16 Thread Ilia Alshanetsky
iliaa Wed Feb 16 23:46:53 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/main main.c Log: MFH: MFH: Fixed bug #31440 ($GLOBALS can be overwritten via GPC when register_globals is enabled).

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/sockets config.m4 php_sockets_win.h sockets.c

2005-02-12 Thread Jani Taskinen
sniper Sat Feb 12 13:16:05 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/socketsconfig.m4 php_sockets_win.h sockets.c Log: - Fixed bug #31936 (set_h_errno() is redefined incompatibly)

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /sapi/cgi cgi_main.c

2005-02-10 Thread Jani Taskinen
sniper Thu Feb 10 21:12:31 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/sapi/cgi cgi_main.c Log: Revert broken patch http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.833r2=1.1247.2.834ty=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS configure.in

2005-02-07 Thread Jani Taskinen
sniper Mon Feb 7 07:51:53 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS configure.in Log: MFH: - Fixed bug #31858 (--disable-cli does not force --without-pear) http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.830r2=1.1247.2.831ty=u Index:

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/filepro filepro.c php_filepro.h

2005-02-07 Thread Antony Dovgal
tony2001Mon Feb 7 08:33:05 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/fileprofilepro.c php_filepro.h Log: MFH: fix leaks in ext/filepro

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

2005-02-07 Thread Ilia Alshanetsky
iliaa Mon Feb 7 17:32:31 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/sysvmsgsysvmsg.c /php-srcNEWS Log: MFH: Fixed bug #31527 (crash in msg_send() when non-string is stored without being serialized).

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

2005-02-04 Thread Jani Taskinen
sniper Fri Feb 4 08:09:25 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard datetime.c Log: MFH: Fixed bug #31842 (*date('r') does not return RFC2822 conforming date string).

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/dbase dbase.c /ext/dbase/tests bug31754.phpt

2005-02-04 Thread Derick Rethans
derick Fri Feb 4 09:29:21 2005 EDT Added files: (Branch: PHP_4_3) /php-src/ext/dbase/testsbug31754.phpt Modified files: /php-srcNEWS /php-src/ext/dbase dbase.c Log: - MFH: Fixed bug #31754 (dbase_open() fails for mode = 1).

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

2005-02-03 Thread Ilia Alshanetsky
iliaa Thu Feb 3 17:46:55 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/readline readline.c Log: MFH: Fixed bug #31796 (readline completion handler does not handle empty return values).

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

2005-01-27 Thread Ilia Alshanetsky
iliaa Thu Jan 27 11:38:31 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard url.c /php-src/ext/standard/tests/strings url_t.phpt Log: MFH: Fixed bug #31705 (parse_url() does not recognize http://foo.com#bar)

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

2005-01-26 Thread Ilia Alshanetsky
iliaa Wed Jan 26 11:56:15 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard var_unserializer.c var_unserializer.re /php-srcNEWS Log: MFH: Fixed bug #31699 (unserialize() float problem on non-English locales).

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /scripts phpize.in

2005-01-25 Thread Jani Taskinen
sniper Tue Jan 25 07:55:56 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/scriptsphpize.in Log: MFH: - Return of the automake requirement http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.815r2=1.1247.2.816ty=u Index:

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

2005-01-25 Thread Jani Taskinen
sniper Tue Jan 25 08:43:37 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/diodio.c Log: MFH: - Fixed bug #31684 (dio_tcsetattr(): misconfigured termios settings)

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/standard browscap.c /sapi/embed php_embed.c

2005-01-25 Thread Andrei Zmievski
andrei Tue Jan 25 16:26:43 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard browscap.c /php-src/sapi/embed php_embed.c Log: Fix several egregious leaks in ext/browscap and sapi/embed.

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

2005-01-25 Thread Ilia Alshanetsky
iliaa Tue Jan 25 17:52:19 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard pack.c Log: MFH: Fixed bug #31465 (False warning in unpack() when working with *).

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

2005-01-25 Thread Jani Taskinen
sniper Tue Jan 25 18:42:40 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: massage http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.819r2=1.1247.2.820ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.819 php-src/NEWS:1.1247.2.820 ---

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

2005-01-25 Thread Ilia Alshanetsky
iliaa Tue Jan 25 19:03:20 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard formatted_print.c Log: MFH: Fixed bug #29733 (printf() handles repeated placeholders wrong).

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

2005-01-22 Thread Moriyoshi Koizumi
On 2005/01/22, at 4:50, Ilia Alshanetsky wrote: Moriyoshi Koizumi wrote: Right, but the browsers send filenames in its particular form, whose path delimiter could be '\\'. Isn't this causing another problem on a *NIX system where '\\' isn't regarded as a delimiter by php_basename()? No, browsers

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

2005-01-21 Thread Moriyoshi Koizumi
On 2005/01/21, at 2:57, Ilia Alshanetsky wrote: iliaa Thu Jan 20 12:57:42 2005 EDT Modified files: (Branch: PHP_4_3) /php-src NEWS /php-src/main rfc1867.c /php-src/ext/standard string.c Log: MFH: Fixed bug #31398 (When magic_guotes_gpc are enabled filenames

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

2005-01-21 Thread Ilia Alshanetsky
Uhm yes. The purpose of the code is to trim characters from the filename that could be interpreted as a path consequently leading to all sorts of interesting vulnerabilities. Given that we have a function for this very purpose called php_basename() it would only seem logic to use it, instead

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

2005-01-21 Thread Moriyoshi Koizumi
On 2005/01/22, at 0:02, Ilia Alshanetsky wrote: Uhm yes. The purpose of the code is to trim characters from the filename that could be interpreted as a path consequently leading to all sorts of interesting vulnerabilities. Given that we have a function for this very purpose called

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

2005-01-21 Thread Ilia Alshanetsky
Moriyoshi Koizumi wrote: What is really confusing around this stuff, is that php_basename() is all but designed to work on the filesystem where the script is running, while the filename coming from the outside isn't necessarily given in the same scheme. For example, php_basename() is unlikely

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

2005-01-21 Thread Moriyoshi Koizumi
On 2005/01/22, at 1:12, Ilia Alshanetsky wrote: Moriyoshi Koizumi wrote: What is really confusing around this stuff, is that php_basename() is all but designed to work on the filesystem where the script is running, while the filename coming from the outside isn't necessarily given in the same

  1   2   3   4   5   6   >