]>
granicus.if.org Git - php/log
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)
Wez Furlong [Sat, 7 May 2005 14:55:39 +0000 (14:55 +0000)]
Fix #32974
Rasmus Lerdorf [Sat, 7 May 2005 09:25:31 +0000 (09:25 +0000)]
Fix what I assume was a typo
Ilia Alshanetsky [Fri, 6 May 2005 18:43:31 +0000 (18:43 +0000)]
MFH: Check ftp user name for control characters.
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()
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).
Ilia Alshanetsky [Tue, 3 May 2005 01:30:19 +0000 (01:30 +0000)]
Bug fixing news.
Pierre Joye [Mon, 2 May 2005 09:39:26 +0000 (09:39 +0000)]
- MFH (#32893, imagettf crashes)
uses long for zval
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)
foobar [Sat, 30 Apr 2005 09:31:09 +0000 (09:31 +0000)]
MFH: - Fix problems with phpized ext/imap
foobar [Sat, 30 Apr 2005 04:28:24 +0000 (04:28 +0000)]
MFH: - Added man pages for "phpize" and "php-config" scripts. (Jakub Vrana)
foobar [Sat, 30 Apr 2005 04:12:24 +0000 (04:12 +0000)]
MFH
foobar [Sat, 30 Apr 2005 03:02:10 +0000 (03:02 +0000)]
MFH: Moved phpextdist to dev/
foobar [Thu, 28 Apr 2005 14:24:47 +0000 (14:24 +0000)]
MFH
Antony Dovgal [Thu, 28 Apr 2005 14:13:08 +0000 (14:13 +0000)]
MFH: handle unsupported datatypes and prevent segfault
foobar [Thu, 28 Apr 2005 13:14:46 +0000 (13:14 +0000)]
MFH
Rob Richards [Thu, 28 Apr 2005 12:20:13 +0000 (12:20 +0000)]
BFN
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)
foobar [Wed, 27 Apr 2005 23:27:53 +0000 (23:27 +0000)]
MFH
Andrey Hristov [Wed, 27 Apr 2005 21:22:18 +0000 (21:22 +0000)]
change names
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).
foobar [Mon, 25 Apr 2005 21:22:48 +0000 (21:22 +0000)]
MFH: Revert. Nokia didn't pay me enough. :)
Stanislav Malyshev [Mon, 25 Apr 2005 12:04:35 +0000 (12:04 +0000)]
rm unneeded
Stanislav Malyshev [Mon, 25 Apr 2005 12:03:53 +0000 (12:03 +0000)]
fix for #32773
Stanislav Malyshev [Mon, 25 Apr 2005 12:03:27 +0000 (12:03 +0000)]
Fix #32773 and made right fix for GMP FPEs
Stanislav Malyshev [Mon, 25 Apr 2005 11:18:44 +0000 (11:18 +0000)]
add test
Dmitry Stogov [Mon, 25 Apr 2005 10:51:39 +0000 (10:51 +0000)]
Test case fnd news entriey for bug #29944
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
Dmitry Stogov [Mon, 25 Apr 2005 06:14:50 +0000 (06:14 +0000)]
Fixed call to estrndup() with invalid length
Ilia Alshanetsky [Sun, 24 Apr 2005 18:10:30 +0000 (18:10 +0000)]
MFH: Fixed bug #32802 (General cookie overrides more specific cookie).
foobar [Sat, 23 Apr 2005 23:57:40 +0000 (23:57 +0000)]
typo
foobar [Sat, 23 Apr 2005 21:15:39 +0000 (21:15 +0000)]
MFH: fix memleak
foobar [Sat, 23 Apr 2005 20:34:15 +0000 (20:34 +0000)]
MFH: - Fixed bug #32111 (Cookies can also be separated by colon)
Joe Orton [Fri, 22 Apr 2005 11:57:53 +0000 (11:57 +0000)]
MFH: Fixed bug #32797 (invalid C code in xmlrpc extension).
Antony Dovgal [Fri, 22 Apr 2005 09:22:23 +0000 (09:22 +0000)]
add missing entries in .cvsignore
Antony Dovgal [Fri, 22 Apr 2005 09:21:49 +0000 (09:21 +0000)]
fix C++ comments
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+
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
foobar [Thu, 21 Apr 2005 23:02:23 +0000 (23:02 +0000)]
MFH
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)
foobar [Thu, 21 Apr 2005 14:38:27 +0000 (14:38 +0000)]
Fix test
foobar [Thu, 21 Apr 2005 14:18:51 +0000 (14:18 +0000)]
MFH: Added test for bug #32647
Brian France [Wed, 20 Apr 2005 20:51:45 +0000 (20:51 +0000)]
MFH: Added support for .cc files in extensions.
foobar [Tue, 19 Apr 2005 22:06:50 +0000 (22:06 +0000)]
MFH
foobar [Sun, 17 Apr 2005 13:37:29 +0000 (13:37 +0000)]
MFH: - Remove relic
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)
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)
foobar [Sat, 16 Apr 2005 12:25:36 +0000 (12:25 +0000)]
retype
foobar [Sat, 16 Apr 2005 12:15:48 +0000 (12:15 +0000)]
typofix
Uwe Schindler [Sat, 16 Apr 2005 09:49:53 +0000 (09:49 +0000)]
MFH: use streams api for md5_file() and sha1_file()
foobar [Fri, 15 Apr 2005 22:25:29 +0000 (22:25 +0000)]
MFH
foobar [Fri, 15 Apr 2005 22:20:43 +0000 (22:20 +0000)]
MFH
foobar [Fri, 15 Apr 2005 22:08:43 +0000 (22:08 +0000)]
MFH: - Use correct type (bug #32720)
Uwe Schindler [Fri, 15 Apr 2005 09:44:45 +0000 (09:44 +0000)]
correct copy/paste problem
Uwe Schindler [Fri, 15 Apr 2005 09:24:45 +0000 (09:24 +0000)]
correct copy/paste problem
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
foobar [Thu, 14 Apr 2005 22:41:39 +0000 (22:41 +0000)]
- Regenerated with re2c 0.9.6 (fixes severe bugs)
foobar [Thu, 14 Apr 2005 21:17:49 +0000 (21:17 +0000)]
MFH: - Add support for latest Birdstep
foobar [Thu, 14 Apr 2005 15:48:38 +0000 (15:48 +0000)]
BFN
foobar [Thu, 14 Apr 2005 15:41:50 +0000 (15:41 +0000)]
MFH: Fixes & cleanup + some minor new features
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
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()
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).
Antony Dovgal [Wed, 13 Apr 2005 08:24:12 +0000 (08:24 +0000)]
MFH: add testcase for bug #30833
Moriyoshi Koizumi [Wed, 13 Apr 2005 08:08:28 +0000 (08:08 +0000)]
- MFH: commit the pending patch (bug #32311).
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
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
foobar [Fri, 8 Apr 2005 20:18:21 +0000 (20:18 +0000)]
regenerated with re2c 0.9.4
foobar [Fri, 8 Apr 2005 20:17:41 +0000 (20:17 +0000)]
typo
foobar [Fri, 8 Apr 2005 20:16:41 +0000 (20:16 +0000)]
Missing $Id$ tag
Ilia Alshanetsky [Fri, 8 Apr 2005 15:04:52 +0000 (15:04 +0000)]
MFH: Missing part of the patch for bug #32589
foobar [Fri, 8 Apr 2005 13:37:53 +0000 (13:37 +0000)]
MFH: for the s*printf* stuff
foobar [Fri, 8 Apr 2005 05:44:53 +0000 (05:44 +0000)]
MFH and Fixes bug #32482 (ap_php_snprintf broken)
Jon Parise [Thu, 7 Apr 2005 23:33:50 +0000 (23:33 +0000)]
MFH 1.36: Spell "overridden" correctly.
foobar [Thu, 7 Apr 2005 22:24:21 +0000 (22:24 +0000)]
BFN
foobar [Thu, 7 Apr 2005 22:23:01 +0000 (22:23 +0000)]
- Fixed bug #32591 (ext/mysql: Unsatisfied symbol: ntohs with HP-UX)
foobar [Thu, 7 Apr 2005 22:04:26 +0000 (22:04 +0000)]
MFH
foobar [Thu, 7 Apr 2005 20:49:01 +0000 (20:49 +0000)]
MFH
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!
foobar [Wed, 6 Apr 2005 22:16:11 +0000 (22:16 +0000)]
MFH
Antony Dovgal [Tue, 5 Apr 2005 20:32:01 +0000 (20:32 +0000)]
MFH: remove proto
Ilia Alshanetsky [Tue, 5 Apr 2005 14:49:10 +0000 (14:49 +0000)]
MFH: Fixed bug #32589 (Possible crash inside imap_mail_compose, with charsets).
Sara Golemon [Mon, 4 Apr 2005 20:26:49 +0000 (20:26 +0000)]
MFH rev 1.72 (of main/streams/streams.c)
foobar [Mon, 4 Apr 2005 18:53:47 +0000 (18:53 +0000)]
update
Antony Dovgal [Mon, 4 Apr 2005 16:30:42 +0000 (16:30 +0000)]
fix #32567 (ext/gmp fails to compile with thread safety enabled)
Uwe Schindler [Mon, 4 Apr 2005 14:59:58 +0000 (14:59 +0000)]
Bug #32491 (File upload error - unable to create a temporary file) - Changing file upload from stdio to posix
Ilia Alshanetsky [Sun, 3 Apr 2005 18:09:55 +0000 (18:09 +0000)]
MFH: Fixed bug #32530 (chunk_split() does not append endstr if chunklen is
longer then the original string).
Antony Dovgal [Sun, 3 Apr 2005 13:06:58 +0000 (13:06 +0000)]
MFH: fix typo
Antony Dovgal [Sun, 3 Apr 2005 12:20:51 +0000 (12:20 +0000)]
MFH: fix output_reset_rewrite_vars() returning false
foobar [Sun, 3 Apr 2005 11:39:43 +0000 (11:39 +0000)]
- Sync with HEAD:
. php_error -> php_error_docref (fixes test)
. pval -> zval
. use modern parameter parsing
# No new functionality was added!
foobar [Sun, 3 Apr 2005 11:18:05 +0000 (11:18 +0000)]
MFH
Greg Beaver [Sat, 2 Apr 2005 23:52:12 +0000 (23:52 +0000)]
allow local install, remove -n switch
foobar [Sat, 2 Apr 2005 23:19:53 +0000 (23:19 +0000)]
MFH
foobar [Sat, 2 Apr 2005 23:04:41 +0000 (23:04 +0000)]
MFH
foobar [Sat, 2 Apr 2005 06:03:14 +0000 (06:03 +0000)]
- Fixed bug #32538 (ext/swf/swf.c does not compile with gcc-3.4.x or newer)
foobar [Thu, 31 Mar 2005 08:18:40 +0000 (08:18 +0000)]
MFH: Added SORT_LOCALE_STRING for array sorting
foobar [Thu, 31 Mar 2005 07:40:30 +0000 (07:40 +0000)]
MFH: c++ fix
Ilia Alshanetsky [Wed, 30 Mar 2005 22:10:25 +0000 (22:10 +0000)]
back to dev.
Ilia Alshanetsky [Wed, 30 Mar 2005 14:18:37 +0000 (14:18 +0000)]
Tag 4.3.11
Edin Kadribasic [Wed, 30 Mar 2005 13:15:34 +0000 (13:15 +0000)]
Updated install instructions from the documentation project (Philip Olson)