]> granicus.if.org Git - php/log
php
19 years agoNEWS file update for Jani
Rasmus Lerdorf [Thu, 19 May 2005 16:16:44 +0000 (16:16 +0000)]
NEWS file update for Jani

19 years agoFix for bug #33057 - Don't send extraneous entity-headers on a 304 as per
Rasmus Lerdorf [Thu, 19 May 2005 16:14:46 +0000 (16:14 +0000)]
Fix for bug #33057 - Don't send extraneous entity-headers on a 304 as per
RFC 2616 section 10.3.5

19 years agoFixed bug #32802 (broken MFH)
Ilia Alshanetsky [Tue, 17 May 2005 18:42:35 +0000 (18:42 +0000)]
Fixed bug #32802 (broken MFH)

19 years agoMFH: gdImageGifCtx() is always available in bundled lib
Antony Dovgal [Tue, 17 May 2005 12:23:09 +0000 (12:23 +0000)]
MFH: gdImageGifCtx() is always available in bundled lib

19 years agoMFH: fix bug #32742 (segmentation fault when the stream with a wrapper is not closed)
Antony Dovgal [Mon, 16 May 2005 08:55:31 +0000 (08:55 +0000)]
MFH: fix bug #32742 (segmentation fault when the stream with a wrapper is not closed)

19 years agoMFH: fix bug #29975 (memory leaks when set_error_handler() is used inside error handler)
Antony Dovgal [Fri, 13 May 2005 23:11:17 +0000 (23:11 +0000)]
MFH: fix bug #29975 (memory leaks when set_error_handler() is used inside error handler)

19 years agoI am reverting this patch:
Rasmus Lerdorf [Fri, 13 May 2005 05:27:14 +0000 (05:27 +0000)]
I am reverting this patch:
http://cvs.php.net/diff.php/php-src/main/php_variables.c?r1=1.45.2.9&r2=1.45.2.10&ty=u

It consistently causes this segfault:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 2837)]
0x405313ff in zend_hash_find (ht=0x8266682, arKey=0x8266660 "fud_session_1109269364_referer_id", nKeyLength=34, pData=0x0)
    at /home/rasmus/php43/Zend/zend_hash.c:897
897                                     *pData = p->pData;
(gdb) bt
#0  0x405313ff in zend_hash_find (ht=0x8266682, arKey=0x8266660 "fud_session_1109269364_referer_id", nKeyLength=34, pData=0x0)
    at /home/rasmus/php43/Zend/zend_hash.c:897
#1  0x4050c39c in php_register_variable_ex (var=0x8266660 "fud_session_1109269364_referer_id", val=0xbffff730, track_vars_array=0x823e908)
    at /home/rasmus/php43/main/php_variables.c:201
#2  0x4050c031 in php_register_variable_safe (var=0x823e908 "?m\031\b", strval=0x0, str_len=0, track_vars_array=0x823e908)
    at /home/rasmus/php43/main/php_variables.c:56
#3  0x4050c6fb in php_default_treat_data (arg=2, str=0x0, destArray=0x823e908) at /home/rasmus/php43/main/php_variables.c:318
#4  0x40502af2 in php_hash_environment () at /home/rasmus/php43/main/main.c:1442
#5  0x4050187f in php_request_startup () at /home/rasmus/php43/main/main.c:936
#6  0x4053e746 in apache_php_module_main (r=0x818c894, display_source_mode=0) at /home/rasmus/php43/sapi/apache/sapi_apache.c:33
#7  0x4053f1e9 in send_php (r=0x818c894, display_source_mode=0, filename=0x0) at /home/rasmus/php43/sapi/apache/mod_php4.c:621
#8  0x4053f36d in send_parsed_php (r=0x823e908) at /home/rasmus/php43/sapi/apache/mod_php4.c:636

19 years agoMFH: fix #33019 (socket errors cause memory leaks in php_strerror())
Antony Dovgal [Thu, 12 May 2005 16:27:22 +0000 (16:27 +0000)]
MFH: fix #33019 (socket errors cause memory leaks in php_strerror())
patch by jwozniak23 at poczta dot onet dot pl

