Etienne Kneuss
242f779fa1
MFH: Fix filesystemiterator with ./.. + add cloning tests
2008-05-18 12:17:43 +00:00
David Soria Parra
3e52aaf16d
MFH: Tests from Munich PHP Testfest 2008
2008-05-17 23:29:14 +00:00
Greg Beaver
4aa4f1fabb
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
2008-05-17 20:07:22 +00:00
Greg Beaver
d35f27b896
fix test (again)
2008-05-17 20:04:06 +00:00
Greg Beaver
22db0d3c83
fix test
2008-05-17 20:02:27 +00:00
Zoe Slattery
f0955264a0
Tests from London test fest 2008
2008-05-17 11:20:55 +00:00
Zoe Slattery
d7570b4671
Tests from Londn test fest
2008-05-16 17:13:42 +00:00
Dmitry Stogov
a6ec1850e0
MFH: small CSE optimizations
2008-05-16 14:34:31 +00:00
Dmitry Stogov
23eb063f7a
Make it backward compatibility
2008-05-16 14:33:52 +00:00
Felipe Pena
04a87d9f63
- Changed 'Z' to 's' (parameter parsing), the code didn't check if the parameter is a string.
2008-05-16 12:44:11 +00:00
Felipe Pena
60cd27b7f6
- MFH: Improved fix (used 's' in parameter parsing)
2008-05-16 12:18:43 +00:00
Felipe Pena
0668fd3328
- Added conversion to string.
2008-05-16 03:01:20 +00:00
Greg Beaver
57b3bba46e
cosmetics
2008-05-16 00:11:42 +00:00
Greg Beaver
a5ec4d5f2b
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
2008-05-16 00:01:56 +00:00
Greg Beaver
719beb79d4
add full metadata support for tar-based archives and test
2008-05-15 23:46:29 +00:00
Greg Beaver
de5aaaa74c
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
2008-05-15 16:09:01 +00:00
Greg Beaver
8cc335a0da
make test OS-agnostic
2008-05-15 14:01:30 +00:00
Steph Fox
93183728d2
- Fix test, add a couple of new ones
...
@Greg: it seems we covered it already ;)
2008-05-15 12:37:45 +00:00
Zoe Slattery
229bcbdfc6
Tests from London test fest 2008
2008-05-15 12:23:47 +00:00
Steph Fox
6a0682d986
- MFH
...
- Make internal code forward-compatible. This included a binary cast in the default stub, hence test updates.
2008-05-14 21:29:51 +00:00
Antony Dovgal
b3b5126954
fix test names
2008-05-14 13:04:05 +00:00
Felipe Pena
f6cc283d46
- MFH: Add check for avoid segfault when trying instantiate PDORow manually
2008-05-14 12:32:21 +00:00
Elizabeth Marie Smith
7d4dfa8ee4
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
2008-05-14 03:13:17 +00:00
Felipe Pena
6552d91743
- Fixed tests (added default_charset=)
2008-05-13 19:17:17 +00:00
Greg Beaver
9b5b694c92
fix test
2008-05-13 18:06:55 +00:00
Felipe Pena
613f2d2afc
- Added SKIPIF
2008-05-13 14:49:06 +00:00
Steph Fox
4d169ebcfc
- Allow broken.dirnames to use phar too
...
- Add test
- Kill MSVC compiler warning
2008-05-13 14:11:24 +00:00
Christopher Jones
4e12fa4a25
MFH: New/updated tests
2008-05-13 00:05:09 +00:00
SVN Migration
16b4d8e0e1
This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.
2008-05-12 21:03:49 +00:00
Felipe Pena
e35c457913
- New tests
2008-05-12 17:57:21 +00:00
Antony Dovgal
c144bdb43c
MFH
2008-05-12 15:31:08 +00:00
Felipe Pena
d9d47f3718
- New tests
2008-05-12 14:58:31 +00:00
Felipe Pena
5c2ff40433
- MFH: New tests
2008-05-12 13:31:36 +00:00
Felipe Pena
c5e80819ba
- Fixed test
2008-05-12 11:15:32 +00:00
Dmitry Stogov
af1ed80274
Fixed bug #44952 (isset() does not checks correctly variable variable)
2008-05-12 09:09:05 +00:00
Antony Dovgal
ea62779338
MFH: revert patch that causes invalid reads/crashes on Linux
2008-05-12 08:47:01 +00:00
Dmitry Stogov
907fa66507
Added API to use namesapces in internal extensions
2008-05-12 07:11:55 +00:00
Matt Wilmas
77feabfc71
MFH: Fixed test after fixing bug #44830
2008-05-12 05:08:49 +00:00
Felipe Pena
f6c57d1f6f
- MFH: New tests
2008-05-11 22:44:56 +00:00
Matt Wilmas
2a8a4bd860
MFH: Fixed error message typo
2008-05-11 11:46:44 +00:00
Sebastian Bergmann
b5281c79b5
MFH: Add tests for ReflectionFunction::getExtension*().
2008-05-11 04:57:09 +00:00
Sebastian Bergmann
9aa57f051c
MFH: dos2unix *.phpt
2008-05-11 04:53:18 +00:00
Felipe Pena
e4c7664158
- MFH: New tests
2008-05-11 03:50:28 +00:00
Matt Wilmas
c83d916a98
MFH: Restore end check for "escape" strings
2008-05-10 09:17:29 +00:00
Matt Wilmas
3fbe0f1457
MFH
2008-05-09 14:41:16 +00:00
Felipe Pena
bcccfa6bf1
- New tests
2008-05-09 14:16:24 +00:00
Steve Seear
d88eb15159
Added a script that generates phpt test coverage information for functions and methods.
2008-05-09 13:21:49 +00:00
Scott MacVicar
96a20f9aed
MFH: Fix compile error if _GNU_SOURCE is defined
2008-05-09 12:59:16 +00:00
Steph Fox
a439cc70c6
- s/rmdir/rd
...
- Patch supplied by Richard Quadling
2008-05-09 11:20:09 +00:00
Matt Wilmas
29cbfbd1e7
MFH: Test for loss of backslash at end of heredoc; For bug #44830 (Very minor issue with backslash in heredoc)
2008-05-09 11:06:29 +00:00