]>
granicus.if.org Git - php/log
Dmitry Stogov [Wed, 12 Mar 2008 09:46:57 +0000 (09:46 +0000)]
Fixed bug #44414 (Incomplete reporting about abstract methods)
Dmitry Stogov [Wed, 12 Mar 2008 08:53:10 +0000 (08:53 +0000)]
Fixed warning
Greg Beaver [Wed, 12 Mar 2008 03:55:12 +0000 (03:55 +0000)]
implement full support and usage of phar stream in include_path, for both 5.2 and 5.3.
5.3 code expects the proposed patch for stream wrapper in include_path to be committed
5.2 code only supports phar stream wrapper in include_path.
this is a 2-step process. After this, more magic, particularly in funcinterceptors.c will be
converted to use phar_resolve_path, which is far safer than the current implementation.
this needs windows and 5.2 testing unix/windows
Greg Beaver [Wed, 12 Mar 2008 03:12:35 +0000 (03:12 +0000)]
fix leaked var, fixes all tests for me
Felipe Pena [Wed, 12 Mar 2008 02:45:15 +0000 (02:45 +0000)]
MFB: Fixed bug #44394 (Last two bytes missing from output)
<changelog@php.net> [Wed, 12 Mar 2008 01:31:36 +0000 (01:31 +0000)]
ChangeLog update
Christopher Jones [Wed, 12 Mar 2008 01:25:13 +0000 (01:25 +0000)]
Cleaned up whitespace
Fixed bug #44372 (compilation with Oracle 10gR1 libraries)
http://bugs.php.net/bug.php?id=44372
Updated updated error number list to improve re-connection
behavior after a database restart.
Guard against potential internal list corruption after ping
removes old oci_pconnect() information.
Fix ini_set("oci8.connection_class", "abc") to get an appropriate
persistent connection.
Ping at oci8.ping_interval for oci_connect() and oci_new_connect()
when DRCP connections are used. This improves non-persistent
connection reliability if a database gets restarted.
Lars Strojny [Tue, 11 Mar 2008 22:50:41 +0000 (22:50 +0000)]
Adding itk again to non-threaded MPMs. Sorry for the confusion
Felipe Pena [Tue, 11 Mar 2008 16:55:33 +0000 (16:55 +0000)]
Add new test (bug reported in internals list by Robin)
Felipe Pena [Tue, 11 Mar 2008 16:48:40 +0000 (16:48 +0000)]
Add new test (bug reported in internals list by Robin)
Felipe Pena [Tue, 11 Mar 2008 15:26:46 +0000 (15:26 +0000)]
Missing a line
Felipe Pena [Tue, 11 Mar 2008 15:21:38 +0000 (15:21 +0000)]
New tests
Felipe Pena [Tue, 11 Mar 2008 11:06:10 +0000 (11:06 +0000)]
Fix test
Antony Dovgal [Tue, 11 Mar 2008 10:40:23 +0000 (10:40 +0000)]
some more tests
Antony Dovgal [Tue, 11 Mar 2008 10:26:51 +0000 (10:26 +0000)]
fix segfault - error_string may be NULL, in this case we have to follow the old behavior
Josie Messa [Tue, 11 Mar 2008 10:20:06 +0000 (10:20 +0000)]
- Added extra whitespace around error messages in expected output
Dmitry Stogov [Tue, 11 Mar 2008 09:36:51 +0000 (09:36 +0000)]
Fixed memory corruption because of double free()
<changelog@php.net> [Tue, 11 Mar 2008 01:31:34 +0000 (01:31 +0000)]
ChangeLog update
Andrey Hristov [Mon, 10 Mar 2008 20:27:15 +0000 (20:27 +0000)]
Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with different
configurations one or the another extension to use libmysql or mysqlnd mixed in
one binary
Andrey Hristov [Mon, 10 Mar 2008 19:55:43 +0000 (19:55 +0000)]
char **error_message was passed but not used. This causes problems in cases
of getaddrinfo() failure, because the upper layers don't get the error.
initialize a variable because we were reading initialized in case of error.
Steph Fox [Mon, 10 Mar 2008 19:11:16 +0000 (19:11 +0000)]
Fix for crash caused by unhappy c&p.
@Greg: this still doesn't fix bug #13353... not sure why
Josie Messa [Mon, 10 Mar 2008 15:24:14 +0000 (15:24 +0000)]
- New tests for getcwd() function
Josie Messa [Mon, 10 Mar 2008 15:19:59 +0000 (15:19 +0000)]
- Modified expected output to allow tests to work on all platforms
Gwynne Raskind [Mon, 10 Mar 2008 15:17:47 +0000 (15:17 +0000)]
Improve the Darwin 9 hack considerably and switch to using dl*() instead of NS*() on Darwin 8+.
Felipe Pena [Mon, 10 Mar 2008 15:09:20 +0000 (15:09 +0000)]
MFB: Improve the Darwin 9 hack considerably and switch to using dl*() instead of NS*() on Darwin 8+. (Patch by Gwynne)
Gwynne Raskind [Mon, 10 Mar 2008 14:35:37 +0000 (14:35 +0000)]
Unused function in HEAD, fixes compiler warning
Gwynne Raskind [Mon, 10 Mar 2008 14:27:07 +0000 (14:27 +0000)]
Fix small typo
Josie Messa [Mon, 10 Mar 2008 14:16:32 +0000 (14:16 +0000)]
- New tests for scandir() function
Johannes Schlüter [Mon, 10 Mar 2008 13:38:23 +0000 (13:38 +0000)]
Fix typo
Johannes Schlüter [Mon, 10 Mar 2008 13:26:15 +0000 (13:26 +0000)]
- Fix build with older MySQL
Andrey Hristov [Mon, 10 Mar 2008 09:16:13 +0000 (09:16 +0000)]
- Fix a warning in php_mysql.c
- Fixed #44371 Extension compile failed
<changelog@php.net> [Mon, 10 Mar 2008 01:31:34 +0000 (01:31 +0000)]
ChangeLog update
Scott MacVicar [Sun, 9 Mar 2008 21:32:38 +0000 (21:32 +0000)]
MFB: Fix memory issues with statement being deleted twice
Ilia Alshanetsky [Sun, 9 Mar 2008 18:10:09 +0000 (18:10 +0000)]
MFB: Initialize ts only after successful argument parsing
Felipe Pena [Sun, 9 Mar 2008 16:07:46 +0000 (16:07 +0000)]
Fix typo (#44381)
Gwynne Raskind [Sun, 9 Mar 2008 14:27:15 +0000 (14:27 +0000)]
Fix Darwin 9/Mac OS X 10.5 build problems, or at least patch them
Lars Strojny [Sun, 9 Mar 2008 12:37:05 +0000 (12:37 +0000)]
sapi/apache2(handler|filter)/config.m4: Removing itk from the list of threaded MPMs (thanks Hannes)
Steph Fox [Sun, 9 Mar 2008 04:46:16 +0000 (04:46 +0000)]
Rename archive during compressAllFiles*()
Note: this only works for tar archives at present pending a fix for bug #13352
Greg Beaver [Sun, 9 Mar 2008 04:17:20 +0000 (04:17 +0000)]
pack tar structs so speed optimizations don't add extra bytes to the header
# Steph: try this and see if it fixes Bug #13353
<changelog@php.net> [Sun, 9 Mar 2008 01:31:31 +0000 (01:31 +0000)]
ChangeLog update
Lars Strojny [Sun, 9 Mar 2008 01:10:13 +0000 (01:10 +0000)]
Adding itk and and peruser MPM to the list of threaded Apache MPMs
Johannes Schlüter [Sun, 9 Mar 2008 01:06:38 +0000 (01:06 +0000)]
- Fix typo in skipif
Felipe Pena [Sat, 8 Mar 2008 23:32:22 +0000 (23:32 +0000)]
Fix test
Felipe Pena [Sat, 8 Mar 2008 23:14:16 +0000 (23:14 +0000)]
Fix test
Etienne Kneuss [Sat, 8 Mar 2008 22:17:32 +0000 (22:17 +0000)]
User error handlers no longer catch supressed errors
Felipe Pena [Sat, 8 Mar 2008 22:03:21 +0000 (22:03 +0000)]
MFB: User error handlers no longer catch supressed errors (patch by Etienne Kneuss)
Greg Beaver [Sat, 8 Mar 2008 19:12:41 +0000 (19:12 +0000)]
fix tests if allow_url_fopen is disabled in php.ini
David Coallier [Sat, 8 Mar 2008 19:08:58 +0000 (19:08 +0000)]
- Skipif libxml dotted version is < 2.6.20. Patch from scoates
Greg Beaver [Sat, 8 Mar 2008 19:08:52 +0000 (19:08 +0000)]
fix test if allow_url_fopen is disabled in php.ini
David Coallier [Sat, 8 Mar 2008 19:05:48 +0000 (19:05 +0000)]
- MFB. Ok to fail on OSX. Patch from scoates
Zoe Slattery [Sat, 8 Mar 2008 17:15:18 +0000 (17:15 +0000)]
Countable requires SPL
Andrey Hristov [Sat, 8 Mar 2008 15:17:45 +0000 (15:17 +0000)]
Bug fixed in MySQL 5.0.46
Andrey Hristov [Sat, 8 Mar 2008 15:16:08 +0000 (15:16 +0000)]
MFB:
- Fixed problem with $mysqli->connect() not connecting with defaults
- Fixed leak (#39475)
Felipe Pena [Sat, 8 Mar 2008 14:04:53 +0000 (14:04 +0000)]
MFB: Fixed bug #44373 (PDO_OCI extension compile failed)
Nuno Lopes [Sat, 8 Mar 2008 13:14:02 +0000 (13:14 +0000)]
MFB: fix #44214
Felipe Pena [Sat, 8 Mar 2008 13:01:41 +0000 (13:01 +0000)]
Fix tests (removed space on error message "Undefined index: ...")
Nuno Lopes [Sat, 8 Mar 2008 11:59:44 +0000 (11:59 +0000)]
MFB
Nuno Lopes [Sat, 8 Mar 2008 11:51:03 +0000 (11:51 +0000)]
add new tests
Felipe Pena [Sat, 8 Mar 2008 11:49:24 +0000 (11:49 +0000)]
Cosmetics (removed space on error message)
Felipe Pena [Sat, 8 Mar 2008 11:41:35 +0000 (11:41 +0000)]
MFB: Fixed bug #39018 (Error control operator '@' fails to suppress "Uninitialized string offset")
Scott MacVicar [Sat, 8 Mar 2008 04:17:30 +0000 (04:17 +0000)]
Fixed bug #42203 (Clear SQLite result sets before closing database.)
<changelog@php.net> [Sat, 8 Mar 2008 01:31:34 +0000 (01:31 +0000)]
ChangeLog update
Gwynne Raskind [Fri, 7 Mar 2008 23:20:15 +0000 (23:20 +0000)]
Fix bug #32330 (session_destroy, "Failed to initialize storage module", custom session handler)
Johannes Schlüter [Fri, 7 Mar 2008 21:32:52 +0000 (21:32 +0000)]
- New tests
Pierre Joye [Fri, 7 Mar 2008 18:41:59 +0000 (18:41 +0000)]
- MFB: #44355 compilation breaks due illegal const usage
Scott MacVicar [Fri, 7 Mar 2008 17:02:48 +0000 (17:02 +0000)]
MFB:
Fixed bug #41135 (When binding as binary data use sqlite3_bind_blob() to stop errors with null bytes.)
Fixed bug #42443 (Bind integers and booleans as integers rather than strings.)
Josie Messa [Fri, 7 Mar 2008 16:21:30 +0000 (16:21 +0000)]
- Tests awaiting fix of bug #44246
Josie Messa [Fri, 7 Mar 2008 16:13:20 +0000 (16:13 +0000)]
- New tests for rewinddir() function
Josie Messa [Fri, 7 Mar 2008 16:07:34 +0000 (16:07 +0000)]
fix test
Josie Messa [Fri, 7 Mar 2008 16:02:42 +0000 (16:02 +0000)]
- New tests for closedir() function
Steph Fox [Fri, 7 Mar 2008 14:59:47 +0000 (14:59 +0000)]
update TODO
Scott MacVicar [Fri, 7 Mar 2008 10:55:14 +0000 (10:55 +0000)]
MFB: Update bundled SQLite to 3.5.6
Gwynne Raskind [Fri, 7 Mar 2008 08:51:05 +0000 (08:51 +0000)]
Fix build (one too many right parenthesis in last commit for non-Windows builds)
Greg Beaver [Fri, 7 Mar 2008 04:15:29 +0000 (04:15 +0000)]
test was failing because I had a file named 1 in the checkout directory
# note to tests writers: never assume anything about directory
# contents.
Stanislav Malyshev [Fri, 7 Mar 2008 03:39:29 +0000 (03:39 +0000)]
improve seed calculation
# better solution would be to port mt's multi-value seed procedure
Ilia Alshanetsky [Fri, 7 Mar 2008 02:05:48 +0000 (02:05 +0000)]
MFB: Fixed a memory leak inside date_get_last_errors() when there are no
errors
<changelog@php.net> [Fri, 7 Mar 2008 01:31:36 +0000 (01:31 +0000)]
ChangeLog update
Felipe Pena [Fri, 7 Mar 2008 00:51:02 +0000 (00:51 +0000)]
Better readability (USTR_BYTES)
Robin Fernandes [Thu, 6 Mar 2008 11:07:29 +0000 (11:07 +0000)]
Add new tests for class/object functions and features.
<changelog@php.net> [Thu, 6 Mar 2008 01:31:36 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 5 Mar 2008 23:52:56 +0000 (23:52 +0000)]
MFB: Revert patch for bug #44325
Pierre Joye [Wed, 5 Mar 2008 21:20:14 +0000 (21:20 +0000)]
- MFB: #42505, new sendmail default path breaks on Novell (Guenter Knauf)
Pierre Joye [Wed, 5 Mar 2008 21:18:26 +0000 (21:18 +0000)]
- MFB: #40013, php_uname() does not return nodename on Netware
(Guenter Knauf)
Lars Strojny [Wed, 5 Mar 2008 20:11:35 +0000 (20:11 +0000)]
Using new magic constant __DIR__ in run-tests.php
Felipe Pena [Wed, 5 Mar 2008 14:39:05 +0000 (14:39 +0000)]
Fixed error message on unicode mode
Felipe Pena [Wed, 5 Mar 2008 14:22:06 +0000 (14:22 +0000)]
Fix test
Dmitry Stogov [Wed, 5 Mar 2008 13:35:02 +0000 (13:35 +0000)]
Optimized require_once() and include_once() by eliminationg open() syscall on se
cond usage.
Felipe Pena [Wed, 5 Mar 2008 13:15:03 +0000 (13:15 +0000)]
Fix test
Antony Dovgal [Wed, 5 Mar 2008 12:09:33 +0000 (12:09 +0000)]
apply better fix, so that the default handle would be closed when closing its reference
Antony Dovgal [Wed, 5 Mar 2008 09:28:41 +0000 (09:28 +0000)]
fix memory corruption due to double destruction of default dir handle
(detected by ext/standard/tests/dir/readdir_variation6.phpt)
<changelog@php.net> [Wed, 5 Mar 2008 01:31:37 +0000 (01:31 +0000)]
ChangeLog update
Felipe Pena [Tue, 4 Mar 2008 23:39:15 +0000 (23:39 +0000)]
New way for check void parameters
Felipe Pena [Tue, 4 Mar 2008 23:09:02 +0000 (23:09 +0000)]
New way for check void parameters
Felipe Pena [Tue, 4 Mar 2008 22:31:38 +0000 (22:31 +0000)]
MFB: Fixed bug #44333 (SEGFAULT when using mysql_pconnect() with client_flags)
Christopher Jones [Tue, 4 Mar 2008 21:45:55 +0000 (21:45 +0000)]
Fix bug #41069 (db link crash). Also allow SQLT_AFC (aka CHAR datatype) in oci_bind_by_name
Christopher Jones [Tue, 4 Mar 2008 21:05:01 +0000 (21:05 +0000)]
Attempt greater test portability
Ilia Alshanetsky [Tue, 4 Mar 2008 19:39:33 +0000 (19:39 +0000)]
MFB: Fixed bug #44325 (mssql_bind not correctly bind empty strings as
parameter value)
Josie Messa [Tue, 4 Mar 2008 17:11:10 +0000 (17:11 +0000)]
- new tests for readdir() function
Dmitry Stogov [Tue, 4 Mar 2008 12:47:36 +0000 (12:47 +0000)]
Fixed SIGSEGV because of access to uninitialized data
Dmitry Stogov [Tue, 4 Mar 2008 11:44:15 +0000 (11:44 +0000)]
Fixed shared memory corruption of opcode caches