]> granicus.if.org Git - php/log
php
17 years ago- MFB: Added arginfo
Felipe Pena [Mon, 14 Jul 2008 18:09:11 +0000 (18:09 +0000)]
- MFB: Added arginfo

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

17 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.

17 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

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

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

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

17 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

17 years agouse int for length
Antony Dovgal [Mon, 14 Jul 2008 10:51:45 +0000 (10:51 +0000)]
use int for length

17 years agouse long for "l"
Antony Dovgal [Mon, 14 Jul 2008 10:49:10 +0000 (10:49 +0000)]
use long for "l"

17 years agouse zend_bool for "b"
Antony Dovgal [Mon, 14 Jul 2008 10:47:35 +0000 (10:47 +0000)]
use zend_bool for "b"

17 years agoMFB
Jani Taskinen [Mon, 14 Jul 2008 10:32:45 +0000 (10:32 +0000)]
MFB

17 years ago- Closures come in 5.3
Jani Taskinen [Mon, 14 Jul 2008 10:06:21 +0000 (10:06 +0000)]
- Closures come in 5.3

17 years agoMFB
Jani Taskinen [Mon, 14 Jul 2008 09:05:09 +0000 (09:05 +0000)]
MFB

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

17 years agofix test
Antony Dovgal [Mon, 14 Jul 2008 08:05:58 +0000 (08:05 +0000)]
fix test

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

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

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

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

17 years ago- Fix/add tests
Marcus Boerger [Sun, 13 Jul 2008 21:37:27 +0000 (21:37 +0000)]
- Fix/add tests

17 years ago- Fix old workaround, since we are not C++ we can deal with exceptions in
Marcus Boerger [Sun, 13 Jul 2008 21:37:04 +0000 (21:37 +0000)]
- Fix old workaround, since we are not C++ we can deal with exceptions in
  dtors (whether or not an exception is already pending).

17 years ago- Fix setting previous exception and add new helper function
Marcus Boerger [Sun, 13 Jul 2008 21:35:23 +0000 (21:35 +0000)]
- Fix setting previous exception and add new helper function

17 years ago- Fix function copying (in TSRM mode)
Marcus Boerger [Sun, 13 Jul 2008 21:30:18 +0000 (21:30 +0000)]
- Fix function copying (in TSRM mode)

17 years ago- Improve/fix debugging experience
Marcus Boerger [Sun, 13 Jul 2008 21:26:53 +0000 (21:26 +0000)]
- Improve/fix debugging experience

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

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

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

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

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

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

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

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

17 years ago- don't use inet_ntop when not present
Pierre Joye [Sat, 12 Jul 2008 23:25:42 +0000 (23:25 +0000)]
- 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:20:10 +0000 (21:20 +0000)]
- MFB: Fixed bug #45220 (curl_read callback returns -1 when needs to return size_t (unsigned))

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

17 years ago- Add support for linking exceptions (implements TODO)
Marcus Boerger [Sat, 12 Jul 2008 14:56:51 +0000 (14:56 +0000)]
- Add support for linking exceptions (implements TODO)
# Right now backtrace is broken, for internal functions I only see the
# first char and debugging reveals the length of the function name is seen
# as one when building the trace. There is something out of the scope of
# this patch broken.

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

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

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

17 years ago- Enable bundled library
Jani Taskinen [Fri, 11 Jul 2008 14:49:45 +0000 (14:49 +0000)]
- Enable bundled library

17 years agoMFB: fix iconv linking
Rob Richards [Fri, 11 Jul 2008 14:42:00 +0000 (14:42 +0000)]
MFB: fix iconv linking

17 years ago- Move lib to libmagic
Derick Rethans [Fri, 11 Jul 2008 14:13:50 +0000 (14:13 +0000)]
- Move lib to libmagic

17 years ago- Step one for bundling the libmagic library. Some config.m4 issues left.
Derick Rethans [Fri, 11 Jul 2008 14:10:50 +0000 (14:10 +0000)]
- Step one for bundling the libmagic library. Some config.m4 issues left.

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

17 years ago- Silence "unused variable" warning when ip6 support is disabled
Jani Taskinen [Fri, 11 Jul 2008 13:11:37 +0000 (13:11 +0000)]
- Silence "unused variable" warning when ip6 support is disabled

17 years agomake sure dom extension is present
Antony Dovgal [Fri, 11 Jul 2008 12:43:55 +0000 (12:43 +0000)]
make sure dom extension is present

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

