1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00
Commit Graph

23340 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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
Moriyoshi Koizumi a9c4d66340 - 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.
2008-07-16 02:29:14 +00:00
Moriyoshi Koizumi e8f4d65f0d - indentation fix & reenable mbregex again. 2008-07-15 18:04:14 +00:00
Derick Rethans 89af1000b2 - 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:37:33 +00:00
Pierre Joye 261fa727db - Port mcrypt_create_iv to windows (aka fix it on windows) 2008-07-15 17:04:17 +00:00
Pierre Joye 0ccf442868 - MFB: do not enable libxml or dom when a dep/header/lib is missing 2008-07-15 16:47:40 +00:00
Scott MacVicar fa85c408a9 Fix bug when < is used within attribute. 2008-07-15 14:44:46 +00:00
Andrey Hristov 73dfa53ca8 Sync with bzr 2008-07-15 13:12:27 +00:00
Felix De Vliegher 4b1c0f0722 MFB: Tests for strpbrk(), testfest.php.net task #91 and #92. 2008-07-15 11:15:32 +00:00
Antony Dovgal 388359bdc7 fix test 2008-07-15 09:14:54 +00:00
Henrique do Nascimento Angelo 93353faf5b Fix error message 2008-07-15 03:21:56 +00:00
Henrique do Nascimento Angelo 1ad5a03d8f Fix uninitilized variables in openssl_pkcs7_encrypt() and openssl_pkcs7_sign() 2008-07-15 03:04:26 +00:00
Henrique do Nascimento Angelo f385e69fdb Fix segfault caused by openssl_pkey_new() in ext/openssl/tests/006.phpt 2008-07-15 02:46:26 +00:00
Jani Taskinen 5cd7c95e5c - Fix tests (do NOT assume things in php.ini always to be same...or sane) 2008-07-15 00:59:29 +00:00
Felipe Pena d98988f353 - MFB: Added arginfo 2008-07-14 18:09:11 +00:00