]> granicus.if.org Git - php/log
php
16 years agoAdded --XFAIL-- section
Zoe Slattery [Sun, 25 May 2008 16:05:04 +0000 (16:05 +0000)]
Added --XFAIL-- section

16 years agoRemove E_DEPRECATED from get_magic_quotes_*()
Hannes Magnusson [Sun, 25 May 2008 14:06:15 +0000 (14:06 +0000)]
Remove E_DEPRECATED from get_magic_quotes_*()

16 years agoMFH: Add a prepend param to spl_autoload_register
Etienne Kneuss [Sun, 25 May 2008 12:22:38 +0000 (12:22 +0000)]
MFH: Add a prepend param to spl_autoload_register

16 years agoremove the skipif
Etienne Kneuss [Sun, 25 May 2008 12:13:41 +0000 (12:13 +0000)]
remove the skipif

16 years agoMFH: Drop SKIPIF check for ext/spl.
Sebastian Bergmann [Sun, 25 May 2008 06:05:57 +0000 (06:05 +0000)]
MFH: Drop SKIPIF check for ext/spl.

16 years agoNew tests from testfest
Etienne Kneuss [Sat, 24 May 2008 16:49:04 +0000 (16:49 +0000)]
New tests from testfest

16 years agodos2unix
Sebastian Bergmann [Sat, 24 May 2008 15:55:19 +0000 (15:55 +0000)]
dos2unix

16 years agoMFH: dos2unix
Sebastian Bergmann [Sat, 24 May 2008 15:22:21 +0000 (15:22 +0000)]
MFH: dos2unix

16 years agoMFH: Also register the get_iterator handler for Max/Min Heap
Etienne Kneuss [Sat, 24 May 2008 14:38:04 +0000 (14:38 +0000)]
MFH: Also register the get_iterator handler for Max/Min Heap

16 years agoMFH: Drop SKIPIF check for ext/spl.
Sebastian Bergmann [Sat, 24 May 2008 14:17:55 +0000 (14:17 +0000)]
MFH: Drop SKIPIF check for ext/spl.

16 years agoMFH: dos2unix
Sebastian Bergmann [Sat, 24 May 2008 14:14:28 +0000 (14:14 +0000)]
MFH: dos2unix

16 years agoDrop SKIPIF check for ext/spl.
Sebastian Bergmann [Sat, 24 May 2008 14:10:44 +0000 (14:10 +0000)]
Drop SKIPIF check for ext/spl.

16 years agoDrop SKIPIF check for ext/reflection.
Sebastian Bergmann [Sat, 24 May 2008 13:34:22 +0000 (13:34 +0000)]
Drop SKIPIF check for ext/reflection.

16 years agoAdd tests from testfest
Etienne Kneuss [Sat, 24 May 2008 13:25:24 +0000 (13:25 +0000)]
Add tests from testfest

16 years ago"We shouldn't need a full path to the mount"
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

16 years ago- MFH Add constants and new test (test from testfest.php.net)
Marcus Boerger [Sat, 24 May 2008 11:53:55 +0000 (11:53 +0000)]
- MFH Add constants and new test (test from testfest.php.net)

16 years ago- Make use of a valid .phar pear installer
David Coallier [Sat, 24 May 2008 01:30:48 +0000 (01:30 +0000)]
- Make use of a valid .phar pear installer

16 years agoMore basic ReflectionClass tests from Dutch TestFest.
Robin Fernandes [Fri, 23 May 2008 21:14:07 +0000 (21:14 +0000)]
More basic ReflectionClass tests from Dutch TestFest.

16 years agoMFH
Antony Dovgal [Fri, 23 May 2008 19:10:39 +0000 (19:10 +0000)]
MFH

16 years agoMFH: use bundled PCRE library when both yes & no passed as argument,
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

16 years agoWhen dumping entire document to file via asXml() don't lose the encoding
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

16 years agoMFH: Fixed Windows build now that HAVE_INET_PTON is defined
Matt Wilmas [Fri, 23 May 2008 09:40:44 +0000 (09:40 +0000)]
MFH: Fixed Windows build now that HAVE_INET_PTON is defined

16 years ago[DOC] enable inet_pton() and inet_ntop() on Windows
Kalle Sommer Nielsen [Thu, 22 May 2008 22:06:15 +0000 (22:06 +0000)]
[DOC] enable inet_pton() and inet_ntop() on Windows

16 years agoBasic ReflectionClass tests (from Dutch TestFest)
Robin Fernandes [Thu, 22 May 2008 21:53:59 +0000 (21:53 +0000)]
Basic ReflectionClass tests (from Dutch TestFest)

