]>
granicus.if.org Git - php/log
Ilia Alshanetsky [Mon, 13 Nov 2006 22:11:02 +0000 (22:11 +0000)]
MFB: Fixed bug #36812 (pg_execute() modifies input array).
Rob Richards [Mon, 13 Nov 2006 20:48:18 +0000 (20:48 +0000)]
BFN
Rob Richards [Mon, 13 Nov 2006 20:47:52 +0000 (20:47 +0000)]
Fixed bug #39504 (xmlwriter_write_dtd_entity() creates Attlist tag,
not enity). (Hannes Magnusson)
add test
Antony Dovgal [Mon, 13 Nov 2006 20:31:15 +0000 (20:31 +0000)]
don't forget to close the stream when/if flock() fails
Antony Dovgal [Mon, 13 Nov 2006 20:17:05 +0000 (20:17 +0000)]
fix leaks in get_meta_tags() when used with b0rked HTML
add test
Antony Dovgal [Mon, 13 Nov 2006 19:32:43 +0000 (19:32 +0000)]
improve the fix and the test
Ilia Alshanetsky [Mon, 13 Nov 2006 15:34:49 +0000 (15:34 +0000)]
MFB: php_splice() optimization
Ilia Alshanetsky [Mon, 13 Nov 2006 15:33:40 +0000 (15:33 +0000)]
MFB: Fixed bug #36644 (possible crash in variant_date_from_timestamp()).
Dmitry Stogov [Mon, 13 Nov 2006 15:13:36 +0000 (15:13 +0000)]
Use symbolic names
Antony Dovgal [Mon, 13 Nov 2006 14:59:47 +0000 (14:59 +0000)]
actually copy input to return_value
input is a local var, you can't use it this way
Antony Dovgal [Mon, 13 Nov 2006 14:50:55 +0000 (14:50 +0000)]
new test
Michael Wallner [Mon, 13 Nov 2006 14:05:49 +0000 (14:05 +0000)]
- fix tests
Michael Wallner [Mon, 13 Nov 2006 14:05:03 +0000 (14:05 +0000)]
- fix buffer size alignment
- avoid memory overflow #if MEMORY_LIMIT
Antony Dovgal [Mon, 13 Nov 2006 12:53:50 +0000 (12:53 +0000)]
add a note that libxml2 2.6.2x is required
Antony Dovgal [Mon, 13 Nov 2006 12:49:18 +0000 (12:49 +0000)]
fix compile warning
Dmitry Stogov [Mon, 13 Nov 2006 10:28:57 +0000 (10:28 +0000)]
Fixed incorrect heap corruptiuon detection code
<changelog@php.net> [Mon, 13 Nov 2006 01:31:13 +0000 (01:31 +0000)]
ChangeLog update
Hannes Magnusson [Sun, 12 Nov 2006 19:01:33 +0000 (19:01 +0000)]
MFB: add missing headers
Ilia Alshanetsky [Sun, 12 Nov 2006 17:56:50 +0000 (17:56 +0000)]
MFB: updated generated file
Marcus Boerger [Sun, 12 Nov 2006 17:56:14 +0000 (17:56 +0000)]
- Optimize SPL directory stuff by making iterator part of object
Marcus Boerger [Sun, 12 Nov 2006 17:55:39 +0000 (17:55 +0000)]
- Update test after SPL change
Ilia Alshanetsky [Sun, 12 Nov 2006 17:49:52 +0000 (17:49 +0000)]
MFB: Fixed a memory leak when named & positional params are being used in
the same query.
Marcus Boerger [Sun, 12 Nov 2006 17:37:51 +0000 (17:37 +0000)]
- Fix memleaks
Hannes Magnusson [Sun, 12 Nov 2006 17:34:28 +0000 (17:34 +0000)]
SplFileObject no longer overwrites getFilename()
Hannes Magnusson [Sun, 12 Nov 2006 17:08:45 +0000 (17:08 +0000)]
SplFileObject::getFilename() should not overwrite SplFileInfo::getFilename()
(Fixes bug where SplFileObject::getFilename() returns relative/path/to/file)
Marcus Boerger [Sun, 12 Nov 2006 15:58:05 +0000 (15:58 +0000)]
- Correct comments
<changelog@php.net> [Sun, 12 Nov 2006 01:31:02 +0000 (01:31 +0000)]
ChangeLog update
Hannes Magnusson [Sun, 12 Nov 2006 01:11:58 +0000 (01:11 +0000)]
Fixed bug#36975 (natcasesort() causes array_pop() to misbehave)
Nuno Lopes [Sun, 12 Nov 2006 00:41:41 +0000 (00:41 +0000)]
MFB: fix leak in oo_stream.phpt
Nuno Lopes [Sun, 12 Nov 2006 00:31:37 +0000 (00:31 +0000)]
MFB: fix leak in the object destrucotr when zip_close() fails (fixes oo_delete.phpt)
Nuno Lopes [Sat, 11 Nov 2006 23:43:40 +0000 (23:43 +0000)]
MFB: fix leaks within zip entries in several tests
Nuno Lopes [Sat, 11 Nov 2006 23:36:52 +0000 (23:36 +0000)]
MFB :fix leak in oo_setArchiveComment.phpt
<changelog@php.net> [Sat, 11 Nov 2006 01:31:31 +0000 (01:31 +0000)]
ChangeLog update
Nuno Lopes [Fri, 10 Nov 2006 23:27:31 +0000 (23:27 +0000)]
MFB
Antony Dovgal [Fri, 10 Nov 2006 23:03:23 +0000 (23:03 +0000)]
fix type mess (thanks again, Chris)
Antony Dovgal [Fri, 10 Nov 2006 21:57:04 +0000 (21:57 +0000)]
fix build with old client versions
Antony Dovgal [Fri, 10 Nov 2006 21:55:05 +0000 (21:55 +0000)]
MFB
Nuno Lopes [Fri, 10 Nov 2006 18:05:58 +0000 (18:05 +0000)]
MFB
Dmitry Stogov [Fri, 10 Nov 2006 17:34:26 +0000 (17:34 +0000)]
Fixed tests
Nuno Lopes [Fri, 10 Nov 2006 17:32:42 +0000 (17:32 +0000)]
MFB
Dmitry Stogov [Fri, 10 Nov 2006 17:24:11 +0000 (17:24 +0000)]
Fixed wrong realpath() result in case of unexistent path
Dmitry Stogov [Fri, 10 Nov 2006 16:59:34 +0000 (16:59 +0000)]
Revert wrong path
Antony Dovgal [Fri, 10 Nov 2006 16:56:19 +0000 (16:56 +0000)]
add _not yet 100% complete_ Unicode support
collections, statements and BLOBs seem to be working ok
though there are still some things to be done in order to make oci_bind_array_by_name() work with U-strings
Notes:
- in Unicode mode OCI8 always speaks to Oracle server using UTF-16, so all the conversions are done by the client lib.
This is why character set parameter of oci_connect() and NLS_LANG are ignored in U-mode.
- BLOBs and CLOBs behave quite differently in U-mode.
Reading data from a CLOB would result in Unicode string, while BLOBs would return binary string.
Also, all LOB utilities work with _bytes_ when BLOB is used and _characters_ when it's CLOB.
It's not that obvious, but it does make a lot of sense to me.
Antony Dovgal [Fri, 10 Nov 2006 16:33:28 +0000 (16:33 +0000)]
fix segfault in ZTS mode when statements containing sub-statements are destroyed in wrong order
Dmitry Stogov [Fri, 10 Nov 2006 15:05:38 +0000 (15:05 +0000)]
Fixed bug #39454 (Returning a SOAP array segfaults PHP)
Dmitry Stogov [Fri, 10 Nov 2006 15:04:19 +0000 (15:04 +0000)]
stat() is reimplemented using using GetFileAttributesEx().
The new implementation is faster then implementation in MS VC CRT, but it doesn't support Windows 95.
Dmitry Stogov [Fri, 10 Nov 2006 14:21:26 +0000 (14:21 +0000)]
Fixed tests
Dmitry Stogov [Fri, 10 Nov 2006 14:21:13 +0000 (14:21 +0000)]
Unicode support
Dmitry Stogov [Fri, 10 Nov 2006 13:18:46 +0000 (13:18 +0000)]
Removed unnecessary ftell() calls (one call for each included PHP file)
Dmitry Stogov [Fri, 10 Nov 2006 13:10:28 +0000 (13:10 +0000)]
Disabled reading from stream (calls to read()) after EOF
Dmitry Stogov [Fri, 10 Nov 2006 12:59:41 +0000 (12:59 +0000)]
VCWD_REALPATH() is improved to use realpath cache without VIRTUAL_DIR
Dmitry Stogov [Fri, 10 Nov 2006 12:02:22 +0000 (12:02 +0000)]
Intialization code is moved from request startup to module startup
Andrei Zmievski [Fri, 10 Nov 2006 12:01:50 +0000 (12:01 +0000)]
Allow mixing Unicode/binary string types.
Dmitry Stogov [Fri, 10 Nov 2006 11:51:55 +0000 (11:51 +0000)]
Start timiout thread on Windows only if necessary
Dmitry Stogov [Fri, 10 Nov 2006 11:42:40 +0000 (11:42 +0000)]
Implemented registry cache that prevent registry lookup on each request. In case of modification of corresponding registry-tree PHP will reload it automatic.
Dmitry Stogov [Fri, 10 Nov 2006 11:20:58 +0000 (11:20 +0000)]
opendir() is reimplemented using GetFistFile/GetNextFile those are faster then _findfirst/_findnext
Dmitry Stogov [Fri, 10 Nov 2006 10:55:43 +0000 (10:55 +0000)]
Removed unnecessary checks for ISREG file and corresponding stat() calls on Wind
ows
Dmitry Stogov [Fri, 10 Nov 2006 10:44:16 +0000 (10:44 +0000)]
Zend Memory Manager Improvements
. use HeapAlloc() instead of VirtualAlloc()
. use "win32" storage manager (instead of "malloc") on Windows by default
Dmitry Stogov [Fri, 10 Nov 2006 10:38:23 +0000 (10:38 +0000)]
Fix warnings
Dmitry Stogov [Fri, 10 Nov 2006 10:30:56 +0000 (10:30 +0000)]
Use $(CC) for linking instead of $(LD). This allows usage of advansed optimization techniques (like Intel's inner-procedure optimization)
Dmitry Stogov [Fri, 10 Nov 2006 10:11:05 +0000 (10:11 +0000)]
Faster and better licensed implementation
Dmitry Stogov [Fri, 10 Nov 2006 09:56:37 +0000 (09:56 +0000)]
Simplify the code base as this getpwd() was used only once
<changelog@php.net> [Fri, 10 Nov 2006 01:31:22 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Fri, 10 Nov 2006 01:08:52 +0000 (01:08 +0000)]
MFB: Fixed pecl bug #9179 (phpversion("filter") shows wrong version).
Antony Dovgal [Thu, 9 Nov 2006 23:50:47 +0000 (23:50 +0000)]
add two more unicode related macros
Hannes Magnusson [Thu, 9 Nov 2006 20:02:23 +0000 (20:02 +0000)]
Enable xmlwriter_start_dtd_entity(), xmlwriter_end_dtd_entity() & xmlwriter_write_dtd_entity()
Ilia Alshanetsky [Thu, 9 Nov 2006 20:02:08 +0000 (20:02 +0000)]
MFB: Added missing PHPAPI declaration
Ilia Alshanetsky [Thu, 9 Nov 2006 19:10:27 +0000 (19:10 +0000)]
MFB: Fixed bug #38456 (Apache2 segfaults when virtual() is called in .php
ErrorDocument).
Nuno Lopes [Thu, 9 Nov 2006 16:38:55 +0000 (16:38 +0000)]
MFB: fix test
Nuno Lopes [Thu, 9 Nov 2006 16:34:00 +0000 (16:34 +0000)]
MFB: fix possible segfault
Nuno Lopes [Thu, 9 Nov 2006 16:18:28 +0000 (16:18 +0000)]
MFB: static'fication
Frank M. Kromann [Thu, 9 Nov 2006 09:24:18 +0000 (09:24 +0000)]
MFB 5_2:
Revert patch for warnings about missing headers. These are fixed in the latest version of libming.
Sync code for SWFMovie::streamMP3. This function will now return the number of frames in the file.
Dmitry Stogov [Thu, 9 Nov 2006 08:29:37 +0000 (08:29 +0000)]
Fixed tests
<changelog@php.net> [Thu, 9 Nov 2006 01:31:24 +0000 (01:31 +0000)]
ChangeLog update
Antony Dovgal [Thu, 9 Nov 2006 01:16:48 +0000 (01:16 +0000)]
fix more tests
Antony Dovgal [Thu, 9 Nov 2006 01:07:31 +0000 (01:07 +0000)]
fix test
Antony Dovgal [Thu, 9 Nov 2006 01:06:45 +0000 (01:06 +0000)]
eliminate a couple of compile warnings
Antony Dovgal [Thu, 9 Nov 2006 00:33:54 +0000 (00:33 +0000)]
fix test and prevent endless loop
Ilia Alshanetsky [Thu, 9 Nov 2006 00:13:39 +0000 (00:13 +0000)]
MFB: Fixed bug #38602 (header( "HTTP/1.0 ..." ) does not change proto
version).
Dmitry Stogov [Wed, 8 Nov 2006 16:02:29 +0000 (16:02 +0000)]
HashTable copying optimization (Matt Wilmas)
Dmitry Stogov [Wed, 8 Nov 2006 13:38:44 +0000 (13:38 +0000)]
Fixed bug #39297 (Memory corryption because of indirect modification of overloaded array).
Dmitry Stogov [Wed, 8 Nov 2006 11:04:42 +0000 (11:04 +0000)]
Fixed bug #39344 (Unnecessary calls to OnModify callback routine for an extension INI directive). (wharmby at uk dot ibm dot com, Dmitry)
Sara Golemon [Wed, 8 Nov 2006 10:09:17 +0000 (10:09 +0000)]
Put zend_lookup_class_ex back into the API for BC.
Dmitry Stogov [Wed, 8 Nov 2006 10:05:33 +0000 (10:05 +0000)]
Fixed bug #38536 (SOAP returns an array of values instead of an object)
<changelog@php.net> [Wed, 8 Nov 2006 01:31:28 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 7 Nov 2006 21:45:20 +0000 (21:45 +0000)]
1.0.4
Ilia Alshanetsky [Tue, 7 Nov 2006 21:28:23 +0000 (21:28 +0000)]
Improved mime magic file detection
# Patch from BSD ports
Ilia Alshanetsky [Tue, 7 Nov 2006 21:18:51 +0000 (21:18 +0000)]
Fixed pecl bug #6284
Ilia Alshanetsky [Tue, 7 Nov 2006 20:28:40 +0000 (20:28 +0000)]
MFB: Fixed bug #33282 (Re-assignment by reference does not clear the is_ref
flag)
Ilia Alshanetsky [Tue, 7 Nov 2006 20:26:35 +0000 (20:26 +0000)]
MFB: fixed tests
Ilia Alshanetsky [Tue, 7 Nov 2006 17:57:37 +0000 (17:57 +0000)]
MFB: Fixed bug #39398 (Booleans are not automatically translated to
integers).
Johannes Schlüter [Tue, 7 Nov 2006 15:17:42 +0000 (15:17 +0000)]
- No C++ comments (fix #39414)
<changelog@php.net> [Tue, 7 Nov 2006 01:31:09 +0000 (01:31 +0000)]
ChangeLog update
Hannes Magnusson [Mon, 6 Nov 2006 23:19:46 +0000 (23:19 +0000)]
Fix arginfo
Andrei Zmievski [Mon, 6 Nov 2006 21:45:49 +0000 (21:45 +0000)]
Unicode support in entities/special chars funcs. See the NOTE at the
top.
Dmitry Stogov [Mon, 6 Nov 2006 16:36:54 +0000 (16:36 +0000)]
Fixed bug #39121 (Incorrect return array handling in non-wsdl soap client)
Hannes Magnusson [Mon, 6 Nov 2006 16:33:31 +0000 (16:33 +0000)]
Enable the new 5th parameter
Hannes Magnusson [Mon, 6 Nov 2006 16:10:33 +0000 (16:10 +0000)]
Throw exception on invalid parameters in DateTime::__construct()
#makes sure the object doesnt get initialized with bogus parameters
Hannes Magnusson [Mon, 6 Nov 2006 15:20:23 +0000 (15:20 +0000)]
Fix segfault on $splinfo->openFile()->getPath()
Improve test
Dmitry Stogov [Mon, 6 Nov 2006 14:55:14 +0000 (14:55 +0000)]
Windows doesn't have chown(). Remove unused function and reference to undeclared macro VCWD_CHOWN().