]> granicus.if.org Git - php/log
php
18 years agoFixed generated file
Ilia Alshanetsky [Sun, 12 Nov 2006 17:55:44 +0000 (17:55 +0000)]
Fixed generated file

18 years agoFixed a memory leak when named & positional params are being used in the
Ilia Alshanetsky [Sun, 12 Nov 2006 17:49:19 +0000 (17:49 +0000)]
Fixed a memory leak when named & positional params are being used in the
same query.

18 years agoMFH: SplFileObject no longer overwrites SplFileInfo::getFilename()
Hannes Magnusson [Sun, 12 Nov 2006 17:35:09 +0000 (17:35 +0000)]
MFH: SplFileObject no longer overwrites SplFileInfo::getFilename()

18 years agoremoved bogus char
Ilia Alshanetsky [Sun, 12 Nov 2006 17:23:01 +0000 (17:23 +0000)]
removed bogus char

18 years agoMFH: SplFileObject::getFilename() no longer overwrites SplFileInfo::getFilename()
Hannes Magnusson [Sun, 12 Nov 2006 17:16:13 +0000 (17:16 +0000)]
MFH: SplFileObject::getFilename() no longer overwrites SplFileInfo::getFilename()
(SplFileObject::getFilename() therefor only returns the filename now)

18 years agoOptimized array functions utilizing php_splice().
Ilia Alshanetsky [Sun, 12 Nov 2006 17:13:22 +0000 (17:13 +0000)]
Optimized array functions utilizing php_splice().

18 years ago- MFH: Correct comments
Marcus Boerger [Sun, 12 Nov 2006 15:58:17 +0000 (15:58 +0000)]
- MFH: Correct comments

18 years agoMFH: Fixed bug#36975 (natcasesort() causes array_pop() to misbehave)
Hannes Magnusson [Sun, 12 Nov 2006 01:14:39 +0000 (01:14 +0000)]
MFH: Fixed bug#36975 (natcasesort() causes array_pop() to misbehave)

18 years agofix leak in oo_stream.phpt
Nuno Lopes [Sun, 12 Nov 2006 00:41:16 +0000 (00:41 +0000)]
fix leak in oo_stream.phpt

18 years agofix leak in the object destrucotr when zip_close() fails (fixes oo_delete.phpt)
Nuno Lopes [Sun, 12 Nov 2006 00:31:03 +0000 (00:31 +0000)]
fix leak in the object destrucotr when zip_close() fails (fixes oo_delete.phpt)

18 years agofix leaks within zip entries in several tests
Nuno Lopes [Sat, 11 Nov 2006 23:43:00 +0000 (23:43 +0000)]
fix leaks within zip entries in several tests

18 years agofix leak in oo_setArchiveComment.phpt
Nuno Lopes [Sat, 11 Nov 2006 23:35:27 +0000 (23:35 +0000)]
fix leak in oo_setArchiveComment.phpt

18 years ago- fix leak in zip_close when the function's succeeded
Pierre Joye [Sat, 11 Nov 2006 19:06:56 +0000 (19:06 +0000)]
- fix leak in zip_close when the function's succeeded

18 years agofix the bug I introduced previously, sorry
Nuno Lopes [Fri, 10 Nov 2006 23:27:11 +0000 (23:27 +0000)]
fix the bug I introduced previously, sorry
anyway, convert the recursive version of the binary search to an iterative one

18 years agoMFH
Antony Dovgal [Fri, 10 Nov 2006 23:03:32 +0000 (23:03 +0000)]
MFH

18 years agofix possible issue with negative values in oci_set_prefetch
Antony Dovgal [Fri, 10 Nov 2006 20:13:36 +0000 (20:13 +0000)]
fix possible issue with negative values in oci_set_prefetch
(reported by Chris Jones)

18 years ago- Fix typo
Andi Gutmans [Fri, 10 Nov 2006 18:51:05 +0000 (18:51 +0000)]
- Fix typo

