]>
granicus.if.org Git - php/log
Sara Golemon [Fri, 3 Jan 2003 08:02:36 +0000 (08:02 +0000)]
Added stream_get_wrappers()
Moriyoshi Koizumi [Fri, 3 Jan 2003 05:48:51 +0000 (05:48 +0000)]
Added test cases for iconv_strlen() and iconv_substr()
Moriyoshi Koizumi [Fri, 3 Jan 2003 05:38:50 +0000 (05:38 +0000)]
Fixed iconv_mime_decode() so it would give more awareness to stateful codesets
Moriyoshi Koizumi [Fri, 3 Jan 2003 05:34:05 +0000 (05:34 +0000)]
Fixed infinite loop of iconv_mime_encode() in case the specified line length is too short to contain a proper mime-encoded string
Moriyoshi Koizumi [Fri, 3 Jan 2003 05:32:13 +0000 (05:32 +0000)]
Give mo' shift-sequence awareness to iconv_mime_encode
Moriyoshi Koizumi [Fri, 3 Jan 2003 05:28:25 +0000 (05:28 +0000)]
More shift-sequence awareness for iconv_substr()
Moriyoshi Koizumi [Fri, 3 Jan 2003 05:26:44 +0000 (05:26 +0000)]
Added missing casting operators
Moriyoshi Koizumi [Fri, 3 Jan 2003 05:16:12 +0000 (05:16 +0000)]
MFB
Moriyoshi Koizumi [Fri, 3 Jan 2003 05:14:34 +0000 (05:14 +0000)]
MFB: fixed shift-out sequence unawareness issue
Moriyoshi Koizumi [Fri, 3 Jan 2003 05:05:12 +0000 (05:05 +0000)]
Fixed small leaks in array_map() in case the first parameter is NULL like
array_map(NULL, array(...));
<changelog@php.net> [Fri, 3 Jan 2003 01:37:02 +0000 (01:37 +0000)]
ChangeLog update
Harald Radi [Fri, 3 Jan 2003 00:17:41 +0000 (00:17 +0000)]
fixing typo
foobar [Fri, 3 Jan 2003 00:06:23 +0000 (00:06 +0000)]
- Removed entries that are going to 4.3.1
- Grouped the entries a bit.
Stig Bakken [Thu, 2 Jan 2003 23:48:32 +0000 (23:48 +0000)]
* allways fall back to PHP_SYSCONFDIR
Ilia Alshanetsky [Thu, 2 Jan 2003 21:18:59 +0000 (21:18 +0000)]
Fixed a small memory leak when a NULL variable is passed to
openssl_csr_sign() as the first argument.
<changelog@php.net> [Thu, 2 Jan 2003 20:00:47 +0000 (20:00 +0000)]
ChangeLog update
Ilia Alshanetsky [Thu, 2 Jan 2003 19:49:30 +0000 (19:49 +0000)]
Fixed bug #21338 (crash inside html_entity_decode() when "" is passed).
Added test case for the bug.
Ilia Alshanetsky [Thu, 2 Jan 2003 19:20:57 +0000 (19:20 +0000)]
Raise required OpenSSL version to 0.9.6.
<changelog@php.net> [Thu, 2 Jan 2003 18:48:06 +0000 (18:48 +0000)]
rotate changelog
Derick Rethans [Thu, 2 Jan 2003 18:01:10 +0000 (18:01 +0000)]
- Fixed bug #21169: Compile Failure, and lots of warnings on UnixWare
Anantha Kesari H Y [Thu, 2 Jan 2003 14:29:00 +0000 (14:29 +0000)]
NetWare related changes/modifications.
Zeev Suraski [Thu, 2 Jan 2003 14:19:29 +0000 (14:19 +0000)]
Fix .dsp
Zeev Suraski [Thu, 2 Jan 2003 13:58:08 +0000 (13:58 +0000)]
Fix incorrect linkage of access-levels, when using private methods
Derick Rethans [Thu, 2 Jan 2003 13:31:10 +0000 (13:31 +0000)]
- Fix warnings on UnixWare
Derick Rethans [Thu, 2 Jan 2003 13:01:33 +0000 (13:01 +0000)]
- Fix "make test" when CC was set to something with a parameter
Frank M. Kromann [Wed, 1 Jan 2003 18:11:18 +0000 (18:11 +0000)]
Allow base64 functions to be called from an extension buils as .so/.dll (iconv)
Zeev Suraski [Wed, 1 Jan 2003 13:26:17 +0000 (13:26 +0000)]
build fixes
Derick Rethans [Wed, 1 Jan 2003 12:43:59 +0000 (12:43 +0000)]
- Fix tests if Zend Optimizer is loaded
Zeev Suraski [Wed, 1 Jan 2003 12:38:55 +0000 (12:38 +0000)]
Win32 build fix
Sebastian Bergmann [Wed, 1 Jan 2003 12:36:43 +0000 (12:36 +0000)]
Add filter.c, user_filters.c. Group stream related sources.
Sebastian Bergmann [Wed, 1 Jan 2003 12:36:06 +0000 (12:36 +0000)]
Fix warnings.
Wez Furlong [Wed, 1 Jan 2003 11:21:40 +0000 (11:21 +0000)]
Tidy up
Wez Furlong [Wed, 1 Jan 2003 11:04:44 +0000 (11:04 +0000)]
Move rot13 filter into a new filters.c source file.
Tidy up some other filter related code.
# win32 -> someone please add user_filters.c and filters.c to the .dsp
Stanislav Malyshev [Wed, 1 Jan 2003 10:57:35 +0000 (10:57 +0000)]
use handler for Z_OBJPROP
Wez Furlong [Wed, 1 Jan 2003 09:58:17 +0000 (09:58 +0000)]
Workaround for glibc 2.2.9x and later "a+" bug that does not seek to EOF for
files fopen()ed with that mode.
Zeev Suraski [Wed, 1 Jan 2003 09:34:39 +0000 (09:34 +0000)]
Fix Wez's problem
Moriyoshi Koizumi [Tue, 31 Dec 2002 19:13:16 +0000 (19:13 +0000)]
Added various functions that relies on the iconv facility:
iconv_strlen(), iconv_substr(), iconv_strpos(), iconv_strrpos(),
iconv_mime_encode(), iconv_mime_decode()
# hope this be a new year gift for you. Happy new year!
Wez Furlong [Tue, 31 Dec 2002 18:39:36 +0000 (18:39 +0000)]
Implement user-space filters.
See ext/standard/tests/file/userfilters.phpt for an example of their use.
Sebastian Bergmann [Tue, 31 Dec 2002 16:18:29 +0000 (16:18 +0000)]
Bump year.
Sebastian Bergmann [Tue, 31 Dec 2002 16:08:15 +0000 (16:08 +0000)]
Bump year.
Sebastian Bergmann [Tue, 31 Dec 2002 15:59:15 +0000 (15:59 +0000)]
Bump year.
Rasmus Lerdorf [Tue, 31 Dec 2002 15:18:52 +0000 (15:18 +0000)]
Fix for bug #21311
Wez Furlong [Tue, 31 Dec 2002 11:42:15 +0000 (11:42 +0000)]
Fix for #21304 (gzopen did not report errors on open; "a" mode broken)
Stanislav Malyshev [Tue, 31 Dec 2002 09:42:28 +0000 (09:42 +0000)]
fix level of indirection
<changelog@php.net> [Tue, 31 Dec 2002 01:33:05 +0000 (01:33 +0000)]
NEWS update
Ilia Alshanetsky [Tue, 31 Dec 2002 00:10:57 +0000 (00:10 +0000)]
Changed ifdef to if.
Ilia Alshanetsky [Tue, 31 Dec 2002 00:04:52 +0000 (00:04 +0000)]
Fix ZTS build.
Ilia Alshanetsky [Mon, 30 Dec 2002 23:45:18 +0000 (23:45 +0000)]
Fixed bug #21045 (Apache 2 SAPI now supports the mod_php_memory_usage
log variable that allows users to log the memory usage of their PHP scripts).
Ilia Alshanetsky [Mon, 30 Dec 2002 19:48:24 +0000 (19:48 +0000)]
Bug fixing news.
Ilia Alshanetsky [Mon, 30 Dec 2002 19:39:31 +0000 (19:39 +0000)]
Fixed bug #21228 (broken check for ob_gzhandler).
Fixed a bug that made ob_start return incorrect return value.
Marcus Boerger [Mon, 30 Dec 2002 19:20:11 +0000 (19:20 +0000)]
testing default handler should be a separate test
Marcus Boerger [Mon, 30 Dec 2002 19:18:52 +0000 (19:18 +0000)]
missing dba entry
Andrei Zmievski [Mon, 30 Dec 2002 18:30:50 +0000 (18:30 +0000)]
Adjust the error message.
Marcus Boerger [Mon, 30 Dec 2002 17:58:15 +0000 (17:58 +0000)]
update dba NEWS
Marcus Boerger [Mon, 30 Dec 2002 17:42:55 +0000 (17:42 +0000)]
-disallow using db-<n> with libraries of different major versions
-disallow using db-4.1 with patch level < 25
-fix db-4.1
-added undocumented DB_FCNTL_LOCKING flag for version 3 and 4
# wow the sleepycat guys answered *very* fast
Stanislav Malyshev [Mon, 30 Dec 2002 17:19:32 +0000 (17:19 +0000)]
Oops, fix it indeed
Stanislav Malyshev [Mon, 30 Dec 2002 17:17:41 +0000 (17:17 +0000)]
Better check
<changelog@php.net> [Mon, 30 Dec 2002 16:47:04 +0000 (16:47 +0000)]
Update.
Ilia Alshanetsky [Mon, 30 Dec 2002 16:42:49 +0000 (16:42 +0000)]
Fixed bug #21226 (parse_url handling of urls without a path).
Derick Rethans [Mon, 30 Dec 2002 15:03:50 +0000 (15:03 +0000)]
- Whitespace
Derick Rethans [Mon, 30 Dec 2002 14:08:25 +0000 (14:08 +0000)]
- euch
Marcus Boerger [Mon, 30 Dec 2002 13:09:03 +0000 (13:09 +0000)]
ws
Marcus Boerger [Mon, 30 Dec 2002 13:07:30 +0000 (13:07 +0000)]
Add info function to handlers and return handler info when dba_handlers is
called with optional parameter full_info set true.
Marcus Boerger [Mon, 30 Dec 2002 11:59:22 +0000 (11:59 +0000)]
fix state-machine in cases T_AAAA is not available
Marcus Boerger [Mon, 30 Dec 2002 11:43:18 +0000 (11:43 +0000)]
2nd part of the patch
Marcus Boerger [Mon, 30 Dec 2002 11:32:37 +0000 (11:32 +0000)]
-better parameter names for DBA_HND macros
-remove unnecessary notice
Derick Rethans [Mon, 30 Dec 2002 08:55:21 +0000 (08:55 +0000)]
- Align mssql comment and clarify DBA handler selection
Ilia Alshanetsky [Sun, 29 Dec 2002 21:02:17 +0000 (21:02 +0000)]
Fixed bug #21149 (fixed handling of unterminated '[').
Ilia Alshanetsky [Sun, 29 Dec 2002 20:01:33 +0000 (20:01 +0000)]
Fixed bug #21267 (opening URLs that result in redirection to a relative
path was failing).
Ilia Alshanetsky [Sun, 29 Dec 2002 18:50:55 +0000 (18:50 +0000)]
Fixed bug #21268 (session_decode() returned FALSE on success).
Zeev Suraski [Sun, 29 Dec 2002 15:42:55 +0000 (15:42 +0000)]
Remove bogus ignores
Zeev Suraski [Sun, 29 Dec 2002 15:41:44 +0000 (15:41 +0000)]
Update .dsp's
Marcus Boerger [Sun, 29 Dec 2002 15:32:38 +0000 (15:32 +0000)]
Added support for db3/db4 error handling/information
Marcus Boerger [Sun, 29 Dec 2002 15:31:00 +0000 (15:31 +0000)]
Add a default handler that makes handler parameter to open functions
optional.
@Improved dba extension (Marcus)
@-Made handler parameter of dba_(p)open() optional.
@-Added php.ini option 'dba.default_handler' to specify a default handler.
Sara Golemon [Sat, 28 Dec 2002 19:40:03 +0000 (19:40 +0000)]
Typo.
Sara Golemon [Sat, 28 Dec 2002 19:32:45 +0000 (19:32 +0000)]
When scanning for cc: headers, make sure the header is JUST cc: and not bcc: or original-cc: or <anything-printable>cc:
See Bugs # 21036 and # 20707
Sascha Schumann [Sat, 28 Dec 2002 15:33:25 +0000 (15:33 +0000)]
Fix order of library additions, so that the imap extension now builds
successfully with static imap/ssl libs. configure was already failing
before.
Ilia Alshanetsky [Sat, 28 Dec 2002 06:59:24 +0000 (06:59 +0000)]
Fixed bug #21229 (missing 3rd argument to php_module_startup).
Ilia Alshanetsky [Fri, 27 Dec 2002 23:05:15 +0000 (23:05 +0000)]
Make the version code get the version from the current Apache, rather then
the Apache PHP was compiled against.
Ilia Alshanetsky [Fri, 27 Dec 2002 22:47:06 +0000 (22:47 +0000)]
Added apache_get_version() & apache_get_modules() to Apache 1.X & Apache
Hooks sapis.
Made the module listing in Apache 2 not show the '.c' portion, to be
consistent with Apache 1.X.
Ilia Alshanetsky [Fri, 27 Dec 2002 22:02:17 +0000 (22:02 +0000)]
Added MINFO() to Apache 2, which displays the Apache version & all of the
loaded Apache modules.
Added apache_get_version() & apache_get_modules() functions.
Ilia Alshanetsky [Fri, 27 Dec 2002 20:23:29 +0000 (20:23 +0000)]
Bug fixing news.
Ilia Alshanetsky [Fri, 27 Dec 2002 19:59:09 +0000 (19:59 +0000)]
Fixed bug #17098 (make Apache aware that PHP scripts represent dynamic data
and should not be cached). Fix suggested by daniel.eckl@gmx.de.
Stig Bakken [Fri, 27 Dec 2002 19:31:56 +0000 (19:31 +0000)]
* 1.0 release notes
Stig Bakken [Fri, 27 Dec 2002 19:31:37 +0000 (19:31 +0000)]
* added "clear-cache" command
Stig Bakken [Fri, 27 Dec 2002 19:01:19 +0000 (19:01 +0000)]
* 1.0 release
Stig Bakken [Fri, 27 Dec 2002 17:19:31 +0000 (17:19 +0000)]
* 1.0 version
Ilia Alshanetsky [Fri, 27 Dec 2002 04:46:40 +0000 (04:46 +0000)]
Made DBA tests not dependant on error reporting settings.
<changelog@php.net> [Fri, 27 Dec 2002 04:03:10 +0000 (04:03 +0000)]
Update.
Edin Kadribasic [Fri, 27 Dec 2002 03:16:01 +0000 (03:16 +0000)]
Mention the fact that zlib extension is now built-in in win32 distro.
Edin Kadribasic [Fri, 27 Dec 2002 02:55:37 +0000 (02:55 +0000)]
Resolved apperent cvs commit confict.
<changelog@php.net> [Fri, 27 Dec 2002 01:32:47 +0000 (01:32 +0000)]
NEWS update
<changelog@php.net> [Fri, 27 Dec 2002 01:32:29 +0000 (01:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Fri, 27 Dec 2002 00:09:13 +0000 (00:09 +0000)]
Bug fixing news.
Derick Rethans [Thu, 26 Dec 2002 23:45:05 +0000 (23:45 +0000)]
- MFB
Georg Richter [Thu, 26 Dec 2002 23:38:18 +0000 (23:38 +0000)]
added Wez, Ilia & myself
Wez Furlong [Thu, 26 Dec 2002 22:35:00 +0000 (22:35 +0000)]
Remove cruft that opened a stream that was never closed in get_meta_tags().
(probably my fault).
Noticed by Philip Olson
Sterling Hughes [Thu, 26 Dec 2002 20:52:42 +0000 (20:52 +0000)]
if needle is empty free allocated memory
Sterling Hughes [Thu, 26 Dec 2002 19:56:44 +0000 (19:56 +0000)]
remove memleak
Marcus Boerger [Thu, 26 Dec 2002 19:55:06 +0000 (19:55 +0000)]
Add missing test for db4 handler