]> granicus.if.org Git - php/log
php
16 years ago- Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,
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.

16 years agoMFB :
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

16 years ago- forgot to commit to HEAD
Jani Taskinen [Mon, 21 Jul 2008 13:00:27 +0000 (13:00 +0000)]
- forgot to commit to HEAD

16 years ago- Removed unicode_semantics()
Felipe Pena [Mon, 21 Jul 2008 11:32:49 +0000 (11:32 +0000)]
- Removed unicode_semantics()

16 years agoMFB: The rest of the fix too for previous commit
Jani Taskinen [Mon, 21 Jul 2008 11:27:45 +0000 (11:27 +0000)]
MFB: The rest of the fix too for previous commit

16 years agoForgot to fix title
Kalle Sommer Nielsen [Mon, 21 Jul 2008 11:09:23 +0000 (11:09 +0000)]
Forgot to fix title

16 years ago- This is still available in HEAD, so keep the override here!
Jani Taskinen [Mon, 21 Jul 2008 10:55:13 +0000 (10:55 +0000)]
- This is still available in HEAD, so keep the override here!

16 years ago- Sync to PHP_5_3
Jani Taskinen [Mon, 21 Jul 2008 10:29:59 +0000 (10:29 +0000)]
- Sync to PHP_5_3

16 years agoMFB:- Fixed bug #40079 (php_get_current_user() not thread safe).
Jani Taskinen [Mon, 21 Jul 2008 10:16:32 +0000 (10:16 +0000)]
MFB:- Fixed bug #40079 (php_get_current_user() not thread safe).

16 years agows
Jani Taskinen [Mon, 21 Jul 2008 10:10:34 +0000 (10:10 +0000)]
ws

16 years agoMFB Removed generated file (no longer used for .dsp builds)
Steph Fox [Mon, 21 Jul 2008 10:02:08 +0000 (10:02 +0000)]
MFB Removed generated file (no longer used for .dsp builds)

16 years agoMFB Make compiler/architecture info potentially cross-platform
Steph Fox [Mon, 21 Jul 2008 09:58:28 +0000 (09:58 +0000)]
MFB Make compiler/architecture info potentially cross-platform

16 years agoMFH project file generation + a few small fixes made along the way
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

16 years agoFix proto
Hannes Magnusson [Mon, 21 Jul 2008 09:36:41 +0000 (09:36 +0000)]
Fix proto

16 years agoAdd E_USER_DEPRECATED (patch by Lars Strojny)
Hannes Magnusson [Mon, 21 Jul 2008 09:36:21 +0000 (09:36 +0000)]
Add E_USER_DEPRECATED (patch by Lars Strojny)

16 years agoFixed chdir() into requested file directory inconsistencies
Dmitry Stogov [Mon, 21 Jul 2008 08:42:35 +0000 (08:42 +0000)]
Fixed chdir() into requested file directory inconsistencies

16 years agows + style fix
Jani Taskinen [Mon, 21 Jul 2008 08:38:39 +0000 (08:38 +0000)]
ws + style fix

16 years ago- Little debug hack to allow printing vm function
Marcus Boerger [Mon, 21 Jul 2008 08:14:19 +0000 (08:14 +0000)]
- Little debug hack to allow printing vm function

16 years ago- Fixed test.
Derick Rethans [Mon, 21 Jul 2008 07:27:16 +0000 (07:27 +0000)]
- Fixed test.

16 years agothis should be "=", not "=="
Antony Dovgal [Mon, 21 Jul 2008 07:27:00 +0000 (07:27 +0000)]
this should be "=", not "=="

16 years agoChangeLog update
<changelog@php.net> [Mon, 21 Jul 2008 01:31:59 +0000 (01:31 +0000)]
ChangeLog update

16 years ago- Added test case to HEAD too.
Derick Rethans [Sun, 20 Jul 2008 20:59:08 +0000 (20:59 +0000)]
- Added test case to HEAD too.

16 years ago- Fixed bug #45562 (Creating instance of DatePeriod crashes).
Derick Rethans [Sun, 20 Jul 2008 20:58:35 +0000 (20:58 +0000)]
- Fixed bug #45562 (Creating instance of DatePeriod crashes).

16 years agoMFB
Kalle Sommer Nielsen [Sun, 20 Jul 2008 20:18:28 +0000 (20:18 +0000)]
MFB

16 years agoFixed #44849 (imagecolorclosesthwb() is not available on Windows)
Kalle Sommer Nielsen [Sun, 20 Jul 2008 19:00:35 +0000 (19:00 +0000)]
Fixed #44849 (imagecolorclosesthwb() is not available on Windows)

16 years ago- Bug #45572
Moriyoshi Koizumi [Sun, 20 Jul 2008 18:22:46 +0000 (18:22 +0000)]
- Bug #45572

