Felipe Pena
b22f47ee30
- Added arginfo
2008-07-20 14:28:41 +00:00
Etienne Kneuss
5495813bb3
MFH: Complete the ZTS build fix
2008-07-19 19:45:55 +00:00
Derick Rethans
5501431626
- MFH: Fixed ZTS build.
2008-07-19 19:24:07 +00:00
Derick Rethans
42aa7f3dd4
- MFH: Country codes are ISO 3166.
2008-07-19 17:38:29 +00:00
Marcus Boerger
0b42dbce38
- MFH Add MultipleIterator ( http://blog.somabo.de/2008/01/multipleiterator-for-php.html )
2008-07-19 15:56:59 +00:00
Marcus Boerger
e537b7934d
- MFH Added RecursiveTreeIterator
2008-07-19 15:49:21 +00:00
Etienne Kneuss
f4c3f18053
MFH: Fix valgrind errors in array_method, and possibly #45349 (Thanks tony for the patch)
2008-07-19 13:13:57 +00:00
Etienne Kneuss
8dafec40be
MFH: Implement DirectoryIterator::seek
2008-07-19 11:20:18 +00:00
Henrique do Nascimento Angelo
158239004e
New tests
2008-07-18 23:52:01 +00:00
Felipe Pena
ff9ad113e9
- New tests
2008-07-18 19:24:49 +00:00
Felipe Pena
6e0906323e
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()
2008-07-18 19:24:03 +00:00
Derick Rethans
84693147d0
- MFH: Added support for selectively listing timezone identifiers by country
...
code through timezone_identifiers_list() / DateTimezone::listIdentifiers().
- MFH: Added timezone_location_get() / DateTimezone::getLocation() for
retrieving location information from timezones.
2008-07-18 14:33:53 +00:00
Derick Rethans
039bc2d3e2
- Updated to version 2008.4.1 (2008d)
2008-07-18 13:46:06 +00:00
Felipe Pena
94840506de
- Fixed test
2008-07-18 12:20:29 +00:00
Dmitry Stogov
529ac539d0
Fixed access to freed memory
2008-07-18 09:35:51 +00:00
Antony Dovgal
fbf68def7d
fix segfault
2008-07-18 07:39:53 +00:00
Scott MacVicar
2558df59d9
Remove GD 1.0 support, still need to adjust the configure scripts to correctly check for a newer version
2008-07-18 01:51:49 +00:00
Scott MacVicar
62de800b36
Remove freetype1 support
2008-07-18 01:16:25 +00:00
Pierre Joye
9a60aed6d1
- MFB: fix crash when some crafted font are given
2008-07-17 23:13:09 +00:00
Moriyoshi Koizumi
2392861770
- MFH: Fix ZTS build
2008-07-17 20:04:06 +00:00
Felipe Pena
c3453925c5
- Deprecate ticks
2008-07-17 19:29:34 +00:00
Scott MacVicar
8cd0d59f71
This file isn't needed any more
2008-07-17 17:24:26 +00:00
Moriyoshi Koizumi
85d7751097
- Fix include_path.
2008-07-17 16:30:32 +00:00
Moriyoshi Koizumi
f78da21527
- MFH: Removed dependencies from php_mbregex to oniguruma types
2008-07-17 16:08:37 +00:00
Rui Hirokawa
db88da985e
fixed win32 build when ext/mbstring is enabled.
2008-07-17 14:10:53 +00:00
Dmitry Stogov
67b77b06e5
Fixed search on uninitialized data
2008-07-17 14:05:07 +00:00
Dmitry Stogov
5c631e8765
Fixed wrong arguments order
2008-07-17 13:22:32 +00:00
Antony Dovgal
fe54c5144d
fix folding
2008-07-17 10:24:51 +00:00
Dmitry Stogov
833a2295d1
Support for closures
2008-07-17 09:53:42 +00:00
Christopher Jones
47e6c5d017
Allow PECL builds with PHP 4. No MTH needed
2008-07-17 00:36:02 +00:00
Christopher Jones
d990032b7a
MFH: [DOC] Add LOB & Collection class parameter reflection
2008-07-16 23:55:13 +00:00
Rui Hirokawa
0814d9e58a
revert my previous patch.
2008-07-16 22:56:56 +00:00
Christopher Jones
1c1c98c620
MFH
...
1. Merged ARG_INFO patch (Felipe)
2. Allow empty username & password 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. OCI_CRED_EXT
is not supported on Windows for security reasons.
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), e.g.:
$c1 = oci_connect("/", "", $db, null, OCI_CRED_EXT+OCI_SYSOPER);
2008-07-16 22:16:03 +00:00
Christopher Jones
47c918cd6f
MFH: improve skipif
2008-07-16 19:52:01 +00:00
Felipe Pena
c91e9cc1bd
- Added arginfo
2008-07-16 18:34:56 +00:00
Derick Rethans
0ab7520dc0
- MFH: Fixed bug #45529 (new DateTimeZone() and date_create()->getTimezone() behave
...
different).
2008-07-16 15:41:01 +00:00
Dmitry Stogov
44557cf981
Improved support for opcode caches. Now some open() syscalls might be eliminated by caches.
2008-07-16 15:09:39 +00:00
Jani Taskinen
d91bc9eca2
MFH:- Fixed bug #44127 (UNIX abstract namespace socket connect does not work)
2008-07-16 14:08:38 +00:00
Felipe Pena
644b06978a
- Fix typo (thanks Pierre)
2008-07-16 13:41:35 +00:00
Jani Taskinen
39098a6d16
- Fix build
2008-07-16 12:37:00 +00:00
Derick Rethans
99b31af3f9
- Fixed a segfault - simply a forgotten return;
2008-07-16 12:35:11 +00:00
Rui Hirokawa
6d9788d768
fixed compile error on Win32 environment.
2008-07-16 12:21:46 +00:00
Derick Rethans
8d14c2b182
- MFH: Fixed tests.
2008-07-16 07:36:04 +00:00
Moriyoshi Koizumi
88318e0294
- MFH: Added a new configure option --with-onig=[DIR] that allows the extension
...
to link to the external oniguruma library.
- MFH: Prevent libmbfl files from being installed when --with-libmbfl is
specified.
2008-07-16 02:30:49 +00:00
Moriyoshi Koizumi
817f393a2d
* MFH: indentation fix only
2008-07-15 18:04:32 +00:00
Derick Rethans
3df7836db9
- MFH: Also add the warnings for times. This does not make sense for the
...
english text parser, as invalid times are never allowed in there.
2008-07-15 17:38:27 +00:00
Pierre Joye
597d411627
- MFH: Port mcrypt_create_iv to windows (aka fix it on windows)
2008-07-15 17:05:02 +00:00
Scott MacVicar
a9d60c014b
MFH: Fix bug when < is used within attribute.
2008-07-15 14:46:12 +00:00
Andrey Hristov
136a55fcd9
Sync with bzr
2008-07-15 13:11:09 +00:00
Felix De Vliegher
0adb8c0b10
Tests for strpbrk(), testfest.php.net task #91 and #92 .
2008-07-15 11:14:42 +00:00