]>
granicus.if.org Git - php/log
Andi Gutmans [Thu, 3 Jun 2004 08:17:15 +0000 (08:17 +0000)]
- Prepare for RC3RC2
<changelog@php.net> [Thu, 3 Jun 2004 03:03:17 +0000 (03:03 +0000)]
ChangeLog update
Ard Biesheuvel [Wed, 2 Jun 2004 21:43:31 +0000 (21:43 +0000)]
Ton of fixes
Ard Biesheuvel [Wed, 2 Jun 2004 21:15:27 +0000 (21:15 +0000)]
Initial revision of PHP/Interbase UDF lib
# This will allow users running the embedded engine
# to call PHP functions from inside their SQL statements
Andi Gutmans [Wed, 2 Jun 2004 15:05:10 +0000 (15:05 +0000)]
- Don't use ZEND_MM in Windows
Stanislav Malyshev [Wed, 2 Jun 2004 12:48:19 +0000 (12:48 +0000)]
fix incdec - make value's refcount non-zero when passing to
write_property - otherwise __set caller cleanup could kill it.
<changelog@php.net> [Wed, 2 Jun 2004 00:32:03 +0000 (00:32 +0000)]
ChangeLog update
Ard Biesheuvel [Tue, 1 Jun 2004 23:31:43 +0000 (23:31 +0000)]
Don't be too strict if the number of binding arguments provided exceeds the expected number
Ilia Alshanetsky [Tue, 1 Jun 2004 21:04:33 +0000 (21:04 +0000)]
No need to NULL terminate manually, snprintf() does it for us already.
Ilia Alshanetsky [Tue, 1 Jun 2004 20:16:06 +0000 (20:16 +0000)]
Fixed bug #28597 (xmlrpc_encode_request() incorrectly encodes chars in
200-210 range).
Patch by: fernando dot nemec at folha dot com dot br
Ilia Alshanetsky [Tue, 1 Jun 2004 18:59:49 +0000 (18:59 +0000)]
Fixed leak inside MINFO function.
Fixed crash inside enchant_dict_suggest() when there are no suggestions.
Added missing safe_mode/open_basedir check inside
enchant_broker_request_pwl_dict().
Fixed various function prototypes.
Ard Biesheuvel [Tue, 1 Jun 2004 17:14:47 +0000 (17:14 +0000)]
Removed debugging code
Greg Beaver [Tue, 1 Jun 2004 14:51:49 +0000 (14:51 +0000)]
update dependency to PEAR 1.4.0dev5
Greg Beaver [Tue, 1 Jun 2004 14:29:59 +0000 (14:29 +0000)]
test files for PEAR are now installable!
Greg Beaver [Tue, 1 Jun 2004 14:27:54 +0000 (14:27 +0000)]
file needed for registry test
Greg Beaver [Tue, 1 Jun 2004 14:15:41 +0000 (14:15 +0000)]
add needed package.xml files for channel tests
Greg Beaver [Tue, 1 Jun 2004 13:55:49 +0000 (13:55 +0000)]
update to include all new unit tests and files
Greg Beaver [Tue, 1 Jun 2004 13:45:55 +0000 (13:45 +0000)]
begin work on making the tests installable
Greg Beaver [Tue, 1 Jun 2004 13:22:28 +0000 (13:22 +0000)]
prepare for actual installable unit tests
Greg Beaver [Tue, 1 Jun 2004 13:11:15 +0000 (13:11 +0000)]
fix unit tests for 1.4.0dev4
Derick Rethans [Tue, 1 Jun 2004 11:54:00 +0000 (11:54 +0000)]
- Reorder
Andi Gutmans [Tue, 1 Jun 2004 11:47:14 +0000 (11:47 +0000)]
- NEWS
Andi Gutmans [Tue, 1 Jun 2004 11:45:46 +0000 (11:45 +0000)]
- If user error handler returns "false" then we relay to the built in error
handler
Ard Biesheuvel [Tue, 1 Jun 2004 08:38:33 +0000 (08:38 +0000)]
Use constant IBASE_CREATE instead of just 0
Ard Biesheuvel [Tue, 1 Jun 2004 00:50:05 +0000 (00:50 +0000)]
Woops, missed one
Ard Biesheuvel [Tue, 1 Jun 2004 00:44:20 +0000 (00:44 +0000)]
Fixed bug #28569 (connection id is not thread safe)
<changelog@php.net> [Tue, 1 Jun 2004 00:32:37 +0000 (00:32 +0000)]
ChangeLog update
Marcus Boerger [Mon, 31 May 2004 21:49:52 +0000 (21:49 +0000)]
Refcount must not be set separatley again.
Marcus Boerger [Mon, 31 May 2004 21:46:00 +0000 (21:46 +0000)]
Add missing initialization
Marcus Boerger [Mon, 31 May 2004 21:43:43 +0000 (21:43 +0000)]
Add missing initialization
Marcus Boerger [Mon, 31 May 2004 21:38:01 +0000 (21:38 +0000)]
#28589: Segfault in Reflection API
Pierre Joye [Mon, 31 May 2004 21:04:21 +0000 (21:04 +0000)]
MFB: missing ';'
Ilia Alshanetsky [Mon, 31 May 2004 21:01:29 +0000 (21:01 +0000)]
Added missing argument check.
Ilia Alshanetsky [Mon, 31 May 2004 20:25:37 +0000 (20:25 +0000)]
Fix build.
Ard Biesheuvel [Mon, 31 May 2004 13:43:06 +0000 (13:43 +0000)]
Fix typo in error message
Ard Biesheuvel [Mon, 31 May 2004 13:40:25 +0000 (13:40 +0000)]
Improved handling of 'CREATE DATABASE ...' by ibase_query()
Improved param handling of ibase_query() and ibase_execute()
Rob Richards [Mon, 31 May 2004 12:50:28 +0000 (12:50 +0000)]
Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson)
Prototype fixes
Zeev Suraski [Mon, 31 May 2004 12:27:49 +0000 (12:27 +0000)]
Fix prototypes
Rob Richards [Mon, 31 May 2004 11:20:46 +0000 (11:20 +0000)]
fix leak when using relaxng
interim fix for isolating our streams handling
- once libxml supports overriding streams this should be changed
for security reasons
Zeev Suraski [Mon, 31 May 2004 08:58:32 +0000 (08:58 +0000)]
Fix typo
<changelog@php.net> [Mon, 31 May 2004 00:33:13 +0000 (00:33 +0000)]
ChangeLog update
Brad House [Sun, 30 May 2004 22:41:24 +0000 (22:41 +0000)]
Update the mcve module for libmonetra 4.0
A compatability layer has been introduced which should mean all
scripts written for v 3.2 of the module should continue working,
as well as compilation should still work against libmcve 3.2.x.
This module eventually needs to be renamed to 'monetra' to reflect
the naming change of the underlying library.
Ard Biesheuvel [Sun, 30 May 2004 20:40:36 +0000 (20:40 +0000)]
Restrict 'CREATE DATABASE' in sql safe mode
Ard Biesheuvel [Sun, 30 May 2004 20:24:46 +0000 (20:24 +0000)]
Fix Win32 build
Added missing 'break'
Ilia Alshanetsky [Sun, 30 May 2004 18:58:47 +0000 (18:58 +0000)]
Fixed memory leak on ifx_error().
Ilia Alshanetsky [Sun, 30 May 2004 17:56:52 +0000 (17:56 +0000)]
Fixed bug #28564 (Problem building informix as a shared extension).
Patch by: roques at mti dot ag
Zeev Suraski [Sun, 30 May 2004 17:53:12 +0000 (17:53 +0000)]
Fix prototypes
Ard Biesheuvel [Sun, 30 May 2004 17:51:19 +0000 (17:51 +0000)]
Fix unregistered bug (segfault on uninitialised pointer)
Return string("0 ") from ibase_query() if query succeeded but did not affect any rows
Zeev Suraski [Sun, 30 May 2004 17:34:11 +0000 (17:34 +0000)]
No meaning for unsigned
Zeev Suraski [Sun, 30 May 2004 17:32:32 +0000 (17:32 +0000)]
Fix prototype
Greg Beaver [Sun, 30 May 2004 17:02:34 +0000 (17:02 +0000)]
fix unit tests for 1.4.0dev3
Ard Biesheuvel [Sun, 30 May 2004 16:59:43 +0000 (16:59 +0000)]
Use default character set in generated test DB
Ard Biesheuvel [Sun, 30 May 2004 16:41:28 +0000 (16:41 +0000)]
Fix HTML/table layout in info() entry
Ard Biesheuvel [Sun, 30 May 2004 16:20:25 +0000 (16:20 +0000)]
Removed ibase_timefmt() - use ini_set() instead
Improved phpinfo() appearance
Zeev Suraski [Sun, 30 May 2004 15:12:08 +0000 (15:12 +0000)]
Update to PHP-style prototypes
(a PHP function returning char *? What were you smoking? :)
Brad House [Sun, 30 May 2004 14:33:45 +0000 (14:33 +0000)]
manually check for egrep
<changelog@php.net> [Sun, 30 May 2004 00:32:48 +0000 (00:32 +0000)]
ChangeLog update
Wez Furlong [Sat, 29 May 2004 09:27:18 +0000 (09:27 +0000)]
Turn this off then
Greg Beaver [Sat, 29 May 2004 09:21:31 +0000 (09:21 +0000)]
testing file
Greg Beaver [Sat, 29 May 2004 09:09:46 +0000 (09:09 +0000)]
modify php_dump.php, .cvsignore ignores *.php
move include to the place where it is used
Greg Beaver [Sat, 29 May 2004 09:06:09 +0000 (09:06 +0000)]
update _installFile() test for channels
Greg Beaver [Sat, 29 May 2004 09:03:43 +0000 (09:03 +0000)]
update checkDeps/extractDownloadFilename tests for channels
Greg Beaver [Sat, 29 May 2004 09:02:47 +0000 (09:02 +0000)]
update registry test for channels
Greg Beaver [Sat, 29 May 2004 09:02:26 +0000 (09:02 +0000)]
use fake pearweb - now anyone can run the download unit tests.
These tests require channels to pass
Greg Beaver [Sat, 29 May 2004 09:00:52 +0000 (09:00 +0000)]
fake pearweb package files, for unit testing downloads without an installed pearweb
Greg Beaver [Sat, 29 May 2004 08:59:26 +0000 (08:59 +0000)]
config unit tests, ready for channels
Greg Beaver [Sat, 29 May 2004 08:51:59 +0000 (08:51 +0000)]
new unit tests
pearweb mock object is complete
Greg Beaver [Sat, 29 May 2004 08:49:01 +0000 (08:49 +0000)]
update for conflicting file test
Greg Beaver [Sat, 29 May 2004 08:48:01 +0000 (08:48 +0000)]
new package.xml needed to test conflicting files error
<changelog@php.net> [Sat, 29 May 2004 00:32:22 +0000 (00:32 +0000)]
ChangeLog update
Wez Furlong [Sat, 29 May 2004 00:30:11 +0000 (00:30 +0000)]
Don't rely on TIOCNOTTY.
Ard Biesheuvel [Fri, 28 May 2004 23:39:33 +0000 (23:39 +0000)]
Changed default date format to ISO
Enable sync flag in connect()
John Coggeshall [Fri, 28 May 2004 20:32:52 +0000 (20:32 +0000)]
'tidy' should not be final, but 'tidyNode' should be.
Ard Biesheuvel [Fri, 28 May 2004 20:11:34 +0000 (20:11 +0000)]
Fix commit/rollback of multi-link transactions
Some CS
Andrei Zmievski [Fri, 28 May 2004 17:28:33 +0000 (17:28 +0000)]
Allow user-defined error handlers to indicate whether default error
handler should be re-invoked, by returning true or false.
Ilia Alshanetsky [Fri, 28 May 2004 14:17:46 +0000 (14:17 +0000)]
Fixed memory leak on error.
Ilia Alshanetsky [Fri, 28 May 2004 14:14:26 +0000 (14:14 +0000)]
The engine will take care out-of-memory situation for us.
Stefan Esser [Fri, 28 May 2004 13:38:06 +0000 (13:38 +0000)]
Fixed off-by-one in http_fopen_wrapper
Wez Furlong [Fri, 28 May 2004 13:25:51 +0000 (13:25 +0000)]
Hopefully resolve proc_open build issues.
If we need anything more elaborate than this, then we can move to a configure
time check as Sascha suggests.
Christian Stocker [Fri, 28 May 2004 13:04:19 +0000 (13:04 +0000)]
fix memleak in php callbacks
Stefan Esser [Fri, 28 May 2004 11:33:23 +0000 (11:33 +0000)]
Fixed off-by-one in php_parse_url.
Derick Rethans [Fri, 28 May 2004 10:47:15 +0000 (10:47 +0000)]
- Added date/time parser thingy.
Derick Rethans [Fri, 28 May 2004 10:45:18 +0000 (10:45 +0000)]
- Fixed ip2long() behavior if an invalid IP address was passed to the
function. This makes it possible to distingiush between "255.255.255.255"
and a wrong one.
Marcus Boerger [Fri, 28 May 2004 09:14:44 +0000 (09:14 +0000)]
Add more outstanding patches
Marcus Boerger [Fri, 28 May 2004 09:12:07 +0000 (09:12 +0000)]
Remove finished tasks
Marcus Boerger [Fri, 28 May 2004 09:06:56 +0000 (09:06 +0000)]
Remove finished tasks
Marcus Boerger [Fri, 28 May 2004 09:03:00 +0000 (09:03 +0000)]
Add more things
Marcus Boerger [Fri, 28 May 2004 08:55:10 +0000 (08:55 +0000)]
Prevent possible problems with illegal properties
Derick Rethans [Fri, 28 May 2004 08:08:56 +0000 (08:08 +0000)]
- Make the default mask for user defined error handlers include ALL errors,
including E_STRICT.
<changelog@php.net> [Fri, 28 May 2004 00:31:45 +0000 (00:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Thu, 27 May 2004 20:53:26 +0000 (20:53 +0000)]
Better skip condition check for session tests.
Andrei Zmievski [Thu, 27 May 2004 16:22:47 +0000 (16:22 +0000)]
5.1 tasks.
Andi Gutmans [Thu, 27 May 2004 15:03:46 +0000 (15:03 +0000)]
- Back to RC3-dev until we roll final
Wez Furlong [Thu, 27 May 2004 13:04:14 +0000 (13:04 +0000)]
Fix #25939 for good this time.
# How could I miss this??
Derick Rethans [Thu, 27 May 2004 12:28:41 +0000 (12:28 +0000)]
Put similar items next to eachother
Andi Gutmans [Thu, 27 May 2004 12:01:14 +0000 (12:01 +0000)]
- More news
Andi Gutmans [Thu, 27 May 2004 11:59:58 +0000 (11:59 +0000)]
- Fix problem with exceptions returning from include(). (Dmitry)
Andi Gutmans [Thu, 27 May 2004 11:39:35 +0000 (11:39 +0000)]
- RC3RC1
Rob Richards [Thu, 27 May 2004 11:15:45 +0000 (11:15 +0000)]
namespace/tagname validation fixes (Adam Trachtenberg)
added new test
Andi Gutmans [Thu, 27 May 2004 08:30:14 +0000 (08:30 +0000)]
- NEWS