]> granicus.if.org Git - php/log
php
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- Fixed bug #49092 (ReflectionFunction fails to work with functions in fully qualifie...
Jani Taskinen [Sat, 1 Aug 2009 01:45:22 +0000 (01:45 +0000)]
- Fixed bug #49092 (ReflectionFunction fails to work with functions in fully qualified namespaces)

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 agoFix bug #48880
Rasmus Lerdorf [Fri, 31 Jul 2009 21:09:45 +0000 (21:09 +0000)]
Fix bug #48880
The ini entry was being corrupted because it wasn't being set
on the ACTIVATE and DEACTIVATE stages.

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 bug #49108 (2nd scan_dir produces seg fault)
Felipe Pena [Thu, 30 Jul 2009 12:06:40 +0000 (12:06 +0000)]
- Fixed bug #49108 (2nd scan_dir produces seg fault)

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 ago- Fix test
Jani Taskinen [Thu, 30 Jul 2009 10:53:04 +0000 (10:53 +0000)]
- Fix test

15 years agofix for bug #49000
Stanislav Malyshev [Thu, 30 Jul 2009 05:01:53 +0000 (05:01 +0000)]
fix for bug #49000

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- Added missing entries from me
Felipe Pena [Thu, 30 Jul 2009 00:18:48 +0000 (00:18 +0000)]
- Added missing entries from me

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 agooops, released as beta instead of stable, Gwynne: svn rm tags/RELEASE_2_0_0 fails...
Greg Beaver [Wed, 29 Jul 2009 16:29:30 +0000 (16:29 +0000)]
oops, released as beta instead of stable, Gwynne: svn rm tags/RELEASE_2_0_0 fails, perhaps this can be allowed?

15 years ago- Fixed memleak on Phar::mungServer()
Felipe Pena [Wed, 29 Jul 2009 16:17:57 +0000 (16:17 +0000)]
- Fixed memleak on Phar::mungServer()

15 years ago- Fixed bug #45554 (Inconsistent behavior of the u format char).
Derick Rethans [Wed, 29 Jul 2009 15:34:59 +0000 (15:34 +0000)]
- Fixed bug #45554 (Inconsistent behavior of the u format char).

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 agomake phar tests pass in php 5.2, prepare for release of pecl/phar 2.0.0, merge Gwynne...
Greg Beaver [Wed, 29 Jul 2009 10:14:04 +0000 (10:14 +0000)]
make phar tests pass in php 5.2, prepare for release of pecl/phar 2.0.0, merge Gwynne's TSRM fix to phar_object.c to other branches

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 agoreport fix for bug #49065
Stanislav Malyshev [Wed, 29 Jul 2009 00:18:19 +0000 (00:18 +0000)]
report fix for bug #49065