16 years agoIterator methods overwriting optimisations
Etienne Kneuss [Sun, 20 Jul 2008 17:31:36 +0000 (17:31 +0000)]
Iterator methods overwriting optimisations

16 years ago- MFB: Fixed bug #45571 (ReflectionClass::export() shows superclasses' private static...
Felipe Pena [Sun, 20 Jul 2008 17:02:05 +0000 (17:02 +0000)]
- MFB: Fixed bug #45571 (ReflectionClass::export() shows superclasses' private static methods.)

16 years agoFix build for solaris
Etienne Kneuss [Sun, 20 Jul 2008 16:32:43 +0000 (16:32 +0000)]
Fix build for solaris

16 years agoMFB:
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()

16 years ago- MFB: Added arginfo
Felipe Pena [Sun, 20 Jul 2008 14:29:30 +0000 (14:29 +0000)]
- MFB: Added arginfo

16 years agoChangeLog update
<changelog@php.net> [Sun, 20 Jul 2008 01:32:03 +0000 (01:32 +0000)]
ChangeLog update

16 years agoComplete the ZTS build fix
Etienne Kneuss [Sat, 19 Jul 2008 19:45:25 +0000 (19:45 +0000)]
Complete the ZTS build fix

16 years ago- Fixed ZTS build.
Derick Rethans [Sat, 19 Jul 2008 19:23:54 +0000 (19:23 +0000)]
- Fixed ZTS build.

16 years ago- Country codes are ISO 3166.
Derick Rethans [Sat, 19 Jul 2008 17:38:15 +0000 (17:38 +0000)]
- Country codes are ISO 3166.

16 years ago- Add MultipleIterator (http://blog.somabo.de/2008/01/multipleiterator-for-php.html)
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)

16 years ago- added missing @since tag
Marcus Boerger [Sat, 19 Jul 2008 15:48:07 +0000 (15:48 +0000)]
- added missing @since tag

16 years ago- Move RecursiveTreeIterator from PHP to C code (Arnaud, Marcus)
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

16 years agoFix valgrind errors in array_method, and possibly #45349 (Thanks tony for the patch)
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)

16 years agoImplement DirectoryIterator::seek
Etienne Kneuss [Sat, 19 Jul 2008 11:20:04 +0000 (11:20 +0000)]
Implement DirectoryIterator::seek

16 years agoChangeLog update
<changelog@php.net> [Sat, 19 Jul 2008 01:31:58 +0000 (01:31 +0000)]
ChangeLog update

16 years agoFix tests
Henrique do Nascimento Angelo [Sat, 19 Jul 2008 00:02:46 +0000 (00:02 +0000)]
Fix tests

16 years agoNew tests
Henrique do Nascimento Angelo [Sat, 19 Jul 2008 00:00:26 +0000 (00:00 +0000)]
New tests

16 years agoAdd unicode suport to ext/openssl
Henrique do Nascimento Angelo [Fri, 18 Jul 2008 23:59:49 +0000 (23:59 +0000)]
Add unicode suport to ext/openssl

16 years ago- Added support for selectively listing timezone identifiers by country code
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.

16 years ago- Updated to version 2008.4.1 (2008d)
Derick Rethans [Fri, 18 Jul 2008 13:45:58 +0000 (13:45 +0000)]
- Updated to version 2008.4.1 (2008d)

16 years ago- Updated to version 2008.4 (2008d)
Derick Rethans [Fri, 18 Jul 2008 13:44:34 +0000 (13:44 +0000)]
- Updated to version 2008.4 (2008d)

16 years agoChangeLog update
<changelog@php.net> [Fri, 18 Jul 2008 01:32:00 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- MFB: fix crash when some crafted font are given
Pierre Joye [Thu, 17 Jul 2008 23:28:11 +0000 (23:28 +0000)]
- MFB: fix crash when some crafted font are given

16 years ago- Fix ZTS build
Moriyoshi Koizumi [Thu, 17 Jul 2008 20:03:50 +0000 (20:03 +0000)]
- Fix ZTS build

16 years agovc9 build fix
Stanislav Malyshev [Thu, 17 Jul 2008 17:50:04 +0000 (17:50 +0000)]
vc9 build fix

16 years ago- CS/WS
Pierre Joye [Thu, 17 Jul 2008 17:31:15 +0000 (17:31 +0000)]
- CS/WS

16 years agoMFB: This file isn't needed any more
Scott MacVicar [Thu, 17 Jul 2008 17:25:34 +0000 (17:25 +0000)]
MFB: This file isn't needed any more

16 years ago- Removed dependencies from php_mbregex to oniguruma types
Moriyoshi Koizumi [Thu, 17 Jul 2008 16:08:08 +0000 (16:08 +0000)]
- Removed dependencies from php_mbregex to oniguruma types

16 years agoupdate PCRE symbols
Nuno Lopes [Thu, 17 Jul 2008 14:35:33 +0000 (14:35 +0000)]
update PCRE symbols

16 years agofix folding
Antony Dovgal [Thu, 17 Jul 2008 11:40:55 +0000 (11:40 +0000)]
fix folding

16 years agosupport for closures
Dmitry Stogov [Thu, 17 Jul 2008 09:52:51 +0000 (09:52 +0000)]
support for closures

16 years agoChangeLog update
<changelog@php.net> [Thu, 17 Jul 2008 01:31:49 +0000 (01:31 +0000)]
ChangeLog update

16 years agoAdd LOB & Collection class parameter reflection
Christopher Jones [Wed, 16 Jul 2008 23:54:42 +0000 (23:54 +0000)]
Add LOB & Collection class parameter reflection

16 years ago1. Merged ARG_INFO patch (Felipe)
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);