17 years agonot all stream wrappers use context, so no need to addref in all cases
Antony Dovgal [Fri, 11 Jul 2008 12:40:20 +0000 (12:40 +0000)]
not all stream wrappers use context, so no need to addref in all cases

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

17 years agomanage references of stream context properly
Antony Dovgal [Fri, 11 Jul 2008 10:24:29 +0000 (10:24 +0000)]
manage references of stream context properly

17 years agofix skip messages
Antony Dovgal [Fri, 11 Jul 2008 09:16:50 +0000 (09:16 +0000)]
fix skip messages

17 years agocheck for posix_getuid()
Antony Dovgal [Fri, 11 Jul 2008 09:15:37 +0000 (09:15 +0000)]
check for posix_getuid()

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

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

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

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

17 years agoForgot to remove the count method here
Etienne Kneuss [Thu, 10 Jul 2008 13:16:01 +0000 (13:16 +0000)]
Forgot to remove the count method here

17 years agoRemoved SKIPIF sections
Dmitry Stogov [Thu, 10 Jul 2008 07:57:34 +0000 (07:57 +0000)]
Removed SKIPIF sections

17 years agoFixed unicode support
Dmitry Stogov [Thu, 10 Jul 2008 07:55:48 +0000 (07:55 +0000)]
Fixed unicode support

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

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

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

17 years agoTest extended iterators methods
Etienne Kneuss [Wed, 9 Jul 2008 20:34:36 +0000 (20:34 +0000)]
Test extended iterators methods

17 years agoMFB: fix zlib detection and linking
Rob Richards [Wed, 9 Jul 2008 16:13:53 +0000 (16:13 +0000)]
MFB: fix zlib detection and linking
- synch zip config.w32

17 years ago- Fixed test
Felipe Pena [Wed, 9 Jul 2008 13:00:00 +0000 (13:00 +0000)]
- Fixed test

17 years ago- MFB: Added arginfo
Felipe Pena [Wed, 9 Jul 2008 12:51:26 +0000 (12:51 +0000)]
- MFB: Added arginfo

17 years agoFix windows build
Scott MacVicar [Wed, 9 Jul 2008 10:39:11 +0000 (10:39 +0000)]
Fix windows build

17 years agoMFB: Fix filename/pathname/getpathinfo tests according to SPL fix
Etienne Kneuss [Wed, 9 Jul 2008 09:01:08 +0000 (09:01 +0000)]
MFB: Fix filename/pathname/getpathinfo tests according to SPL fix

17 years ago- tweak test case to better trigger the (now-fixed) reference bugs
Joe Orton [Wed, 9 Jul 2008 08:29:55 +0000 (08:29 +0000)]
- tweak test case to better trigger the (now-fixed) reference bugs

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

17 years agoWoopsy
Etienne Kneuss [Tue, 8 Jul 2008 22:49:35 +0000 (22:49 +0000)]
Woopsy

17 years ago- Fix filename in debug_info
Etienne Kneuss [Tue, 8 Jul 2008 22:40:30 +0000 (22:40 +0000)]
- Fix filename in debug_info
- Fix #45345 (getPathInfo on the file instead of the dir)
- Remove trailing / on input

17 years ago- Fixed bug #45459 (date_create_from_format() fails on DATE_RFC3339) by
Derick Rethans [Tue, 8 Jul 2008 20:23:38 +0000 (20:23 +0000)]
- Fixed bug #45459 (date_create_from_format() fails on DATE_RFC3339) by
  allowing a few more format specifiers in date_create_from_format() /
  date_parse_from_format().

17 years ago- Fixed a memleak (Original patch by Hannes Magnusson).
Derick Rethans [Tue, 8 Jul 2008 19:29:06 +0000 (19:29 +0000)]
- Fixed a memleak (Original patch by Hannes Magnusson).

17 years ago- use _a for static lib
Pierre Joye [Tue, 8 Jul 2008 19:07:53 +0000 (19:07 +0000)]
- use _a for static lib
- fix logic for shared zlib

17 years ago- Fixed some ambiguities in the date parser.
Derick Rethans [Tue, 8 Jul 2008 18:27:07 +0000 (18:27 +0000)]
- Fixed some ambiguities in the date parser.

17 years agoMFB: increase pcre.backtrack_limit
Nuno Lopes [Tue, 8 Jul 2008 18:18:49 +0000 (18:18 +0000)]
MFB: increase pcre.backtrack_limit

17 years ago- Replaced // by /* .. */ comments.
Derick Rethans [Tue, 8 Jul 2008 17:56:36 +0000 (17:56 +0000)]
- Replaced // by /* .. */ comments.

