]>
granicus.if.org Git - php/log
Jani Taskinen [Tue, 22 Jul 2008 15:31:00 +0000 (15:31 +0000)]
MFB: sync
Jani Taskinen [Tue, 22 Jul 2008 15:30:33 +0000 (15:30 +0000)]
ws + cs + sync with PHP_5_3
Jani Taskinen [Tue, 22 Jul 2008 14:14:31 +0000 (14:14 +0000)]
- Add missing tests (thanks for being so fucking lazy Ilia!)
Felipe Pena [Tue, 22 Jul 2008 14:06:17 +0000 (14:06 +0000)]
- Fixed bug #44246 (closedir() accepts a file resource opened by fopen())
Rob Richards [Tue, 22 Jul 2008 10:29:14 +0000 (10:29 +0000)]
- Visibility (bug #45557)
Pierre Joye [Tue, 22 Jul 2008 10:04:53 +0000 (10:04 +0000)]
- fix build
Steph Fox [Tue, 22 Jul 2008 09:34:40 +0000 (09:34 +0000)]
- Add missing help text
Jani Taskinen [Tue, 22 Jul 2008 07:39:40 +0000 (07:39 +0000)]
ws
Dmitry Stogov [Tue, 22 Jul 2008 07:29:14 +0000 (07:29 +0000)]
Closure object cannot have properties
Derick Rethans [Tue, 22 Jul 2008 07:21:40 +0000 (07:21 +0000)]
- This test works fine (patch by Lars Strojny)
Dmitry Stogov [Tue, 22 Jul 2008 07:13:18 +0000 (07:13 +0000)]
Fixed test
Pierre Joye [Tue, 22 Jul 2008 06:48:09 +0000 (06:48 +0000)]
- Segfault when an exception is thrown on persistent connections
Felipe Pena [Tue, 22 Jul 2008 01:46:43 +0000 (01:46 +0000)]
- Added arginfo
<changelog@php.net> [Tue, 22 Jul 2008 01:32:02 +0000 (01:32 +0000)]
ChangeLog update
Scott MacVicar [Tue, 22 Jul 2008 01:05:55 +0000 (01:05 +0000)]
Fix integer oveflow in strrpos()
Felipe Pena [Mon, 21 Jul 2008 23:55:27 +0000 (23:55 +0000)]
- Fixed tests (patch by Lars Strojny)
Lars Strojny [Mon, 21 Jul 2008 22:06:01 +0000 (22:06 +0000)]
Fixing tests broken by the introduction E_USER_DEPRECATED
Scott MacVicar [Mon, 21 Jul 2008 18:43:46 +0000 (18:43 +0000)]
Optimisation for zend_memnstr when the needle is only a single character. (Patch by Michal Dziemianko - GSoC08)
Pierre Joye [Mon, 21 Jul 2008 17:17:58 +0000 (17:17 +0000)]
- #41996, Problem accessing Oracle ROWID (Martin Jansen)
Dmitry Stogov [Mon, 21 Jul 2008 17:06:16 +0000 (17:06 +0000)]
Added check for small ZEMD_MM_SEG_SIZE
Pierre Joye [Mon, 21 Jul 2008 17:00:34 +0000 (17:00 +0000)]
- MFB: sync changes with 5.3...
Jani Taskinen [Mon, 21 Jul 2008 16:22:29 +0000 (16:22 +0000)]
- Visibility (bug #45564)
Rob Richards [Mon, 21 Jul 2008 16:12:28 +0000 (16:12 +0000)]
Sync with 5_3 changes
Jani Taskinen [Mon, 21 Jul 2008 16:07:57 +0000 (16:07 +0000)]
Sync with PHP 5.3 (might not work 100% yet due to huge inconsistencies AND bugs in PHP
Felipe Pena [Mon, 21 Jul 2008 14:31:40 +0000 (14:31 +0000)]
- Fixed tests
Felipe Pena [Mon, 21 Jul 2008 14:29:46 +0000 (14:29 +0000)]
- MFB: New parameter parsing API
Johannes Schlüter [Mon, 21 Jul 2008 13:05:51 +0000 (13:05 +0000)]
- Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,
pecl#12794, pecl#12401
# Running the tests:
# (Note: Doesn't work currnetly on HEAD, see:
# http://news.php.net/php.qa/64378)
#
# PDO_MYSQL_TEST_DSN - DSN
# For example: mysql:dbname=test;host=localhost;port=3306
#
# PDO_MYSQL_TEST_HOST - database host
# PDO_MYSQL_TEST_DB - database (schema) name
# PDO_MYSQL_TEST_SOCKET - database server socket
# PDO_MYSQL_TEST_ENGINE - storage engine to use
# PDO_MYSQL_TEST_USER - database user
# PDO_MYSQL_TEST_PASS - database user password
# PDO_MYSQL_TEST_CHARSET - database charset
#
# NOTE: if any of PDO_MYSQL_TEST_[HOST|DB|SOCKET|ENGINE|CHARSET] is
# part of PDO_MYSQL_TEST_DSN, the values must match. That is, for example,
# for PDO_MYSQL_TEST_DSN = mysql:dbname=test you MUST set PDO_MYSQL_TEST_DB=test.
Andrey Hristov [Mon, 21 Jul 2008 13:01:41 +0000 (13:01 +0000)]
MFB :
Fix for bug#45179 --with-mysql-sock fails to compile & work
Now --with-mysql-sock controls all mysql extensions. If provided it will be
the default value as it was set in php.ini . php.ini will override it for
ext/mysql and ext/mysqli but not for pdo_mysql
Jani Taskinen [Mon, 21 Jul 2008 13:00:27 +0000 (13:00 +0000)]
- forgot to commit to HEAD
Felipe Pena [Mon, 21 Jul 2008 11:32:49 +0000 (11:32 +0000)]
- Removed unicode_semantics()
Jani Taskinen [Mon, 21 Jul 2008 11:27:45 +0000 (11:27 +0000)]
MFB: The rest of the fix too for previous commit
Kalle Sommer Nielsen [Mon, 21 Jul 2008 11:09:23 +0000 (11:09 +0000)]
Forgot to fix title
Jani Taskinen [Mon, 21 Jul 2008 10:55:13 +0000 (10:55 +0000)]
- This is still available in HEAD, so keep the override here!
Jani Taskinen [Mon, 21 Jul 2008 10:29:59 +0000 (10:29 +0000)]
- Sync to PHP_5_3
Jani Taskinen [Mon, 21 Jul 2008 10:16:32 +0000 (10:16 +0000)]
MFB:- Fixed bug #40079 (php_get_current_user() not thread safe).
Jani Taskinen [Mon, 21 Jul 2008 10:10:34 +0000 (10:10 +0000)]
ws
Steph Fox [Mon, 21 Jul 2008 10:02:08 +0000 (10:02 +0000)]
MFB Removed generated file (no longer used for .dsp builds)
Steph Fox [Mon, 21 Jul 2008 09:58:28 +0000 (09:58 +0000)]
MFB Make compiler/architecture info potentially cross-platform
Steph Fox [Mon, 21 Jul 2008 09:56:37 +0000 (09:56 +0000)]
MFH project file generation + a few small fixes made along the way
Hannes Magnusson [Mon, 21 Jul 2008 09:36:41 +0000 (09:36 +0000)]
Fix proto
Hannes Magnusson [Mon, 21 Jul 2008 09:36:21 +0000 (09:36 +0000)]
Add E_USER_DEPRECATED (patch by Lars Strojny)
Dmitry Stogov [Mon, 21 Jul 2008 08:42:35 +0000 (08:42 +0000)]
Fixed chdir() into requested file directory inconsistencies
Jani Taskinen [Mon, 21 Jul 2008 08:38:39 +0000 (08:38 +0000)]
ws + style fix
Marcus Boerger [Mon, 21 Jul 2008 08:14:19 +0000 (08:14 +0000)]
- Little debug hack to allow printing vm function
Derick Rethans [Mon, 21 Jul 2008 07:27:16 +0000 (07:27 +0000)]
- Fixed test.
Antony Dovgal [Mon, 21 Jul 2008 07:27:00 +0000 (07:27 +0000)]
this should be "=", not "=="
<changelog@php.net> [Mon, 21 Jul 2008 01:31:59 +0000 (01:31 +0000)]
ChangeLog update
Derick Rethans [Sun, 20 Jul 2008 20:59:08 +0000 (20:59 +0000)]
- Added test case to HEAD too.
Derick Rethans [Sun, 20 Jul 2008 20:58:35 +0000 (20:58 +0000)]
- Fixed bug #45562 (Creating instance of DatePeriod crashes).
Kalle Sommer Nielsen [Sun, 20 Jul 2008 20:18:28 +0000 (20:18 +0000)]
MFB
Kalle Sommer Nielsen [Sun, 20 Jul 2008 19:00:35 +0000 (19:00 +0000)]
Fixed #44849 (imagecolorclosesthwb() is not available on Windows)
Moriyoshi Koizumi [Sun, 20 Jul 2008 18:22:46 +0000 (18:22 +0000)]
- Bug #45572
Etienne Kneuss [Sun, 20 Jul 2008 17:31:36 +0000 (17:31 +0000)]
Iterator methods overwriting optimisations
Felipe Pena [Sun, 20 Jul 2008 17:02:05 +0000 (17:02 +0000)]
- MFB: Fixed bug #45571 (ReflectionClass::export() shows superclasses' private static methods.)
Etienne Kneuss [Sun, 20 Jul 2008 16:32:43 +0000 (16:32 +0000)]
Fix build for solaris
Felipe Pena [Sun, 20 Jul 2008 15:52:07 +0000 (15:52 +0000)]
MFB:
- Fixed bug #45556 (Return value from callback isn't freed).
- Fixed bug #45555 (Segfault with invalid non-string as register_introspection_callback).
- Fixed wrong arginfo for xmlrpc_encode_request()
Felipe Pena [Sun, 20 Jul 2008 14:29:30 +0000 (14:29 +0000)]
- MFB: Added arginfo
<changelog@php.net> [Sun, 20 Jul 2008 01:32:03 +0000 (01:32 +0000)]
ChangeLog update
Etienne Kneuss [Sat, 19 Jul 2008 19:45:25 +0000 (19:45 +0000)]
Complete the ZTS build fix
Derick Rethans [Sat, 19 Jul 2008 19:23:54 +0000 (19:23 +0000)]
- Fixed ZTS build.
Derick Rethans [Sat, 19 Jul 2008 17:38:15 +0000 (17:38 +0000)]
- Country codes are ISO 3166.
Marcus Boerger [Sat, 19 Jul 2008 15:56:00 +0000 (15:56 +0000)]
- Add MultipleIterator (http://blog.somabo.de/2008/01/multipleiterator-for-php.html)
Marcus Boerger [Sat, 19 Jul 2008 15:48:07 +0000 (15:48 +0000)]
- added missing @since tag
Marcus Boerger [Sat, 19 Jul 2008 15:43:35 +0000 (15:43 +0000)]
- Move RecursiveTreeIterator from PHP to C code (Arnaud, Marcus)
[DOC] Added RecursiveTreeIterator
Documentation in ext/spl/internal/recursivetreeiterator.inc
Etienne Kneuss [Sat, 19 Jul 2008 13:13:44 +0000 (13:13 +0000)]
Fix valgrind errors in array_method, and possibly #45349 (Thanks tony for the patch)
Etienne Kneuss [Sat, 19 Jul 2008 11:20:04 +0000 (11:20 +0000)]
Implement DirectoryIterator::seek
<changelog@php.net> [Sat, 19 Jul 2008 01:31:58 +0000 (01:31 +0000)]
ChangeLog update
Henrique do Nascimento Angelo [Sat, 19 Jul 2008 00:02:46 +0000 (00:02 +0000)]
Fix tests
Henrique do Nascimento Angelo [Sat, 19 Jul 2008 00:00:26 +0000 (00:00 +0000)]
New tests
Henrique do Nascimento Angelo [Fri, 18 Jul 2008 23:59:49 +0000 (23:59 +0000)]
Add unicode suport to ext/openssl
Derick Rethans [Fri, 18 Jul 2008 14:33:27 +0000 (14:33 +0000)]
- Added support for selectively listing timezone identifiers by country code
through timezone_identifiers_list() / DateTimezone::listIdentifiers().
- Added timezone_location_get() / DateTimezone::getLocation() for retrieving
location information from timezones.
Derick Rethans [Fri, 18 Jul 2008 13:45:58 +0000 (13:45 +0000)]
- Updated to version 2008.4.1 (2008d)
Derick Rethans [Fri, 18 Jul 2008 13:44:34 +0000 (13:44 +0000)]
- Updated to version 2008.4 (2008d)
<changelog@php.net> [Fri, 18 Jul 2008 01:32:00 +0000 (01:32 +0000)]
ChangeLog update
Pierre Joye [Thu, 17 Jul 2008 23:28:11 +0000 (23:28 +0000)]
- MFB: fix crash when some crafted font are given
Moriyoshi Koizumi [Thu, 17 Jul 2008 20:03:50 +0000 (20:03 +0000)]
- Fix ZTS build
Stanislav Malyshev [Thu, 17 Jul 2008 17:50:04 +0000 (17:50 +0000)]
vc9 build fix
Pierre Joye [Thu, 17 Jul 2008 17:31:15 +0000 (17:31 +0000)]
- CS/WS
Scott MacVicar [Thu, 17 Jul 2008 17:25:34 +0000 (17:25 +0000)]
MFB: This file isn't needed any more
Moriyoshi Koizumi [Thu, 17 Jul 2008 16:08:08 +0000 (16:08 +0000)]
- Removed dependencies from php_mbregex to oniguruma types
Nuno Lopes [Thu, 17 Jul 2008 14:35:33 +0000 (14:35 +0000)]
update PCRE symbols
Antony Dovgal [Thu, 17 Jul 2008 11:40:55 +0000 (11:40 +0000)]
fix folding
Dmitry Stogov [Thu, 17 Jul 2008 09:52:51 +0000 (09:52 +0000)]
support for closures
<changelog@php.net> [Thu, 17 Jul 2008 01:31:49 +0000 (01:31 +0000)]
ChangeLog update
Christopher Jones [Wed, 16 Jul 2008 23:54:42 +0000 (23:54 +0000)]
Add LOB & Collection class parameter reflection
Christopher Jones [Wed, 16 Jul 2008 22:14:03 +0000 (22:14 +0000)]
1. Merged ARG_INFO patch (Felipe)
2. Allow an empty username/password to be passed so Oracle can do
non-password based authentication, i.e. "External Authentication".
http://news.php.net/php.internals/37545
[DOC]
A new OCI_CRED_EXT flag can be passed as the "session_mode" parameter
to oci_connect(), oci_new_connect() and oci_pconnect().
$c1 = oci_connect("/", "", $db, null, OCI_CRED_EXT);
This tells Oracle to do external or OS authentication, if configured
in the database.
OCI_CRED_EXT can only be used with username of "/" and a empty
password. Oci8.privileged_connection may be On or Off.
The new flag may be combined with the existing OCI_SYSOPER or
OCI_SYSDBA modes (note: oci8.privileged_connection needs to be On for
OCI_SYSDBA and OCI_SYSOPER mode), e.g.:
$c1 = oci_connect("/", "", $db, null, OCI_CRED_EXT+OCI_SYSOPER);
Christopher Jones [Wed, 16 Jul 2008 19:51:53 +0000 (19:51 +0000)]
improve skipif
Felipe Pena [Wed, 16 Jul 2008 18:35:41 +0000 (18:35 +0000)]
- MFB: Added arginfo
Jani Taskinen [Wed, 16 Jul 2008 16:29:13 +0000 (16:29 +0000)]
-nuke weird char
Jani Taskinen [Wed, 16 Jul 2008 16:22:32 +0000 (16:22 +0000)]
- Prevent errors in CVS builds when bison is not there (for Sean :)
Derick Rethans [Wed, 16 Jul 2008 15:42:13 +0000 (15:42 +0000)]
- Added missing test-file.
Derick Rethans [Wed, 16 Jul 2008 15:40:01 +0000 (15:40 +0000)]
- Fixed bug #45529 (new DateTimeZone() and date_create()->getTimezone() behave
different).
Jani Taskinen [Wed, 16 Jul 2008 14:12:33 +0000 (14:12 +0000)]
- Revert (dunno why I had this like this..)
Jani Taskinen [Wed, 16 Jul 2008 14:08:04 +0000 (14:08 +0000)]
- Fixed bug #44127 (UNIX abstract namespace socket connect does not work)
Felipe Pena [Wed, 16 Jul 2008 13:42:51 +0000 (13:42 +0000)]
- MFB: Fix typo
Derick Rethans [Wed, 16 Jul 2008 12:35:45 +0000 (12:35 +0000)]
- MF53: Fixed segfault.
Felipe Pena [Wed, 16 Jul 2008 11:59:34 +0000 (11:59 +0000)]
- MFB: Added arginfo
Antony Dovgal [Wed, 16 Jul 2008 08:00:43 +0000 (08:00 +0000)]
fix build
Derick Rethans [Wed, 16 Jul 2008 07:35:56 +0000 (07:35 +0000)]
- Fixed tests.
Moriyoshi Koizumi [Wed, 16 Jul 2008 02:37:53 +0000 (02:37 +0000)]
- Oops.