]> granicus.if.org Git - php/log
php
21 years agoUpdate Iterators: Call next at the correct point in time.
Marcus Boerger [Fri, 7 Nov 2003 10:47:47 +0000 (10:47 +0000)]
Update Iterators: Call next at the correct point in time.

21 years agoAdd missing initialization.
Marcus Boerger [Fri, 7 Nov 2003 10:22:16 +0000 (10:22 +0000)]
Add missing initialization.

21 years agoMake these class entries available for inheriting classes
Marcus Boerger [Fri, 7 Nov 2003 09:33:06 +0000 (09:33 +0000)]
Make these class entries available for inheriting classes

21 years agoMove typedef to where it is needed now.
Marcus Boerger [Fri, 7 Nov 2003 09:26:18 +0000 (09:26 +0000)]
Move typedef to where it is needed now.

21 years agoMake php_stat() available for extensions.
Marcus Boerger [Fri, 7 Nov 2003 09:16:16 +0000 (09:16 +0000)]
Make php_stat() available for extensions.

21 years agoChangeLog update
<changelog@php.net> [Fri, 7 Nov 2003 01:32:20 +0000 (01:32 +0000)]
ChangeLog update

21 years agoAdded mandatory safe_mode & open_basedir checks.
Ilia Alshanetsky [Fri, 7 Nov 2003 01:17:32 +0000 (01:17 +0000)]
Added mandatory safe_mode & open_basedir checks.

21 years agoFixed bug #26148 (Print the notice before modifying variable on type
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

21 years agoGetting rid of c++ style comments
Frank M. Kromann [Thu, 6 Nov 2003 16:50:40 +0000 (16:50 +0000)]
Getting rid of c++ style comments

21 years agoWS
Sascha Schumann [Thu, 6 Nov 2003 14:31:33 +0000 (14:31 +0000)]
WS

21 years agoFix a format string
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.)

21 years agoMFB: Adding new features from ming 0.3a.
Frank M. Kromann [Thu, 6 Nov 2003 07:29:38 +0000 (07:29 +0000)]
MFB: Adding new features from ming 0.3a.

21 years agoChangeLog update
<changelog@php.net> [Thu, 6 Nov 2003 01:31:42 +0000 (01:31 +0000)]
ChangeLog update

21 years agoKill unused variables.
Ilia Alshanetsky [Wed, 5 Nov 2003 23:44:09 +0000 (23:44 +0000)]
Kill unused variables.

21 years agoadded buffer reallocation for filename.
Rui Hirokawa [Wed, 5 Nov 2003 23:27:41 +0000 (23:27 +0000)]
added buffer reallocation for filename.

21 years agoremove unix crap
Uwe Schindler [Wed, 5 Nov 2003 08:33:46 +0000 (08:33 +0000)]
remove unix crap

21 years agoChangeLog update
<changelog@php.net> [Wed, 5 Nov 2003 01:32:23 +0000 (01:32 +0000)]
ChangeLog update

21 years agoPrevent some SEGV's when Exceptions are thorown inside iterators.
Marcus Boerger [Tue, 4 Nov 2003 22:07:59 +0000 (22:07 +0000)]
Prevent some SEGV's when Exceptions are thorown inside iterators.

21 years agoRemovedouble efree call
Marcus Boerger [Tue, 4 Nov 2003 22:01:37 +0000 (22:01 +0000)]
Removedouble efree call

21 years agoFixed bug #26113 (remove leftover local file when ftp_get/ftp_nb_get fails)
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)

21 years ago__tostring() handler should be binary-safe
Moriyoshi Koizumi [Tue, 4 Nov 2003 17:34:56 +0000 (17:34 +0000)]
__tostring() handler should be binary-safe

21 years agoFix one more test
Moriyoshi Koizumi [Tue, 4 Nov 2003 17:14:07 +0000 (17:14 +0000)]
Fix one more test

21 years agoFix tests
Moriyoshi Koizumi [Tue, 4 Nov 2003 16:18:21 +0000 (16:18 +0000)]
Fix tests

