]> granicus.if.org Git - php/log
php
15 years agoFixed typo
Ilia Alshanetsky [Tue, 11 Aug 2009 16:11:23 +0000 (16:11 +0000)]
Fixed typo

15 years ago- fixed bug #49072, feof never returns true for damaged file in zip
Pierre Joye [Tue, 11 Aug 2009 15:12:00 +0000 (15:12 +0000)]
- fixed bug #49072, feof never returns true for damaged file in zip

15 years agoSearch /usr/include too for those wanting to use a system PCRE.
Scott MacVicar [Tue, 11 Aug 2009 12:03:29 +0000 (12:03 +0000)]
Search /usr/include too for those wanting to use a system PCRE.

15 years agoAdd actions for the gitclean target.
David Soria Parra [Tue, 11 Aug 2009 02:21:09 +0000 (02:21 +0000)]
Add actions for the gitclean target.

15 years agoTweak a few tests that failed on OSX
Rasmus Lerdorf [Mon, 10 Aug 2009 06:53:49 +0000 (06:53 +0000)]
Tweak a few tests that failed on OSX

15 years agoMake these socket tests less Linux-specific
Rasmus Lerdorf [Sun, 9 Aug 2009 14:50:51 +0000 (14:50 +0000)]
Make these socket tests less Linux-specific

15 years agoThe system error here may not be "Filename too long". On OSX, for example,
Rasmus Lerdorf [Sun, 9 Aug 2009 14:20:54 +0000 (14:20 +0000)]
The system error here may not be "Filename too long".  On OSX, for example,
it is "Invalid ioctl" in this case.

15 years agoSkip this test on osx because ceil(-0.5) doesn't return -0 like
Rasmus Lerdorf [Sun, 9 Aug 2009 05:16:17 +0000 (05:16 +0000)]
Skip this test on osx because ceil(-0.5) doesn't return -0 like
everywhere else because of weird optimizations.

15 years agoRestore intra-string whitespace collapsing broken in the previous change.
Rasmus Lerdorf [Sat, 8 Aug 2009 14:39:34 +0000 (14:39 +0000)]
Restore intra-string whitespace collapsing broken in the previous change.

15 years agoOops, true/false are not defined on Linux. They are on OSX.
Rasmus Lerdorf [Fri, 7 Aug 2009 17:32:31 +0000 (17:32 +0000)]
Oops, true/false are not defined on Linux.  They are on OSX.

15 years agoOnly skip leading 0's - fixes a test I broke a while ago
Rasmus Lerdorf [Fri, 7 Aug 2009 17:14:19 +0000 (17:14 +0000)]
Only skip leading 0's - fixes a test I broke a while ago

15 years agoMerge r286857: Change dns.h to php_dns.h, part of my dns cleanup
Scott MacVicar [Thu, 6 Aug 2009 14:07:16 +0000 (14:07 +0000)]
Merge r286857: Change dns.h to php_dns.h, part of my dns cleanup

15 years agoMore eol crap
Rasmus Lerdorf [Thu, 6 Aug 2009 13:31:03 +0000 (13:31 +0000)]
More eol crap

15 years agoFix more tests messed up by svn
Rasmus Lerdorf [Thu, 6 Aug 2009 13:26:43 +0000 (13:26 +0000)]
Fix more tests messed up by svn

15 years agoFix test
Rasmus Lerdorf [Thu, 6 Aug 2009 13:08:13 +0000 (13:08 +0000)]
Fix test

15 years agoMake test more generic
Ilia Alshanetsky [Thu, 6 Aug 2009 12:23:35 +0000 (12:23 +0000)]
Make test more generic

15 years ago- Fix CS and remove extra strlen() call
Jani Taskinen [Thu, 6 Aug 2009 11:11:15 +0000 (11:11 +0000)]
- Fix CS and remove extra strlen() call

15 years agoThe user argument cannot be NULL here - fixes 2 tests
Rasmus Lerdorf [Thu, 6 Aug 2009 10:56:00 +0000 (10:56 +0000)]
The user argument cannot be NULL here - fixes 2 tests