17 years ago- Fixed memory leaks and segfaults, patch by Joe Orton.
Derick Rethans [Tue, 8 Jul 2008 17:40:35 +0000 (17:40 +0000)]
- Fixed memory leaks and segfaults, patch by Joe Orton.
- Fixed bug #45038 (Crash when using DateTimeZone object returned by
  Date::getTimezone).

17 years agoClosure::__invoke() is fixed to support references
Dmitry Stogov [Tue, 8 Jul 2008 16:15:08 +0000 (16:15 +0000)]
Closure::__invoke() is fixed to support references

17 years agoFix the expected FileDateTime
Henrique do Nascimento Angelo [Tue, 8 Jul 2008 15:34:23 +0000 (15:34 +0000)]
Fix the expected FileDateTime

17 years agolet re2c do its magic
Nuno Lopes [Tue, 8 Jul 2008 15:27:58 +0000 (15:27 +0000)]
let re2c do its magic

17 years agoMFB: fix remaining # comments issues
Nuno Lopes [Tue, 8 Jul 2008 15:24:25 +0000 (15:24 +0000)]
MFB: fix remaining # comments issues

17 years agoadd new tests
Nuno Lopes [Tue, 8 Jul 2008 14:39:13 +0000 (14:39 +0000)]
add new tests

17 years agoFixed bug #45434 (circular reference causes segfault in gc_collect_cycles())
Dmitry Stogov [Tue, 8 Jul 2008 08:16:18 +0000 (08:16 +0000)]
Fixed bug #45434 (circular reference causes segfault in gc_collect_cycles())

17 years agoAdded closures support
Dmitry Stogov [Tue, 8 Jul 2008 07:05:04 +0000 (07:05 +0000)]
Added closures support

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

17 years agoMerge intl extension to HEAD
Stanislav Malyshev [Mon, 7 Jul 2008 23:42:30 +0000 (23:42 +0000)]
Merge intl extension to HEAD
# do not use yet in HEAD, needs some adjustment

17 years agoExif tests from Eric Steward. Testfest task 82.
David Soria Parra [Mon, 7 Jul 2008 23:30:29 +0000 (23:30 +0000)]
Exif tests from Eric Steward. Testfest task 82.

17 years agoAdd zend_ini_string_ex so that the you can differentiate between NULL as a value...
Scott MacVicar [Mon, 7 Jul 2008 21:47:30 +0000 (21:47 +0000)]
Add zend_ini_string_ex so that the you can differentiate between NULL as a value and its absence, this is important for ini_get. Related to bug #42657 and #43348

17 years agoMFB: once is enough
Hannes Magnusson [Mon, 7 Jul 2008 17:59:52 +0000 (17:59 +0000)]
MFB: once is enough

17 years agoMFB: - Added arginfo
Felipe Pena [Mon, 7 Jul 2008 17:34:07 +0000 (17:34 +0000)]
MFB: - Added arginfo

17 years ago- MFB: Added arginfo
Felipe Pena [Mon, 7 Jul 2008 17:19:07 +0000 (17:19 +0000)]
- MFB: Added arginfo

17 years agoMFB:
Felipe Pena [Mon, 7 Jul 2008 14:45:09 +0000 (14:45 +0000)]
MFB:
- Removed zend_arg_defs.c
  The first_arg_force_ref, second_arg_force_ref, third_arg_force_ref,
   fourth_arg_force_ref, fifth_arg_force_ref and all_args_by_ref are not more used.

17 years ago- Updated to version 2008.4 (2008d)
Derick Rethans [Mon, 7 Jul 2008 14:36:11 +0000 (14:36 +0000)]
- Updated to version 2008.4 (2008d)

17 years ago- MFB: Removed unused variables
Felipe Pena [Mon, 7 Jul 2008 13:55:42 +0000 (13:55 +0000)]
- MFB: Removed unused variables

17 years agoMFB:
Felipe Pena [Mon, 7 Jul 2008 13:52:44 +0000 (13:52 +0000)]
MFB:
- Added arginfo
- Removed unnecessary #include "zend_arg_defs.c"

17 years ago- move common functions to confutil
Pierre Joye [Mon, 7 Jul 2008 13:48:23 +0000 (13:48 +0000)]
- move common functions to confutil
- MFB: allow to disable the summary (and move test in the function)

17 years ago- Update credits
Jani Taskinen [Mon, 7 Jul 2008 10:38:16 +0000 (10:38 +0000)]
- Update credits