16 years agomajor fixes
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

16 years ago- Fix build (ZTS)
Felipe Pena [Wed, 21 May 2008 22:52:30 +0000 (22:52 +0000)]
- Fix build (ZTS)

16 years agofix offset detection in tar files
Greg Beaver [Wed, 21 May 2008 22:00:43 +0000 (22:00 +0000)]
fix offset detection in tar files

16 years agofix convertTo\*() for same-named archives with no files
Greg Beaver [Wed, 21 May 2008 20:24:40 +0000 (20:24 +0000)]
fix convertTo\*() for same-named archives with no files

16 years ago- fix test
Pierre Joye [Wed, 21 May 2008 19:34:47 +0000 (19:34 +0000)]
- fix test

16 years ago- fix test
Pierre Joye [Wed, 21 May 2008 18:56:05 +0000 (18:56 +0000)]
- fix test

16 years ago- actually disable the ASSERT error dialog box (affects debug mode only), helps to...
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

16 years agoMFH
Antony Dovgal [Wed, 21 May 2008 15:03:20 +0000 (15:03 +0000)]
MFH

16 years ago- Committing tests reviewed after London TestFest 08
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

16 years agoMFH
Antony Dovgal [Wed, 21 May 2008 12:29:47 +0000 (12:29 +0000)]
MFH

16 years ago- sync with PECL HEAD
Pierre Joye [Wed, 21 May 2008 09:27:41 +0000 (09:27 +0000)]
- sync with PECL HEAD

16 years agoMFH: Fix path lookup when include_path is used
Etienne Kneuss [Tue, 20 May 2008 21:46:51 +0000 (21:46 +0000)]
MFH: Fix path lookup when include_path is used

16 years agofix tests (say hello to disk C:\)
Antony Dovgal [Tue, 20 May 2008 14:53:58 +0000 (14:53 +0000)]
fix tests (say hello to disk C:\)

16 years agoCoding style
David Soria Parra [Tue, 20 May 2008 13:28:57 +0000 (13:28 +0000)]
Coding style

16 years agoMFH: Allow non-long values for proxy_port, connection_timeout and convert them
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

16 years agoproper fix
Dmitry Stogov [Tue, 20 May 2008 07:41:35 +0000 (07:41 +0000)]
proper fix

16 years agorelax conversion, so that if a phar has no files, we can convert it to another format...
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

16 years agopartial fix for Bug #44939, E_DEPRECATED warnings on pear install
Greg Beaver [Mon, 19 May 2008 15:20:55 +0000 (15:20 +0000)]
partial fix for Bug #44939, E_DEPRECATED warnings on pear install

16 years agoFixed bug #45004 (pg_insert() does not accept 4 digit timezone format)
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)

16 years agoTests from PHP London TestFest 2008
Steve Seear [Mon, 19 May 2008 12:56:21 +0000 (12:56 +0000)]
Tests from PHP London TestFest 2008

16 years agoMoving DOM tests to correct folder.
Steve Seear [Mon, 19 May 2008 12:48:18 +0000 (12:48 +0000)]
Moving DOM tests to correct folder.

16 years agoTests from PHP London TestFest 2008
Steve Seear [Mon, 19 May 2008 12:21:18 +0000 (12:21 +0000)]
Tests from PHP London TestFest 2008

16 years agoFixed win32 related realpath cache bug
Dmitry Stogov [Mon, 19 May 2008 10:48:57 +0000 (10:48 +0000)]
Fixed win32 related realpath cache bug

16 years agofix memleak, add test for previous segfault fix
Greg Beaver [Sun, 18 May 2008 23:41:08 +0000 (23:41 +0000)]
fix memleak, add test for previous segfault fix

16 years agofix segfault, test coming shortly
Greg Beaver [Sun, 18 May 2008 23:11:24 +0000 (23:11 +0000)]
fix segfault, test coming shortly

16 years ago- Removed "short_open_tag" entry (the related patch was reverted)
Felipe Pena [Sun, 18 May 2008 22:07:23 +0000 (22:07 +0000)]
- Removed "short_open_tag" entry (the related patch was reverted)

16 years ago- Keep 5_3 stub and creation files in sync with what I have in CVS HEAD
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)

16 years agoRevert.
David Soria Parra [Sun, 18 May 2008 19:48:40 +0000 (19:48 +0000)]
Revert.

16 years agoMake mcrypt_enc_self_test() return value compatible with documentation and mcrypt...
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()

16 years ago- Making compatible with 64bit plataform
Felipe Pena [Sun, 18 May 2008 15:42:09 +0000 (15:42 +0000)]
- Making compatible with 64bit plataform