15 years agoMFH: Fixed compiler warnings in ext/date
Kalle Sommer Nielsen [Wed, 5 Aug 2009 21:25:39 +0000 (21:25 +0000)]
MFH: Fixed compiler warnings in ext/date

15 years agoBasic test for is_resource() and isset() functions. tested on Windows, Linux and...
andy wharmby [Wed, 5 Aug 2009 16:10:46 +0000 (16:10 +0000)]
Basic test for is_resource() and isset() functions. tested on Windows, Linux and Linux 64

15 years agoAdd new use-case to parse_str() test. Tested on Windows, Linux and Linux 64
andy wharmby [Wed, 5 Aug 2009 08:54:27 +0000 (08:54 +0000)]
Add new use-case to parse_str() test. Tested on Windows, Linux and Linux 64

15 years agoFix tests
andy wharmby [Tue, 4 Aug 2009 23:16:25 +0000 (23:16 +0000)]
Fix tests

15 years ago- Add test (yes, it fails still :)
Jani Taskinen [Tue, 4 Aug 2009 12:16:40 +0000 (12:16 +0000)]
- Add test (yes, it fails still :)

15 years ago- Fixed bug #48608 (Invalid libreadline version not detected during configure)
Jani Taskinen [Tue, 4 Aug 2009 11:20:49 +0000 (11:20 +0000)]
- Fixed bug #48608 (Invalid libreadline version not detected during configure)

15 years agocosmetic fix
Antony Dovgal [Tue, 4 Aug 2009 09:27:15 +0000 (09:27 +0000)]
cosmetic fix

15 years agofix memleak and possible segfault in HTTP fopen wrapper
Antony Dovgal [Tue, 4 Aug 2009 09:24:48 +0000 (09:24 +0000)]
fix memleak and possible segfault in HTTP fopen wrapper

15 years ago- Fix title
Jani Taskinen [Tue, 4 Aug 2009 02:55:24 +0000 (02:55 +0000)]
- Fix title

15 years ago- Fixed bug #49056 (parse_ini_file() regression in 5.3.0 when using non-ASCII strings...
Jani Taskinen [Tue, 4 Aug 2009 02:34:04 +0000 (02:34 +0000)]
- Fixed bug #49056 (parse_ini_file() regression in 5.3.0 when using non-ASCII strings as option keys)

15 years agoNew basic tests for get_defined_constants(), get_loaded_extensions() and get_resource...
andy wharmby [Mon, 3 Aug 2009 23:12:43 +0000 (23:12 +0000)]
New basic tests for get_defined_constants(), get_loaded_extensions() and get_resource_type() functions. Tested on Windows, Linux and Linux 64 bit

15 years agoAdd missing SKIPIF sections to tests
andy wharmby [Mon, 3 Aug 2009 22:40:58 +0000 (22:40 +0000)]
Add missing SKIPIF sections to tests

15 years ago- Fixed bug #49095 (proc_get_status['exitcode'] fails on win32)
Felipe Pena [Mon, 3 Aug 2009 19:05:56 +0000 (19:05 +0000)]
- Fixed bug #49095 (proc_get_status['exitcode'] fails on win32)

15 years ago- Fixed bug #48994 (zlib.output_compression does not ouput HTTP headers when set...
Jani Taskinen [Mon, 3 Aug 2009 18:15:30 +0000 (18:15 +0000)]
- Fixed bug #48994 (zlib.output_compression does not ouput HTTP headers when set to a string value)
# also fixes bug #35936 (ini.zlib.output-compression Documentation :)

15 years ago- CS
Felipe Pena [Mon, 3 Aug 2009 15:58:18 +0000 (15:58 +0000)]
- CS

15 years ago- Improved. No ugly copy. (Tony)
Felipe Pena [Mon, 3 Aug 2009 13:26:15 +0000 (13:26 +0000)]
- Improved. No ugly copy. (Tony)

