]> granicus.if.org Git - php/log
php
17 years ago- fix the fix
Pierre Joye [Wed, 16 Jul 2008 15:41:58 +0000 (15:41 +0000)]
- fix the fix

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

17 years agoImproved support for opcode caches. Now some open() syscalls might be eliminated...
Dmitry Stogov [Wed, 16 Jul 2008 15:09:39 +0000 (15:09 +0000)]
Improved support for opcode caches. Now some open() syscalls might be eliminated by caches.

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

17 years ago- Fix typo (thanks Pierre)
Felipe Pena [Wed, 16 Jul 2008 13:41:35 +0000 (13:41 +0000)]
- Fix typo (thanks Pierre)

17 years ago- Fix build
Jani Taskinen [Wed, 16 Jul 2008 12:37:00 +0000 (12:37 +0000)]
- Fix build

17 years ago- Fixed a segfault - simply a forgotten return;
Derick Rethans [Wed, 16 Jul 2008 12:35:11 +0000 (12:35 +0000)]
- Fixed a segfault - simply a forgotten return;

17 years agofixed compile error on Win32 environment.
Rui Hirokawa [Wed, 16 Jul 2008 12:21:46 +0000 (12:21 +0000)]
fixed compile error on Win32 environment.

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

17 years ago- MFH: Fixed tests.
Derick Rethans [Wed, 16 Jul 2008 07:36:04 +0000 (07:36 +0000)]
- MFH: Fixed tests.

17 years ago- MFH: Added a new configure option --with-onig=[DIR] that allows the extension
Moriyoshi Koizumi [Wed, 16 Jul 2008 02:30:49 +0000 (02:30 +0000)]
- 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.

17 years ago* MFH: indentation fix only
Moriyoshi Koizumi [Tue, 15 Jul 2008 18:04:32 +0000 (18:04 +0000)]
* MFH: indentation fix only

17 years ago- MFH: Also add the warnings for times. This does not make sense for the
Derick Rethans [Tue, 15 Jul 2008 17:38:27 +0000 (17:38 +0000)]
- 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.

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

17 years agoMFH: Fix bug when < is used within attribute.
Scott MacVicar [Tue, 15 Jul 2008 14:46:12 +0000 (14:46 +0000)]
MFH: Fix bug when < is used within attribute.

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

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

17 years agoSync with bzr
Andrey Hristov [Tue, 15 Jul 2008 13:11:09 +0000 (13:11 +0000)]
Sync with bzr

17 years agoTests for strpbrk(), testfest.php.net task #91 and #92.
Felix De Vliegher [Tue, 15 Jul 2008 11:14:42 +0000 (11:14 +0000)]
Tests for strpbrk(), testfest.php.net task #91 and #92.

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

17 years agoReturn null on when param parsing errors occur
Lars Strojny [Tue, 15 Jul 2008 09:09:09 +0000 (09:09 +0000)]
Return null on when param parsing errors occur

17 years agoNew parameter parsing API
Lars Strojny [Tue, 15 Jul 2008 08:50:04 +0000 (08:50 +0000)]
New parameter parsing API

17 years agoReenabling the test but removing the test cases for old_function as the alternative...
Lars Strojny [Tue, 15 Jul 2008 08:34:18 +0000 (08:34 +0000)]
Reenabling the test but removing the test cases for old_function as the alternative syntaxes are still there

17 years agoFix error message
Henrique do Nascimento Angelo [Tue, 15 Jul 2008 03:20:44 +0000 (03:20 +0000)]
Fix error message

17 years agoFix uninitilized variables in openssl_pkcs7_encrypt() and openssl_pkcs7_sign()
Henrique do Nascimento Angelo [Tue, 15 Jul 2008 02:59:56 +0000 (02:59 +0000)]
Fix uninitilized variables in openssl_pkcs7_encrypt() and openssl_pkcs7_sign()

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

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

17 years agoadd intl to extensions
Stanislav Malyshev [Mon, 14 Jul 2008 19:32:52 +0000 (19:32 +0000)]
add intl to extensions

17 years ago- Added arginfo
Felipe Pena [Mon, 14 Jul 2008 18:08:37 +0000 (18:08 +0000)]
- Added arginfo

17 years ago- Added arginfo
Felipe Pena [Mon, 14 Jul 2008 17:50:47 +0000 (17:50 +0000)]
- Added arginfo

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

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

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

17 years ago- New tests
Felipe Pena [Mon, 14 Jul 2008 13:36:40 +0000 (13:36 +0000)]
- New tests

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

17 years ago- Fixed test titles
Felipe Pena [Mon, 14 Jul 2008 11:57:44 +0000 (11:57 +0000)]
- Fixed test titles