16 years agoAdded missing INI handler
Ilia Alshanetsky [Sun, 18 May 2008 14:35:13 +0000 (14:35 +0000)]
Added missing INI handler

16 years agoWrong file
David Soria Parra [Sun, 18 May 2008 14:28:19 +0000 (14:28 +0000)]
Wrong file

16 years agoMFH: Fix filesystemiterator with ./.. + add cloning tests
Etienne Kneuss [Sun, 18 May 2008 12:17:43 +0000 (12:17 +0000)]
MFH: Fix filesystemiterator with ./.. + add cloning tests

16 years agoMFH: Tests from Munich PHP Testfest 2008
David Soria Parra [Sat, 17 May 2008 23:29:14 +0000 (23:29 +0000)]
MFH: Tests from Munich PHP Testfest 2008

16 years agoenable by default statically instead of shared
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

16 years agofix test (again)
Greg Beaver [Sat, 17 May 2008 20:04:06 +0000 (20:04 +0000)]
fix test (again)

16 years agofix test
Greg Beaver [Sat, 17 May 2008 20:02:27 +0000 (20:02 +0000)]
fix test

16 years agoTests from London test fest 2008
Zoe Slattery [Sat, 17 May 2008 11:20:55 +0000 (11:20 +0000)]
Tests from London test fest 2008

16 years agoTests from Londn test fest
Zoe Slattery [Fri, 16 May 2008 17:13:42 +0000 (17:13 +0000)]
Tests from Londn test fest

16 years agoMFH: small CSE optimizations
Dmitry Stogov [Fri, 16 May 2008 14:34:31 +0000 (14:34 +0000)]
MFH: small CSE optimizations

16 years agoMake it backward compatibility
Dmitry Stogov [Fri, 16 May 2008 14:33:52 +0000 (14:33 +0000)]
Make it backward compatibility

16 years ago- Changed 'Z' to 's' (parameter parsing), the code didn't check if the parameter...
Felipe Pena [Fri, 16 May 2008 12:44:11 +0000 (12:44 +0000)]
- Changed 'Z' to 's' (parameter parsing), the code didn't check if the parameter is a string.

16 years ago- MFH: Improved fix (used 's' in parameter parsing)
Felipe Pena [Fri, 16 May 2008 12:18:43 +0000 (12:18 +0000)]
- MFH: Improved fix (used 's' in parameter parsing)

16 years ago- Added conversion to string.
Felipe Pena [Fri, 16 May 2008 03:01:20 +0000 (03:01 +0000)]
- Added conversion to string.

16 years agocosmetics
Greg Beaver [Fri, 16 May 2008 00:11:42 +0000 (00:11 +0000)]
cosmetics

16 years agoas discussed on internals, enable phar by default for testing purposes.
Greg Beaver [Fri, 16 May 2008 00:01:56 +0000 (00:01 +0000)]
as discussed on internals, enable phar by default for testing purposes.
Phar is enabled as a shared extension by default in order to allow zlib/bz2 to be built shared.  If phar is statically built,
both zlib and bz2 must be statically built in order for phar to use them, so default compile as shared is much more flexible

16 years agoadd full metadata support for tar-based archives and test
Greg Beaver [Thu, 15 May 2008 23:46:29 +0000 (23:46 +0000)]
add full metadata support for tar-based archives and test

16 years agofix potentially major security hole: modification/creation of files in .phar director...
Greg Beaver [Thu, 15 May 2008 16:09:01 +0000 (16:09 +0000)]
fix potentially major security hole: modification/creation of files in .phar directory enabled in many locations
which then allows easy creation of tar/zip-based phar archives with a simple rename even when phar.readonly=1.  Plug the hole very tightly, allowing read access to
files, and also excluding them from opendir() output

16 years agomake test OS-agnostic
Greg Beaver [Thu, 15 May 2008 14:01:30 +0000 (14:01 +0000)]
make test OS-agnostic

16 years ago- Fix test, add a couple of new ones
Steph Fox [Thu, 15 May 2008 12:37:45 +0000 (12:37 +0000)]
- Fix test, add a couple of new ones

@Greg: it seems we covered it already ;)

16 years agoTests from London test fest 2008
Zoe Slattery [Thu, 15 May 2008 12:23:47 +0000 (12:23 +0000)]
Tests from London test fest 2008

16 years ago- MFH
Steph Fox [Wed, 14 May 2008 21:29:51 +0000 (21:29 +0000)]
- MFH
- Make internal code forward-compatible. This included a binary cast in the default stub, hence test updates.