15 years ago- Re-fix stream_is_local() memory leaks
Felipe Pena [Mon, 3 Aug 2009 13:16:24 +0000 (13:16 +0000)]
- Re-fix stream_is_local() memory leaks

15 years ago- Fixed bug #48400 (imap crashes when closing stream opened with OP_PROTOTYPE flag)
Jani Taskinen [Mon, 3 Aug 2009 13:02:53 +0000 (13:02 +0000)]
- Fixed bug #48400 (imap crashes when closing stream opened with OP_PROTOTYPE flag)

15 years ago- Fixed bBug #48873 (Using both --with-libedit and --with-readline cause unknown...
Jani Taskinen [Mon, 3 Aug 2009 11:21:44 +0000 (11:21 +0000)]
- Fixed bBug #48873 (Using both --with-libedit and --with-readline cause unknown option warning)

# This isn't worth of NEWS entry, it's just cosmetic

15 years ago- These tests fail if mbstring is enabled, not because of bad libc..
Jani Taskinen [Mon, 3 Aug 2009 10:23:23 +0000 (10:23 +0000)]
- These tests fail if mbstring is enabled, not because of bad libc..

15 years agoMFH: Fix bug #46020: With Sun Java System Web Server 7.0 on HPUX, #define HPUX
Uwe Schindler [Mon, 3 Aug 2009 10:14:20 +0000 (10:14 +0000)]
MFH: Fix bug #46020: With Sun Java System Web Server 7.0 on HPUX, #define HPUX

15 years agorevert bogus memleak fix causing Valgrind to scream
Antony Dovgal [Mon, 3 Aug 2009 08:45:28 +0000 (08:45 +0000)]
revert bogus memleak fix causing Valgrind to scream

15 years agoFix broken json tests in all branches
Rasmus Lerdorf [Mon, 3 Aug 2009 04:01:57 +0000 (04:01 +0000)]
Fix broken json tests in all branches

15 years agoMissed a merge
Rasmus Lerdorf [Sun, 2 Aug 2009 23:12:04 +0000 (23:12 +0000)]
Missed a merge

15 years agoadd missing fetch.php
Greg Beaver [Sun, 2 Aug 2009 19:13:43 +0000 (19:13 +0000)]
add missing fetch.php

15 years agofix Bug #43857
Greg Beaver [Sun, 2 Aug 2009 19:11:15 +0000 (19:11 +0000)]
fix Bug #43857

15 years ago- More and more missing svn:ignore entries.
Jani Taskinen [Sun, 2 Aug 2009 01:48:27 +0000 (01:48 +0000)]
- More and more missing svn:ignore entries.

15 years ago- No ignore here
Jani Taskinen [Sun, 2 Aug 2009 01:42:40 +0000 (01:42 +0000)]
- No ignore here

15 years ago- More missing svn:ignore entries
Jani Taskinen [Sun, 2 Aug 2009 01:16:41 +0000 (01:16 +0000)]
- More missing svn:ignore entries

15 years ago- Fixed paths
Felipe Pena [Sat, 1 Aug 2009 23:26:02 +0000 (23:26 +0000)]
- Fixed paths

15 years ago- Fixed bug #49125 (Error in dba_exists C code)
Felipe Pena [Sat, 1 Aug 2009 23:10:11 +0000 (23:10 +0000)]
- Fixed bug #49125 (Error in dba_exists C code)
  patch by: jdornan at stanford dot edu

15 years ago- Fixed ReflectionClass::getStaticProperties() to do not return the private propertie...
Felipe Pena [Sat, 1 Aug 2009 20:44:00 +0000 (20:44 +0000)]
- Fixed ReflectionClass::getStaticProperties() to do not return the private properties from parent class;
  behavior already adopted in ReflectionClass::getDefaultProperties() and ReflectionClass::getProperties().