17 years ago- Fixed tests
Felipe Pena [Mon, 14 Jul 2008 11:47:44 +0000 (11:47 +0000)]
- Fixed tests

17 years agoMFH: Prevent build failure after closures
Matt Wilmas [Mon, 14 Jul 2008 10:15:31 +0000 (10:15 +0000)]
MFH: Prevent build failure after closures

17 years agoAdded support for lambda functions and closures
Dmitry Stogov [Mon, 14 Jul 2008 09:49:03 +0000 (09:49 +0000)]
Added support for lambda functions and closures

17 years agoNo dots
Jani Taskinen [Mon, 14 Jul 2008 09:03:48 +0000 (09:03 +0000)]
No dots

17 years ago- Some config*.m4 file cleanups: NO tabs in these!
Jani Taskinen [Mon, 14 Jul 2008 09:02:26 +0000 (09:02 +0000)]
- Some config*.m4 file cleanups: NO tabs in these!

17 years ago- Update credits: Whenever some extension is removed/added, remember to run scripts...
Jani Taskinen [Mon, 14 Jul 2008 08:57:10 +0000 (08:57 +0000)]
- Update credits: Whenever some extension is removed/added, remember to run scripts/dev/credits and commit ext/standards/credits* !!

17 years agoMFH: minor speedup - convert offset to long only when needed
Antony Dovgal [Mon, 14 Jul 2008 08:09:09 +0000 (08:09 +0000)]
MFH: minor speedup - convert offset to long only when needed

17 years agoadd icu version to phpinfo
Stanislav Malyshev [Mon, 14 Jul 2008 07:16:24 +0000 (07:16 +0000)]
add icu version to phpinfo

17 years agofix typo
Antony Dovgal [Mon, 14 Jul 2008 06:44:05 +0000 (06:44 +0000)]
fix typo

17 years agofix test
Stanislav Malyshev [Mon, 14 Jul 2008 06:42:45 +0000 (06:42 +0000)]
fix test

17 years ago- increase max locale to 80
Stanislav Malyshev [Mon, 14 Jul 2008 06:42:11 +0000 (06:42 +0000)]
- increase max locale to 80
- add some macros

17 years agotodo
Stanislav Malyshev [Mon, 14 Jul 2008 06:15:49 +0000 (06:15 +0000)]
todo

17 years ago- BFN
Marcus Boerger [Sun, 13 Jul 2008 21:59:50 +0000 (21:59 +0000)]
- BFN

17 years ago- Use new helper
Marcus Boerger [Sun, 13 Jul 2008 21:45:07 +0000 (21:45 +0000)]
- Use new helper

17 years ago- MFH Fix test
Marcus Boerger [Sun, 13 Jul 2008 21:44:38 +0000 (21:44 +0000)]
- MFH Fix test

17 years agomore fixed tests
Antony Dovgal [Sun, 13 Jul 2008 21:43:12 +0000 (21:43 +0000)]
more fixed tests

17 years ago- MFH Exception handling
Marcus Boerger [Sun, 13 Jul 2008 21:42:49 +0000 (21:42 +0000)]
- MFH Exception handling
[DOC]
- Exceptions can be thrown while exceptions are pending, they are linked
- Exceptions can be handled in __destruct
- Add optional Exception $previous parameter to
  . Exception::__construct
  . ErrorException::__construct

17 years agofix skipif sections
Antony Dovgal [Sun, 13 Jul 2008 21:40:49 +0000 (21:40 +0000)]
fix skipif sections

17 years agoadd missing SKIPIF sections
Antony Dovgal [Sun, 13 Jul 2008 21:34:15 +0000 (21:34 +0000)]
add missing SKIPIF sections

17 years agoMFH
Antony Dovgal [Sun, 13 Jul 2008 21:22:55 +0000 (21:22 +0000)]
MFH

17 years agoimprove code coverage
Antony Dovgal [Sun, 13 Jul 2008 19:47:52 +0000 (19:47 +0000)]
improve code coverage

17 years agoMFH: Implement toArray,fromArray and get_properties (Thanks Tony for the patches)
Etienne Kneuss [Sun, 13 Jul 2008 15:59:52 +0000 (15:59 +0000)]
MFH: Implement toArray,fromArray and get_properties (Thanks Tony for the patches)

17 years agoblind fix for a segfault in ext/pdo_firebird/tests/bug_38253.phpt
Antony Dovgal [Sun, 13 Jul 2008 10:55:50 +0000 (10:55 +0000)]
blind fix for a segfault in ext/pdo_firebird/tests/bug_38253.phpt

