]>
granicus.if.org Git - php/log
Greg Beaver [Fri, 12 Dec 2003 00:02:32 +0000 (00:02 +0000)]
update notes
Greg Beaver [Thu, 11 Dec 2003 23:57:15 +0000 (23:57 +0000)]
MFB
Ilia Alshanetsky [Thu, 11 Dec 2003 23:51:24 +0000 (23:51 +0000)]
Fixed extra byte allocation for STD* constants and replace magic numbers
with sizeof().
Ilia Alshanetsky [Thu, 11 Dec 2003 23:50:13 +0000 (23:50 +0000)]
Fixed extra byte allocation for TRUE/FALSE/ZEND_THREAD_SAFE/NULL constants.
Greg Beaver [Thu, 11 Dec 2003 23:30:52 +0000 (23:30 +0000)]
add missing not relation
Andrei Zmievski [Thu, 11 Dec 2003 19:37:03 +0000 (19:37 +0000)]
MFB
Marcus Boerger [Thu, 11 Dec 2003 18:18:52 +0000 (18:18 +0000)]
Bugfix: #26591 [NEW]: "__autoload threw an exception" during an uncaught
Exception
Greg Beaver [Thu, 11 Dec 2003 16:07:01 +0000 (16:07 +0000)]
fix #391, PHP 5 reference fix
Greg Beaver [Thu, 11 Dec 2003 15:59:08 +0000 (15:59 +0000)]
add failure test for non-existing file
Greg Beaver [Thu, 11 Dec 2003 15:56:08 +0000 (15:56 +0000)]
new unit test for PEAR_Packager
Dmitry Stogov [Thu, 11 Dec 2003 13:36:42 +0000 (13:36 +0000)]
Dir seaparator "\" was removed.
Edin Kadribasic [Thu, 11 Dec 2003 11:19:15 +0000 (11:19 +0000)]
MFB: Use standard header locations
Andi Gutmans [Thu, 11 Dec 2003 10:21:16 +0000 (10:21 +0000)]
- Refix bug #24773
Marcus Boerger [Thu, 11 Dec 2003 09:56:06 +0000 (09:56 +0000)]
Handle getter failure and allow to bypass thrown exceptions.
Marcus Boerger [Thu, 11 Dec 2003 09:52:33 +0000 (09:52 +0000)]
read_dimension() handler might return 0, handle this.
Greg Beaver [Thu, 11 Dec 2003 05:54:35 +0000 (05:54 +0000)]
since nobody has taken any action, fix Console_Getopt to be BC, and update the PEAR core to take advantage of the new way. Use 1.2 to avoid any problems with versioning.
The core passes all unit tests with these changes, so they should work.
Andrei: feel free to change anything you don't like, this is just a make it work fix.
Greg Beaver [Thu, 11 Dec 2003 05:49:37 +0000 (05:49 +0000)]
update test cases for new error messages
Greg Beaver [Thu, 11 Dec 2003 05:30:57 +0000 (05:30 +0000)]
new test case for directory tree deletion on uninstall
<changelog@php.net> [Thu, 11 Dec 2003 01:36:11 +0000 (01:36 +0000)]
ChangeLog update
Christian Stocker [Wed, 10 Dec 2003 22:32:36 +0000 (22:32 +0000)]
fix crashes when you call php:functionString() with a
non-string handler (by adam)
Ilia Alshanetsky [Wed, 10 Dec 2003 21:23:35 +0000 (21:23 +0000)]
Fixed ZTS build.
Derick Rethans [Wed, 10 Dec 2003 21:02:33 +0000 (21:02 +0000)]
- Test before commit - test before commit
Moriyoshi Koizumi [Wed, 10 Dec 2003 19:02:34 +0000 (19:02 +0000)]
oops.
Moriyoshi Koizumi [Wed, 10 Dec 2003 19:01:52 +0000 (19:01 +0000)]
NFN
Ilia Alshanetsky [Wed, 10 Dec 2003 18:56:05 +0000 (18:56 +0000)]
The changes() method should be that of the database object not that of
a result.
Added a test case for this bug.
Derick Rethans [Wed, 10 Dec 2003 18:17:23 +0000 (18:17 +0000)]
- Added support for MacRoman encoding to htmlentities(). (Marcus Bointon)
Moriyoshi Koizumi [Wed, 10 Dec 2003 17:38:45 +0000 (17:38 +0000)]
Eliminate compiler warnings.
Moriyoshi Koizumi [Wed, 10 Dec 2003 17:09:14 +0000 (17:09 +0000)]
Remove leftover
foobar [Wed, 10 Dec 2003 14:08:06 +0000 (14:08 +0000)]
Fixed bug #26565 (strtotime("this month") resolving to the wrong month)
Marcus Boerger [Wed, 10 Dec 2003 10:24:35 +0000 (10:24 +0000)]
Do not double copy the string
Marcus Boerger [Wed, 10 Dec 2003 10:21:24 +0000 (10:21 +0000)]
Make these inline
Marcus Boerger [Wed, 10 Dec 2003 10:19:43 +0000 (10:19 +0000)]
Fix a (single) leak
# -> iterators cannot keep current data as zval**, only zval * is possible.
Georg Richter [Wed, 10 Dec 2003 10:06:07 +0000 (10:06 +0000)]
freeing result and stmt properties in MSHUTDOWN
Moriyoshi Koizumi [Wed, 10 Dec 2003 07:15:28 +0000 (07:15 +0000)]
Fix bug #26574 (basename() doesn't work properly with multibyte characters)
Moriyoshi Koizumi [Wed, 10 Dec 2003 06:08:39 +0000 (06:08 +0000)]
Expose the macro globally
Moriyoshi Koizumi [Wed, 10 Dec 2003 06:04:15 +0000 (06:04 +0000)]
Fix typo.
<changelog@php.net> [Wed, 10 Dec 2003 01:32:01 +0000 (01:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 10 Dec 2003 01:02:20 +0000 (01:02 +0000)]
Fixed a crash in SQLite when fetching data using sqlite_fetch_object() in
a loop.
Wez Furlong [Wed, 10 Dec 2003 00:47:02 +0000 (00:47 +0000)]
consistency with unix build....
foobar [Tue, 9 Dec 2003 23:59:33 +0000 (23:59 +0000)]
- Brought ext/bcmath to the new millennium
# consistency..
Greg Beaver [Tue, 9 Dec 2003 23:43:58 +0000 (23:43 +0000)]
remove references to global variables in validatePackageInfo, remove extraneous summary that is never reached in the switch
Rob Richards [Tue, 9 Dec 2003 21:56:42 +0000 (21:56 +0000)]
fix possible mem leak when element has children
Rob Richards [Tue, 9 Dec 2003 21:55:02 +0000 (21:55 +0000)]
buffer error messages until newline is hit
Pierre Joye [Tue, 9 Dec 2003 20:54:58 +0000 (20:54 +0000)]
- MFB (fix pecl install)
foobar [Tue, 9 Dec 2003 20:33:08 +0000 (20:33 +0000)]
Fixed bug #26564 (ncurses5 has headers in PREFIX/include/ncurses)
Wez Furlong [Tue, 9 Dec 2003 20:19:44 +0000 (20:19 +0000)]
allow assignment to $node->nodeValue to work for more
objects and in situations where the rvalue is not a string.
(Fixes a segfault in that case)
Rob Richards [Tue, 9 Dec 2003 20:12:39 +0000 (20:12 +0000)]
fix issues when passing in mulitple arguments
foobar [Tue, 9 Dec 2003 20:10:22 +0000 (20:10 +0000)]
Fix the configure output..
foobar [Tue, 9 Dec 2003 20:04:17 +0000 (20:04 +0000)]
Removed unnecessary outputs
Marcus Boerger [Tue, 9 Dec 2003 19:03:38 +0000 (19:03 +0000)]
Add missing dtor call.
Marcus Boerger [Tue, 9 Dec 2003 19:02:34 +0000 (19:02 +0000)]
- Initialize for refcounting.
- Simplify.
foobar [Tue, 9 Dec 2003 16:33:05 +0000 (16:33 +0000)]
- Update credits.
foobar [Tue, 9 Dec 2003 16:32:14 +0000 (16:32 +0000)]
correct credits
foobar [Tue, 9 Dec 2003 16:29:54 +0000 (16:29 +0000)]
- Update header + added missing Id tags.
foobar [Tue, 9 Dec 2003 16:24:03 +0000 (16:24 +0000)]
Correct header..
Andi Gutmans [Tue, 9 Dec 2003 08:56:04 +0000 (08:56 +0000)]
- Fix overallocation (thanks to Ilia)
Ilia Alshanetsky [Tue, 9 Dec 2003 01:54:56 +0000 (01:54 +0000)]
Kill unused variables.
<changelog@php.net> [Tue, 9 Dec 2003 01:34:47 +0000 (01:34 +0000)]
ChangeLog update
Hartmut Holzgraefe [Mon, 8 Dec 2003 22:22:57 +0000 (22:22 +0000)]
reduce/reduce conflicts resolved
Frank M. Kromann [Mon, 8 Dec 2003 22:15:20 +0000 (22:15 +0000)]
Adding config file for win32. This allows to build with c-client 2002e
Frank M. Kromann [Mon, 8 Dec 2003 22:10:42 +0000 (22:10 +0000)]
Exporting symbols used in the imap extension
foobar [Mon, 8 Dec 2003 18:57:09 +0000 (18:57 +0000)]
ws
Alex Leigh [Mon, 8 Dec 2003 18:18:03 +0000 (18:18 +0000)]
Removed extraneous php4_close() function and Windows compile checks.
Rob Richards [Mon, 8 Dec 2003 17:08:10 +0000 (17:08 +0000)]
fix getElementsByTagname iteration
Alex Leigh [Mon, 8 Dec 2003 16:54:18 +0000 (16:54 +0000)]
New SAPI module for Continuity HTTP server (ashpool.com)
Derick Rethans [Mon, 8 Dec 2003 13:26:03 +0000 (13:26 +0000)]
- Make it compile again
Rob Richards [Mon, 8 Dec 2003 12:56:47 +0000 (12:56 +0000)]
export libxml2 and iconv symbols
extensions no longer link against either of those
foobar [Mon, 8 Dec 2003 10:12:42 +0000 (10:12 +0000)]
typofix
Marcus Boerger [Mon, 8 Dec 2003 08:39:18 +0000 (08:39 +0000)]
Implement CahingIterator and CachingRecursiveIterator as C-code.
#Script examples/directorytree.php has a few memleaks though but besides
#that all works fine.
Marcus Boerger [Mon, 8 Dec 2003 08:31:08 +0000 (08:31 +0000)]
Use better name for the constant
Marcus Boerger [Mon, 8 Dec 2003 08:28:18 +0000 (08:28 +0000)]
Update examples to new parameter handling
Sergey Kartashoff [Mon, 8 Dec 2003 08:12:34 +0000 (08:12 +0000)]
- A bug in Udm_Hash32 function was fixed.
Moriyoshi Koizumi [Mon, 8 Dec 2003 07:18:20 +0000 (07:18 +0000)]
Avoid using non-portable test syntax. This was causing problems on
Solaris. (Reported by Uwe Schindler. Thanks!)
Moriyoshi Koizumi [Mon, 8 Dec 2003 07:15:32 +0000 (07:15 +0000)]
NULL pointers can be passed to free_fcn. This is the correct behaviour.
<changelog@php.net> [Mon, 8 Dec 2003 01:30:07 +0000 (01:30 +0000)]
ChangeLog update
Moriyoshi Koizumi [Mon, 8 Dec 2003 00:38:00 +0000 (00:38 +0000)]
Fix iconv stream filter to properly handle multibyte characters that
span at the alignment of a hunk.
Moriyoshi Koizumi [Mon, 8 Dec 2003 00:22:22 +0000 (00:22 +0000)]
Fix a convert filters bug that occurs when multiple buckets are coming in.
Andrey Hristov [Sun, 7 Dec 2003 22:24:22 +0000 (22:24 +0000)]
entries for get_declared_interfaces/get_declared_classes
Stanislav Malyshev [Sun, 7 Dec 2003 18:54:31 +0000 (18:54 +0000)]
Apply Andrey Hristov's patch adding get_declared_interfaces()
Ilia Alshanetsky [Sun, 7 Dec 2003 18:39:09 +0000 (18:39 +0000)]
Removed unused variable.
foobar [Sun, 7 Dec 2003 18:19:30 +0000 (18:19 +0000)]
ws
foobar [Sun, 7 Dec 2003 16:59:32 +0000 (16:59 +0000)]
BFN
foobar [Sun, 7 Dec 2003 16:56:51 +0000 (16:56 +0000)]
Remove unnecessary #include
foobar [Sun, 7 Dec 2003 16:54:09 +0000 (16:54 +0000)]
bfn reorder
foobar [Sun, 7 Dec 2003 16:16:02 +0000 (16:16 +0000)]
The correct (tm) way.
Marcus Boerger [Sun, 7 Dec 2003 15:59:13 +0000 (15:59 +0000)]
revert here too
foobar [Sun, 7 Dec 2003 15:41:50 +0000 (15:41 +0000)]
revert, not needed
Marcus Boerger [Sun, 7 Dec 2003 15:39:56 +0000 (15:39 +0000)]
Revert this part, too
foobar [Sun, 7 Dec 2003 15:33:19 +0000 (15:33 +0000)]
Fix logic
Marcus Boerger [Sun, 7 Dec 2003 15:26:09 +0000 (15:26 +0000)]
Revert, not needed here
Marcus Boerger [Sun, 7 Dec 2003 15:03:11 +0000 (15:03 +0000)]
Use a single bit field for the flags here
Derick Rethans [Sun, 7 Dec 2003 14:47:35 +0000 (14:47 +0000)]
- Add comment, I put this ina week ago and it already confused me :)
Derick Rethans [Sun, 7 Dec 2003 14:29:43 +0000 (14:29 +0000)]
- Fixed bug #26548 (Malformed HTTP dates in headers).
Marcus Boerger [Sun, 7 Dec 2003 13:21:47 +0000 (13:21 +0000)]
Update examples
Stanislav Malyshev [Sun, 7 Dec 2003 12:59:54 +0000 (12:59 +0000)]
fix potential buffer overrun
Wez Furlong [Sun, 7 Dec 2003 11:32:40 +0000 (11:32 +0000)]
allow $node['not_yet_existing_attribute'] = $value; to work
Rob Richards [Sun, 7 Dec 2003 11:11:47 +0000 (11:11 +0000)]
fix warning for shared debug
fix test bug26384 - WS issue
Wez Furlong [Sun, 7 Dec 2003 02:58:56 +0000 (02:58 +0000)]
tweak build so that it mirrors the source filesystem layout under the build dir. This allows GD extension to build.
Edin Kadribasic [Sun, 7 Dec 2003 01:59:28 +0000 (01:59 +0000)]
First attemt at win32 build with the new build system.
#No workie yet, the build sys needs tweaking
Marcus Boerger [Sun, 7 Dec 2003 01:58:54 +0000 (01:58 +0000)]
Enable shared build