21 years agoAdd XML_SAX_IMPL constant to determine which implementation (libxml / expat)
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.

21 years agoBFN
Moriyoshi Koizumi [Tue, 4 Nov 2003 16:09:16 +0000 (16:09 +0000)]
BFN

21 years agoFixed bug #24394 (serializing cross-referenced objects causes segfault)
Moriyoshi Koizumi [Tue, 4 Nov 2003 16:08:10 +0000 (16:08 +0000)]
Fixed bug #24394 (serializing cross-referenced objects causes segfault)

21 years agoadd zend_iterators.c zend_interfaces.c to make
Stanislav Malyshev [Tue, 4 Nov 2003 15:27:08 +0000 (15:27 +0000)]
add zend_iterators.c zend_interfaces.c to make

21 years agoignore some files
Uwe Steinmann [Tue, 4 Nov 2003 09:16:40 +0000 (09:16 +0000)]
ignore some files

21 years ago- added more files
Uwe Steinmann [Tue, 4 Nov 2003 09:15:47 +0000 (09:15 +0000)]
- added more files

21 years agoSunONE servers
Uwe Schindler [Tue, 4 Nov 2003 09:02:56 +0000 (09:02 +0000)]
SunONE servers

21 years ago- Moved all the mime_magic.c specific stuff into their own header file
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

21 years agoFixed bug #26097 (gdImageColorClosestAlpha() returns incorrect results).
Ilia Alshanetsky [Tue, 4 Nov 2003 01:55:50 +0000 (01:55 +0000)]
Fixed bug #26097 (gdImageColorClosestAlpha() returns incorrect results).

21 years agoChangeLog update
<changelog@php.net> [Tue, 4 Nov 2003 01:32:36 +0000 (01:32 +0000)]
ChangeLog update

21 years agoMissing file
foobar [Mon, 3 Nov 2003 23:36:05 +0000 (23:36 +0000)]
Missing file

21 years agoAdd regression test for XPath support
Moriyoshi Koizumi [Mon, 3 Nov 2003 22:49:24 +0000 (22:49 +0000)]
Add regression test for XPath support

21 years agoFix test
Moriyoshi Koizumi [Mon, 3 Nov 2003 22:42:56 +0000 (22:42 +0000)]
Fix test

21 years agoShould've added a few more cases to that bugfix switch.
John Coggeshall [Mon, 3 Nov 2003 22:34:44 +0000 (22:34 +0000)]
Should've added a few more cases to that bugfix switch.

21 years agoFixed a bug -- Nodes of certain types don't actually have ID values and PHP
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.

21 years ago- Always store the URI path in the streams structure, and expose it with
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().

21 years agomake this macro safe
Sterling Hughes [Mon, 3 Nov 2003 13:55:19 +0000 (13:55 +0000)]
make this macro safe

21 years agoremove attributes from this check
Sterling Hughes [Mon, 3 Nov 2003 13:50:43 +0000 (13:50 +0000)]
remove attributes from this check

21 years ago- Stop a crash in xpath
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

21 years agoFixed possible crashbug.
Stefan Esser [Mon, 3 Nov 2003 11:46:33 +0000 (11:46 +0000)]
Fixed possible crashbug.

21 years agoMake life for the doc-team easier, without causing harm ;-)
Marc Boeren [Mon, 3 Nov 2003 11:15:23 +0000 (11:15 +0000)]
Make life for the doc-team easier, without causing harm ;-)

21 years agoIt is usually a good idea to write only into allocated bufferspace.
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.

21 years agoChangeLog update
<changelog@php.net> [Mon, 3 Nov 2003 01:34:42 +0000 (01:34 +0000)]
ChangeLog update

21 years agoProto fix
Moriyoshi Koizumi [Sun, 2 Nov 2003 18:54:08 +0000 (18:54 +0000)]
Proto fix

21 years agoChangeLog update
<changelog@php.net> [Sun, 2 Nov 2003 01:31:52 +0000 (01:31 +0000)]
ChangeLog update

