]>
granicus.if.org Git - php/log
Marcus Boerger [Fri, 7 Nov 2003 10:47:47 +0000 (10:47 +0000)]
Update Iterators: Call next at the correct point in time.
Marcus Boerger [Fri, 7 Nov 2003 10:22:16 +0000 (10:22 +0000)]
Add missing initialization.
Marcus Boerger [Fri, 7 Nov 2003 09:33:06 +0000 (09:33 +0000)]
Make these class entries available for inheriting classes
Marcus Boerger [Fri, 7 Nov 2003 09:26:18 +0000 (09:26 +0000)]
Move typedef to where it is needed now.
Marcus Boerger [Fri, 7 Nov 2003 09:16:16 +0000 (09:16 +0000)]
Make php_stat() available for extensions.
<changelog@php.net> [Fri, 7 Nov 2003 01:32:20 +0000 (01:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Fri, 7 Nov 2003 01:17:32 +0000 (01:17 +0000)]
Added mandatory safe_mode & open_basedir checks.
Ilia Alshanetsky [Thu, 6 Nov 2003 20:33:47 +0000 (20:33 +0000)]
Fixed bug #26148 (Print the notice before modifying variable on type
mismatch).
# This only crashes in ZE1, however logic dictates that it may also crash
# in ZE2 because variable does not have a correct type.
Patch by: morten-bugs dot php dot net at afdelingp dot dk
Frank M. Kromann [Thu, 6 Nov 2003 16:50:40 +0000 (16:50 +0000)]
Getting rid of c++ style comments
Sascha Schumann [Thu, 6 Nov 2003 14:31:33 +0000 (14:31 +0000)]
WS
Sascha Schumann [Thu, 6 Nov 2003 14:29:09 +0000 (14:29 +0000)]
Fix a format string
Nuke a sprintf (slooow)
And embed the charset as part of the hashed details (persistent conn key),
because the function otherwise happily returns incompatible connections.
(e.g. US7ASCII vs. UTF8; the client-side charset is not alterable once a
connection has been established.)
Frank M. Kromann [Thu, 6 Nov 2003 07:29:38 +0000 (07:29 +0000)]
MFB: Adding new features from ming 0.3a.
<changelog@php.net> [Thu, 6 Nov 2003 01:31:42 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 5 Nov 2003 23:44:09 +0000 (23:44 +0000)]
Kill unused variables.
Rui Hirokawa [Wed, 5 Nov 2003 23:27:41 +0000 (23:27 +0000)]
added buffer reallocation for filename.
Uwe Schindler [Wed, 5 Nov 2003 08:33:46 +0000 (08:33 +0000)]
remove unix crap
<changelog@php.net> [Wed, 5 Nov 2003 01:32:23 +0000 (01:32 +0000)]
ChangeLog update
Marcus Boerger [Tue, 4 Nov 2003 22:07:59 +0000 (22:07 +0000)]
Prevent some SEGV's when Exceptions are thorown inside iterators.
Marcus Boerger [Tue, 4 Nov 2003 22:01:37 +0000 (22:01 +0000)]
Removedouble efree call
Ilia Alshanetsky [Tue, 4 Nov 2003 20:56:47 +0000 (20:56 +0000)]
Fixed bug #26113 (remove leftover local file when ftp_get/ftp_nb_get fails)
Moriyoshi Koizumi [Tue, 4 Nov 2003 17:34:56 +0000 (17:34 +0000)]
__tostring() handler should be binary-safe
Moriyoshi Koizumi [Tue, 4 Nov 2003 17:14:07 +0000 (17:14 +0000)]
Fix one more test
Moriyoshi Koizumi [Tue, 4 Nov 2003 16:18:21 +0000 (16:18 +0000)]
Fix tests
Moriyoshi Koizumi [Tue, 4 Nov 2003 16:15:52 +0000 (16:15 +0000)]
Add XML_SAX_IMPL constant to determine which implementation (libxml / expat)
is selected for SAX interface.
Moriyoshi Koizumi [Tue, 4 Nov 2003 16:09:16 +0000 (16:09 +0000)]
BFN
Moriyoshi Koizumi [Tue, 4 Nov 2003 16:08:10 +0000 (16:08 +0000)]
Fixed bug #24394 (serializing cross-referenced objects causes segfault)
Stanislav Malyshev [Tue, 4 Nov 2003 15:27:08 +0000 (15:27 +0000)]
add zend_iterators.c zend_interfaces.c to make
Uwe Steinmann [Tue, 4 Nov 2003 09:16:40 +0000 (09:16 +0000)]
ignore some files
Uwe Steinmann [Tue, 4 Nov 2003 09:15:47 +0000 (09:15 +0000)]
- added more files
Uwe Schindler [Tue, 4 Nov 2003 09:02:56 +0000 (09:02 +0000)]
SunONE servers
foobar [Tue, 4 Nov 2003 05:15:19 +0000 (05:15 +0000)]
- Moved all the mime_magic.c specific stuff into their own header file
to prevent possible compile failures.
# Should fix bug #26103
Ilia Alshanetsky [Tue, 4 Nov 2003 01:55:50 +0000 (01:55 +0000)]
Fixed bug #26097 (gdImageColorClosestAlpha() returns incorrect results).
<changelog@php.net> [Tue, 4 Nov 2003 01:32:36 +0000 (01:32 +0000)]
ChangeLog update
foobar [Mon, 3 Nov 2003 23:36:05 +0000 (23:36 +0000)]
Missing file
Moriyoshi Koizumi [Mon, 3 Nov 2003 22:49:24 +0000 (22:49 +0000)]
Add regression test for XPath support
Moriyoshi Koizumi [Mon, 3 Nov 2003 22:42:56 +0000 (22:42 +0000)]
Fix test
John Coggeshall [Mon, 3 Nov 2003 22:34:44 +0000 (22:34 +0000)]
Should've added a few more cases to that bugfix switch.
John Coggeshall [Mon, 3 Nov 2003 16:35:58 +0000 (16:35 +0000)]
Fixed a bug -- Nodes of certain types don't actually have ID values and PHP
would segv trying to read one.
Derick Rethans [Mon, 3 Nov 2003 14:12:46 +0000 (14:12 +0000)]
- Always store the URI path in the streams structure, and expose it with
stream_get_meta_data().
Sterling Hughes [Mon, 3 Nov 2003 13:55:19 +0000 (13:55 +0000)]
make this macro safe
Sterling Hughes [Mon, 3 Nov 2003 13:50:43 +0000 (13:50 +0000)]
remove attributes from this check
Sterling Hughes [Mon, 3 Nov 2003 13:36:23 +0000 (13:36 +0000)]
- Stop a crash in xpath
- Remove the ability to access attributes via the -> operator, attributes
are accessed via the array indicators
Stefan Esser [Mon, 3 Nov 2003 11:46:33 +0000 (11:46 +0000)]
Fixed possible crashbug.
Marc Boeren [Mon, 3 Nov 2003 11:15:23 +0000 (11:15 +0000)]
Make life for the doc-team easier, without causing harm ;-)
Stefan Esser [Mon, 3 Nov 2003 09:16:24 +0000 (09:16 +0000)]
It is usually a good idea to write only into allocated bufferspace.
<changelog@php.net> [Mon, 3 Nov 2003 01:34:42 +0000 (01:34 +0000)]
ChangeLog update
Moriyoshi Koizumi [Sun, 2 Nov 2003 18:54:08 +0000 (18:54 +0000)]
Proto fix
<changelog@php.net> [Sun, 2 Nov 2003 01:31:52 +0000 (01:31 +0000)]
ChangeLog update
Greg Beaver [Sat, 1 Nov 2003 05:06:27 +0000 (05:06 +0000)]
checkExtension() was a complete disaster, can't believe it didn't cause any problems before.
Greg Beaver [Sat, 1 Nov 2003 05:05:34 +0000 (05:05 +0000)]
new unit test
Greg Beaver [Sat, 1 Nov 2003 03:32:15 +0000 (03:32 +0000)]
new unit test
Greg Beaver [Sat, 1 Nov 2003 03:31:52 +0000 (03:31 +0000)]
fix bug found by unit test
<changelog@php.net> [Sat, 1 Nov 2003 01:31:52 +0000 (01:31 +0000)]
ChangeLog update
Greg Beaver [Fri, 31 Oct 2003 22:53:31 +0000 (22:53 +0000)]
add optional dependencies to test
Greg Beaver [Fri, 31 Oct 2003 22:53:20 +0000 (22:53 +0000)]
better error messages, fix potential problems in the future
Greg Beaver [Fri, 31 Oct 2003 22:52:33 +0000 (22:52 +0000)]
fix warning
Greg Beaver [Fri, 31 Oct 2003 22:51:43 +0000 (22:51 +0000)]
fix test
Greg Beaver [Fri, 31 Oct 2003 22:46:57 +0000 (22:46 +0000)]
add fancy SKIPIF code, fix test
Greg Beaver [Fri, 31 Oct 2003 22:39:43 +0000 (22:39 +0000)]
add fancy SKIPIF code
Greg Beaver [Fri, 31 Oct 2003 22:30:37 +0000 (22:30 +0000)]
fix test 1, add in nifty SKIPIF code
Greg Beaver [Fri, 31 Oct 2003 22:22:17 +0000 (22:22 +0000)]
deleted code says it all
Greg Beaver [Fri, 31 Oct 2003 17:41:57 +0000 (17:41 +0000)]
add in skip to match other tests
Greg Beaver [Fri, 31 Oct 2003 17:39:59 +0000 (17:39 +0000)]
new test case
Uwe Schindler [Fri, 31 Oct 2003 17:31:46 +0000 (17:31 +0000)]
fix header handler
Greg Beaver [Fri, 31 Oct 2003 17:22:15 +0000 (17:22 +0000)]
major bug - "not" dependency check would completely fail. Guess nobody ever tried it before :)
Moriyoshi Koizumi [Fri, 31 Oct 2003 17:12:16 +0000 (17:12 +0000)]
Add test case for bug #26010
Greg Beaver [Fri, 31 Oct 2003 17:01:39 +0000 (17:01 +0000)]
was checking the wrong parameter for a v. - should be checking version
Greg Beaver [Fri, 31 Oct 2003 16:50:56 +0000 (16:50 +0000)]
phpdoc fix
Moriyoshi Koizumi [Fri, 31 Oct 2003 16:12:27 +0000 (16:12 +0000)]
SKIP tests if compress.zlib wrapper is not available.
foobar [Fri, 31 Oct 2003 13:48:34 +0000 (13:48 +0000)]
cosmetics
Uwe Schindler [Fri, 31 Oct 2003 12:20:33 +0000 (12:20 +0000)]
Send correct default content type from php.ini not static text/html (important for other charsets than iso-8859-1)
Marcus Boerger [Fri, 31 Oct 2003 07:41:53 +0000 (07:41 +0000)]
Make this work again
Greg Beaver [Fri, 31 Oct 2003 05:14:32 +0000 (05:14 +0000)]
finished unit test
Greg Beaver [Fri, 31 Oct 2003 04:56:08 +0000 (04:56 +0000)]
bump to 1.3b4, add note about fix for #171
Greg Beaver [Fri, 31 Oct 2003 04:52:00 +0000 (04:52 +0000)]
fix #171, --alldeps with a rel="eq" should install the required version, if possible
Ilia Alshanetsky [Fri, 31 Oct 2003 04:33:51 +0000 (04:33 +0000)]
Fixed bug #26042 (memory leak if mcrypt_generic_deinit() is not called
after every mcrypt_generic_init() call).
# This will be MFHed into 4.3.X tree after release.
<changelog@php.net> [Fri, 31 Oct 2003 01:32:21 +0000 (01:32 +0000)]
ChangeLog update
foobar [Fri, 31 Oct 2003 01:29:59 +0000 (01:29 +0000)]
MFB
Greg Beaver [Fri, 31 Oct 2003 01:17:47 +0000 (01:17 +0000)]
add some error control to analyzeSourceCode() for really rare cases - invalid PHP
Greg Beaver [Fri, 31 Oct 2003 01:17:04 +0000 (01:17 +0000)]
start on unit test for PEAR_Common
foobar [Thu, 30 Oct 2003 15:14:31 +0000 (15:14 +0000)]
Next is beta3..
Zak Greant [Thu, 30 Oct 2003 13:32:18 +0000 (13:32 +0000)]
Ensure that INI entries are unregistered on shutdown
Georg Richter [Thu, 30 Oct 2003 12:35:16 +0000 (12:35 +0000)]
changed return value from long to boolean for mysql_execute
Stanislav Malyshev [Thu, 30 Oct 2003 11:11:48 +0000 (11:11 +0000)]
make CATCH opcode use "class" T like other opcodes do - via IS_CONST
Andi Gutmans [Thu, 30 Oct 2003 10:15:59 +0000 (10:15 +0000)]
- Typo
Andi Gutmans [Thu, 30 Oct 2003 10:07:26 +0000 (10:07 +0000)]
- Beta 2
Christian Stocker [Thu, 30 Oct 2003 10:06:00 +0000 (10:06 +0000)]
make test work with libxml2 2.6.x and lower
(I used lowercase html again in the EXPECT part, as this is now the default
behaviour for newer libxml2 releases)
Andi Gutmans [Thu, 30 Oct 2003 10:00:44 +0000 (10:00 +0000)]
- Beta 2
Andi Gutmans [Thu, 30 Oct 2003 09:58:52 +0000 (09:58 +0000)]
- Move uuencode to the right place (ext/standard)
Andi Gutmans [Thu, 30 Oct 2003 09:58:17 +0000 (09:58 +0000)]
- Don't fix include_once() case sensitivity problem for beta 2.
- I suggest discussing to stop supporting win95 and NT 4 in our binary
- distributions and change the code to #ifdef.
Andi Gutmans [Thu, 30 Oct 2003 09:57:10 +0000 (09:57 +0000)]
- Go with beta 2
<changelog@php.net> [Thu, 30 Oct 2003 01:33:04 +0000 (01:33 +0000)]
ChangeLog update
foobar [Thu, 30 Oct 2003 01:12:40 +0000 (01:12 +0000)]
fixes are fixes..
foobar [Thu, 30 Oct 2003 01:08:43 +0000 (01:08 +0000)]
Remove bogus entry
Ilia Alshanetsky [Thu, 30 Oct 2003 00:49:33 +0000 (00:49 +0000)]
Added substr_compare().
Moriyoshi Koizumi [Wed, 29 Oct 2003 22:25:57 +0000 (22:25 +0000)]
Some clean-ups
Moriyoshi Koizumi [Wed, 29 Oct 2003 22:18:24 +0000 (22:18 +0000)]
Add BFN entry to HEAD, as this bug is not likely to be fixed in 4.3.x.
Moriyoshi Koizumi [Wed, 29 Oct 2003 21:50:15 +0000 (21:50 +0000)]
This check's always necessary.
Andi Gutmans [Wed, 29 Oct 2003 21:33:05 +0000 (21:33 +0000)]
- This should work.
Dan Kalowsky [Wed, 29 Oct 2003 21:32:28 +0000 (21:32 +0000)]
Added in NEWS entries for the Panther updates