15 years ago- Fixed bug #49132 (posix_times returns false without error)
Felipe Pena [Sat, 1 Aug 2009 18:22:31 +0000 (18:22 +0000)]
- Fixed bug #49132 (posix_times returns false without error)
  patch by: phpbugs at gunnu dot us

15 years ago- Added a function to print all CVs from the local scope.
Derick Rethans [Sat, 1 Aug 2009 12:55:36 +0000 (12:55 +0000)]
- Added a function to print all CVs from the local scope.

15 years ago- Fixed bug #43510 (stream_get_meta_data() does not return same mode as used in fopen)
Jani Taskinen [Sat, 1 Aug 2009 03:17:31 +0000 (03:17 +0000)]
- Fixed bug #43510 (stream_get_meta_data() does not return same mode as used in fopen)

15 years ago- Missing svn:ignore
Jani Taskinen [Sat, 1 Aug 2009 01:32:57 +0000 (01:32 +0000)]
- Missing svn:ignore

15 years ago- Missing svn:ignore
Jani Taskinen [Sat, 1 Aug 2009 01:32:34 +0000 (01:32 +0000)]
- Missing svn:ignore

15 years ago- Added test for bug #49074
Jani Taskinen [Sat, 1 Aug 2009 01:01:43 +0000 (01:01 +0000)]
- Added test for bug #49074

15 years ago- Fixed bug #49074 (private class static fields can be modified by using reflection)
Jani Taskinen [Sat, 1 Aug 2009 00:48:04 +0000 (00:48 +0000)]
- Fixed bug #49074 (private class static fields can be modified by using reflection)

15 years ago- Updated fix for bug #48911 (embed sapi misses SAPI_API)
Garrett Serack [Thu, 30 Jul 2009 20:20:56 +0000 (20:20 +0000)]
- Updated fix for bug #48911 (embed sapi misses SAPI_API)
#- Windows didn't need SAPI_API

15 years ago- Fixed compile failure with older openssl libs (< 0.9.8), fixes bug #49012
Jani Taskinen [Thu, 30 Jul 2009 11:32:08 +0000 (11:32 +0000)]
- Fixed compile failure with older openssl libs (< 0.9.8), fixes bug #49012

15 years agoTest case for bug #42434
Kalle Sommer Nielsen [Thu, 30 Jul 2009 03:54:27 +0000 (03:54 +0000)]
Test case for bug #42434

15 years ago- Fixed memleak in stream_is_local()
Felipe Pena [Wed, 29 Jul 2009 19:09:17 +0000 (19:09 +0000)]
- Fixed memleak in stream_is_local()