21 years agocheckExtension() was a complete disaster, can't believe it didn't cause any problems...
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.

21 years agonew unit test
Greg Beaver [Sat, 1 Nov 2003 05:05:34 +0000 (05:05 +0000)]
new unit test

21 years agonew unit test
Greg Beaver [Sat, 1 Nov 2003 03:32:15 +0000 (03:32 +0000)]
new unit test

21 years agofix bug found by unit test
Greg Beaver [Sat, 1 Nov 2003 03:31:52 +0000 (03:31 +0000)]
fix bug found by unit test

21 years agoChangeLog update
<changelog@php.net> [Sat, 1 Nov 2003 01:31:52 +0000 (01:31 +0000)]
ChangeLog update

21 years agoadd optional dependencies to test
Greg Beaver [Fri, 31 Oct 2003 22:53:31 +0000 (22:53 +0000)]
add optional dependencies to test

21 years agobetter error messages, fix potential problems in the future
Greg Beaver [Fri, 31 Oct 2003 22:53:20 +0000 (22:53 +0000)]
better error messages, fix potential problems in the future

21 years agofix warning
Greg Beaver [Fri, 31 Oct 2003 22:52:33 +0000 (22:52 +0000)]
fix warning

21 years agofix test
Greg Beaver [Fri, 31 Oct 2003 22:51:43 +0000 (22:51 +0000)]
fix test

21 years agoadd fancy SKIPIF code, fix test
Greg Beaver [Fri, 31 Oct 2003 22:46:57 +0000 (22:46 +0000)]
add fancy SKIPIF code, fix test

21 years agoadd fancy SKIPIF code
Greg Beaver [Fri, 31 Oct 2003 22:39:43 +0000 (22:39 +0000)]
add fancy SKIPIF code

21 years agofix test 1, add in nifty SKIPIF code
Greg Beaver [Fri, 31 Oct 2003 22:30:37 +0000 (22:30 +0000)]
fix test 1, add in nifty SKIPIF code

21 years agodeleted code says it all
Greg Beaver [Fri, 31 Oct 2003 22:22:17 +0000 (22:22 +0000)]
deleted code says it all

21 years agoadd in skip to match other tests
Greg Beaver [Fri, 31 Oct 2003 17:41:57 +0000 (17:41 +0000)]
add in skip to match other tests

21 years agonew test case
Greg Beaver [Fri, 31 Oct 2003 17:39:59 +0000 (17:39 +0000)]
new test  case

21 years agofix header handler
Uwe Schindler [Fri, 31 Oct 2003 17:31:46 +0000 (17:31 +0000)]
fix header handler

21 years agomajor bug - "not" dependency check would completely fail. Guess nobody ever tried...
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 :)

21 years agoAdd test case for bug #26010
Moriyoshi Koizumi [Fri, 31 Oct 2003 17:12:16 +0000 (17:12 +0000)]
Add test case for bug #26010

21 years agowas checking the wrong parameter for a v. - should be checking version
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

21 years agophpdoc fix
Greg Beaver [Fri, 31 Oct 2003 16:50:56 +0000 (16:50 +0000)]
phpdoc fix

21 years agoSKIP tests if compress.zlib wrapper is not available.
Moriyoshi Koizumi [Fri, 31 Oct 2003 16:12:27 +0000 (16:12 +0000)]
SKIP tests if compress.zlib wrapper is not available.

21 years agocosmetics
foobar [Fri, 31 Oct 2003 13:48:34 +0000 (13:48 +0000)]
cosmetics

21 years agoSend correct default content type from php.ini not static text/html (important for...
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)

21 years agoMake this work again
Marcus Boerger [Fri, 31 Oct 2003 07:41:53 +0000 (07:41 +0000)]
Make this work again

21 years agofinished unit test
Greg Beaver [Fri, 31 Oct 2003 05:14:32 +0000 (05:14 +0000)]
finished unit test

21 years agobump to 1.3b4, add note about fix for #171
Greg Beaver [Fri, 31 Oct 2003 04:56:08 +0000 (04:56 +0000)]
bump to 1.3b4, add note about fix for #171