18 years agomark a few variables and functions as static
Nuno Lopes [Fri, 10 Nov 2006 18:05:11 +0000 (18:05 +0000)]
mark a few variables and functions as static

18 years agomark the binary search delimiters as unsigned, so that the compiler can use a quick...
Nuno Lopes [Fri, 10 Nov 2006 17:32:15 +0000 (17:32 +0000)]
mark the binary search delimiters as unsigned, so that the compiler can use a quick shift operation

18 years agoFixed wrong realpath() result in case of unexistent path
Dmitry Stogov [Fri, 10 Nov 2006 17:23:58 +0000 (17:23 +0000)]
Fixed wrong realpath() result in case of unexistent path

18 years agoFix tests
Hannes Magnusson [Fri, 10 Nov 2006 17:04:03 +0000 (17:04 +0000)]
Fix tests

18 years agoFixed wrong realpath() result in case of unexistent path
Dmitry Stogov [Fri, 10 Nov 2006 16:57:17 +0000 (16:57 +0000)]
Fixed wrong realpath() result in case of unexistent path

18 years agofix segfault in ZTS mode when statements containing sub-statements are destroyed...
Antony Dovgal [Fri, 10 Nov 2006 16:33:41 +0000 (16:33 +0000)]
fix segfault in ZTS mode when statements containing sub-statements are destroyed in wrong order

18 years agoFixed bug #39454 (Returning a SOAP array segfaults PHP)
Dmitry Stogov [Fri, 10 Nov 2006 15:05:22 +0000 (15:05 +0000)]
Fixed bug #39454 (Returning a SOAP array segfaults PHP)