16 years agoimprove skipif
Christopher Jones [Wed, 16 Jul 2008 19:51:53 +0000 (19:51 +0000)]
improve skipif

16 years ago- MFB: Added arginfo
Felipe Pena [Wed, 16 Jul 2008 18:35:41 +0000 (18:35 +0000)]
- MFB: Added arginfo

16 years ago-nuke weird char
Jani Taskinen [Wed, 16 Jul 2008 16:29:13 +0000 (16:29 +0000)]
-nuke weird char

16 years ago- Prevent errors in CVS builds when bison is not there (for Sean :)
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 :)

16 years ago- Added missing test-file.
Derick Rethans [Wed, 16 Jul 2008 15:42:13 +0000 (15:42 +0000)]
- Added missing test-file.

16 years ago- Fixed bug #45529 (new DateTimeZone() and date_create()->getTimezone() behave
Derick Rethans [Wed, 16 Jul 2008 15:40:01 +0000 (15:40 +0000)]
- Fixed bug #45529 (new DateTimeZone() and date_create()->getTimezone() behave
  different).

16 years ago- Revert (dunno why I had this like this..)
Jani Taskinen [Wed, 16 Jul 2008 14:12:33 +0000 (14:12 +0000)]
- Revert (dunno why I had this like this..)

16 years ago- Fixed bug #44127 (UNIX abstract namespace socket connect does not work)
Jani Taskinen [Wed, 16 Jul 2008 14:08:04 +0000 (14:08 +0000)]
- Fixed bug #44127 (UNIX abstract namespace socket connect does not work)

16 years ago- MFB: Fix typo
Felipe Pena [Wed, 16 Jul 2008 13:42:51 +0000 (13:42 +0000)]
- MFB: Fix typo

16 years ago- MF53: Fixed segfault.
Derick Rethans [Wed, 16 Jul 2008 12:35:45 +0000 (12:35 +0000)]
- MF53: Fixed segfault.

16 years ago- MFB: Added arginfo
Felipe Pena [Wed, 16 Jul 2008 11:59:34 +0000 (11:59 +0000)]
- MFB: Added arginfo

16 years agofix build
Antony Dovgal [Wed, 16 Jul 2008 08:00:43 +0000 (08:00 +0000)]
fix build

16 years ago- Fixed tests.
Derick Rethans [Wed, 16 Jul 2008 07:35:56 +0000 (07:35 +0000)]
- Fixed tests.

16 years ago- Oops.
Moriyoshi Koizumi [Wed, 16 Jul 2008 02:37:53 +0000 (02:37 +0000)]
- Oops.

16 years ago- Added a new configure option --with-onig=[DIR] that allows the extension
Moriyoshi Koizumi [Wed, 16 Jul 2008 02:29:14 +0000 (02:29 +0000)]
- Added a new configure option --with-onig=[DIR] that allows the extension
  to link to the external oniguruma library.
- Prevent libmbfl files from being installed when --with-libmbfl is specified.
- Fixed mb_ereg_replace() to work with unicode strings.

16 years agoChangeLog update
<changelog@php.net> [Wed, 16 Jul 2008 01:31:45 +0000 (01:31 +0000)]
ChangeLog update

16 years ago- indentation fix & reenable mbregex again.
Moriyoshi Koizumi [Tue, 15 Jul 2008 18:04:14 +0000 (18:04 +0000)]
- indentation fix & reenable mbregex again.

16 years ago- Also add the warnings for times. This does not make sense for the english
Derick Rethans [Tue, 15 Jul 2008 17:37:33 +0000 (17:37 +0000)]
- Also add the warnings for times. This does not make sense for the english
  text parser, as invalid times are never allowed in there.