15 years agoRemove .project files (doesn't exist in trunk)
Johannes Schlüter [Wed, 29 Jul 2009 13:51:52 +0000 (13:51 +0000)]
Remove .project files (doesn't exist in trunk)

15 years agoFixed bug #45141 (setcookie will output expires years of >4 digits).
Ilia Alshanetsky [Wed, 29 Jul 2009 13:44:16 +0000 (13:44 +0000)]
Fixed bug #45141 (setcookie will output expires years of >4 digits).

15 years ago- fuck bom
Jani Taskinen [Wed, 29 Jul 2009 12:50:19 +0000 (12:50 +0000)]
- fuck bom

15 years agosync run-tests.php with revision 286499 changes making php 6 tests with EXPECTF that...
Greg Beaver [Wed, 29 Jul 2009 10:06:55 +0000 (10:06 +0000)]
sync run-tests.php with revision 286499 changes making php 6 tests with EXPECTF that can have arbitrary binary data in output work

15 years ago- Fix news
Jani Taskinen [Wed, 29 Jul 2009 09:10:52 +0000 (09:10 +0000)]
- Fix news

15 years ago* Fix bug #48645 (mb_convert_encoding() doesn't understand hexadecimal html-entities)
Moriyoshi Koizumi [Wed, 29 Jul 2009 04:44:08 +0000 (04:44 +0000)]
* Fix bug #48645 (mb_convert_encoding() doesn't understand hexadecimal html-entities)

15 years agoMFH: Fixed bug #44144 & add test
Hannes Magnusson [Tue, 28 Jul 2009 22:25:31 +0000 (22:25 +0000)]
MFH: Fixed bug #44144 & add test

15 years ago- Fixed bug #48911 (embed sapi misses SAPI_API)
Jani Taskinen [Tue, 28 Jul 2009 21:07:43 +0000 (21:07 +0000)]
- Fixed bug #48911 (embed sapi misses SAPI_API)

15 years agoFixed bug #42434 (ImageLine w/ antialias = 1px shorter)
Kalle Sommer Nielsen [Tue, 28 Jul 2009 20:35:06 +0000 (20:35 +0000)]
Fixed bug #42434 (ImageLine w/ antialias = 1px shorter)
 - patch by wojjie at gmail dot com

15 years ago- 48182 ssl handshake fails during asynchronous socket connection
Sriram Natarajan [Tue, 28 Jul 2009 19:28:08 +0000 (19:28 +0000)]
- 48182 ssl handshake fails during asynchronous socket connection

15 years ago- Skip some tests in 32bit systems, add cleanups where missing
Jani Taskinen [Tue, 28 Jul 2009 19:16:02 +0000 (19:16 +0000)]
- Skip some tests in 32bit systems, add cleanups where missing

15 years ago- Updated to version 2009.11 (2009k)
Derick Rethans [Tue, 28 Jul 2009 15:25:16 +0000 (15:25 +0000)]
- Updated to version 2009.11 (2009k)

15 years agoGet rid of this platform-specific test
Rasmus Lerdorf [Tue, 28 Jul 2009 14:56:08 +0000 (14:56 +0000)]
Get rid of this platform-specific test

15 years agoconfigure dependency has to be optional as well
Antony Dovgal [Tue, 28 Jul 2009 08:59:08 +0000 (08:59 +0000)]
configure dependency has to be optional as well

15 years agofix segfault in session/tests/031.phpt by adding optional extension
Antony Dovgal [Tue, 28 Jul 2009 08:54:23 +0000 (08:54 +0000)]
fix segfault in session/tests/031.phpt by adding optional extension
dependency (php_hash_hashtable has to be initialized when setting
session.hash_function)

15 years agoThe version check was completely bogus in this test
Rasmus Lerdorf [Mon, 27 Jul 2009 23:37:40 +0000 (23:37 +0000)]
The version check was completely bogus in this test

15 years agoWe don't support . as a delimiter here in PHP 5.2. Support was added in 5.3
Rasmus Lerdorf [Mon, 27 Jul 2009 23:08:23 +0000 (23:08 +0000)]
We don't support . as a delimiter here in PHP 5.2.  Support was added in 5.3

15 years agoMFB: added test for #43073
Takeshi Abe [Mon, 27 Jul 2009 22:12:35 +0000 (22:12 +0000)]
MFB: added test for #43073

15 years agoMFH: fixed #48732 (TTF Bounding box wrong for letters below baseline) and #48801...
Takeshi Abe [Mon, 27 Jul 2009 15:11:46 +0000 (15:11 +0000)]
MFH: fixed #48732 (TTF Bounding box wrong for letters below baseline) and #48801 (Problem with imagettfbbox)

15 years ago- Fix ZTS build
Felipe Pena [Sun, 26 Jul 2009 23:44:59 +0000 (23:44 +0000)]
- Fix ZTS build

15 years ago- Regenerated
Jani Taskinen [Sun, 26 Jul 2009 23:22:27 +0000 (23:22 +0000)]
- Regenerated

15 years ago- Fixed bug #49064 (--enable-session=shared does not work: undefined symbol:
Jani Taskinen [Sun, 26 Jul 2009 23:20:34 +0000 (23:20 +0000)]
- Fixed bug #49064 (--enable-session=shared does not work: undefined symbol:
  php_url_scanner_reset_vars). (Jani)

# Note: This does not exist in PHP_5_2. Merged there as well to keep these files synced.

15 years ago- Removed unused code (replaced long time ago by url_scanner_ex.*
Jani Taskinen [Sun, 26 Jul 2009 22:59:46 +0000 (22:59 +0000)]
- Removed unused code (replaced long time ago by url_scanner_ex.*

15 years agoMore mime-type cleanups
Rasmus Lerdorf [Sun, 26 Jul 2009 21:44:54 +0000 (21:44 +0000)]
More mime-type cleanups

15 years agoFixed bug #49026 (proc_open() can bypass safe_mode_protected_env_vars
Ilia Alshanetsky [Sun, 26 Jul 2009 15:14:18 +0000 (15:14 +0000)]
Fixed bug #49026 (proc_open() can bypass safe_mode_protected_env_vars
restrictions).

15 years agoThe test for bug #46739 doesn't actually need the remote
Rasmus Lerdorf [Sun, 26 Jul 2009 02:12:38 +0000 (02:12 +0000)]
The test for bug #46739 doesn't actually need the remote
responder, so get rid of the skipif in PHP 5, and it was
broken in PHP 6 because the keys in the curl_info array
were not unicode.  All internally-generated arrays should
have unicode keys.

15 years ago- Fix tests to be more comptatible AND to test what they are supposed to test
Jani Taskinen [Sat, 25 Jul 2009 22:20:18 +0000 (22:20 +0000)]
- Fix tests to be more comptatible AND to test what they are supposed to test

15 years ago- Opss, fix the fix...
Felipe Pena [Sat, 25 Jul 2009 21:56:31 +0000 (21:56 +0000)]
- Opss, fix the fix...

15 years ago- Fix test
Felipe Pena [Sat, 25 Jul 2009 21:52:33 +0000 (21:52 +0000)]
- Fix test

15 years agoFix dumb typo in the skipif
Rasmus Lerdorf [Sat, 25 Jul 2009 21:37:04 +0000 (21:37 +0000)]
Fix dumb typo in the skipif

15 years ago- Fix this again :)
Jani Taskinen [Sat, 25 Jul 2009 21:07:02 +0000 (21:07 +0000)]
- Fix this again :)