18 years agostat() is reimplemented using using GetFileAttributesEx().
Dmitry Stogov [Fri, 10 Nov 2006 15:04:07 +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.

18 years agoFixed tests
Dmitry Stogov [Fri, 10 Nov 2006 14:20:26 +0000 (14:20 +0000)]
Fixed tests

18 years agoRemoved unnecessary ftell() calls (one call for each included PHP file)
Dmitry Stogov [Fri, 10 Nov 2006 13:18:35 +0000 (13:18 +0000)]
Removed unnecessary ftell() calls (one call for each included PHP file)

18 years agoDisabled reading from stream (calls to read()) after EOF
Dmitry Stogov [Fri, 10 Nov 2006 13:10:16 +0000 (13:10 +0000)]
Disabled reading from stream (calls to read()) after EOF

18 years agoVCWD_REALPATH() is improved to use realpath cache without VIRTUAL_DIR
Dmitry Stogov [Fri, 10 Nov 2006 12:59:27 +0000 (12:59 +0000)]
VCWD_REALPATH() is improved to use realpath cache without VIRTUAL_DIR

18 years ago- Forward port the binary cast, which will do the same as the string cast in
Derick Rethans [Fri, 10 Nov 2006 12:02:51 +0000 (12:02 +0000)]
- Forward port the binary cast, which will do the same as the string cast in
  PHP 5.2.

18 years agoIntialization code is moved from request startup to module startup
Dmitry Stogov [Fri, 10 Nov 2006 12:02:10 +0000 (12:02 +0000)]
Intialization code is moved from request startup to module startup

18 years agoStart timiout thread on Windows only if necessary
Dmitry Stogov [Fri, 10 Nov 2006 11:49:35 +0000 (11:49 +0000)]
Start timiout thread on Windows only if necessary

18 years agoImplemented registry cache that prevent registry lookup on each request. In case...
Dmitry Stogov [Fri, 10 Nov 2006 11:42:07 +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.

18 years agoopendir() is reimplemented using GetFistFile/GetNextFile those are faster then _findf...
Dmitry Stogov [Fri, 10 Nov 2006 11:20:48 +0000 (11:20 +0000)]
opendir() is reimplemented using GetFistFile/GetNextFile those are faster then _findfirst/_findnext

18 years agoRemoved unnecessary checks for ISREG file and corresponding stat() calls on Windows
Dmitry Stogov [Fri, 10 Nov 2006 10:55:26 +0000 (10:55 +0000)]
Removed unnecessary checks for ISREG file and corresponding stat() calls on Windows

18 years agotypo
Dmitry Stogov [Fri, 10 Nov 2006 10:47:52 +0000 (10:47 +0000)]
typo

18 years agoZend Memory Manager Improvements
Dmitry Stogov [Fri, 10 Nov 2006 10:44:40 +0000 (10:44 +0000)]
Zend Memory Manager Improvements
. use HeapAlloc() instead of VirtualAlloc()
. use "win32" storage manager (instead of "malloc") on Windows by default

18 years agoFix warnings
Dmitry Stogov [Fri, 10 Nov 2006 10:38:07 +0000 (10:38 +0000)]
Fix warnings

18 years agoUse $(CC) for linking instead of $(LD). This allows usage of advansed optimization...
Dmitry Stogov [Fri, 10 Nov 2006 10:30:46 +0000 (10:30 +0000)]
Use $(CC) for linking instead of $(LD). This allows usage of advansed optimization techniques (like Intel's inner-procedure optimization)

18 years agoFaster and better licensed implementation
Dmitry Stogov [Fri, 10 Nov 2006 10:10:38 +0000 (10:10 +0000)]
Faster and better licensed implementation

18 years agoSimplify the code base as this getpwd() was used only once
Dmitry Stogov [Fri, 10 Nov 2006 09:56:16 +0000 (09:56 +0000)]
Simplify the code base as this getpwd() was used only once

18 years agoAdded missing API declarations.
Ilia Alshanetsky [Fri, 10 Nov 2006 01:28:59 +0000 (01:28 +0000)]
Added missing API declarations.

18 years agoFixed pecl bug #9179 (phpversion("filter") shows wrong version).
Ilia Alshanetsky [Fri, 10 Nov 2006 01:08:17 +0000 (01:08 +0000)]
Fixed pecl bug #9179 (phpversion("filter") shows wrong version).

18 years agoAdded missing PHPAPI declaration
Ilia Alshanetsky [Thu, 9 Nov 2006 20:01:41 +0000 (20:01 +0000)]
Added missing PHPAPI declaration

18 years agoFixed bug #38456 (Apache2 segfaults when virtual() is called in .php
Ilia Alshanetsky [Thu, 9 Nov 2006 19:10:13 +0000 (19:10 +0000)]
Fixed bug #38456 (Apache2 segfaults when virtual() is called in .php
ErrorDocument).

18 years agofix test for non English guys
Nuno Lopes [Thu, 9 Nov 2006 16:38:28 +0000 (16:38 +0000)]
fix test for non English guys

18 years agofix an invalid read + invalid free()
Nuno Lopes [Thu, 9 Nov 2006 16:33:07 +0000 (16:33 +0000)]
fix an invalid read + invalid free()

18 years agostatification of local functions and variables.
Nuno Lopes [Thu, 9 Nov 2006 16:04:34 +0000 (16:04 +0000)]
statification of local functions and variables.
also remove a few uneeded global variables
interesting new warnings:
/cvs/php5/ext/xmlwriter/php_xmlwriter.c:391: warning: 'xmlwriter_objects_clone' defined but not used
/cvs/php5/ext/xmlwriter/php_xmlwriter.c:1281: warning: 'zif_xmlwriter_start_dtd_entity' defined but not used
/cvs/php5/ext/xmlwriter/php_xmlwriter.c:1325: warning: 'zif_xmlwriter_end_dtd_entity' defined but not used
/cvs/php5/ext/xmlwriter/php_xmlwriter.c:1333: warning: 'zif_xmlwriter_write_dtd_entity' defined but not used

18 years agoAdd "As of 5.2.1" notes as requested
Hannes Magnusson [Thu, 9 Nov 2006 12:35:12 +0000 (12:35 +0000)]
Add "As of 5.2.1" notes as requested

18 years agoNew features/errormsgs/return values in ext/zip
Hannes Magnusson [Thu, 9 Nov 2006 11:44:13 +0000 (11:44 +0000)]
New features/errormsgs/return values in ext/zip
New optional parameter in ext/ming

18 years agoRevert patch for warnings about missing headers. These are fixed in the latest versio...
Frank M. Kromann [Thu, 9 Nov 2006 09:19:21 +0000 (09:19 +0000)]
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.

18 years agoFixed tests
Dmitry Stogov [Thu, 9 Nov 2006 08:29:18 +0000 (08:29 +0000)]
Fixed tests

18 years agoFixed bug #38602 (header( "HTTP/1.0 ..." ) does not change proto version).
Ilia Alshanetsky [Thu, 9 Nov 2006 00:13:26 +0000 (00:13 +0000)]
Fixed bug #38602 (header( "HTTP/1.0 ..." ) does not change proto version).

18 years agofix #39300 (make install fails if wget is not available)
Antony Dovgal [Wed, 8 Nov 2006 19:05:41 +0000 (19:05 +0000)]
fix #39300 (make install fails if wget is not available)
add support of 'fetch'

18 years agoHashTable copying optimization (Matt Wilmas)
Dmitry Stogov [Wed, 8 Nov 2006 16:02:03 +0000 (16:02 +0000)]
HashTable copying optimization (Matt Wilmas)

18 years agoFixed bug #39297 (Memory corryption because of indirect modification of overloaded...
Dmitry Stogov [Wed, 8 Nov 2006 13:38:28 +0000 (13:38 +0000)]
Fixed bug #39297 (Memory corryption because of indirect modification of overloaded array).

18 years agoFixed bug #39344 (Unnecessary calls to OnModify callback routine for an extension...
Dmitry Stogov [Wed, 8 Nov 2006 11:04:27 +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)

18 years agoFixed bug #38536 (SOAP returns an array of values instead of an object)
Dmitry Stogov [Wed, 8 Nov 2006 10:05:19 +0000 (10:05 +0000)]
Fixed bug #38536 (SOAP returns an array of values instead of an object)

18 years agoFixed tests
Ilia Alshanetsky [Tue, 7 Nov 2006 20:24:38 +0000 (20:24 +0000)]
Fixed tests

18 years agoBFN
Ilia Alshanetsky [Tue, 7 Nov 2006 20:24:04 +0000 (20:24 +0000)]
BFN

18 years agoFixed bug #33282 (Re-assignment by reference does not clear the is_ref flag)
Ilia Alshanetsky [Tue, 7 Nov 2006 20:23:30 +0000 (20:23 +0000)]
Fixed bug #33282 (Re-assignment by reference does not clear the is_ref flag)

# Original patch by Matt Wilmas

18 years agoFixed bug #39398 (Booleans are not automatically translated to integers).
Ilia Alshanetsky [Tue, 7 Nov 2006 17:57:17 +0000 (17:57 +0000)]
Fixed bug #39398 (Booleans are not automatically translated to integers).

18 years ago- MFH: No C++ comments (fix #39414)
Johannes Schlüter [Tue, 7 Nov 2006 15:19:11 +0000 (15:19 +0000)]
- MFH: No C++ comments (fix #39414)

18 years agoMFH: arginfo fixes
Hannes Magnusson [Mon, 6 Nov 2006 23:20:11 +0000 (23:20 +0000)]
MFH: arginfo fixes

18 years agoIt is allow_url_include not allow_fopen_include
Rasmus Lerdorf [Mon, 6 Nov 2006 18:21:25 +0000 (18:21 +0000)]
It is allow_url_include not allow_fopen_include

18 years agoFixed bug #39350 (crash with implode("\n", array(false))).
Ilia Alshanetsky [Mon, 6 Nov 2006 17:21:05 +0000 (17:21 +0000)]
Fixed bug #39350 (crash with implode("\n", array(false))).

18 years agoinclude php://input && data: have been disabled (with allow_fopen_include off)
Hannes Magnusson [Mon, 6 Nov 2006 16:51:55 +0000 (16:51 +0000)]
include php://input && data: have been disabled (with allow_fopen_include off)
new DateTime(new stdclass) now throws exception
imap_[re]open() has new optional parameter

18 years agoparam parsing fix
Ilia Alshanetsky [Mon, 6 Nov 2006 16:44:03 +0000 (16:44 +0000)]
param parsing fix

# Thanks Hannes

18 years agoFixed bug #39121 (Incorrect return array handling in non-wsdl soap client)
Dmitry Stogov [Mon, 6 Nov 2006 16:36:43 +0000 (16:36 +0000)]
Fixed bug #39121 (Incorrect return array handling in non-wsdl soap client)

18 years agoMFH: throw exception on invalid parameters
Hannes Magnusson [Mon, 6 Nov 2006 16:11:26 +0000 (16:11 +0000)]
MFH: throw exception on invalid parameters

18 years agoMFH: fix segfault & improve test
Hannes Magnusson [Mon, 6 Nov 2006 15:21:45 +0000 (15:21 +0000)]
MFH: fix segfault & improve test

18 years agoWindows doesn't have chown(). Remove unused function and reference to undeclared...
Dmitry Stogov [Mon, 6 Nov 2006 14:54:52 +0000 (14:54 +0000)]
Windows doesn't have chown(). Remove unused function and reference to undeclared macro VCWD_CHOWN().

18 years agoMFH: Fixed decoding list of arrays (related to bug #39121)
Dmitry Stogov [Mon, 6 Nov 2006 13:22:49 +0000 (13:22 +0000)]
MFH: Fixed decoding list of arrays (related to bug #39121)

18 years agodata: and php:stdin/input allow_url_include checks
Rasmus Lerdorf [Sun, 5 Nov 2006 20:08:58 +0000 (20:08 +0000)]
data: and php:stdin/input allow_url_include checks

18 years agoFixed bug #39362 (Added an option to imap_open/imap_reopen to control the
Ilia Alshanetsky [Sun, 5 Nov 2006 18:31:41 +0000 (18:31 +0000)]
Fixed bug #39362 (Added an option to imap_open/imap_reopen to control the
number of connection retries).

18 years ago- gdpng entry
Pierre Joye [Sun, 5 Nov 2006 15:08:50 +0000 (15:08 +0000)]
- gdpng entry

18 years ago- Merge from gd-cvs, initialize the signature not the infile ctx
Pierre Joye [Sun, 5 Nov 2006 15:04:50 +0000 (15:04 +0000)]
- Merge from gd-cvs, initialize the signature not the infile ctx
  NB: good that we don't use getC :)

18 years ago- MFH: Make parameter parsing api check happy
Marcus Boerger [Sat, 4 Nov 2006 20:46:32 +0000 (20:46 +0000)]
- MFH: Make parameter parsing api check happy

18 years agoMark memory streams as is_url
Rasmus Lerdorf [Sat, 4 Nov 2006 20:43:28 +0000 (20:43 +0000)]
Mark memory streams as is_url

18 years ago- MFH Store length of autoload file exts
Marcus Boerger [Sat, 4 Nov 2006 20:27:28 +0000 (20:27 +0000)]
- MFH Store length of autoload file exts

18 years agoFix win32 build
Frank M. Kromann [Sat, 4 Nov 2006 17:25:14 +0000 (17:25 +0000)]
Fix win32 build

18 years ago- WS
Pierre Joye [Sat, 4 Nov 2006 14:34:33 +0000 (14:34 +0000)]
- WS

18 years ago- MFH: optimize horizontal and vertical lines
Pierre Joye [Sat, 4 Nov 2006 14:27:07 +0000 (14:27 +0000)]
- MFH: optimize horizontal and vertical lines

18 years agoFix build
Hannes Magnusson [Sat, 4 Nov 2006 13:03:56 +0000 (13:03 +0000)]
Fix build

18 years ago- MFH #39366, imagerotate does not use alpha with angles>45
Pierre Joye [Sat, 4 Nov 2006 03:15:31 +0000 (03:15 +0000)]
- MFH #39366, imagerotate does not use alpha with angles>45

18 years ago- #39273 entry
Pierre Joye [Sat, 4 Nov 2006 02:24:53 +0000 (02:24 +0000)]
- #39273 entry

18 years ago- #39273, imagecopyresized and alpha channel
Pierre Joye [Sat, 4 Nov 2006 02:21:06 +0000 (02:21 +0000)]
- #39273, imagecopyresized and alpha channel

18 years ago- News entry for zip MFH
Pierre Joye [Sat, 4 Nov 2006 00:09:04 +0000 (00:09 +0000)]
- News entry for zip MFH

18 years agowrong bug #
Ilia Alshanetsky [Fri, 3 Nov 2006 20:38:21 +0000 (20:38 +0000)]
wrong bug #

18 years agoFixed bug #39358 (INSTALL_HEADERS contains incorrect reference to
Ilia Alshanetsky [Fri, 3 Nov 2006 20:08:38 +0000 (20:08 +0000)]
Fixed bug #39358 (INSTALL_HEADERS contains incorrect reference to
php_filter.h)

18 years agoFixed bug #39361 (Removed warning on empty haystack inside mb_strstr()).
Ilia Alshanetsky [Fri, 3 Nov 2006 19:55:51 +0000 (19:55 +0000)]
Fixed bug #39361 (Removed warning on empty haystack inside mb_strstr()).

18 years ago- BFN
Marcus Boerger [Fri, 3 Nov 2006 19:04:19 +0000 (19:04 +0000)]
- BFN

18 years ago- Fix version
Marcus Boerger [Fri, 3 Nov 2006 19:03:25 +0000 (19:03 +0000)]
- Fix version

18 years ago- MFH: Fixed bug #39320
Marcus Boerger [Fri, 3 Nov 2006 19:02:16 +0000 (19:02 +0000)]
- MFH: Fixed bug #39320

18 years ago- MFH: Fix issue with some mangeled properties
Marcus Boerger [Fri, 3 Nov 2006 19:01:40 +0000 (19:01 +0000)]
- MFH: Fix issue with some mangeled properties

18 years ago- MFH: Fixed bug #38698
Marcus Boerger [Fri, 3 Nov 2006 19:00:46 +0000 (19:00 +0000)]
- MFH: Fixed bug #38698

18 years ago- MFH: Synch
Marcus Boerger [Fri, 3 Nov 2006 18:58:41 +0000 (18:58 +0000)]
- MFH: Synch

18 years ago- MFH: Include new headers only if present
Marcus Boerger [Fri, 3 Nov 2006 18:57:50 +0000 (18:57 +0000)]
- MFH: Include new headers only if present

18 years agoAdd "comment" to make tracking the commit down easier
Hannes Magnusson [Fri, 3 Nov 2006 18:07:53 +0000 (18:07 +0000)]
Add "comment" to make tracking the commit down easier

18 years ago- MFH:
Pierre Joye [Fri, 3 Nov 2006 16:46:19 +0000 (16:46 +0000)]
- MFH:
 - fix possible leak in statName and statIndex
 - add addEmptyDir() method
 - add zip_stat_init,zip_clear_error and zip_file_clear_error
 - add tests
 - Fix protos (Hannes)
 - setComment return value on success (Hannes)