16 years ago- Port mcrypt_create_iv to windows (aka fix it on windows)
Pierre Joye [Tue, 15 Jul 2008 17:04:17 +0000 (17:04 +0000)]
- Port mcrypt_create_iv to windows (aka fix it on windows)

16 years ago- MFB: do not enable libxml or dom when a dep/header/lib is missing
Pierre Joye [Tue, 15 Jul 2008 16:47:40 +0000 (16:47 +0000)]
- MFB: do not enable libxml or dom when a dep/header/lib is missing

16 years agoFix bug when < is used within attribute.
Scott MacVicar [Tue, 15 Jul 2008 14:44:46 +0000 (14:44 +0000)]
Fix bug when < is used within attribute.

16 years agoFixed bug #45151 (Crash with URI/file..php (filename contains 2 dots))
Dmitry Stogov [Tue, 15 Jul 2008 13:38:56 +0000 (13:38 +0000)]
Fixed bug #45151 (Crash with URI/file..php (filename contains 2 dots))

16 years agoSync with bzr
Andrey Hristov [Tue, 15 Jul 2008 13:12:27 +0000 (13:12 +0000)]
Sync with bzr

16 years agoFixed bug #45423 (fastcgi parent process doesn't invoke php_module_shutdown before...
Dmitry Stogov [Tue, 15 Jul 2008 13:10:42 +0000 (13:10 +0000)]
Fixed bug #45423 (fastcgi parent process doesn't invoke php_module_shutdown before shutdown) (basant dot kukreja at sun dot com)

16 years agoMFB: Tests for strpbrk(), testfest.php.net task #91 and #92.
Felix De Vliegher [Tue, 15 Jul 2008 11:15:32 +0000 (11:15 +0000)]
MFB: Tests for strpbrk(), testfest.php.net task #91 and #92.

16 years agofix test
Antony Dovgal [Tue, 15 Jul 2008 09:14:54 +0000 (09:14 +0000)]
fix test

16 years agoMerging from 5_3
Lars Strojny [Tue, 15 Jul 2008 08:47:23 +0000 (08:47 +0000)]
Merging from 5_3

16 years agoFix error message
Henrique do Nascimento Angelo [Tue, 15 Jul 2008 03:21:56 +0000 (03:21 +0000)]
Fix error message

16 years agoFix uninitilized variables in openssl_pkcs7_encrypt() and openssl_pkcs7_sign()
Henrique do Nascimento Angelo [Tue, 15 Jul 2008 03:04:26 +0000 (03:04 +0000)]
Fix uninitilized variables in openssl_pkcs7_encrypt() and openssl_pkcs7_sign()

16 years agoFix segfault caused by openssl_pkey_new() in ext/openssl/tests/006.phpt
Henrique do Nascimento Angelo [Tue, 15 Jul 2008 02:46:26 +0000 (02:46 +0000)]
Fix segfault caused by openssl_pkey_new() in ext/openssl/tests/006.phpt

16 years agoChangeLog update
<changelog@php.net> [Tue, 15 Jul 2008 01:32:05 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- Fix tests (do NOT assume things in php.ini always to be same...or sane)
Jani Taskinen [Tue, 15 Jul 2008 00:59:29 +0000 (00:59 +0000)]
- Fix tests (do NOT assume things in php.ini always to be same...or sane)

16 years ago- MFB: Added arginfo
Felipe Pena [Mon, 14 Jul 2008 18:09:11 +0000 (18:09 +0000)]
- MFB: Added arginfo

16 years ago- Fixed reversed logic.
Derick Rethans [Mon, 14 Jul 2008 17:38:19 +0000 (17:38 +0000)]
- Fixed reversed logic.

16 years ago- Added a warning to the error struct in case a parsed-date was found to be
Derick Rethans [Mon, 14 Jul 2008 17:30:09 +0000 (17:30 +0000)]
- Added a warning to the error struct in case a parsed-date was found to be
  invalid.

16 years ago- Tests from TestFest
Josie Messa [Mon, 14 Jul 2008 15:28:51 +0000 (15:28 +0000)]
- Tests from TestFest
- Have slightly modified similar_text_error.phpt from original file

16 years ago- New tests
Felipe Pena [Mon, 14 Jul 2008 13:39:32 +0000 (13:39 +0000)]
- New tests

16 years ago- Fixed test titles
Felipe Pena [Mon, 14 Jul 2008 12:35:51 +0000 (12:35 +0000)]
- Fixed test titles

16 years ago- Fixed tests
Felipe Pena [Mon, 14 Jul 2008 12:33:25 +0000 (12:33 +0000)]
- Fixed tests

16 years agoFixed is_callable() to support closures and return appropriate function name
Dmitry Stogov [Mon, 14 Jul 2008 12:17:16 +0000 (12:17 +0000)]
Fixed is_callable() to support closures and return appropriate function name