15 years ago- Add missing EXPERIMENTAL note (this thing REALLY is experimental at best..)
Jani Taskinen [Sat, 25 Jul 2009 20:58:51 +0000 (20:58 +0000)]
- Add missing EXPERIMENTAL note (this thing REALLY is experimental at best..)

15 years ago- Fixed bug #48637 ("file" wrapper is overwritten when using --with-curlwrappers)
Jani Taskinen [Sat, 25 Jul 2009 20:44:19 +0000 (20:44 +0000)]
- Fixed bug #48637 ("file" wrapper is overwritten when using --with-curlwrappers)
# Also fixes bug #48603, basically same issue.

15 years ago- Making Valgrind happy
Felipe Pena [Sat, 25 Jul 2009 20:39:01 +0000 (20:39 +0000)]
- Making Valgrind happy

15 years ago- MF53: Added - to the list of "unsafe" characters so that the pecl dir can
Derick Rethans [Sat, 25 Jul 2009 15:51:02 +0000 (15:51 +0000)]
- MF53: Added - to the list of "unsafe" characters so that the pecl dir can
  have the - character in the name.

15 years ago- Updated to version 2009.11 (2009k)
Derick Rethans [Sat, 25 Jul 2009 15:14:33 +0000 (15:14 +0000)]
- Updated to version 2009.11 (2009k)

15 years ago- Fix bad environment usage
Jani Taskinen [Sat, 25 Jul 2009 14:52:52 +0000 (14:52 +0000)]
- Fix bad environment usage

15 years ago- Fix test when responder is something like lighttpd
Jani Taskinen [Sat, 25 Jul 2009 14:49:17 +0000 (14:49 +0000)]
- Fix test when responder is something like lighttpd

15 years ago- Fix test
Jani Taskinen [Sat, 25 Jul 2009 14:20:38 +0000 (14:20 +0000)]
- Fix test