19 years agouse & and check for the right value of result_type
Antony Dovgal [Tue, 10 May 2005 23:15:06 +0000 (23:15 +0000)]
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 was absent in parse_params()..
also, I prefer "Tony" just for uniformity =)

19 years agoTony or Antony? :)
foobar [Tue, 10 May 2005 21:47:11 +0000 (21:47 +0000)]
Tony or Antony? :)

19 years agoMFH: fix #32904 (pg_get_notify() ignores result_type parameter)
Antony Dovgal [Tue, 10 May 2005 20:14:11 +0000 (20:14 +0000)]
MFH: fix #32904 (pg_get_notify() ignores result_type parameter)

19 years ago- Fixed bugs #32800, #32830 (ext/odbc: Problems with 64bit systems)
foobar [Tue, 10 May 2005 13:21:36 +0000 (13:21 +0000)]
- Fixed bugs #32800, #32830 (ext/odbc: Problems with 64bit systems)

19 years agoRevert the memleak fix due to net-snmp oddity (see also bug #32613)
foobar [Tue, 10 May 2005 11:21:19 +0000 (11:21 +0000)]
Revert the memleak fix due to net-snmp oddity (see also bug #32613)

19 years agofix for bug #32116 (mysql compressed connection doesn't work under win)
Georg Richter [Mon, 9 May 2005 17:45:50 +0000 (17:45 +0000)]
fix for bug #32116 (mysql compressed connection doesn't work under win)

19 years agoMFH: - getlogin() / getgroups() are not necessarily available everywhere
foobar [Mon, 9 May 2005 12:16:19 +0000 (12:16 +0000)]
MFH: - getlogin() / getgroups() are not necessarily available everywhere

19 years agoRemove dos crap
foobar [Mon, 9 May 2005 07:08:42 +0000 (07:08 +0000)]
Remove dos crap

19 years agoMFH: - Fixed putenv() under win32 (see bug #32957)
foobar [Sun, 8 May 2005 19:50:39 +0000 (19:50 +0000)]
MFH: - Fixed putenv() under win32 (see bug #32957)

19 years agoOops, wrong place. It was in the logo stuff instead.
Rasmus Lerdorf [Sun, 8 May 2005 17:20:57 +0000 (17:20 +0000)]
Oops, wrong place.  It was in the logo stuff instead.

19 years agoLet's not XSS ourself at least
Rasmus Lerdorf [Sun, 8 May 2005 17:09:24 +0000 (17:09 +0000)]
Let's not XSS ourself at least

19 years agoMFH: - Fixed bug #32932 (Oracle LDAP: ldap_get_entries invalid pointer)
foobar [Sun, 8 May 2005 16:06:25 +0000 (16:06 +0000)]
MFH: - Fixed bug #32932 (Oracle LDAP: ldap_get_entries invalid pointer)
# also partial sync with HEAD (just some ws/cs changes)

19 years agoFix #32974
Wez Furlong [Sat, 7 May 2005 14:55:39 +0000 (14:55 +0000)]
Fix #32974

19 years agoFix what I assume was a typo
Rasmus Lerdorf [Sat, 7 May 2005 09:25:31 +0000 (09:25 +0000)]
Fix what I assume was a typo

19 years agoMFH: Check ftp user name for control characters.
Ilia Alshanetsky [Fri, 6 May 2005 18:43:31 +0000 (18:43 +0000)]
MFH: Check ftp user name for control characters.

19 years agoMFH: fix off-by-one in _php_image_output()
Antony Dovgal [Fri, 6 May 2005 16:51:54 +0000 (16:51 +0000)]
MFH: fix off-by-one in _php_image_output()
and prevent such errors in php_do_open_temporary_file()

19 years agoMFH: Fixed bug #32936 (http redirects URLs are not checked for control chars).
Ilia Alshanetsky [Fri, 6 May 2005 02:19:04 +0000 (02:19 +0000)]
MFH: Fixed bug #32936 (http redirects URLs are not checked for control chars).

19 years agoBug fixing news.
Ilia Alshanetsky [Tue, 3 May 2005 01:30:19 +0000 (01:30 +0000)]
Bug fixing news.

19 years ago- MFH (#32893, imagettf crashes)
Pierre Joye [Mon, 2 May 2005 09:39:26 +0000 (09:39 +0000)]
- MFH (#32893, imagettf crashes)
  uses long for zval

19 years ago- #32891, init old y positions to non possible values. -1 being used if the
Pierre Joye [Sun, 1 May 2005 05:45:55 +0000 (05:45 +0000)]
- #32891, init old y positions to non possible values. -1 being used if the
  center start a (x,0)

19 years agoMFH: - Fix problems with phpized ext/imap
foobar [Sat, 30 Apr 2005 09:31:09 +0000 (09:31 +0000)]
MFH: - Fix problems with phpized ext/imap

19 years agoMFH: - Added man pages for "phpize" and "php-config" scripts. (Jakub Vrana)
foobar [Sat, 30 Apr 2005 04:28:24 +0000 (04:28 +0000)]
MFH: - Added man pages for "phpize" and "php-config" scripts. (Jakub Vrana)

19 years agoMFH
foobar [Sat, 30 Apr 2005 04:12:24 +0000 (04:12 +0000)]
MFH

19 years agoMFH: Moved phpextdist to dev/
foobar [Sat, 30 Apr 2005 03:02:10 +0000 (03:02 +0000)]
MFH: Moved phpextdist to dev/

19 years agoMFH
foobar [Thu, 28 Apr 2005 14:24:47 +0000 (14:24 +0000)]
MFH

19 years agoMFH: handle unsupported datatypes and prevent segfault
Antony Dovgal [Thu, 28 Apr 2005 14:13:08 +0000 (14:13 +0000)]
MFH: handle unsupported datatypes and prevent segfault

19 years agoMFH
foobar [Thu, 28 Apr 2005 13:14:46 +0000 (13:14 +0000)]
MFH

19 years agoBFN
Rob Richards [Thu, 28 Apr 2005 12:20:13 +0000 (12:20 +0000)]
BFN

19 years agoMFH: Fix bug #32245 (xml_parser_free() in function assigned to the xml parser
Rob Richards [Thu, 28 Apr 2005 12:19:38 +0000 (12:19 +0000)]
MFH: Fix bug #32245 (xml_parser_free() in function assigned to the xml parser
  gives a segfault)

19 years agoMFH
foobar [Wed, 27 Apr 2005 23:27:53 +0000 (23:27 +0000)]
MFH

19 years agochange names
Andrey Hristov [Wed, 27 Apr 2005 21:22:18 +0000 (21:22 +0000)]
change names

19 years agoMFH: Fixed bug #32813 (parse_url() does not handle scheme-only urls properly).
Ilia Alshanetsky [Mon, 25 Apr 2005 23:49:27 +0000 (23:49 +0000)]
MFH: Fixed bug #32813 (parse_url() does not handle scheme-only urls properly).

19 years agoMFH: Revert. Nokia didn't pay me enough. :)
foobar [Mon, 25 Apr 2005 21:22:48 +0000 (21:22 +0000)]
MFH: Revert. Nokia didn't pay me enough. :)

19 years agorm unneeded
Stanislav Malyshev [Mon, 25 Apr 2005 12:04:35 +0000 (12:04 +0000)]
rm unneeded

19 years agofix for #32773
Stanislav Malyshev [Mon, 25 Apr 2005 12:03:53 +0000 (12:03 +0000)]
fix for #32773

19 years agoFix #32773 and made right fix for GMP FPEs
Stanislav Malyshev [Mon, 25 Apr 2005 12:03:27 +0000 (12:03 +0000)]
Fix #32773 and made right fix for GMP FPEs

19 years agoadd test
Stanislav Malyshev [Mon, 25 Apr 2005 11:18:44 +0000 (11:18 +0000)]
add test

19 years agoTest case fnd news entriey for bug #29944
Dmitry Stogov [Mon, 25 Apr 2005 10:51:39 +0000 (10:51 +0000)]
Test case fnd news entriey for bug #29944

19 years agoRemove broken fix - second operand of GMP operation certainly can be 0 in general...
Stanislav Malyshev [Mon, 25 Apr 2005 10:21:58 +0000 (10:21 +0000)]
Remove broken fix - second operand of GMP operation certainly can be 0 in general case

19 years agoFixed call to estrndup() with invalid length
Dmitry Stogov [Mon, 25 Apr 2005 06:14:50 +0000 (06:14 +0000)]
Fixed call to estrndup() with invalid length

19 years agoMFH: Fixed bug #32802 (General cookie overrides more specific cookie).
Ilia Alshanetsky [Sun, 24 Apr 2005 18:10:30 +0000 (18:10 +0000)]
MFH: Fixed bug #32802 (General cookie overrides more specific cookie).

19 years agotypo
foobar [Sat, 23 Apr 2005 23:57:40 +0000 (23:57 +0000)]
typo

19 years agoMFH: fix memleak
foobar [Sat, 23 Apr 2005 21:15:39 +0000 (21:15 +0000)]
MFH: fix memleak

19 years agoMFH: - Fixed bug #32111 (Cookies can also be separated by colon)
foobar [Sat, 23 Apr 2005 20:34:15 +0000 (20:34 +0000)]
MFH: - Fixed bug #32111 (Cookies can also be separated by colon)

19 years agoMFH: Fixed bug #32797 (invalid C code in xmlrpc extension).
Joe Orton [Fri, 22 Apr 2005 11:57:53 +0000 (11:57 +0000)]
MFH: Fixed bug #32797 (invalid C code in xmlrpc extension).

19 years agoadd missing entries in .cvsignore
Antony Dovgal [Fri, 22 Apr 2005 09:22:23 +0000 (09:22 +0000)]
add missing entries in .cvsignore

19 years agofix C++ comments
Antony Dovgal [Fri, 22 Apr 2005 09:21:49 +0000 (09:21 +0000)]
fix C++ comments

19 years agoMFH
Andrey Hristov [Fri, 22 Apr 2005 07:27:45 +0000 (07:27 +0000)]
MFH
introduce INT_MAX and INT_SIZE
#would be wonderful if the doc team takes care of that
#defined since 4.3.12, missing in 5.0.0-5.0.4, available in 5.0.5+

19 years ago- MFH: Fix mbfl_encoding_detector_feed() and mbfl_mbfl_identify_encoding() behaviour
Masaki Fujimoto [Fri, 22 Apr 2005 05:03:38 +0000 (05:03 +0000)]
- MFH: Fix mbfl_encoding_detector_feed() and mbfl_mbfl_identify_encoding() behaviour

19 years agoMFH
foobar [Thu, 21 Apr 2005 23:02:23 +0000 (23:02 +0000)]
MFH

19 years agoMFH: - Fixed bug #32647 (Using register_shutdown_function() with invalid callback...
foobar [Thu, 21 Apr 2005 14:47:13 +0000 (14:47 +0000)]
MFH: - Fixed bug #32647 (Using register_shutdown_function() with invalid callback can crash PHP)

19 years agoFix test
foobar [Thu, 21 Apr 2005 14:38:27 +0000 (14:38 +0000)]
Fix test

19 years agoMFH: Added test for bug #32647
foobar [Thu, 21 Apr 2005 14:18:51 +0000 (14:18 +0000)]
MFH: Added test for bug #32647

19 years agoMFH: Added support for .cc files in extensions.
Brian France [Wed, 20 Apr 2005 20:51:45 +0000 (20:51 +0000)]
MFH: Added support for .cc files in extensions.

19 years agoMFH
foobar [Tue, 19 Apr 2005 22:06:50 +0000 (22:06 +0000)]
MFH

19 years agoMFH: - Remove relic
foobar [Sun, 17 Apr 2005 13:37:29 +0000 (13:37 +0000)]
MFH: - Remove relic

19 years ago- Fixed bug #32730 (ext/crack.c fails to compile with cracklib-2.8.3)
foobar [Sun, 17 Apr 2005 13:27:18 +0000 (13:27 +0000)]
- Fixed bug #32730 (ext/crack.c fails to compile with cracklib-2.8.3)

19 years agoMFH: - Fixed bug #31887 (ISAPI: Custom 5xx error does not return correct HTTP respons...
foobar [Sun, 17 Apr 2005 03:39:39 +0000 (03:39 +0000)]
MFH: - Fixed bug #31887 (ISAPI: Custom 5xx error does not return correct HTTP response message)

19 years agoretype
foobar [Sat, 16 Apr 2005 12:25:36 +0000 (12:25 +0000)]
retype

19 years agotypofix
foobar [Sat, 16 Apr 2005 12:15:48 +0000 (12:15 +0000)]
typofix

19 years agoMFH: use streams api for md5_file() and sha1_file()
Uwe Schindler [Sat, 16 Apr 2005 09:49:53 +0000 (09:49 +0000)]
MFH: use streams api for md5_file() and sha1_file()

19 years agoMFH
foobar [Fri, 15 Apr 2005 22:25:29 +0000 (22:25 +0000)]
MFH

19 years agoMFH
foobar [Fri, 15 Apr 2005 22:20:43 +0000 (22:20 +0000)]
MFH

19 years agoMFH: - Use correct type (bug #32720)
foobar [Fri, 15 Apr 2005 22:08:43 +0000 (22:08 +0000)]
MFH: - Use correct type (bug #32720)

19 years agocorrect copy/paste problem
Uwe Schindler [Fri, 15 Apr 2005 09:44:45 +0000 (09:44 +0000)]
correct copy/paste problem

19 years agocorrect copy/paste problem
Uwe Schindler [Fri, 15 Apr 2005 09:24:45 +0000 (09:24 +0000)]
correct copy/paste problem

19 years agoMFH: fix various solaris problems by replacing stdio with posix io where possible
Uwe Schindler [Fri, 15 Apr 2005 09:15:03 +0000 (09:15 +0000)]
MFH: fix various solaris problems by replacing stdio with posix io where possible

19 years ago- Regenerated with re2c 0.9.6 (fixes severe bugs)
foobar [Thu, 14 Apr 2005 22:41:39 +0000 (22:41 +0000)]
- Regenerated with re2c 0.9.6 (fixes severe bugs)

19 years agoMFH: - Add support for latest Birdstep
foobar [Thu, 14 Apr 2005 21:17:49 +0000 (21:17 +0000)]
MFH: - Add support for latest Birdstep

19 years agoBFN
foobar [Thu, 14 Apr 2005 15:48:38 +0000 (15:48 +0000)]
BFN

19 years agoMFH: Fixes & cleanup + some minor new features
foobar [Thu, 14 Apr 2005 15:41:50 +0000 (15:41 +0000)]
MFH: Fixes & cleanup + some minor new features

19 years agoFixed bug #31583 (php_std_date() uses short day names in non-y2k_compliance
Ilia Alshanetsky [Thu, 14 Apr 2005 13:30:27 +0000 (13:30 +0000)]
Fixed bug #31583 (php_std_date() uses short day names in non-y2k_compliance
mode).

Patch by: mike at php dot net

19 years agoMFH: disable pg_cmdtuples() too, if there is no pg_affected_rows()
Antony Dovgal [Wed, 13 Apr 2005 22:12:06 +0000 (22:12 +0000)]
MFH: disable pg_cmdtuples() too, if there is no pg_affected_rows()

19 years ago- Fixed bug #32699 (pg_affected_rows() was defined when it was not available).
Derick Rethans [Wed, 13 Apr 2005 21:27:35 +0000 (21:27 +0000)]
- Fixed bug #32699 (pg_affected_rows() was defined when it was not available).

19 years agoMFH: add testcase for bug #30833
Antony Dovgal [Wed, 13 Apr 2005 08:24:12 +0000 (08:24 +0000)]
MFH: add testcase for bug #30833

19 years ago- MFH: commit the pending patch (bug #32311).
Moriyoshi Koizumi [Wed, 13 Apr 2005 08:08:28 +0000 (08:08 +0000)]
- MFH: commit the pending patch (bug #32311).

19 years agoMFH: Fix for #32682. Error on module shutdown when called from activescript
Frank M. Kromann [Tue, 12 Apr 2005 17:46:45 +0000 (17:46 +0000)]
MFH: Fix for #32682. Error on module shutdown when called from activescript

19 years agoMFH: - Fixed bug #32587 (Apache2: errors sent to error_log do not include timestamps)
foobar [Fri, 8 Apr 2005 20:35:02 +0000 (20:35 +0000)]
MFH: - Fixed bug #32587 (Apache2: errors sent to error_log do not include timestamps)
# Also nuked the deprecated APLOG_NOERRNO's

19 years agoregenerated with re2c 0.9.4
foobar [Fri, 8 Apr 2005 20:18:21 +0000 (20:18 +0000)]
regenerated with re2c 0.9.4

19 years agotypo
foobar [Fri, 8 Apr 2005 20:17:41 +0000 (20:17 +0000)]
typo

19 years agoMissing $Id$ tag
foobar [Fri, 8 Apr 2005 20:16:41 +0000 (20:16 +0000)]
Missing $Id$ tag

19 years agoMFH: Missing part of the patch for bug #32589
Ilia Alshanetsky [Fri, 8 Apr 2005 15:04:52 +0000 (15:04 +0000)]
MFH: Missing part of the patch for bug #32589

19 years agoMFH: for the s*printf* stuff
foobar [Fri, 8 Apr 2005 13:37:53 +0000 (13:37 +0000)]
MFH: for the s*printf* stuff

19 years agoMFH and Fixes bug #32482 (ap_php_snprintf broken)
foobar [Fri, 8 Apr 2005 05:44:53 +0000 (05:44 +0000)]
MFH and Fixes bug #32482 (ap_php_snprintf broken)

19 years agoMFH 1.36: Spell "overridden" correctly.
Jon Parise [Thu, 7 Apr 2005 23:33:50 +0000 (23:33 +0000)]
MFH 1.36: Spell "overridden" correctly.

19 years agoBFN
foobar [Thu, 7 Apr 2005 22:24:21 +0000 (22:24 +0000)]
BFN

19 years ago- Fixed bug #32591 (ext/mysql: Unsatisfied symbol: ntohs with HP-UX)
foobar [Thu, 7 Apr 2005 22:23:01 +0000 (22:23 +0000)]
- Fixed bug #32591 (ext/mysql: Unsatisfied symbol: ntohs with HP-UX)

19 years agoMFH
foobar [Thu, 7 Apr 2005 22:04:26 +0000 (22:04 +0000)]
MFH

19 years agoMFH
foobar [Thu, 7 Apr 2005 20:49:01 +0000 (20:49 +0000)]
MFH

19 years agoBug #32614 - prevent from crahsing with segfault on solaris if fdopen() fails - this...
Uwe Schindler [Thu, 7 Apr 2005 07:28:08 +0000 (07:28 +0000)]
Bug #32614 - prevent from crahsing with segfault on solaris if fdopen() fails - this fixes NOT the stdio-problem on solaris!

19 years agoMFH
foobar [Wed, 6 Apr 2005 22:16:11 +0000 (22:16 +0000)]
MFH

19 years agoMFH: remove proto
Antony Dovgal [Tue, 5 Apr 2005 20:32:01 +0000 (20:32 +0000)]
MFH: remove proto