]>
granicus.if.org Git - php/log
Hannes Magnusson [Sun, 1 Jun 2008 18:47:20 +0000 (18:47 +0000)]
Add arginfo & fix protos
Hannes Magnusson [Sun, 1 Jun 2008 18:24:38 +0000 (18:24 +0000)]
fix arginfo and proto
Hannes Magnusson [Sun, 1 Jun 2008 17:54:02 +0000 (17:54 +0000)]
Add arginfo & fix protos
Scott MacVicar [Sun, 1 Jun 2008 17:31:12 +0000 (17:31 +0000)]
Back out the previous change as it broke the Windows builds.
Marcus Boerger [Sun, 1 Jun 2008 17:16:40 +0000 (17:16 +0000)]
- Make work with new API
Marcus Boerger [Sun, 1 Jun 2008 17:16:04 +0000 (17:16 +0000)]
- Fix signature handling (and remaining API change fixes)
Marcus Boerger [Sun, 1 Jun 2008 17:14:48 +0000 (17:14 +0000)]
- Fix docu
Scott MacVicar [Sun, 1 Jun 2008 16:08:52 +0000 (16:08 +0000)]
Fixed bug #45144 (ap_child_terminate() isn't available on threaded builds)
Scott MacVicar [Sun, 1 Jun 2008 16:03:17 +0000 (16:03 +0000)]
Fix unexported symbols. Patch by Greg
Marcus Boerger [Sun, 1 Jun 2008 07:39:06 +0000 (07:39 +0000)]
- Add Openssl support
Greg Beaver [Sun, 1 Jun 2008 04:21:26 +0000 (04:21 +0000)]
add openssl signing support. This adds an extra parameter
for the contents of the exported private key to Phar->setSignatureAlgorithm, and expects the public key to be in
a file named blah.phar.pubkey in the same directory as the phar blah.phar. This works with openssl static or
shared and fails gracefully if openssl is not present without adding a dependency. config.w32 needs updating to match config.m4 [DOC]
Felipe Pena [Sun, 1 Jun 2008 03:11:38 +0000 (03:11 +0000)]
- MFB: Fixed bug #45139 (ReflectionProperty returns incorrect declaring class)
Marcus Boerger [Sat, 31 May 2008 20:30:27 +0000 (20:30 +0000)]
- MFH Simplify
Marcus Boerger [Sat, 31 May 2008 20:24:34 +0000 (20:24 +0000)]
- MFH Add 'help commands' support
Marcus Boerger [Sat, 31 May 2008 20:02:57 +0000 (20:02 +0000)]
- Add phar command as installable command
Marcus Boerger [Sat, 31 May 2008 19:27:31 +0000 (19:27 +0000)]
- MFH Add pharcmd to default targets if present
Hannes Magnusson [Sat, 31 May 2008 19:05:19 +0000 (19:05 +0000)]
Add support for proxies (patch by Christopher Jones)
Marcus Boerger [Sat, 31 May 2008 18:40:05 +0000 (18:40 +0000)]
- Add version comand
Marcus Boerger [Sat, 31 May 2008 16:40:55 +0000 (16:40 +0000)]
- Add version comand
Marcus Boerger [Sat, 31 May 2008 15:53:16 +0000 (15:53 +0000)]
- MFH Fix function names after they have been refactored
Greg Beaver [Fri, 30 May 2008 23:42:50 +0000 (23:42 +0000)]
patch by Christopher Jones: use wget/fetch by default if available, correct typo/Errrrrorr in fetch.php
Greg Beaver [Fri, 30 May 2008 22:49:33 +0000 (22:49 +0000)]
fix corrupted zips, fix postprocess for compressed zip file
Greg Beaver [Fri, 30 May 2008 22:38:46 +0000 (22:38 +0000)]
refactor function names for clarity. No functionality change
Pierre Joye [Fri, 30 May 2008 19:46:56 +0000 (19:46 +0000)]
- not exported
Scott MacVicar [Fri, 30 May 2008 16:56:57 +0000 (16:56 +0000)]
MFH Fixed bug #43261
(Use ^ as an escape character for Windows escapeshellcmd)
Matt Wilmas [Fri, 30 May 2008 10:55:14 +0000 (10:55 +0000)]
MFH: Only check args once in php_array_diff_key/intersect_key, not on each iteration. This also makes sure ALL args are checked (pre-5.2.5 behavior)
- Also, use new hash_quick_del function where possible
Greg Beaver [Thu, 29 May 2008 17:34:50 +0000 (17:34 +0000)]
fix PECL bug #13981: Third-party zips fail entry interrogation
Andrey Hristov [Thu, 29 May 2008 15:49:32 +0000 (15:49 +0000)]
Fix a bug that let PDO fail. It has been long fixed, but locally. Now I know
what it fixes :)
Matt Wilmas [Thu, 29 May 2008 11:45:13 +0000 (11:45 +0000)]
MFH: Fixed overflow crash (at least on Windows) in div_function with LONG_MIN / -1
Scott MacVicar [Thu, 29 May 2008 11:31:02 +0000 (11:31 +0000)]
MFH: Fix bug when command is quoted and parameters are quoted during call to exec, the result is that cmd.exe /c strips the first and last quote.
Matt Wilmas [Thu, 29 May 2008 07:32:03 +0000 (07:32 +0000)]
Fixed tests on Windows
Stanislav Malyshev [Wed, 28 May 2008 21:42:21 +0000 (21:42 +0000)]
Fix code path in phar_open_compiled_file() that tries
to open not-yet-loaded phar and fails on compressed files
# By Gregory's request
# Sorry, can't find how to write test case for that - it reproduces
# for me only under bytecode-caching. Suggestions welcome.
Felipe Pena [Wed, 28 May 2008 11:54:36 +0000 (11:54 +0000)]
- Added XFAIL section in tests to issue under discussion
Pierre Joye [Tue, 27 May 2008 18:25:59 +0000 (18:25 +0000)]
- c/p evilness
Pierre Joye [Tue, 27 May 2008 18:23:56 +0000 (18:23 +0000)]
- [MFH] Add compiler informations on Windows (will add more info later, like x86 or x64 and makes it available in userland)
Ant Phillips [Tue, 27 May 2008 12:44:53 +0000 (12:44 +0000)]
DOM tests from TestFest
Derick Rethans [Tue, 27 May 2008 12:19:55 +0000 (12:19 +0000)]
- Updated to version 2008.3 (2008c)
Matt Wilmas [Tue, 27 May 2008 11:28:18 +0000 (11:28 +0000)]
Regenerate
Matt Wilmas [Tue, 27 May 2008 10:29:33 +0000 (10:29 +0000)]
MFH: Add array_init_size() and use it where array size is known at initialization
Scott MacVicar [Tue, 27 May 2008 10:21:21 +0000 (10:21 +0000)]
MFH: DOM Tests from London Testfest
Antony Dovgal [Mon, 26 May 2008 11:33:38 +0000 (11:33 +0000)]
fix typo
Zoe Slattery [Sun, 25 May 2008 16:05:04 +0000 (16:05 +0000)]
Added --XFAIL-- section
Hannes Magnusson [Sun, 25 May 2008 14:06:15 +0000 (14:06 +0000)]
Remove E_DEPRECATED from get_magic_quotes_*()
Etienne Kneuss [Sun, 25 May 2008 12:22:38 +0000 (12:22 +0000)]
MFH: Add a prepend param to spl_autoload_register
Etienne Kneuss [Sun, 25 May 2008 12:13:41 +0000 (12:13 +0000)]
remove the skipif
Sebastian Bergmann [Sun, 25 May 2008 06:05:57 +0000 (06:05 +0000)]
MFH: Drop SKIPIF check for ext/spl.
Etienne Kneuss [Sat, 24 May 2008 16:49:04 +0000 (16:49 +0000)]
New tests from testfest
Sebastian Bergmann [Sat, 24 May 2008 15:55:19 +0000 (15:55 +0000)]
dos2unix
Sebastian Bergmann [Sat, 24 May 2008 15:22:21 +0000 (15:22 +0000)]
MFH: dos2unix
Etienne Kneuss [Sat, 24 May 2008 14:38:04 +0000 (14:38 +0000)]
MFH: Also register the get_iterator handler for Max/Min Heap
Sebastian Bergmann [Sat, 24 May 2008 14:17:55 +0000 (14:17 +0000)]
MFH: Drop SKIPIF check for ext/spl.
Sebastian Bergmann [Sat, 24 May 2008 14:14:28 +0000 (14:14 +0000)]
MFH: dos2unix
Sebastian Bergmann [Sat, 24 May 2008 14:10:44 +0000 (14:10 +0000)]
Drop SKIPIF check for ext/spl.
Sebastian Bergmann [Sat, 24 May 2008 13:34:22 +0000 (13:34 +0000)]
Drop SKIPIF check for ext/reflection.
Etienne Kneuss [Sat, 24 May 2008 13:25:24 +0000 (13:25 +0000)]
Add tests from testfest
Steph Fox [Sat, 24 May 2008 13:13:47 +0000 (13:13 +0000)]
"We shouldn't need a full path to the mount"
- Fixed under Windows, cleaned up test
Marcus Boerger [Sat, 24 May 2008 11:53:55 +0000 (11:53 +0000)]
- MFH Add constants and new test (test from testfest.php.net)
David Coallier [Sat, 24 May 2008 01:30:48 +0000 (01:30 +0000)]
- Make use of a valid .phar pear installer
Robin Fernandes [Fri, 23 May 2008 21:14:07 +0000 (21:14 +0000)]
More basic ReflectionClass tests from Dutch TestFest.
Antony Dovgal [Fri, 23 May 2008 19:10:39 +0000 (19:10 +0000)]
MFH
Antony Dovgal [Fri, 23 May 2008 19:07:27 +0000 (19:07 +0000)]
MFH: use bundled PCRE library when both yes & no passed as argument,
look for headers and the lib otherwise
Ilia Alshanetsky [Fri, 23 May 2008 15:46:13 +0000 (15:46 +0000)]
When dumping entire document to file via asXml() don't lose the encoding
Matt Wilmas [Fri, 23 May 2008 09:40:44 +0000 (09:40 +0000)]
MFH: Fixed Windows build now that HAVE_INET_PTON is defined
Kalle Sommer Nielsen [Thu, 22 May 2008 22:06:15 +0000 (22:06 +0000)]
[DOC] enable inet_pton() and inet_ntop() on Windows
Robin Fernandes [Thu, 22 May 2008 21:53:59 +0000 (21:53 +0000)]
Basic ReflectionClass tests (from Dutch TestFest)
Greg Beaver [Thu, 22 May 2008 06:33:09 +0000 (06:33 +0000)]
major fixes
* found felipe's segfault in util.c and fixed the segfault (3 tests fail due to odd behavior of . and .. on this machine)
* fixed serious flaws in the setting/resetting of is_data - now it works properly. Assume
all new PharData are tar-based, and allow passing Phar::ZIP to PharData constructor to override this
* fix broken earlier commit, introduced segfault that broke 20 tests here
Felipe Pena [Wed, 21 May 2008 22:52:30 +0000 (22:52 +0000)]
- Fix build (ZTS)
Greg Beaver [Wed, 21 May 2008 22:00:43 +0000 (22:00 +0000)]
fix offset detection in tar files
Greg Beaver [Wed, 21 May 2008 20:24:40 +0000 (20:24 +0000)]
fix convertTo\*() for same-named archives with no files
Pierre Joye [Wed, 21 May 2008 19:34:47 +0000 (19:34 +0000)]
- fix test
Pierre Joye [Wed, 21 May 2008 18:56:05 +0000 (18:56 +0000)]
- fix test
Pierre Joye [Wed, 21 May 2008 15:55:31 +0000 (15:55 +0000)]
- actually disable the ASSERT error dialog box (affects debug mode only), helps to run the tests and coverage analyze
Antony Dovgal [Wed, 21 May 2008 15:03:20 +0000 (15:03 +0000)]
MFH
Josie Messa [Wed, 21 May 2008 15:00:59 +0000 (15:00 +0000)]
- Committing tests reviewed after London TestFest 08
- Credits to: Mike Sullivan and James Lewis
Antony Dovgal [Wed, 21 May 2008 12:29:47 +0000 (12:29 +0000)]
MFH
Pierre Joye [Wed, 21 May 2008 09:27:41 +0000 (09:27 +0000)]
- sync with PECL HEAD
Etienne Kneuss [Tue, 20 May 2008 21:46:51 +0000 (21:46 +0000)]
MFH: Fix path lookup when include_path is used
Antony Dovgal [Tue, 20 May 2008 14:53:58 +0000 (14:53 +0000)]
fix tests (say hello to disk C:\)
David Soria Parra [Tue, 20 May 2008 13:28:57 +0000 (13:28 +0000)]
Coding style
David Soria Parra [Tue, 20 May 2008 13:16:47 +0000 (13:16 +0000)]
MFH: Allow non-long values for proxy_port, connection_timeout and convert them
Dmitry Stogov [Tue, 20 May 2008 07:41:35 +0000 (07:41 +0000)]
proper fix
Greg Beaver [Tue, 20 May 2008 03:56:35 +0000 (03:56 +0000)]
relax conversion, so that if a phar has no files, we can convert it to another format without changing the extension
Greg Beaver [Mon, 19 May 2008 15:20:55 +0000 (15:20 +0000)]
partial fix for Bug #44939, E_DEPRECATED warnings on pear install
Ilia Alshanetsky [Mon, 19 May 2008 15:16:47 +0000 (15:16 +0000)]
Fixed bug #45004 (pg_insert() does not accept 4 digit timezone format)
Steve Seear [Mon, 19 May 2008 12:56:21 +0000 (12:56 +0000)]
Tests from PHP London TestFest 2008
Steve Seear [Mon, 19 May 2008 12:48:18 +0000 (12:48 +0000)]
Moving DOM tests to correct folder.
Steve Seear [Mon, 19 May 2008 12:21:18 +0000 (12:21 +0000)]
Tests from PHP London TestFest 2008
Dmitry Stogov [Mon, 19 May 2008 10:48:57 +0000 (10:48 +0000)]
Fixed win32 related realpath cache bug
Greg Beaver [Sun, 18 May 2008 23:41:08 +0000 (23:41 +0000)]
fix memleak, add test for previous segfault fix
Greg Beaver [Sun, 18 May 2008 23:11:24 +0000 (23:11 +0000)]
fix segfault, test coming shortly
Felipe Pena [Sun, 18 May 2008 22:07:23 +0000 (22:07 +0000)]
- Removed "short_open_tag" entry (the related patch was reverted)
Steph Fox [Sun, 18 May 2008 20:52:34 +0000 (20:52 +0000)]
- Keep 5_3 stub and creation files in sync with what I have in CVS HEAD
(MFB will likely be tomorrow now)
David Soria Parra [Sun, 18 May 2008 19:48:40 +0000 (19:48 +0000)]
Revert.
David Soria Parra [Sun, 18 May 2008 17:08:56 +0000 (17:08 +0000)]
Make mcrypt_enc_self_test() return value compatible with documentation and mcrypt _module_self_test()
Felipe Pena [Sun, 18 May 2008 15:42:09 +0000 (15:42 +0000)]
- Making compatible with 64bit plataform
Ilia Alshanetsky [Sun, 18 May 2008 14:35:13 +0000 (14:35 +0000)]
Added missing INI handler
David Soria Parra [Sun, 18 May 2008 14:28:19 +0000 (14:28 +0000)]
Wrong file
Etienne Kneuss [Sun, 18 May 2008 12:17:43 +0000 (12:17 +0000)]
MFH: Fix filesystemiterator with ./.. + add cloning tests
David Soria Parra [Sat, 17 May 2008 23:29:14 +0000 (23:29 +0000)]
MFH: Tests from Munich PHP Testfest 2008
Greg Beaver [Sat, 17 May 2008 20:07:22 +0000 (20:07 +0000)]
enable by default statically instead of shared
this is done by removing zlib/bz2 explicit dependencies because they are unnecessary
we only ever use the stream filter, and the check for existence has
been moved to runtime where it is after startup