16 years agofix test names
Antony Dovgal [Wed, 14 May 2008 13:04:05 +0000 (13:04 +0000)]
fix test names

16 years ago- MFH: Add check for avoid segfault when trying instantiate PDORow manually
Felipe Pena [Wed, 14 May 2008 12:32:21 +0000 (12:32 +0000)]
- MFH: Add check for avoid segfault when trying instantiate PDORow manually

16 years agoWindows configure fixes, a few additional lib names allowed, apache2 only on for...
Elizabeth Marie Smith [Wed, 14 May 2008 03:13:17 +0000 (03:13 +0000)]
Windows configure fixes, a few additional lib names allowed, apache2 only on for zts builds since apache on win is always threaded, isapi no longer stops configure in non-zts mode, look for _debug for debug libraries when debug is enabled

16 years ago- Fixed tests (added default_charset=)
Felipe Pena [Tue, 13 May 2008 19:17:17 +0000 (19:17 +0000)]
- Fixed tests (added default_charset=)

16 years agofix test
Greg Beaver [Tue, 13 May 2008 18:06:55 +0000 (18:06 +0000)]
fix test

16 years ago- Added SKIPIF
Felipe Pena [Tue, 13 May 2008 14:49:06 +0000 (14:49 +0000)]
- Added SKIPIF

16 years ago- Allow broken.dirnames to use phar too
Steph Fox [Tue, 13 May 2008 14:11:24 +0000 (14:11 +0000)]
- Allow broken.dirnames to use phar too
- Add test
- Kill MSVC compiler warning

16 years agoMFH: New/updated tests
Christopher Jones [Tue, 13 May 2008 00:05:09 +0000 (00:05 +0000)]
MFH: New/updated tests

16 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_5_3'.
SVN Migration [Mon, 12 May 2008 21:03:49 +0000 (21:03 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.

16 years ago- New tests
Felipe Pena [Mon, 12 May 2008 17:57:21 +0000 (17:57 +0000)]
- New tests

16 years agoMFH
Antony Dovgal [Mon, 12 May 2008 15:31:08 +0000 (15:31 +0000)]
MFH

16 years ago- New tests
Felipe Pena [Mon, 12 May 2008 14:58:31 +0000 (14:58 +0000)]
- New tests

16 years ago- MFH: New tests
Felipe Pena [Mon, 12 May 2008 13:31:36 +0000 (13:31 +0000)]
- MFH: New tests

16 years ago- Fixed test
Felipe Pena [Mon, 12 May 2008 11:15:32 +0000 (11:15 +0000)]
- Fixed test

16 years agoFixed bug #44952 (isset() does not checks correctly variable variable)
Dmitry Stogov [Mon, 12 May 2008 09:09:05 +0000 (09:09 +0000)]
Fixed bug #44952 (isset() does not checks correctly variable variable)

16 years agoMFH: revert patch that causes invalid reads/crashes on Linux
Antony Dovgal [Mon, 12 May 2008 08:47:01 +0000 (08:47 +0000)]
MFH: revert patch that causes invalid reads/crashes on Linux

16 years agoAdded API to use namesapces in internal extensions
Dmitry Stogov [Mon, 12 May 2008 07:11:55 +0000 (07:11 +0000)]
Added API to use namesapces in internal extensions

16 years agoMFH: Fixed test after fixing bug #44830
Matt Wilmas [Mon, 12 May 2008 05:08:49 +0000 (05:08 +0000)]
MFH: Fixed test after fixing bug #44830

16 years ago- MFH: New tests
Felipe Pena [Sun, 11 May 2008 22:44:56 +0000 (22:44 +0000)]
- MFH: New tests

16 years agoMFH: Fixed error message typo
Matt Wilmas [Sun, 11 May 2008 11:46:44 +0000 (11:46 +0000)]
MFH: Fixed error message typo

16 years agoMFH: Add tests for ReflectionFunction::getExtension*().
Sebastian Bergmann [Sun, 11 May 2008 04:57:09 +0000 (04:57 +0000)]
MFH: Add tests for ReflectionFunction::getExtension*().

16 years agoMFH: dos2unix *.phpt
Sebastian Bergmann [Sun, 11 May 2008 04:53:18 +0000 (04:53 +0000)]
MFH: dos2unix *.phpt

16 years ago- MFH: New tests
Felipe Pena [Sun, 11 May 2008 03:50:28 +0000 (03:50 +0000)]
- MFH: New tests

16 years agoMFH: Restore end check for "escape" strings
Matt Wilmas [Sat, 10 May 2008 09:17:29 +0000 (09:17 +0000)]
MFH: Restore end check for "escape" strings