Commit Graph

42196 Commits

Author SHA1 Message Date
Kalle Sommer Nielsen
db03ac036a Fixed #44849 (imagecolorclosesthwb() is not available on Windows) 2008-07-20 19:00:35 +00:00
Moriyoshi Koizumi
ba2697a61c - Bug #45572 2008-07-20 18:22:46 +00:00
Etienne Kneuss
f493ef90e1 Iterator methods overwriting optimisations 2008-07-20 17:31:36 +00:00
Felipe Pena
d66ac1c507 - MFB: Fixed bug #45571 (ReflectionClass::export() shows superclasses' private static methods.) 2008-07-20 17:02:05 +00:00
Etienne Kneuss
f388db74f5 Fix build for solaris 2008-07-20 16:32:43 +00:00
Felipe Pena
c7a4bc1677 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-20 15:52:07 +00:00
Felipe Pena
d986dd8bc1 - MFB: Added arginfo 2008-07-20 14:29:30 +00:00
4d1c3b8e2f ChangeLog update 2008-07-20 01:32:03 +00:00
Etienne Kneuss
4254ef3891 Complete the ZTS build fix 2008-07-19 19:45:25 +00:00
Derick Rethans
14d348c9ec - Fixed ZTS build. 2008-07-19 19:23:54 +00:00
Derick Rethans
18a53456d3 - Country codes are ISO 3166. 2008-07-19 17:38:15 +00:00
Marcus Boerger
28a325bc0f - Add MultipleIterator (http://blog.somabo.de/2008/01/multipleiterator-for-php.html) 2008-07-19 15:56:00 +00:00
Marcus Boerger
f765f8e99f - added missing @since tag 2008-07-19 15:48:07 +00:00
Marcus Boerger
1223c085b0 - Move RecursiveTreeIterator from PHP to C code (Arnaud, Marcus)
[DOC] Added RecursiveTreeIterator
      Documentation in ext/spl/internal/recursivetreeiterator.inc
2008-07-19 15:43:35 +00:00
Etienne Kneuss
b0623e09d0 Fix valgrind errors in array_method, and possibly #45349 (Thanks tony for the patch) 2008-07-19 13:13:44 +00:00
Etienne Kneuss
8ee084b365 Implement DirectoryIterator::seek 2008-07-19 11:20:04 +00:00
741145053f ChangeLog update 2008-07-19 01:31:58 +00:00
Henrique do Nascimento Angelo
6e211dc4af Fix tests 2008-07-19 00:02:46 +00:00
Henrique do Nascimento Angelo
745b5695e0 New tests 2008-07-19 00:00:26 +00:00
Henrique do Nascimento Angelo
dfa9ff5624 Add unicode suport to ext/openssl 2008-07-18 23:59:49 +00:00
Derick Rethans
998bd9d485 - 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.
2008-07-18 14:33:27 +00:00
Derick Rethans
aebf9395fe - Updated to version 2008.4.1 (2008d) 2008-07-18 13:45:58 +00:00
Derick Rethans
6edc71fc59 - Updated to version 2008.4 (2008d) 2008-07-18 13:44:34 +00:00
ae3492f83f ChangeLog update 2008-07-18 01:32:00 +00:00
Pierre Joye
a883ec0aca - MFB: fix crash when some crafted font are given 2008-07-17 23:28:11 +00:00
Moriyoshi Koizumi
05c3ae2764 - Fix ZTS build 2008-07-17 20:03:50 +00:00
Stanislav Malyshev
928d1520c5 vc9 build fix 2008-07-17 17:50:04 +00:00
Pierre Joye
367b22b84b - CS/WS 2008-07-17 17:31:15 +00:00
Scott MacVicar
2c77772943 MFB: This file isn't needed any more 2008-07-17 17:25:34 +00:00
Moriyoshi Koizumi
8ea52ae46f - Removed dependencies from php_mbregex to oniguruma types 2008-07-17 16:08:08 +00:00
Nuno Lopes
0b858d15e3 update PCRE symbols 2008-07-17 14:35:33 +00:00
Antony Dovgal
d048cb10ef fix folding 2008-07-17 11:40:55 +00:00
Dmitry Stogov
0cfa6a5977 support for closures 2008-07-17 09:52:51 +00:00
c92e6b4a6b ChangeLog update 2008-07-17 01:31:49 +00:00
Christopher Jones
50f852bea0 Add LOB & Collection class parameter reflection 2008-07-16 23:54:42 +00:00
Christopher Jones
336d8c5bd8 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);
2008-07-16 22:14:03 +00:00
Christopher Jones
895066687d improve skipif 2008-07-16 19:51:53 +00:00
Felipe Pena
c922db7870 - MFB: Added arginfo 2008-07-16 18:35:41 +00:00
Jani Taskinen
665c51decb -nuke weird char 2008-07-16 16:29:13 +00:00
Jani Taskinen
92169c8d5f - Prevent errors in CVS builds when bison is not there (for Sean :) 2008-07-16 16:22:32 +00:00
Derick Rethans
9c6a9c6460 - Added missing test-file. 2008-07-16 15:42:13 +00:00
Derick Rethans
b9c97d72a8 - Fixed bug #45529 (new DateTimeZone() and date_create()->getTimezone() behave
different).
2008-07-16 15:40:01 +00:00
Jani Taskinen
327c317309 - Revert (dunno why I had this like this..) 2008-07-16 14:12:33 +00:00
Jani Taskinen
1a58013044 - Fixed bug #44127 (UNIX abstract namespace socket connect does not work) 2008-07-16 14:08:04 +00:00
Felipe Pena
f92cabac63 - MFB: Fix typo 2008-07-16 13:42:51 +00:00
Derick Rethans
5871211091 - MF53: Fixed segfault. 2008-07-16 12:35:45 +00:00
Felipe Pena
a230643038 - MFB: Added arginfo 2008-07-16 11:59:34 +00:00
Antony Dovgal
e439bbb2b4 fix build 2008-07-16 08:00:43 +00:00
Derick Rethans
ae2c8698ac - Fixed tests. 2008-07-16 07:35:56 +00:00
Moriyoshi Koizumi
161882af63 - Oops. 2008-07-16 02:37:53 +00:00