17 years agofix test
Antony Dovgal [Sun, 13 Jul 2008 09:42:25 +0000 (09:42 +0000)]
fix test

17 years ago- wrong bracket position while mergin
Pierre Joye [Sun, 13 Jul 2008 09:34:08 +0000 (09:34 +0000)]
- wrong bracket position while mergin

17 years agoapply correct fix
Antony Dovgal [Sun, 13 Jul 2008 09:32:46 +0000 (09:32 +0000)]
apply correct fix

17 years agofix segfault in Exception::__toString()
Antony Dovgal [Sun, 13 Jul 2008 09:29:44 +0000 (09:29 +0000)]
fix segfault in Exception::__toString()

17 years agofix test
Antony Dovgal [Sun, 13 Jul 2008 09:29:16 +0000 (09:29 +0000)]
fix test

17 years agofixed #43227 removed PHP_INI_PERDIR from mbstring.func_overload.
Rui Hirokawa [Sun, 13 Jul 2008 01:34:21 +0000 (01:34 +0000)]
fixed #43227 removed PHP_INI_PERDIR from mbstring.func_overload.

17 years agoupdated bundled oniguruma from 4.4.0 to 4.7.1
Rui Hirokawa [Sun, 13 Jul 2008 01:25:22 +0000 (01:25 +0000)]
updated bundled oniguruma from 4.4.0 to 4.7.1

17 years ago- MFH: fix build with VC9 PSDK6.x
Pierre Joye [Sat, 12 Jul 2008 23:54:53 +0000 (23:54 +0000)]
- MFH: fix build with VC9 PSDK6.x

17 years ago- MFH: support for new naming
Pierre Joye [Sat, 12 Jul 2008 23:42:25 +0000 (23:42 +0000)]
- MFH: support for new naming

17 years ago- MFH: don't use inet_ntop when not present
Pierre Joye [Sat, 12 Jul 2008 23:26:02 +0000 (23:26 +0000)]
- MFH: don't use inet_ntop when not present

17 years ago- MFB: Fixed bug #45220 (curl_read callback returns -1 when needs to return size_t...
Felipe Pena [Sat, 12 Jul 2008 21:16:50 +0000 (21:16 +0000)]
- MFB: Fixed bug #45220 (curl_read callback returns -1 when needs to return size_t (unsigned))

17 years agoThis looks more than it is due to ws/cs and minor fixes in it...
Steph Fox [Sat, 12 Jul 2008 15:04:39 +0000 (15:04 +0000)]
This looks more than it is due to ws/cs and minor fixes in it...
- Fixes logic in dependency check
- Fixes logic in AC_DEFINE error message
- Prevents shared extensions from building if a hard dependency is missing altogether
- Cleans up errors/warnings/messages for all scenarios
- Changes a function call to the new project support

17 years ago- Missed one line in merge
Marcus Boerger [Sat, 12 Jul 2008 14:59:46 +0000 (14:59 +0000)]
- Missed one line in merge

17 years ago- MFH Allow multiple exceptions in spl's autoload
Marcus Boerger [Sat, 12 Jul 2008 14:58:41 +0000 (14:58 +0000)]
- MFH Allow multiple exceptions in spl's autoload

17 years ago- MFH Add support for linking exceptions (implements TODO)
Marcus Boerger [Sat, 12 Jul 2008 14:57:14 +0000 (14:57 +0000)]
- MFH Add support for linking exceptions (implements TODO)

17 years ago- MFB: Fixed bug #45449 (filesize() regression using ftp wrapper) (patch by crrodrigu...
Felipe Pena [Fri, 11 Jul 2008 18:33:35 +0000 (18:33 +0000)]
- MFB: Fixed bug #45449 (filesize() regression using ftp wrapper) (patch by crrodriguez at suse dot de)

17 years agodont forget the header
Rob Richards [Fri, 11 Jul 2008 15:05:05 +0000 (15:05 +0000)]
dont forget the header

17 years agofix iconv linking
Rob Richards [Fri, 11 Jul 2008 14:41:06 +0000 (14:41 +0000)]
fix iconv linking

17 years agoMFB: - Fixed bug #45486 (mb_send_mail(); header 'Content-Type: text/plain; charset...
Felipe Pena [Fri, 11 Jul 2008 13:53:09 +0000 (13:53 +0000)]
MFB: - Fixed bug #45486 (mb_send_mail(); header 'Content-Type: text/plain; charset=' parsing incorrect)

17 years agonuke unused variable
Jani Taskinen [Fri, 11 Jul 2008 13:50:43 +0000 (13:50 +0000)]
nuke unused variable