21 years agofix #171, --alldeps with a rel="eq" should install the required version, if possible
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

21 years agoFixed bug #26042 (memory leak if mcrypt_generic_deinit() is not called
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.

21 years agoChangeLog update
<changelog@php.net> [Fri, 31 Oct 2003 01:32:21 +0000 (01:32 +0000)]
ChangeLog update

21 years agoMFB
foobar [Fri, 31 Oct 2003 01:29:59 +0000 (01:29 +0000)]
MFB

21 years agoadd some error control to analyzeSourceCode() for really rare cases - invalid PHP
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

21 years agostart on unit test for PEAR_Common
Greg Beaver [Fri, 31 Oct 2003 01:17:04 +0000 (01:17 +0000)]
start on unit test for PEAR_Common

21 years agoNext is beta3..
foobar [Thu, 30 Oct 2003 15:14:31 +0000 (15:14 +0000)]
Next is beta3..

21 years agoEnsure that INI entries are unregistered on shutdown
Zak Greant [Thu, 30 Oct 2003 13:32:18 +0000 (13:32 +0000)]
Ensure that INI entries are unregistered on shutdown

21 years agochanged return value from long to boolean for mysql_execute
Georg Richter [Thu, 30 Oct 2003 12:35:16 +0000 (12:35 +0000)]
changed return value from long to boolean for mysql_execute

21 years agomake CATCH opcode use "class" T like other opcodes do - via IS_CONST
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

21 years ago- Typo
Andi Gutmans [Thu, 30 Oct 2003 10:15:59 +0000 (10:15 +0000)]
- Typo

21 years ago- Beta 2
Andi Gutmans [Thu, 30 Oct 2003 10:07:26 +0000 (10:07 +0000)]
- Beta 2

21 years agomake test work with libxml2 2.6.x and lower
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)

21 years ago- Beta 2
Andi Gutmans [Thu, 30 Oct 2003 10:00:44 +0000 (10:00 +0000)]
- Beta 2

21 years ago- Move uuencode to the right place (ext/standard)
Andi Gutmans [Thu, 30 Oct 2003 09:58:52 +0000 (09:58 +0000)]
- Move uuencode to the right place (ext/standard)

21 years ago- Don't fix include_once() case sensitivity problem for beta 2.
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.

21 years ago- Go with beta 2
Andi Gutmans [Thu, 30 Oct 2003 09:57:10 +0000 (09:57 +0000)]
- Go with beta 2

21 years agoChangeLog update
<changelog@php.net> [Thu, 30 Oct 2003 01:33:04 +0000 (01:33 +0000)]
ChangeLog update

21 years agofixes are fixes..
foobar [Thu, 30 Oct 2003 01:12:40 +0000 (01:12 +0000)]
fixes are fixes..

21 years agoRemove bogus entry
foobar [Thu, 30 Oct 2003 01:08:43 +0000 (01:08 +0000)]
Remove bogus entry

21 years agoAdded substr_compare().
Ilia Alshanetsky [Thu, 30 Oct 2003 00:49:33 +0000 (00:49 +0000)]
Added substr_compare().

21 years agoSome clean-ups
Moriyoshi Koizumi [Wed, 29 Oct 2003 22:25:57 +0000 (22:25 +0000)]
Some clean-ups

21 years agoAdd BFN entry to HEAD, as this bug is not likely to be fixed in 4.3.x.
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.

21 years agoThis check's always necessary.
Moriyoshi Koizumi [Wed, 29 Oct 2003 21:50:15 +0000 (21:50 +0000)]
This check's always necessary.

21 years ago- This should work.
Andi Gutmans [Wed, 29 Oct 2003 21:33:05 +0000 (21:33 +0000)]
- This should work.

21 years agoAdded in NEWS entries for the Panther updates
Dan Kalowsky [Wed, 29 Oct 2003 21:32:28 +0000 (21:32 +0000)]
Added in NEWS entries for the Panther updates