]>
granicus.if.org Git - php/log
<changelog@php.net> [Sat, 23 Jul 2005 05:39:09 +0000 (05:39 +0000)]
ChangeLog update
foobar [Fri, 22 Jul 2005 22:00:55 +0000 (22:00 +0000)]
revert fix that did not fix anything
Yasuo Ohgaki [Fri, 22 Jul 2005 18:48:14 +0000 (18:48 +0000)]
fix build with older postgresql
Marcus Boerger [Fri, 22 Jul 2005 14:31:20 +0000 (14:31 +0000)]
- Add missing part to make colon in parameter binding optional
Marcus Boerger [Fri, 22 Jul 2005 14:27:35 +0000 (14:27 +0000)]
- Test the colon is optional in binding
Dmitry Stogov [Fri, 22 Jul 2005 07:34:24 +0000 (07:34 +0000)]
$context is not longer passed by reference, so its modification has no effect
Dmitry Stogov [Fri, 22 Jul 2005 07:33:03 +0000 (07:33 +0000)]
Fixed bug #33802 (throw Exception in error handler causes crash)
<changelog@php.net> [Fri, 22 Jul 2005 05:39:31 +0000 (05:39 +0000)]
ChangeLog update
Wez Furlong [Fri, 22 Jul 2005 04:33:56 +0000 (04:33 +0000)]
this looks like a much better fix for refcounting/shutdown in lazy objects.
Wez Furlong [Fri, 22 Jul 2005 02:09:19 +0000 (02:09 +0000)]
fix leak (ugh, this nuance gets me every time)
Wez Furlong [Fri, 22 Jul 2005 01:34:43 +0000 (01:34 +0000)]
Fixes #33785 for me
Ilia Alshanetsky [Thu, 21 Jul 2005 19:33:48 +0000 (19:33 +0000)]
Added test for PDO_FETCH_LAZY.
# This currently fails, see bug 33785
Marcus Boerger [Thu, 21 Jul 2005 16:52:32 +0000 (16:52 +0000)]
- Fix error generation logic (found by johannes)
Dmitry Stogov [Thu, 21 Jul 2005 13:48:10 +0000 (13:48 +0000)]
Fixed bug with returning from internal function by reference
Derick Rethans [Thu, 21 Jul 2005 10:09:40 +0000 (10:09 +0000)]
- Changed the year parameter so that 0..69 maps to 2000..2069 and 70..100 maps
to 1970..2000, which was in the original code, but not in the documentation.
Dmitry Stogov [Thu, 21 Jul 2005 07:18:02 +0000 (07:18 +0000)]
Recursion protection
<changelog@php.net> [Thu, 21 Jul 2005 05:32:41 +0000 (05:32 +0000)]
ChangeLog update
foobar [Wed, 20 Jul 2005 23:06:49 +0000 (23:06 +0000)]
there is not much point in putting entries of bugs fixed when bug only existed in CVS and not in any release..
Ilia Alshanetsky [Wed, 20 Jul 2005 16:22:09 +0000 (16:22 +0000)]
Missing bit of the previous commits
Dmitry Stogov [Wed, 20 Jul 2005 10:21:49 +0000 (10:21 +0000)]
"_local_cert" and "_passphrase" properties moved into "_stream_context".
As a result now it is possible to use certificates during access WSDL files.
Dmitry Stogov [Wed, 20 Jul 2005 10:06:10 +0000 (10:06 +0000)]
Fixed tests
Derick Rethans [Wed, 20 Jul 2005 08:31:02 +0000 (08:31 +0000)]
- Fixed bug #33578 (strtotime() problem with "Oct17" format).
- Fixed problems with lone years in strtotime().
- Added functions to timelib to get a list of all abbreviations and timezone
identifiers.
- Fixed problems with parsed dates that only have GMT offsets associated
with them.
- Fixed a Windows compile problem.
- Added special constants for different often used date formats (DATE_ISO8601,
DATE_RFC822, DATE_RSS etc).
- Fixed date_default_timezone_get() to return the guessed timezone if none
was set yet with date_default_timezone_set().
- Added experimental support for Date/Timezone objects as per specifications.
Marcus Boerger [Wed, 20 Jul 2005 07:33:19 +0000 (07:33 +0000)]
- Use correct/complete skipif condition
<changelog@php.net> [Wed, 20 Jul 2005 05:36:08 +0000 (05:36 +0000)]
ChangeLog update
Wez Furlong [Wed, 20 Jul 2005 05:27:27 +0000 (05:27 +0000)]
use pdo core test suite.
Now passes all but one test. Volunteers that want to track down the cause
for test pdo_018.phpt not passing are welcome.
Wez Furlong [Wed, 20 Jul 2005 05:27:00 +0000 (05:27 +0000)]
some drivers want you to say that its ok to use NULL for these columns.
Ilia Alshanetsky [Wed, 20 Jul 2005 04:30:14 +0000 (04:30 +0000)]
Fixed memory corruption (wrong order of operations of stored prep. stmt).
Optimize the max length calculation process.
Ilia Alshanetsky [Wed, 20 Jul 2005 03:38:33 +0000 (03:38 +0000)]
Proper handling for databases that need to pre-calculate length of large
columns, which is not normally done for performance reasons.
Wez Furlong [Wed, 20 Jul 2005 02:37:57 +0000 (02:37 +0000)]
Add PDO_PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT attribute, which, when set
to true, forces the driver to use PDO's own emulated prepared statement
support.
Why would you want that, considering that native prepared statements are
supposed to be the best thing ever?
"Often postgresql will have to plan the query without knowing the parameters -
and it will choose a bad plan. In some cases it will plan based on the first
parameters you send. "
Ugh. So now we have a way to let you decide that you know better than the
pgsql query planner.
Ilia Alshanetsky [Wed, 20 Jul 2005 02:36:34 +0000 (02:36 +0000)]
Only set attribute if result set contains some columns.
Ilia Alshanetsky [Wed, 20 Jul 2005 02:19:20 +0000 (02:19 +0000)]
clean up
Wez Furlong [Wed, 20 Jul 2005 01:59:14 +0000 (01:59 +0000)]
this hack can and does segv; let's remove it.
Andrei Zmievski [Wed, 20 Jul 2005 01:46:02 +0000 (01:46 +0000)]
*** empty log message ***
foobar [Wed, 20 Jul 2005 00:18:24 +0000 (00:18 +0000)]
Skip tests in 64bit systems
foobar [Wed, 20 Jul 2005 00:10:57 +0000 (00:10 +0000)]
fixed skipif to really skip
Marcus Boerger [Tue, 19 Jul 2005 20:10:37 +0000 (20:10 +0000)]
- Add test to verify all ArrayAccess methods can throw
Marcus Boerger [Tue, 19 Jul 2005 19:50:11 +0000 (19:50 +0000)]
- Add test to verify all iterator methods can throw
Wez Furlong [Tue, 19 Jul 2005 19:48:02 +0000 (19:48 +0000)]
Remove stale #ifdefs (this is PHP 5 only code).
Add a stream_context option to the SoapClient constructor; this allows
generic stream context options to be set without having to add code to the
SoapClient every time a context option is added.
Marcus Boerger [Tue, 19 Jul 2005 19:46:21 +0000 (19:46 +0000)]
- Dont't warn in case an exception is pending - in this case it'd superflous
Wez Furlong [Tue, 19 Jul 2005 19:25:33 +0000 (19:25 +0000)]
revert my last change; chasing ghosts.
# the lesson is, ensure that php4 and php5 aren't loaded at the same time
Wez Furlong [Tue, 19 Jul 2005 18:59:46 +0000 (18:59 +0000)]
Don't crash when no treat_data method has been set in the sapi module
# how come no one ran into this before?
Wez Furlong [Tue, 19 Jul 2005 16:55:48 +0000 (16:55 +0000)]
try to make the test a bit more portable
Wez Furlong [Tue, 19 Jul 2005 16:55:22 +0000 (16:55 +0000)]
this should always be a string here, but just in case, convert it.
Wez Furlong [Tue, 19 Jul 2005 16:54:51 +0000 (16:54 +0000)]
if we didn't detect an error, don't return -1 rows, as that means that we found an error
Wez Furlong [Tue, 19 Jul 2005 15:26:16 +0000 (15:26 +0000)]
Closes #33533 by implementing proper dynamic fetching of long text columns.
Dmitry Stogov [Tue, 19 Jul 2005 07:33:00 +0000 (07:33 +0000)]
Fixed bug #33710 (ArrayAccess objects doen't initialize $this)
<changelog@php.net> [Tue, 19 Jul 2005 05:31:59 +0000 (05:31 +0000)]
ChangeLog update
Wez Furlong [Tue, 19 Jul 2005 03:39:49 +0000 (03:39 +0000)]
Limit the size of columns to 64K, so we don't try to allocate 2GB for each text
column coming out of informix.
Refs Bug #33533.
Not totally closed yet; still need to cater for text fields longer than 64k in a sane manner.
Brad House [Tue, 19 Jul 2005 00:34:39 +0000 (00:34 +0000)]
\#if BRAD_0'd latest changes as requested until 5.1.0 release
foobar [Mon, 18 Jul 2005 23:17:24 +0000 (23:17 +0000)]
MFB4_4: Fix compile problem with --regex=system on some systems
Brad House [Mon, 18 Jul 2005 20:10:07 +0000 (20:10 +0000)]
sync missing functions from libmonetra-5
Ilia Alshanetsky [Mon, 18 Jul 2005 19:18:03 +0000 (19:18 +0000)]
Revert cookie patch for BC reasons.
Rasmus Lerdorf [Mon, 18 Jul 2005 18:32:36 +0000 (18:32 +0000)]
Valgrind is unhappy that this is not initialized
foobar [Mon, 18 Jul 2005 17:20:24 +0000 (17:20 +0000)]
fix macro
Dmitry Stogov [Mon, 18 Jul 2005 16:20:08 +0000 (16:20 +0000)]
Fixed bug in new module statrup mechanism
foobar [Mon, 18 Jul 2005 16:08:37 +0000 (16:08 +0000)]
touch with working re2c
Wez Furlong [Mon, 18 Jul 2005 14:46:55 +0000 (14:46 +0000)]
make a start on a debugging function.
Wez Furlong [Mon, 18 Jul 2005 14:44:56 +0000 (14:44 +0000)]
touch generated file
Wez Furlong [Mon, 18 Jul 2005 14:44:14 +0000 (14:44 +0000)]
avoid :: when looking for named parameters.
Refs Bug #33736.
Wez Furlong [Mon, 18 Jul 2005 14:40:49 +0000 (14:40 +0000)]
this needs to be the column count, otherwise a db->query() that returns 0 rows
will fail rather than returning a statement with no rows.
Wez Furlong [Mon, 18 Jul 2005 14:12:52 +0000 (14:12 +0000)]
compile before commit (gah!)
Ilia Alshanetsky [Mon, 18 Jul 2005 13:47:33 +0000 (13:47 +0000)]
Cleanup buffers on handle re-use.
Wez Furlong [Mon, 18 Jul 2005 13:28:24 +0000 (13:28 +0000)]
Apparently our pipe detection code just above this isn't foolproof.
Catch it here.
Dmitry Stogov [Mon, 18 Jul 2005 07:13:34 +0000 (07:13 +0000)]
Fixed bug #33558 (warning with nested calls to functions returning by reference)
Dmitry Stogov [Mon, 18 Jul 2005 06:34:42 +0000 (06:34 +0000)]
Removed some compilation warnings.
<changelog@php.net> [Mon, 18 Jul 2005 05:36:08 +0000 (05:36 +0000)]
ChangeLog update
Ilia Alshanetsky [Mon, 18 Jul 2005 04:04:18 +0000 (04:04 +0000)]
Fixed handling of HTTP requests with multiple Cookie headers.
foobar [Mon, 18 Jul 2005 01:09:22 +0000 (01:09 +0000)]
typo
Frank M. Kromann [Mon, 18 Jul 2005 00:42:48 +0000 (00:42 +0000)]
Make sure we build with SWFPrebuilt.
Marcus Boerger [Mon, 18 Jul 2005 00:19:28 +0000 (00:19 +0000)]
- Show end of relay testing block
Marcus Boerger [Mon, 18 Jul 2005 00:14:54 +0000 (00:14 +0000)]
- Provide distinction and distinct tests
Marcus Boerger [Sun, 17 Jul 2005 23:58:40 +0000 (23:58 +0000)]
- Compatibility with ming 0.2a and 0.3a
Marcus Boerger [Sun, 17 Jul 2005 23:58:02 +0000 (23:58 +0000)]
- Write temp file in test dir
Marcus Boerger [Sun, 17 Jul 2005 20:57:51 +0000 (20:57 +0000)]
- Add new test
Ilia Alshanetsky [Sun, 17 Jul 2005 19:17:10 +0000 (19:17 +0000)]
Added missing init.
Marcus Boerger [Sun, 17 Jul 2005 18:39:24 +0000 (18:39 +0000)]
- Fix problem with debug mode on selective machines
Marcus Boerger [Sun, 17 Jul 2005 17:38:16 +0000 (17:38 +0000)]
- If you ask me both (expat and libxml) are not really accurate about byte
positions and columns...however the line number information is now
correct for both so for the moment we live with the situation that they
return different byte and column information.
<changelog@php.net> [Sun, 17 Jul 2005 05:40:10 +0000 (05:40 +0000)]
ChangeLog update
Ilia Alshanetsky [Sat, 16 Jul 2005 18:33:09 +0000 (18:33 +0000)]
Added 2 missing cURL options available in all versions.
Anantha Kesari H Y [Sat, 16 Jul 2005 12:55:45 +0000 (12:55 +0000)]
NetWare can make use of the Autoconf based build system
Anantha Kesari H Y [Sat, 16 Jul 2005 12:51:58 +0000 (12:51 +0000)]
libpq-fs.h this file is of no use
Anantha Kesari H Y [Sat, 16 Jul 2005 12:21:34 +0000 (12:21 +0000)]
main/fopen_wrappers.c
NetWare file names are case insensitive
main/main.c
NetWare has no sendmail binary. It uses the smart host mailing code avaiolable in php distro. Could not find a better place to put this than main/main.c.
-- Kamesh
Anantha Kesari H Y [Sat, 16 Jul 2005 11:38:40 +0000 (11:38 +0000)]
Netware pthreads support is good enough. So removing all these fixes of old times.
-- Kamesh
<changelog@php.net> [Sat, 16 Jul 2005 05:36:35 +0000 (05:36 +0000)]
ChangeLog update
George Schlossnagle [Fri, 15 Jul 2005 16:47:48 +0000 (16:47 +0000)]
Darwin seems to like this much better.
George Schlossnagle [Fri, 15 Jul 2005 16:47:12 +0000 (16:47 +0000)]
Darwin seems to like this arrangement much better.
Sara Golemon [Fri, 15 Jul 2005 15:45:43 +0000 (15:45 +0000)]
Pass context parameter through to xport_create
Anantha Kesari H Y [Fri, 15 Jul 2005 12:35:12 +0000 (12:35 +0000)]
ext/standard/file.h NetWare LibC has fnmatch and realpath implemented.
ext/standard/syslog.c Except LOG_SYSLOG other syslog macros are supported by NetWare LibC.
ext/standard/string.c NetWare fix for dirname
-- Kamesh
<changelog@php.net> [Fri, 15 Jul 2005 05:34:39 +0000 (05:34 +0000)]
ChangeLog update
Ilia Alshanetsky [Thu, 14 Jul 2005 23:17:16 +0000 (23:17 +0000)]
Fixed compiler warning.
Ilia Alshanetsky [Thu, 14 Jul 2005 14:59:16 +0000 (14:59 +0000)]
Properly recognize redirect code 303.
When encountering redirect on POST request follow browsers and cURL and
perform GET on the specified location field.
Andi Gutmans [Thu, 14 Jul 2005 14:01:02 +0000 (14:01 +0000)]
- Back to -dev
Andi Gutmans [Thu, 14 Jul 2005 13:44:03 +0000 (13:44 +0000)]
- Beta 3
<changelog@php.net> [Thu, 14 Jul 2005 05:36:27 +0000 (05:36 +0000)]
ChangeLog update
Wez Furlong [Thu, 14 Jul 2005 02:21:03 +0000 (02:21 +0000)]
Add test case
Wez Furlong [Thu, 14 Jul 2005 02:20:52 +0000 (02:20 +0000)]
gah!
Wez Furlong [Thu, 14 Jul 2005 02:09:54 +0000 (02:09 +0000)]
Thanks 'james' (a visitor to my blog) for reporting this bug.
Wez Furlong [Thu, 14 Jul 2005 02:09:08 +0000 (02:09 +0000)]
keep this as a placeholder for debugging weird regressions
Wez Furlong [Thu, 14 Jul 2005 02:08:18 +0000 (02:08 +0000)]
Add utility for driver-specific tests
Wez Furlong [Thu, 14 Jul 2005 02:03:54 +0000 (02:03 +0000)]
it is not an error for a statement to return 0 rows.
Andrey: please run the test suite before each commit!
This broke beta 3 and was clearly visible as a result of running the tests.
Running further tests now.