]>
granicus.if.org Git - php/log
Marcus Boerger [Sun, 15 Aug 2004 15:56:33 +0000 (15:56 +0000)]
Fix extension name
Marcus Boerger [Sun, 15 Aug 2004 15:48:32 +0000 (15:48 +0000)]
Remove unnecessary check
Marcus Boerger [Sun, 15 Aug 2004 13:43:56 +0000 (13:43 +0000)]
- Synch names with other extensions
Georg Richter [Sun, 15 Aug 2004 05:48:16 +0000 (05:48 +0000)]
fixed default for mysqli_fetch_array
<changelog@php.net> [Sun, 15 Aug 2004 00:34:53 +0000 (00:34 +0000)]
ChangeLog update
Marcus Boerger [Sat, 14 Aug 2004 19:02:17 +0000 (19:02 +0000)]
Add missing check
<changelog@php.net> [Sat, 14 Aug 2004 00:34:06 +0000 (00:34 +0000)]
ChangeLog update
Dan Kalowsky [Fri, 13 Aug 2004 19:33:24 +0000 (19:33 +0000)]
Checking in a patch by Dave Lawson (dlawson@masterytech.com) to correct
some of the behavior found in the odbc_fetch_*() functions. This patch
NEEDS to be tested on MS Access before a release is done with it. This
submission is to get it into the daily builds for testing.
Georg Richter [Fri, 13 Aug 2004 16:25:29 +0000 (16:25 +0000)]
fixed bug #29656 (segfault on result and statement properties)
Antony Dovgal [Fri, 13 Aug 2004 14:59:58 +0000 (14:59 +0000)]
fix yet another annoying compile warning
Antony Dovgal [Fri, 13 Aug 2004 14:52:27 +0000 (14:52 +0000)]
fix compile warning
Christian Stocker [Fri, 13 Aug 2004 12:35:56 +0000 (12:35 +0000)]
Forgot to add DomDocumentFragment->appendXML(), when I commited it back then
Christian Stocker [Fri, 13 Aug 2004 12:32:55 +0000 (12:32 +0000)]
Added DomDocument->recover property for parsing not well-formed XML Documents.
Derick Rethans [Fri, 13 Aug 2004 07:02:50 +0000 (07:02 +0000)]
- Added the PHP_EOL constant (Patch by Paul Hudson)
<changelog@php.net> [Fri, 13 Aug 2004 00:33:48 +0000 (00:33 +0000)]
ChangeLog update
Georg Richter [Thu, 12 Aug 2004 22:14:06 +0000 (22:14 +0000)]
minor fix in mysqli_prepare: copying stmt errormessag to mysql structure
Chuck Hagenbuch [Thu, 12 Aug 2004 19:31:36 +0000 (19:31 +0000)]
More spaces -> tabs.
Ilia Alshanetsky [Thu, 12 Aug 2004 19:20:15 +0000 (19:20 +0000)]
Properly fix the msgno check inside imap_fetchbody().
Chuck Hagenbuch [Thu, 12 Aug 2004 18:01:45 +0000 (18:01 +0000)]
fix.
Marcus Boerger [Thu, 12 Aug 2004 08:01:41 +0000 (08:01 +0000)]
Fix tests after foreach patch
Andi Gutmans [Thu, 12 Aug 2004 06:17:42 +0000 (06:17 +0000)]
- Use FREE_HASHTABLE()
Andi Gutmans [Thu, 12 Aug 2004 05:54:11 +0000 (05:54 +0000)]
- Don't use magic numbers
Andi Gutmans [Thu, 12 Aug 2004 05:41:01 +0000 (05:41 +0000)]
- Significantly improve performance of foreach($arr as $data). (Marcus)
Marcus Boerger [Thu, 12 Aug 2004 00:38:01 +0000 (00:38 +0000)]
Change to use md5_file()
<changelog@php.net> [Thu, 12 Aug 2004 00:37:05 +0000 (00:37 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 11 Aug 2004 23:25:50 +0000 (23:25 +0000)]
Fixed memory leak.
Ilia Alshanetsky [Wed, 11 Aug 2004 22:38:32 +0000 (22:38 +0000)]
MFH: Fixed bug #29607 (highlighting code with HEREDOC produces invalid
output).
Marcus Boerger [Wed, 11 Aug 2004 21:04:36 +0000 (21:04 +0000)]
Add missing module deps
Marcus Boerger [Wed, 11 Aug 2004 20:51:41 +0000 (20:51 +0000)]
TSRM fix
Ilia Alshanetsky [Wed, 11 Aug 2004 20:31:39 +0000 (20:31 +0000)]
It's stable now.
Ilia Alshanetsky [Wed, 11 Aug 2004 20:30:44 +0000 (20:30 +0000)]
Prepare for 1.0 release of enchant.
Marcus Boerger [Wed, 11 Aug 2004 20:19:49 +0000 (20:19 +0000)]
More meaningfull error message
Derick Rethans [Wed, 11 Aug 2004 12:33:03 +0000 (12:33 +0000)]
- Added a notice to getimagesize in case zlib is not available and a compressed
SWF movie has been passed to the function.
Christian Stocker [Wed, 11 Aug 2004 08:23:26 +0000 (08:23 +0000)]
fix test
Rasmus Lerdorf [Wed, 11 Aug 2004 06:18:25 +0000 (06:18 +0000)]
Reset global request_time in sapi_activate. Reset it in sapi_deactivate
too, although I can't see why that would be necessary, but most of the
other sapi globals are reset there as well.
Derick Rethans [Wed, 11 Aug 2004 06:11:07 +0000 (06:11 +0000)]
- Added missing defines.
#- I did say the patch was for 4.3 ;-)
Sara Golemon [Wed, 11 Aug 2004 04:27:01 +0000 (04:27 +0000)]
Minor format specifier fixes
Sara Golemon [Wed, 11 Aug 2004 03:57:15 +0000 (03:57 +0000)]
Don't require the user to specify as a reference
<changelog@php.net> [Wed, 11 Aug 2004 00:33:29 +0000 (00:33 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 10 Aug 2004 22:16:46 +0000 (22:16 +0000)]
Fixed bug #29606 (php_strip_whitespace() prints to stdout rather then
returning the value).
Rasmus Lerdorf [Tue, 10 Aug 2004 17:40:00 +0000 (17:40 +0000)]
Add SAPI hook to get the request time if provided by the web server,
otherwise call time(0) on the first call and store it so subsequent
calls will get the same time. Hook support for Apache1/2 included.
Dmitry Stogov [Tue, 10 Aug 2004 16:43:20 +0000 (16:43 +0000)]
Changed bugs order.
Dmitry Stogov [Tue, 10 Aug 2004 16:18:08 +0000 (16:18 +0000)]
Fixed bug #28969 (Wrong data encoding of special characters)
Dmitry Stogov [Tue, 10 Aug 2004 16:11:41 +0000 (16:11 +0000)]
Fixed bug #28969 (Wrong data encoding of special characters).
Dmitry Stogov [Tue, 10 Aug 2004 14:57:47 +0000 (14:57 +0000)]
Fixed bug #29256 (SOAP HTTP Error when envelop size is more than 24345 bytes)
Wez Furlong [Tue, 10 Aug 2004 13:44:43 +0000 (13:44 +0000)]
Fix for #29256 from Dmitry, very slightly modified
Dmitry Stogov [Tue, 10 Aug 2004 09:57:16 +0000 (09:57 +0000)]
Test is fixed. (__call() requires two parameters).
Christian Stocker [Tue, 10 Aug 2004 08:00:06 +0000 (08:00 +0000)]
Fix segfault on error in xslt
Marcus Boerger [Tue, 10 Aug 2004 07:01:54 +0000 (07:01 +0000)]
- Fix warnings
Moriyoshi Koizumi [Tue, 10 Aug 2004 06:00:30 +0000 (06:00 +0000)]
- Bugfix #29493 (extract(array, EXTR_REFS) misbehaves with elements referred
twice or more times). (Patch inspired by Michael Manley. Thanks.)
Andi Gutmans [Tue, 10 Aug 2004 05:42:21 +0000 (05:42 +0000)]
- MFB
Ilia Alshanetsky [Tue, 10 Aug 2004 00:44:20 +0000 (00:44 +0000)]
Fixed bug #29581 (Typo inside php.ini comments for mysql.trace_mode).
<changelog@php.net> [Tue, 10 Aug 2004 00:34:28 +0000 (00:34 +0000)]
ChangeLog update
Derick Rethans [Mon, 9 Aug 2004 15:56:51 +0000 (15:56 +0000)]
- Fixed speling and some reordering
Georg Richter [Mon, 9 Aug 2004 04:34:01 +0000 (04:34 +0000)]
fixed bug #29577 (MYSQLI_CLIENT_FOUND_ROWS undefined)
<changelog@php.net> [Mon, 9 Aug 2004 00:34:17 +0000 (00:34 +0000)]
ChangeLog update
Ilia Alshanetsky [Sun, 8 Aug 2004 21:31:50 +0000 (21:31 +0000)]
When skip condition is met, stop.
Ilia Alshanetsky [Sun, 8 Aug 2004 21:26:29 +0000 (21:26 +0000)]
MFB: removed \r characters.
Christian Stocker [Sun, 8 Aug 2004 18:01:33 +0000 (18:01 +0000)]
- Fix bug #29573: Segmentation fault when php function(called from XSLT templat) throw exception
- Fix some 0 Byte Memory Leaks
<changelog@php.net> [Sun, 8 Aug 2004 00:34:33 +0000 (00:34 +0000)]
ChangeLog update
Wez Furlong [Sat, 7 Aug 2004 21:00:59 +0000 (21:00 +0000)]
Fix for Bug #29490 from Michael Sisolak.
Another fine patch; thanks Michael.
Sara Golemon [Sat, 7 Aug 2004 15:59:59 +0000 (15:59 +0000)]
Fix inet_pton/ntop() on BSD
Sara Golemon [Sat, 7 Aug 2004 05:11:26 +0000 (05:11 +0000)]
Binary safety fix for inet_pton()
Sara Golemon [Sat, 7 Aug 2004 04:50:24 +0000 (04:50 +0000)]
New Functions inet_pton() and inet_ntop()
Andi Gutmans [Sat, 7 Aug 2004 00:45:34 +0000 (00:45 +0000)]
- Commit Derick's patch for allowing Zend to use regular libc memory
- allocation functions. Mainly useful in conjunction with tools such as
- valgrind which enables us to find bugs we might not find with the
- current memory managers boundary protection.
<changelog@php.net> [Sat, 7 Aug 2004 00:35:48 +0000 (00:35 +0000)]
ChangeLog update
Sara Golemon [Fri, 6 Aug 2004 18:38:35 +0000 (18:38 +0000)]
Add A6 support, fix IPv6 address parsing, and improve define compatability
Sara Golemon [Fri, 6 Aug 2004 16:36:00 +0000 (16:36 +0000)]
ZTS Fix
Wez Furlong [Fri, 6 Aug 2004 14:08:17 +0000 (14:08 +0000)]
Avoid possible segfault when using stream_socket_client with bogus flags.
<changelog@php.net> [Fri, 6 Aug 2004 00:33:59 +0000 (00:33 +0000)]
ChangeLog update
Ilia Alshanetsky [Thu, 5 Aug 2004 23:57:51 +0000 (23:57 +0000)]
php_error() -> php_error_docref()
Gabor Hojtsy [Thu, 5 Aug 2004 16:26:15 +0000 (16:26 +0000)]
update documentation credits, mentioning that more contributors are listed in the manual
Antony Dovgal [Thu, 5 Aug 2004 14:15:36 +0000 (14:15 +0000)]
remove all references to @ thing, as it's not recommended.
always add it to NEWS yourself please (c) Derick =)
Antony Dovgal [Thu, 5 Aug 2004 14:13:13 +0000 (14:13 +0000)]
news entry
Antony Dovgal [Thu, 5 Aug 2004 13:31:17 +0000 (13:31 +0000)]
change xsl_xsltprocessor_set_parameter() to support parameter->value arrays
add test for it
@Change xsl_xsltprocessor_set_parameter() to support parameter->value arrays (Tony)
Wez Furlong [Thu, 5 Aug 2004 12:15:17 +0000 (12:15 +0000)]
Generate a .reg file for the syslog stuff
NB: still need a solution for zts and non-zts on the same machine.
Ilia Alshanetsky [Thu, 5 Aug 2004 00:44:30 +0000 (00:44 +0000)]
Eliminate unneeded variable.
<changelog@php.net> [Thu, 5 Aug 2004 00:35:34 +0000 (00:35 +0000)]
ChangeLog update
Marcus Boerger [Wed, 4 Aug 2004 22:47:56 +0000 (22:47 +0000)]
- Fix bug #29523 (ReflectionParameter::isOptional() is incorrect)
Frank M. Kromann [Wed, 4 Aug 2004 16:47:17 +0000 (16:47 +0000)]
Move iconv exports to the iconv extension and make libxml depend on iconv
Frank M. Kromann [Wed, 4 Aug 2004 16:46:48 +0000 (16:46 +0000)]
Move iconv exports to the iconv extension
Zeev Suraski [Wed, 4 Aug 2004 16:41:13 +0000 (16:41 +0000)]
Update prototypes
Antony Dovgal [Wed, 4 Aug 2004 14:57:40 +0000 (14:57 +0000)]
nuke unused variable
Zeev Suraski [Wed, 4 Aug 2004 14:41:56 +0000 (14:41 +0000)]
Fix prototypes
Georg Richter [Wed, 4 Aug 2004 13:15:48 +0000 (13:15 +0000)]
forgot to remove debug variable :( (Thx to Derick)
Georg Richter [Wed, 4 Aug 2004 12:59:26 +0000 (12:59 +0000)]
fixed bug #29522
Georg Richter [Wed, 4 Aug 2004 12:59:09 +0000 (12:59 +0000)]
fixed properties when connect wasn't called
Georg Richter [Wed, 4 Aug 2004 12:28:09 +0000 (12:28 +0000)]
fixed bug #29522
<changelog@php.net> [Wed, 4 Aug 2004 00:34:06 +0000 (00:34 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 4 Aug 2004 00:28:03 +0000 (00:28 +0000)]
Fixed argument handling in sun* functions.
Edin Kadribasic [Tue, 3 Aug 2004 22:45:36 +0000 (22:45 +0000)]
New libxml2 version for windows build.
Version 2.6.11.
http://ctindustries.net/dom/libxml/
Marcus Boerger [Tue, 3 Aug 2004 17:10:40 +0000 (17:10 +0000)]
Update
Marcus Boerger [Tue, 3 Aug 2004 17:07:40 +0000 (17:07 +0000)]
MFHed
Marcus Boerger [Tue, 3 Aug 2004 16:59:53 +0000 (16:59 +0000)]
Add new test
Marcus Boerger [Tue, 3 Aug 2004 16:59:25 +0000 (16:59 +0000)]
- Fixed Bug #29505 get_class_vars() severely broken when used with arrays
Marcus Boerger [Tue, 3 Aug 2004 16:41:12 +0000 (16:41 +0000)]
BFN
Wez Furlong [Tue, 3 Aug 2004 12:41:26 +0000 (12:41 +0000)]
Even more verbosity...
Wez Furlong [Tue, 3 Aug 2004 09:44:04 +0000 (09:44 +0000)]
Even more verbosity in case of error
Antony Dovgal [Tue, 3 Aug 2004 06:25:25 +0000 (06:25 +0000)]
fix typo in mail.c: mail_force_extra_parameters -> mail.force_extra_parameters
Antony Dovgal [Tue, 3 Aug 2004 06:19:16 +0000 (06:19 +0000)]
fix typo in php.ini: paramAters -> paramEters