]>
granicus.if.org Git - php/log
<changelog@php.net> [Sun, 15 Jan 2006 06:31:47 +0000 (06:31 +0000)]
ChangeLog update
Marcus Boerger [Sun, 15 Jan 2006 00:17:08 +0000 (00:17 +0000)]
- Fix issue found by nuno
Antony Dovgal [Sat, 14 Jan 2006 22:22:48 +0000 (22:22 +0000)]
add test for bug #36010
Marcus Boerger [Sat, 14 Jan 2006 20:20:53 +0000 (20:20 +0000)]
- Update
Marcus Boerger [Sat, 14 Jan 2006 15:55:10 +0000 (15:55 +0000)]
- Fix test
Marcus Boerger [Sat, 14 Jan 2006 15:22:19 +0000 (15:22 +0000)]
- Fixed bug #36011
foobar [Sat, 14 Jan 2006 15:10:54 +0000 (15:10 +0000)]
ws fix
foobar [Sat, 14 Jan 2006 15:04:12 +0000 (15:04 +0000)]
- Install header file
foobar [Sat, 14 Jan 2006 14:58:35 +0000 (14:58 +0000)]
- Fixed headers
<changelog@php.net> [Sat, 14 Jan 2006 06:31:40 +0000 (06:31 +0000)]
ChangeLog update
Marcus Boerger [Fri, 13 Jan 2006 19:35:27 +0000 (19:35 +0000)]
- Fix #35998 (getPathname() method always returns unix style filenames)
Sascha Schumann [Fri, 13 Jan 2006 14:30:34 +0000 (14:30 +0000)]
- WS
Sascha Schumann [Fri, 13 Jan 2006 14:23:35 +0000 (14:23 +0000)]
- lower valgrind error count to zero.
Antony Dovgal [Fri, 13 Jan 2006 13:04:01 +0000 (13:04 +0000)]
add missing ifdefs
<changelog@php.net> [Fri, 13 Jan 2006 06:31:41 +0000 (06:31 +0000)]
ChangeLog update
Pierre Joye [Fri, 13 Jan 2006 04:10:32 +0000 (04:10 +0000)]
- MFB: add php_mkdir_ex
George Wang [Fri, 13 Jan 2006 03:21:51 +0000 (03:21 +0000)]
Initial checkin of LiteSpeed SAPI module
Marcus Boerger [Thu, 12 Jan 2006 21:16:29 +0000 (21:16 +0000)]
- Add bzip2 decompression support
Marcus Boerger [Thu, 12 Jan 2006 19:23:24 +0000 (19:23 +0000)]
- Add stream filter 'consumed' which can restore the stream position when
a stream was read or written through a size changing filter.
Marcus Boerger [Thu, 12 Jan 2006 19:21:36 +0000 (19:21 +0000)]
- Fix two warnings
# Here fixing warnings reveals that it often enough means fixing errors
Marcus Boerger [Thu, 12 Jan 2006 19:13:50 +0000 (19:13 +0000)]
- Fix warning
Hartmut Holzgraefe [Thu, 12 Jan 2006 15:37:56 +0000 (15:37 +0000)]
typo fix
<changelog@php.net> [Thu, 12 Jan 2006 06:31:40 +0000 (06:31 +0000)]
ChangeLog update
Omar Kilani [Thu, 12 Jan 2006 03:50:22 +0000 (03:50 +0000)]
Don't leak a json_object on a decode error.
Marcus Boerger [Thu, 12 Jan 2006 02:33:28 +0000 (02:33 +0000)]
- Use consumed filter to check number of compressed bytes read
# This fixes all tests again
Marcus Boerger [Wed, 11 Jan 2006 23:55:57 +0000 (23:55 +0000)]
- Change to use streams filters which simplifies decompression a lot and
easily allows to use other compression algos too
Marcus Boerger [Wed, 11 Jan 2006 23:54:30 +0000 (23:54 +0000)]
- Add new test
Marcus Boerger [Wed, 11 Jan 2006 21:34:48 +0000 (21:34 +0000)]
- Fix test
Marcus Boerger [Wed, 11 Jan 2006 21:19:46 +0000 (21:19 +0000)]
- Split fname/phar-data mapping and alias/phar-data mapping
- Add test
Marcus Boerger [Wed, 11 Jan 2006 20:32:56 +0000 (20:32 +0000)]
- WS
Marcus Boerger [Wed, 11 Jan 2006 20:24:07 +0000 (20:24 +0000)]
- Add short size info
Michael Wallner [Wed, 11 Jan 2006 15:18:58 +0000 (15:18 +0000)]
- ws
Michael Wallner [Wed, 11 Jan 2006 15:16:34 +0000 (15:16 +0000)]
- fix CGI SAPI check on Windows
<changelog@php.net> [Wed, 11 Jan 2006 06:31:39 +0000 (06:31 +0000)]
ChangeLog update
Marcus Boerger [Wed, 11 Jan 2006 01:51:47 +0000 (01:51 +0000)]
- Fix more errors (by the way the phars are found)
- Cleanup code
Marcus Boerger [Wed, 11 Jan 2006 00:50:33 +0000 (00:50 +0000)]
- Fix a bunch of tests (not all done yet though)
Marcus Boerger [Wed, 11 Jan 2006 00:50:07 +0000 (00:50 +0000)]
- Fix a few error checks
Ilia Alshanetsky [Tue, 10 Jan 2006 16:14:45 +0000 (16:14 +0000)]
MFB51: Fixed bug #35916 (Duplicate calls to stream_bucket_append() lead to
a crash).
Antony Dovgal [Tue, 10 Jan 2006 14:15:12 +0000 (14:15 +0000)]
fix #35959 (Cannot build with Solid 2.3)
Antony Dovgal [Tue, 10 Jan 2006 10:51:39 +0000 (10:51 +0000)]
fix memory corruption (HEAD only)
Antony Dovgal [Tue, 10 Jan 2006 08:32:49 +0000 (08:32 +0000)]
silence compile warning in non-ZTS mode
Antony Dovgal [Tue, 10 Jan 2006 08:29:19 +0000 (08:29 +0000)]
destroy regular connections in RSHUTDOWN if ZTS is used
this fixes problem with Oracle9 (not Oracle10) and Apache2/worker - connections are not being closed correctly
see #35205 and similar issues
Greg Beaver [Tue, 10 Jan 2006 06:46:17 +0000 (06:46 +0000)]
tests need updating, but this works with a valid 0.8.0 phar now. Additions include alias/apiversion/per-file flags in the manifest
<changelog@php.net> [Tue, 10 Jan 2006 06:31:39 +0000 (06:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 10 Jan 2006 03:18:52 +0000 (03:18 +0000)]
MFB51: Fixed test
Marcus Boerger [Mon, 9 Jan 2006 07:48:19 +0000 (07:48 +0000)]
Add print_ft to dump function tables (lists the names)
<changelog@php.net> [Mon, 9 Jan 2006 06:31:39 +0000 (06:31 +0000)]
ChangeLog update
<changelog@php.net> [Sun, 8 Jan 2006 06:31:44 +0000 (06:31 +0000)]
ChangeLog update
Marcus Boerger [Sat, 7 Jan 2006 21:29:00 +0000 (21:29 +0000)]
- MFB Second part of is_callable/call_user_func
- Clean a few warnings
Marcus Boerger [Sat, 7 Jan 2006 21:16:02 +0000 (21:16 +0000)]
- MFB missing E_STRICT
Marcus Boerger [Sat, 7 Jan 2006 20:43:33 +0000 (20:43 +0000)]
- MFB zend_is_callable() fixes
# Now to the missing part in zend_call_function()
Greg Beaver [Sat, 7 Jan 2006 18:37:44 +0000 (18:37 +0000)]
need PHP 5.1.2 because of bug in temp memory streams
Marcus Boerger [Sat, 7 Jan 2006 16:46:30 +0000 (16:46 +0000)]
- Show whether this is the shell or just the starnge mode
<changelog@php.net> [Sat, 7 Jan 2006 06:31:44 +0000 (06:31 +0000)]
ChangeLog update
Antony Dovgal [Fri, 6 Jan 2006 21:21:09 +0000 (21:21 +0000)]
fix tests
foobar [Fri, 6 Jan 2006 21:19:16 +0000 (21:19 +0000)]
Nuke unused files
foobar [Fri, 6 Jan 2006 21:17:14 +0000 (21:17 +0000)]
credits for Dmitry
Antony Dovgal [Fri, 6 Jan 2006 20:54:46 +0000 (20:54 +0000)]
typo
Marcus Boerger [Fri, 6 Jan 2006 20:43:19 +0000 (20:43 +0000)]
- WS
Marcus Boerger [Fri, 6 Jan 2006 20:34:31 +0000 (20:34 +0000)]
- Fix potential crash (const' type is not initialized in case of error)
Antony Dovgal [Fri, 6 Jan 2006 20:26:03 +0000 (20:26 +0000)]
add missing .cvsignore
Marcus Boerger [Fri, 6 Jan 2006 19:57:49 +0000 (19:57 +0000)]
- Update
Marcus Boerger [Fri, 6 Jan 2006 19:23:58 +0000 (19:23 +0000)]
- I was missing here
Marcus Boerger [Fri, 6 Jan 2006 19:20:21 +0000 (19:20 +0000)]
- Prevent overloading aliases
- Detect already loaded files and reuse them instead of reloading them
- Add a test for the above
Rasmus Lerdorf [Fri, 6 Jan 2006 17:54:35 +0000 (17:54 +0000)]
Let's not mess with r->allowed here - this should fix bug #32561
Marcus Boerger [Fri, 6 Jan 2006 17:34:47 +0000 (17:34 +0000)]
- No ini setting needed
Marcus Boerger [Fri, 6 Jan 2006 17:33:03 +0000 (17:33 +0000)]
- Correct test name
Marcus Boerger [Fri, 6 Jan 2006 17:32:34 +0000 (17:32 +0000)]
- Fix typo and change to sizeof usage
Marcus Boerger [Fri, 6 Jan 2006 17:23:42 +0000 (17:23 +0000)]
- Rewind stream when transferring ownership
- Add Phar::loadPhar + test
Marcus Boerger [Fri, 6 Jan 2006 16:27:15 +0000 (16:27 +0000)]
- And another test
Marcus Boerger [Fri, 6 Jan 2006 16:11:54 +0000 (16:11 +0000)]
- Add new tests
Marcus Boerger [Fri, 6 Jan 2006 15:31:42 +0000 (15:31 +0000)]
- Typo
foobar [Fri, 6 Jan 2006 14:03:28 +0000 (14:03 +0000)]
- Fix configure on Solaris
Antony Dovgal [Fri, 6 Jan 2006 11:48:03 +0000 (11:48 +0000)]
fix #35907 (PDO_OCI uses hardcoded lib path $ORACLE_HOME/lib)
<changelog@php.net> [Fri, 6 Jan 2006 06:31:45 +0000 (06:31 +0000)]
ChangeLog update
foobar [Fri, 6 Jan 2006 02:04:22 +0000 (02:04 +0000)]
- Cleanups:
* unify the address handling to always strip leading whitespace
* ws fixes
Marcus Boerger [Thu, 5 Jan 2006 22:24:41 +0000 (22:24 +0000)]
- Use temp streams internally instead of memory to reduce memory usage
# Internally we try to use only one temp stream if possible by stoing
# the temp stream in the manifest entry and transferring ownership upon
# usage/close. If a particular file gets opened twice in parallel we open
# a second temp stream nonetheless.
Marcus Boerger [Thu, 5 Jan 2006 22:05:44 +0000 (22:05 +0000)]
- Fix issue with memset seeking
- Fix issue with shutdown order of temp/memory stream
foobar [Thu, 5 Jan 2006 21:53:07 +0000 (21:53 +0000)]
- Fixed bug #35911 (HAVE_PG_CONFIG_H set incorrectly)
Antony Dovgal [Thu, 5 Jan 2006 20:49:28 +0000 (20:49 +0000)]
fix typo
Hartmut Holzgraefe [Thu, 5 Jan 2006 20:10:10 +0000 (20:10 +0000)]
ncurses goes sibiria^Wpecl
Marcus Boerger [Thu, 5 Jan 2006 19:00:01 +0000 (19:00 +0000)]
- Fix docu
Ilia Alshanetsky [Thu, 5 Jan 2006 18:06:15 +0000 (18:06 +0000)]
MFB4: Fixed bug #35908 (curl extension uses undefined GCRY_THREAD_OPTIONS_USER).
Antony Dovgal [Thu, 5 Jan 2006 13:40:10 +0000 (13:40 +0000)]
delete descriptor from the hash and avoid crashes on commit/rollback
Marcus Boerger [Thu, 5 Jan 2006 11:32:05 +0000 (11:32 +0000)]
- Made HashTable manifest a direct member rather than a pointer
- Need to find a working detection for compressed phars
<changelog@php.net> [Thu, 5 Jan 2006 06:31:47 +0000 (06:31 +0000)]
ChangeLog update
Andi Gutmans [Thu, 5 Jan 2006 02:35:02 +0000 (02:35 +0000)]
- More -> 2006 changes
Marcus Boerger [Thu, 5 Jan 2006 00:55:55 +0000 (00:55 +0000)]
- If no compression was specified and we detect compression than simply set
compression mode.
Marcus Boerger [Thu, 5 Jan 2006 00:53:41 +0000 (00:53 +0000)]
- Allow simple .phar too (in that case we guess no compression)
Ilia Alshanetsky [Thu, 5 Jan 2006 00:51:34 +0000 (00:51 +0000)]
MFB51: Fixed bug #35669 (imap_mail_compose() crashes with
multipart-multiboundary-email).
Marcus Boerger [Thu, 5 Jan 2006 00:39:31 +0000 (00:39 +0000)]
- Cleanup/simplify/let configure determine whetehr we are big/little-endian
Andi Gutmans [Wed, 4 Jan 2006 23:54:45 +0000 (23:54 +0000)]
- One more update
Andi Gutmans [Wed, 4 Jan 2006 23:54:12 +0000 (23:54 +0000)]
- Update copyright notices to 2006
Andrey Hristov [Wed, 4 Jan 2006 23:04:06 +0000 (23:04 +0000)]
bring tests up-to-date with 5_1 branch
#few are failing and will stop failing when bugfixes are upmerged from 5_1
Andrey Hristov [Wed, 4 Jan 2006 22:42:17 +0000 (22:42 +0000)]
cast and fix a warning
Derick Rethans [Wed, 4 Jan 2006 21:35:54 +0000 (21:35 +0000)]
- Fixed test case.
Rob Richards [Wed, 4 Jan 2006 20:55:14 +0000 (20:55 +0000)]
fix test
Rob Richards [Wed, 4 Jan 2006 19:43:36 +0000 (19:43 +0000)]
fix tests
Rob Richards [Wed, 4 Jan 2006 17:34:44 +0000 (17:34 +0000)]
fix win build
Greg Beaver [Wed, 4 Jan 2006 17:19:04 +0000 (17:19 +0000)]
add Marcus as lead