]>
granicus.if.org Git - php/log
Derick Rethans [Sun, 28 Dec 2003 21:56:15 +0000 (21:56 +0000)]
- Fix typo
Ilia Alshanetsky [Sun, 28 Dec 2003 21:08:46 +0000 (21:08 +0000)]
Last bit of CS fixes.
Ilia Alshanetsky [Sun, 28 Dec 2003 20:11:08 +0000 (20:11 +0000)]
CS fixes.
Marcus Boerger [Sun, 28 Dec 2003 18:03:05 +0000 (18:03 +0000)]
Add more tests.
Marcus Boerger [Sun, 28 Dec 2003 16:26:21 +0000 (16:26 +0000)]
Add a test
Marcus Boerger [Sun, 28 Dec 2003 16:26:04 +0000 (16:26 +0000)]
Fix a memleak
Improve error messages
Marcus Boerger [Sun, 28 Dec 2003 16:20:06 +0000 (16:20 +0000)]
WS
Marcus Boerger [Sun, 28 Dec 2003 15:18:05 +0000 (15:18 +0000)]
Fix order of class_entry member initialization (needed for example for DOM)
# You need to completley rebuild PHP after this patch.
Rui Hirokawa [Sun, 28 Dec 2003 14:38:28 +0000 (14:38 +0000)]
revert my previous patch because utf-8 support is still in experimental status.
Rui Hirokawa [Sun, 28 Dec 2003 14:26:57 +0000 (14:26 +0000)]
added warning message.
Rui Hirokawa [Sun, 28 Dec 2003 14:07:33 +0000 (14:07 +0000)]
added a option to select character encoding for sqlite.
Georg Richter [Sun, 28 Dec 2003 09:18:51 +0000 (09:18 +0000)]
fixed bug in properties for longlong values
<changelog@php.net> [Sun, 28 Dec 2003 01:31:59 +0000 (01:31 +0000)]
ChangeLog update
Sara Golemon [Sun, 28 Dec 2003 01:06:38 +0000 (01:06 +0000)]
Test additional wrapper methods [unlink, rename, mkdir, rmdir, url_stat]
Moriyoshi Koizumi [Sat, 27 Dec 2003 23:07:47 +0000 (23:07 +0000)]
Just laugh at me :)
Moriyoshi Koizumi [Sat, 27 Dec 2003 23:05:23 +0000 (23:05 +0000)]
- Add missing sanity check.
Marcus Boerger [Sat, 27 Dec 2003 23:01:04 +0000 (23:01 +0000)]
BFN
Marcus Boerger [Sat, 27 Dec 2003 22:59:49 +0000 (22:59 +0000)]
Fixed bug #26065 (Crash when nesting classes)
Marcus Boerger [Sat, 27 Dec 2003 22:16:13 +0000 (22:16 +0000)]
Correct in order
Marcus Boerger [Sat, 27 Dec 2003 22:11:48 +0000 (22:11 +0000)]
Bugfix #25329
Marcus Boerger [Sat, 27 Dec 2003 21:57:16 +0000 (21:57 +0000)]
Not needed
Marcus Boerger [Sat, 27 Dec 2003 21:45:50 +0000 (21:45 +0000)]
Add new test related to bug #25329.
Marcus Boerger [Sat, 27 Dec 2003 21:10:34 +0000 (21:10 +0000)]
Bugfix #25038 (call_user_func issues warning if function throws exception)
Marcus Boerger [Sat, 27 Dec 2003 20:45:36 +0000 (20:45 +0000)]
Add new test
Marcus Boerger [Sat, 27 Dec 2003 20:33:14 +0000 (20:33 +0000)]
Simplify
Marcus Boerger [Sat, 27 Dec 2003 20:16:49 +0000 (20:16 +0000)]
Fix __tostring() and concatenation
Rob Richards [Sat, 27 Dec 2003 12:39:10 +0000 (12:39 +0000)]
fix libxml mem leak
Rob Richards [Sat, 27 Dec 2003 10:33:26 +0000 (10:33 +0000)]
Fixed bug #26723
Rob Richards [Sat, 27 Dec 2003 10:29:52 +0000 (10:29 +0000)]
Fixed bug #26723 (domNode::appendChild() changes child node namespace)
apply fix to insertBefore and replaceChild
<changelog@php.net> [Fri, 26 Dec 2003 01:31:54 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Thu, 25 Dec 2003 22:12:12 +0000 (22:12 +0000)]
Synchronized bundled GD library with GD 2.0.17
. GD is now thread-safe thanks to wrappers around freetype library
. Significant optimization to png writing code.
. Miscellaneous fixes.
Fixed memory leak inside php_imagettftext_common()
Make ext/gd compile with GD 2.0.17+ (gdFreeFontCache() is not avaliable)
Marcus Boerger [Thu, 25 Dec 2003 20:08:22 +0000 (20:08 +0000)]
Fix warning
Marcus Boerger [Thu, 25 Dec 2003 19:59:38 +0000 (19:59 +0000)]
Fix warning
Ilia Alshanetsky [Thu, 25 Dec 2003 18:57:26 +0000 (18:57 +0000)]
Fixed Bug #26703 (Certain characters inside strings incorrectly treated as
keywords). Original patch by vrana@php.net.
Antony Dovgal [Thu, 25 Dec 2003 13:54:50 +0000 (13:54 +0000)]
workaround for possible ORA-22280 warning if buffers were not flushed
<changelog@php.net> [Thu, 25 Dec 2003 01:31:50 +0000 (01:31 +0000)]
ChangeLog update
Moriyoshi Koizumi [Wed, 24 Dec 2003 21:30:43 +0000 (21:30 +0000)]
- fixes for compatibility. now fgetcsv() treats a null line to be a single
null component.
Ilia Alshanetsky [Wed, 24 Dec 2003 16:38:22 +0000 (16:38 +0000)]
Fixed bug #26707 (Incorrect error for disabled functions/classes).
Antony Dovgal [Wed, 24 Dec 2003 15:01:54 +0000 (15:01 +0000)]
separate oci_lob_flush() to use it in oci_lob_append() etc. in the future
Moriyoshi Koizumi [Wed, 24 Dec 2003 02:36:21 +0000 (02:36 +0000)]
- Supply some comments. Hope those help when you have to debug this dead beef.
- Fix iconv_mime_decode() to correctly handle "malformed" headers :)
- Fix iconv_mime_decode() bug, that the result is mangled when
ICONV_MIME_CONTINUE_ON_ERROR is enabled and the function encounters an
unconvertable encoded chunk.
<changelog@php.net> [Wed, 24 Dec 2003 01:31:55 +0000 (01:31 +0000)]
ChangeLog update
Wez Furlong [Tue, 23 Dec 2003 20:12:55 +0000 (20:12 +0000)]
Fix segfault in ZTS mode
Ilia Alshanetsky [Tue, 23 Dec 2003 18:20:46 +0000 (18:20 +0000)]
Properly detect bundled libtool when PHP is built in a separate directory.
Detect version of system libtool, which is used by phpize.
Ilia Alshanetsky [Tue, 23 Dec 2003 17:33:06 +0000 (17:33 +0000)]
Make test work with PostgreSQL 7.4
Wez Furlong [Tue, 23 Dec 2003 17:20:50 +0000 (17:20 +0000)]
A more general check for dirs under Release or Debug.
Moriyoshi Koizumi [Tue, 23 Dec 2003 17:10:54 +0000 (17:10 +0000)]
Those are not structures :-)
Ilia Alshanetsky [Tue, 23 Dec 2003 17:08:44 +0000 (17:08 +0000)]
Compiler warning fixes.
Ilia Alshanetsky [Tue, 23 Dec 2003 17:05:43 +0000 (17:05 +0000)]
Fixed compiler warnings.
Antony Dovgal [Tue, 23 Dec 2003 16:02:53 +0000 (16:02 +0000)]
add oci_fetch_assoc(), oci_fetch_object(), oci_fetch_array() & oci_fetch_row()
change ocifetchinto() to use php_oci_fetch_row()
Wez Furlong [Tue, 23 Dec 2003 16:01:41 +0000 (16:01 +0000)]
Proper check for resolv.lib
Antony Dovgal [Tue, 23 Dec 2003 15:45:36 +0000 (15:45 +0000)]
huge patch
change almost all func names to match naming conventions
keep ocifetchinto & *buffering for awhile - they will be rewritten soon
old names are kept as aliases
Wez Furlong [Tue, 23 Dec 2003 15:33:13 +0000 (15:33 +0000)]
implement our own tiny little dependcy tracker and use
it to build distros.
Wez Furlong [Tue, 23 Dec 2003 14:05:33 +0000 (14:05 +0000)]
enable inifile handler under new win32 build too
Wez Furlong [Tue, 23 Dec 2003 13:10:54 +0000 (13:10 +0000)]
Attempt to work around apparent problems with WshShell.CurrentDirectory.
# Andi, please try this now
Wez Furlong [Tue, 23 Dec 2003 12:40:41 +0000 (12:40 +0000)]
Better implementation of the prefix thing
Andi Gutmans [Tue, 23 Dec 2003 11:06:50 +0000 (11:06 +0000)]
- Commit fixes to PHP man page
Marcus Boerger [Tue, 23 Dec 2003 10:45:10 +0000 (10:45 +0000)]
Fixed bug #26697 (calling class_exists on a nonexistent class in __autoload
results in segfault).
Antony Dovgal [Tue, 23 Dec 2003 09:21:14 +0000 (09:21 +0000)]
do not delete connection ids, we need them
Georg Richter [Tue, 23 Dec 2003 06:28:12 +0000 (06:28 +0000)]
#fixed bug #26680
Frank M. Kromann [Tue, 23 Dec 2003 05:43:19 +0000 (05:43 +0000)]
Adding install target that follows the prefix
Wez Furlong [Tue, 23 Dec 2003 02:51:18 +0000 (02:51 +0000)]
Now that it has matured somewhat, don't discourage questions about it
quite so strongly.
Add note about snapshot building.
# If you are building "official" snapshots, you need Edin's treasure-trove
# of libraries/headers and the snapshot template
Wez Furlong [Tue, 23 Dec 2003 01:57:26 +0000 (01:57 +0000)]
fix API exports
Wez Furlong [Tue, 23 Dec 2003 01:55:33 +0000 (01:55 +0000)]
Implement a glob() function for use by win32 configure.
Wez Furlong [Tue, 23 Dec 2003 01:54:07 +0000 (01:54 +0000)]
win32 buildconf now honours extension dependencies and will
try its best to ensure that the config.w32 files are amalgamated
in such a way that modules are processed before their dependents.
<changelog@php.net> [Tue, 23 Dec 2003 01:31:50 +0000 (01:31 +0000)]
ChangeLog update
Frank M. Kromann [Tue, 23 Dec 2003 00:36:32 +0000 (00:36 +0000)]
Use a variable name so this actually works.
Frank M. Kromann [Tue, 23 Dec 2003 00:17:15 +0000 (00:17 +0000)]
Fix build when both a path and the keyword shared is given
Now works for both <path>,shared and shared,<path>
Marcus Boerger [Mon, 22 Dec 2003 23:45:53 +0000 (23:45 +0000)]
Typos found by Petras Kudaras.
Frank M. Kromann [Mon, 22 Dec 2003 23:30:20 +0000 (23:30 +0000)]
No need for these trick when linking with a correct cclient.lib
Marcus Boerger [Mon, 22 Dec 2003 23:23:06 +0000 (23:23 +0000)]
Fix test
Marcus Boerger [Mon, 22 Dec 2003 23:17:17 +0000 (23:17 +0000)]
Preserve casing
Marcus Boerger [Mon, 22 Dec 2003 23:15:34 +0000 (23:15 +0000)]
Fix test
Marcus Boerger [Mon, 22 Dec 2003 22:59:44 +0000 (22:59 +0000)]
Update
Marcus Boerger [Mon, 22 Dec 2003 22:53:48 +0000 (22:53 +0000)]
Add more tests
Marcus Boerger [Mon, 22 Dec 2003 22:50:02 +0000 (22:50 +0000)]
Fix tests now that class names are shown in correct casing
Wez Furlong [Mon, 22 Dec 2003 22:48:29 +0000 (22:48 +0000)]
Don't annoy people building snaps/dists using VC6
Wez Furlong [Mon, 22 Dec 2003 22:41:59 +0000 (22:41 +0000)]
Allow FrontBase to build against my local version of the headers
Wez Furlong [Mon, 22 Dec 2003 22:39:57 +0000 (22:39 +0000)]
Proper header check for yaz.
Marcus Boerger [Mon, 22 Dec 2003 22:34:28 +0000 (22:34 +0000)]
Preserve class name casing.
Marcus Boerger [Mon, 22 Dec 2003 22:33:45 +0000 (22:33 +0000)]
BFN
Wez Furlong [Mon, 22 Dec 2003 22:33:43 +0000 (22:33 +0000)]
For GD, build the extension as php_gd2.dll instead of php_gd.dll.
Thanks again Frank :-)
Wez Furlong [Mon, 22 Dec 2003 22:30:50 +0000 (22:30 +0000)]
It seems that making the NewAPIs.h header globally visible causes
problems when compiling the com_dotnet extension, so I'm moving
it to be visible only to the VCWD code.
Thanks Frank :-)
Marcus Boerger [Mon, 22 Dec 2003 20:03:01 +0000 (20:03 +0000)]
Fixed bug #26695 (Reflection API does not recognize mixed-case class hints)
# The exception part
Frank M. Kromann [Mon, 22 Dec 2003 18:23:39 +0000 (18:23 +0000)]
Convert to windows line endings
Georg Richter [Mon, 22 Dec 2003 17:00:54 +0000 (17:00 +0000)]
beautifying :)
Georg Richter [Mon, 22 Dec 2003 16:56:14 +0000 (16:56 +0000)]
fixed bug #26680
Rob Richards [Mon, 22 Dec 2003 16:49:54 +0000 (16:49 +0000)]
rollback to previouos version
bug #26690 fixed in libxml.c
Rob Richards [Mon, 22 Dec 2003 16:46:26 +0000 (16:46 +0000)]
only test url_stat in read mode
Ilia Alshanetsky [Mon, 22 Dec 2003 16:32:29 +0000 (16:32 +0000)]
Fixed bug #26690 (make xsltProcessor->transformToUri use streams wrappers).
Marcus Boerger [Mon, 22 Dec 2003 16:27:14 +0000 (16:27 +0000)]
Fixed bug #26675 (Segfault on ArrayAccess use)
Update NEWS
Ilia Alshanetsky [Mon, 22 Dec 2003 16:00:52 +0000 (16:00 +0000)]
Define INADDR_NONE for systems that don't have it (apparently solaris).
Ilia Alshanetsky [Mon, 22 Dec 2003 15:56:51 +0000 (15:56 +0000)]
Missing bit for bug #26625.
Wez Furlong [Mon, 22 Dec 2003 15:32:11 +0000 (15:32 +0000)]
Verify that new build system works with Pi3Web 2.0.2
Wez Furlong [Mon, 22 Dec 2003 15:01:05 +0000 (15:01 +0000)]
Fix bug #26692; Could not find GetLongPathNameA under NT4.
This fix relies on you having the Platform SDK headers.
Using the new build system, the NewAPIs.h header will be detected
automatically, however, for people building using .dsp files,
you will need to add /DHAVE_NEWAPIS_H=1 to the TSRM project
if you have those newer headers.
Wez Furlong [Mon, 22 Dec 2003 13:16:43 +0000 (13:16 +0000)]
Add dependencies for these extensions
Wez Furlong [Mon, 22 Dec 2003 13:13:39 +0000 (13:13 +0000)]
Add --enable-snapshot-build configure option for win32 build.
Using it will attempt to switch on any configure options that
were left to their default value of "no".
Add a "snap" target to the makefile which will run a sub-process
to make each SAPI and EXT independently, so that the whole process
does not bail out if a particular extension is broken.
Add a way to specify dependencies between extensions in the
config.w32 files so that the makefile will include appropriate rules
and linkage.
Wez Furlong [Mon, 22 Dec 2003 13:09:15 +0000 (13:09 +0000)]
export these symbols for use by SPL as a shared extension
Wez Furlong [Mon, 22 Dec 2003 13:08:04 +0000 (13:08 +0000)]
add win32 configure option for CLI to switch on CRT heap debugging
Jon Parise [Mon, 22 Dec 2003 06:19:01 +0000 (06:19 +0000)]
Correcting the description field.
<changelog@php.net> [Mon, 22 Dec 2003 01:31:56 +0000 (01:31 +0000)]
ChangeLog update