17 years agoMFH: silence warning
Jani Taskinen [Fri, 11 Jul 2008 13:11:49 +0000 (13:11 +0000)]
MFH: silence warning

17 years agoMFH
Antony Dovgal [Fri, 11 Jul 2008 12:44:02 +0000 (12:44 +0000)]
MFH

17 years ago- MFB: Fixed bug #45485 (strip_tags and <?XML tag)
Felipe Pena [Fri, 11 Jul 2008 12:25:38 +0000 (12:25 +0000)]
- MFB: Fixed bug #45485 (strip_tags and <?XML tag)

17 years agoMFB: - Fixed the strings size in imap_headerinfo
Felipe Pena [Fri, 11 Jul 2008 11:27:32 +0000 (11:27 +0000)]
MFB: - Fixed the strings size in imap_headerinfo

17 years agoMFH: manage references of stream context properly
Antony Dovgal [Fri, 11 Jul 2008 10:25:15 +0000 (10:25 +0000)]
MFH: manage references of stream context properly

17 years agoMFH
Antony Dovgal [Fri, 11 Jul 2008 09:17:10 +0000 (09:17 +0000)]
MFH

17 years agoMFH
Antony Dovgal [Fri, 11 Jul 2008 09:15:44 +0000 (09:15 +0000)]
MFH

17 years agodrop unused var
Antony Dovgal [Fri, 11 Jul 2008 09:11:18 +0000 (09:11 +0000)]
drop unused var

17 years agofix function protos and is_link() wrapper
Antony Dovgal [Fri, 11 Jul 2008 08:53:43 +0000 (08:53 +0000)]
fix function protos and is_link() wrapper

17 years ago- MFH: Fixed a compiler warning - the code didn't make much sense.
Derick Rethans [Fri, 11 Jul 2008 08:42:54 +0000 (08:42 +0000)]
- MFH: Fixed a compiler warning - the code didn't make much sense.

17 years agoPHP Testfest. Tests done by Felix De Vliegher
David Soria Parra [Thu, 10 Jul 2008 23:46:49 +0000 (23:46 +0000)]
PHP Testfest. Tests done by Felix De Vliegher

17 years agofix date formatter positions (bug #14263)
Stanislav Malyshev [Thu, 10 Jul 2008 21:58:02 +0000 (21:58 +0000)]
fix date formatter positions (bug #14263)

17 years ago- MFB: Fixed bug #45460 (imap patch for fromlength fix in imap_headerinfo doesn't...
Felipe Pena [Thu, 10 Jul 2008 17:50:51 +0000 (17:50 +0000)]
- MFB: Fixed bug #45460 (imap patch for fromlength fix in imap_headerinfo doesn't accept lengths of 1024)

17 years agoFixed wrong refcount updates
Dmitry Stogov [Thu, 10 Jul 2008 16:16:15 +0000 (16:16 +0000)]
Fixed wrong refcount updates

17 years agoAdded tests that demonstrate serious PHAR errors
Dmitry Stogov [Thu, 10 Jul 2008 14:27:21 +0000 (14:27 +0000)]
Added tests that demonstrate serious PHAR errors
They cannot be easly fixed without algorithms modification

17 years agoExtensions MUST NOT manipulate with internal functions from EG(function_table) in...
Dmitry Stogov [Thu, 10 Jul 2008 11:36:50 +0000 (11:36 +0000)]
Extensions MUST NOT manipulate with internal functions from EG(function_table) in run-time. It may cause problems with opcode caches and in multi-threaded environment. Now the same functions are overriden at MINIT and call original functions or PHAR ones dependent on flag setting.

17 years agoMFH: Fix resolution rule of count vs. handler
Etienne Kneuss [Wed, 9 Jul 2008 21:29:52 +0000 (21:29 +0000)]
MFH: Fix resolution rule of count vs. handler

17 years agoMFH: Move SXI::count to SXE::count and make it user-friendly
Etienne Kneuss [Wed, 9 Jul 2008 21:27:28 +0000 (21:27 +0000)]
MFH: Move SXI::count to SXE::count and make it user-friendly

17 years agoMFH: Test extended iterators methods
Etienne Kneuss [Wed, 9 Jul 2008 20:35:04 +0000 (20:35 +0000)]
MFH: Test extended iterators methods

17 years agofix zlib detection and linking
Rob Richards [Wed, 9 Jul 2008 16:09:35 +0000 (16:09 +0000)]
fix zlib detection and linking

17 years ago- It's amazing the havoc one little misplaced bracket can cause...
Steph Fox [Wed, 9 Jul 2008 15:47:06 +0000 (15:47 +0000)]
- It's amazing the havoc one little misplaced bracket can cause...