15 years agofix extension functions disabling (bug #49065)
Stanislav Malyshev [Wed, 29 Jul 2009 00:17:10 +0000 (00:17 +0000)]
fix extension functions disabling (bug #49065)

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 #48971 (Missing ZEND_NS_NAMED_FE macro)
Jani Taskinen [Tue, 28 Jul 2009 21:12:42 +0000 (21:12 +0000)]
- Fixed bug #48971 (Missing ZEND_NS_NAMED_FE macro)

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 agoFixed bug #48912 (Namespace causes unexpected strict behaviour with extract())
Dmitry Stogov [Tue, 28 Jul 2009 12:35:27 +0000 (12:35 +0000)]
Fixed bug #48912 (Namespace causes unexpected strict behaviour with extract())

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 agoadded test for #43073
Takeshi Abe [Mon, 27 Jul 2009 22:11:43 +0000 (22:11 +0000)]
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:06:28 +0000 (15:06 +0000)]
MFH: fixed #48732 (TTF Bounding box wrong for letters below baseline) and #48801 (Problem with imagettfbbox)

15 years ago- MFH: Cosmetic changes
Felipe Pena [Mon, 27 Jul 2009 14:11:53 +0000 (14:11 +0000)]
- MFH: Cosmetic changes

15 years ago- HEAD and PHP_5_2 have it like this, PHP_5_3 should not be different!
Jani Taskinen [Mon, 27 Jul 2009 09:23:06 +0000 (09:23 +0000)]
- HEAD and PHP_5_2 have it like this, PHP_5_3 should not be different!

15 years agoFixed bug #48872 (string.c: errors: duplicate case values) (Only in PHP_5_3)
Kalle Sommer Nielsen [Mon, 27 Jul 2009 07:14:40 +0000 (07:14 +0000)]
Fixed bug #48872 (string.c: errors: duplicate case values) (Only in PHP_5_3)

15 years agoMFH: Add error constant when json_encode detects an invalid UTF-8 sequence.
Scott MacVicar [Mon, 27 Jul 2009 03:43:38 +0000 (03:43 +0000)]
MFH: Add error constant when json_encode detects an invalid UTF-8 sequence.

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 agofix test
Antony Dovgal [Sun, 26 Jul 2009 19:59:04 +0000 (19:59 +0000)]
fix test

15 years agofix test
Antony Dovgal [Sun, 26 Jul 2009 19:53:23 +0000 (19:53 +0000)]
fix test

15 years agofix test
Antony Dovgal [Sun, 26 Jul 2009 19:51:24 +0000 (19:51 +0000)]
fix test

15 years agofix test
Antony Dovgal [Sun, 26 Jul 2009 19:45:38 +0000 (19:45 +0000)]
fix test

15 years agoNot binary
Rasmus Lerdorf [Sun, 26 Jul 2009 19:29:11 +0000 (19:29 +0000)]
Not binary

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 agomake cache_list tests pass in php 6
Greg Beaver [Sun, 26 Jul 2009 03:07:23 +0000 (03:07 +0000)]
make cache_list tests pass in php 6

15 years agofix buildFromIterator with filesystem iterator in php 6
Greg Beaver [Sun, 26 Jul 2009 02:43:14 +0000 (02:43 +0000)]
fix buildFromIterator with filesystem iterator in php 6

15 years agofix generation of phar.phar in php 6, fix remaining tests broken by PHP 6 (and not...
Greg Beaver [Sun, 26 Jul 2009 02:18:50 +0000 (02:18 +0000)]
fix generation of phar.phar in php 6, fix remaining tests broken by PHP 6 (and not by spl/other stuff in php6)

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 agofix basic phar test issues, failing tests phar_oo_009.phpt and phar_buildfromiterator...
Greg Beaver [Sun, 26 Jul 2009 01:24:12 +0000 (01:24 +0000)]
fix basic phar test issues, failing tests phar_oo_009.phpt and phar_buildfromiterator10.phpt are due to bugs in Spl

15 years agore-organize slightly, fix more php6-only compile warnings in php_stream_copy_to_mem
Greg Beaver [Sun, 26 Jul 2009 01:03:47 +0000 (01:03 +0000)]
re-organize slightly, fix more php6-only compile warnings in php_stream_copy_to_mem

15 years agofix zip front controller tests for php6
Greg Beaver [Sun, 26 Jul 2009 00:39:40 +0000 (00:39 +0000)]
fix zip front controller tests for php6

15 years agofix tar front controller tests for php6
Greg Beaver [Sun, 26 Jul 2009 00:35:17 +0000 (00:35 +0000)]
fix tar front controller tests for php6

15 years agofix more tests for php6
Greg Beaver [Sun, 26 Jul 2009 00:28:50 +0000 (00:28 +0000)]
fix more tests for php6

15 years agomore php6 fixes for phar, fix more tests
Greg Beaver [Sat, 25 Jul 2009 23:45:45 +0000 (23:45 +0000)]
more php6 fixes for phar, fix more tests

15 years agoBFN #48189
Kalle Sommer Nielsen [Sat, 25 Jul 2009 23:40:22 +0000 (23:40 +0000)]
BFN #48189

15 years agoFixed bug #48189 (ibase_execute error in return param)
Kalle Sommer Nielsen [Sat, 25 Jul 2009 23:37:47 +0000 (23:37 +0000)]
Fixed bug #48189 (ibase_execute error in return param)

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- Updated to version 2009.11 (2009k)
Derick Rethans [Sat, 25 Jul 2009 15:14:28 +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

15 years ago- Fixed bug #49052 (context option headers freed too early when using --with-curlwrap...
Jani Taskinen [Sat, 25 Jul 2009 13:00:25 +0000 (13:00 +0000)]
- Fixed bug #49052 (context option headers freed too early when using --with-curlwrappers)

15 years ago- Fix tests .oO(why are there so many things broken in this branch..?)
Jani Taskinen [Sat, 25 Jul 2009 00:43:42 +0000 (00:43 +0000)]
- Fix tests .oO(why are there so many things broken in this branch..?)

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

15 years agomerge from HEAD changes to test
Greg Beaver [Fri, 24 Jul 2009 23:55:49 +0000 (23:55 +0000)]
merge from HEAD changes to test

15 years agobegin work on making phar php6-ready
Greg Beaver [Fri, 24 Jul 2009 23:53:24 +0000 (23:53 +0000)]
begin work on making phar php6-ready

15 years ago- MFH (using svn merge; it seems I won't need to repeat the commit message anymore)
Moriyoshi Koizumi [Fri, 24 Jul 2009 23:48:58 +0000 (23:48 +0000)]
- MFH (using svn merge; it seems I won't need to repeat the commit message anymore)

15 years agoupdate test to work in php 6
Greg Beaver [Fri, 24 Jul 2009 22:09:36 +0000 (22:09 +0000)]
update test to work in php 6

15 years agofix PHAR_ARG_INFO #define to work with PHP major versions > 5
Greg Beaver [Fri, 24 Jul 2009 21:27:51 +0000 (21:27 +0000)]
fix PHAR_ARG_INFO #define to work with PHP major versions > 5

15 years ago- Fixed bug #48835 (Deprecated php.ini options in old php.inis makes "make test"...
Jani Taskinen [Fri, 24 Jul 2009 20:24:12 +0000 (20:24 +0000)]
- Fixed bug #48835 (Deprecated php.ini options in old php.inis makes "make test" to fail)

15 years ago- Fix test
Jani Taskinen [Fri, 24 Jul 2009 19:51:55 +0000 (19:51 +0000)]
- Fix test

15 years ago- Missing svn:ignore
Jani Taskinen [Fri, 24 Jul 2009 19:44:07 +0000 (19:44 +0000)]
- Missing svn:ignore

15 years agofix --CLEAN-- of all.phpt, remove unnecessary check in phar_convert_again.phpt, and...
Greg Beaver [Fri, 24 Jul 2009 19:40:41 +0000 (19:40 +0000)]
fix --CLEAN-- of all.phpt, remove unnecessary check in phar_convert_again.phpt, and fix signature generation and checking for zip to also include central directory up to the signature, implement better check for end-of-zip at signature verification

15 years agomerge unmerged changes between branches, remove unnecessary test for zip signature...
Greg Beaver [Fri, 24 Jul 2009 17:07:05 +0000 (17:07 +0000)]
merge unmerged changes between branches, remove unnecessary test for zip signature failure in badparameters.phpt

15 years ago- Added - to the list of "unsafe" characters so that the pecl dir can have the
Derick Rethans [Fri, 24 Jul 2009 16:30:48 +0000 (16:30 +0000)]
- Added - to the list of "unsafe" characters so that the pecl dir can have the
  - character in the name.

15 years agofix minor memory leak
Greg Beaver [Fri, 24 Jul 2009 16:21:40 +0000 (16:21 +0000)]
fix minor memory leak

15 years agofix signature generation/validation for zip archives by phar extension, fix a few...
Greg Beaver [Fri, 24 Jul 2009 15:42:17 +0000 (15:42 +0000)]
fix signature generation/validation for zip archives by phar extension, fix a few edge cases where memory was leaked on error conditions by missing efree()

15 years agoAdding tests for imagesetthickness, basic and errors for both params, and complementi...
Rafael Machado Dohms [Fri, 24 Jul 2009 03:06:05 +0000 (03:06 +0000)]
Adding tests for imagesetthickness, basic and errors for both params, and complementing imagetruecolortopalette with out of bound params

15 years ago- Fixed tests to be more portable
Jani Taskinen [Thu, 23 Jul 2009 19:06:56 +0000 (19:06 +0000)]
- Fixed tests to be more portable

15 years ago- Add missing svn:ignore property
Jani Taskinen [Thu, 23 Jul 2009 17:38:03 +0000 (17:38 +0000)]
- Add missing svn:ignore property

15 years agofix PHP Bug #48377: error message unclear on converting phar with existing file
Greg Beaver [Thu, 23 Jul 2009 17:04:24 +0000 (17:04 +0000)]
fix PHP Bug #48377: error message unclear on converting phar with existing file

15 years agonew phar test for zip with data descriptor in local file header
Greg Beaver [Thu, 23 Jul 2009 16:40:47 +0000 (16:40 +0000)]
new phar test for zip with data descriptor in local file header

15 years agofix PHP bug #48791: open office files always reported as corrupted
Greg Beaver [Thu, 23 Jul 2009 16:30:27 +0000 (16:30 +0000)]
fix PHP bug #48791: open office files always reported as corrupted

15 years ago- Fix test
Jani Taskinen [Thu, 23 Jul 2009 16:25:07 +0000 (16:25 +0000)]
- Fix test

15 years agofix php bug #48783: make install will fail saying phar file exists
Greg Beaver [Thu, 23 Jul 2009 15:48:04 +0000 (15:48 +0000)]
fix php bug #48783: make install will fail saying phar file exists