]>
granicus.if.org Git - php/log
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().
<changelog@php.net> [Mon, 6 Nov 2006 01:31:10 +0000 (01:31 +0000)]
ChangeLog update
Rasmus Lerdorf [Sun, 5 Nov 2006 20:44:52 +0000 (20:44 +0000)]
data: and php:stdin/input allow_url_include checks
Ilia Alshanetsky [Sun, 5 Nov 2006 18:32:41 +0000 (18:32 +0000)]
MFB: Fixed bug #39362 (Added an option to imap_open/imap_reopen to control
the number of connection retries).
Pierre Joye [Sun, 5 Nov 2006 15:06:50 +0000 (15:06 +0000)]
- MFH: Merge from gd-cvs, initialize the signature not the infile ctx
<changelog@php.net> [Sun, 5 Nov 2006 01:32:14 +0000 (01:32 +0000)]
ChangeLog update
Marcus Boerger [Sat, 4 Nov 2006 20:46:21 +0000 (20:46 +0000)]
- Make parameter parsing api check happy
Rasmus Lerdorf [Sat, 4 Nov 2006 20:44:02 +0000 (20:44 +0000)]
Mark memory streams as is_url
Marcus Boerger [Sat, 4 Nov 2006 20:22:29 +0000 (20:22 +0000)]
- Store length of autoload file exts
Marcus Boerger [Sat, 4 Nov 2006 20:12:26 +0000 (20:12 +0000)]
- Mark some funcs as unicode ready
Frank M. Kromann [Sat, 4 Nov 2006 17:25:37 +0000 (17:25 +0000)]
Fix win32 build
Pierre Joye [Sat, 4 Nov 2006 14:36:18 +0000 (14:36 +0000)]
- MFB: update cvsignore
Pierre Joye [Sat, 4 Nov 2006 14:34:04 +0000 (14:34 +0000)]
- Fixed filter argument for imagepng in gdImagePngEx
Pierre Joye [Sat, 4 Nov 2006 14:32:23 +0000 (14:32 +0000)]
- MFB: vim folding
Pierre Joye [Sat, 4 Nov 2006 14:29:00 +0000 (14:29 +0000)]
- MFB: silent compiler warnings
Pierre Joye [Sat, 4 Nov 2006 14:22:23 +0000 (14:22 +0000)]
- ws
Pierre Joye [Sat, 4 Nov 2006 03:12:36 +0000 (03:12 +0000)]
- #39366, imagerotate does not use alpha with angles>45
Pierre Joye [Sat, 4 Nov 2006 02:23:45 +0000 (02:23 +0000)]
- MFB: #39273, imagecopyresized and alpha channel
<changelog@php.net> [Sat, 4 Nov 2006 01:31:15 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Fri, 3 Nov 2006 20:08:54 +0000 (20:08 +0000)]
Fixed bug #39358 (INSTALL_HEADERS contains incorrect reference to
php_filter.h)
Ilia Alshanetsky [Fri, 3 Nov 2006 19:56:07 +0000 (19:56 +0000)]
MFB: Fixed bug #39361 (Removed warning on empty haystack inside mb_strstr()).
Marcus Boerger [Fri, 3 Nov 2006 18:57:37 +0000 (18:57 +0000)]
- Include new headers only if present
Pierre Joye [Fri, 3 Nov 2006 16:34:44 +0000 (16:34 +0000)]
- _zip_error_clear declaration
- WS
Pierre Joye [Fri, 3 Nov 2006 16:23:12 +0000 (16:23 +0000)]
- fix protos
Pierre Joye [Fri, 3 Nov 2006 16:12:18 +0000 (16:12 +0000)]
- add .libs
Ilia Alshanetsky [Fri, 3 Nov 2006 14:53:27 +0000 (14:53 +0000)]
MFB: Fixed bug #39354 (Allow building of curl extension against libcurl
7.16.0)
Hannes Magnusson [Fri, 3 Nov 2006 14:17:17 +0000 (14:17 +0000)]
Remove SKIPIF
Hannes Magnusson [Fri, 3 Nov 2006 14:08:11 +0000 (14:08 +0000)]
CS fix
Hannes Magnusson [Fri, 3 Nov 2006 14:06:34 +0000 (14:06 +0000)]
Add missing includes
Ilia Alshanetsky [Fri, 3 Nov 2006 13:34:39 +0000 (13:34 +0000)]
MFB: Fixed bug #39215 (Inappropriate close of stdin/stdout/stderr).
Ilia Alshanetsky [Fri, 3 Nov 2006 13:18:19 +0000 (13:18 +0000)]
Fixed bug #39265 (Fixed path handling inside mod_files.sh)
# Patch by michal dot taborsky at gmail dot com
<changelog@php.net> [Thu, 2 Nov 2006 01:31:07 +0000 (01:31 +0000)]
ChangeLog update
Johannes Schlüter [Wed, 1 Nov 2006 20:04:19 +0000 (20:04 +0000)]
- restoring init of the uni str which has been removed (patch by Pierre)
Pierre Joye [Wed, 1 Nov 2006 19:56:53 +0000 (19:56 +0000)]
- add simple test for addEmptyDir()
Nuno Lopes [Wed, 1 Nov 2006 18:55:02 +0000 (18:55 +0000)]
convert a few more functions
Nuno Lopes [Wed, 1 Nov 2006 18:28:37 +0000 (18:28 +0000)]
start converting the tidy and tidyNode objects to be Unicode aware
I added a converter pointer per node, so that the text can be converted to unicode when requested
this commit also breaks a few tests in unicode mode, but it isnt scary at this time :P
Ilia Alshanetsky [Wed, 1 Nov 2006 01:56:21 +0000 (01:56 +0000)]
MFB: Added missing boundary checks.
<changelog@php.net> [Wed, 1 Nov 2006 01:31:07 +0000 (01:31 +0000)]
ChangeLog update
Pierre Joye [Wed, 1 Nov 2006 00:53:32 +0000 (00:53 +0000)]
- fix stat when used with freshly added entries
- add zip_clear_error, zip_file_clear_error and zip_stat_init in libzip
- add addEmptyDir(name) method, creates an empty directory
Marcus Boerger [Wed, 1 Nov 2006 00:11:49 +0000 (00:11 +0000)]
- Fixed Bug #38698 for some keys cdbmake creates corrupted db and cdb can't read valid db
Hannes Magnusson [Tue, 31 Oct 2006 23:57:29 +0000 (23:57 +0000)]
Fix segfault on invalid regex
Marcus Boerger [Tue, 31 Oct 2006 23:28:30 +0000 (23:28 +0000)]
- Fixed Bug #39090 DirectoryFilterDots doxygen docs and example is wrong
Pierre Joye [Tue, 31 Oct 2006 23:25:41 +0000 (23:25 +0000)]
- use zip_name_locate in getCommentName
Marcus Boerger [Tue, 31 Oct 2006 23:22:56 +0000 (23:22 +0000)]
- Fixed Bug #39151 Parse error in recursiveiteratoriterator.php
Marcus Boerger [Tue, 31 Oct 2006 23:18:00 +0000 (23:18 +0000)]
- Fixed Bug #39313 spl_autoload triggers Fatal error
Pierre Joye [Tue, 31 Oct 2006 22:30:42 +0000 (22:30 +0000)]
- bug first
Nuno Lopes [Tue, 31 Oct 2006 22:13:09 +0000 (22:13 +0000)]
cleaning some warnings (char* -> zstr)