]> granicus.if.org Git - php/log
php
21 years agoFix win32 compilation. This will import the core_globals_id
Frank M. Kromann [Sat, 15 Nov 2003 05:42:57 +0000 (05:42 +0000)]
Fix win32 compilation. This will import the core_globals_id

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

21 years agoAdding missing class init's for new ming 0.3a functions
Frank M. Kromann [Sat, 15 Nov 2003 00:53:39 +0000 (00:53 +0000)]
Adding missing class init's for new ming 0.3a functions

21 years agoRename nanosleep() to time_nanosleep().
Ilia Alshanetsky [Fri, 14 Nov 2003 22:55:54 +0000 (22:55 +0000)]
Rename nanosleep() to time_nanosleep().

21 years agoctime (#10) may differ on several filesystems.
Moriyoshi Koizumi [Fri, 14 Nov 2003 08:59:30 +0000 (08:59 +0000)]
ctime (#10) may differ on several filesystems.
# I confirmed it on Darwin

21 years agoAdjust to latest conversion cast changes
Marcus Boerger [Fri, 14 Nov 2003 07:41:05 +0000 (07:41 +0000)]
Adjust to latest conversion cast changes

21 years agoMissing "confdefs.h" in the cleanup-files-list
foobar [Fri, 14 Nov 2003 03:21:00 +0000 (03:21 +0000)]
Missing "confdefs.h" in the cleanup-files-list

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

21 years agoFixed bug #26235 (yp_first/yp_next do not specify correct key length).
Ilia Alshanetsky [Fri, 14 Nov 2003 00:32:25 +0000 (00:32 +0000)]
Fixed bug #26235 (yp_first/yp_next do not specify correct key length).

21 years agoFix testcase name
Marcus Boerger [Thu, 13 Nov 2003 21:16:57 +0000 (21:16 +0000)]
Fix testcase name

21 years agoproto fix
Rasmus Lerdorf [Thu, 13 Nov 2003 20:55:00 +0000 (20:55 +0000)]
proto fix

21 years agoBFN
Moriyoshi Koizumi [Thu, 13 Nov 2003 20:54:25 +0000 (20:54 +0000)]
BFN

21 years agoBugfix #26156 (REPLACE_ZVAL_VALUE works on uninit stack-based zvals)
Moriyoshi Koizumi [Thu, 13 Nov 2003 20:53:55 +0000 (20:53 +0000)]
Bugfix #26156 (REPLACE_ZVAL_VALUE works on uninit stack-based zvals)

21 years agoFix classname, CDATA handling (semantically identical to text) and
Marcus Boerger [Thu, 13 Nov 2003 20:32:38 +0000 (20:32 +0000)]
Fix classname, CDATA handling (semantically identical to text) and
iterators (Return sub elements as objects, converted to string you get
the text).

21 years agoProto fixes (Friedhelm Betz <holliwell|gmx.net>)
Marcus Boerger [Thu, 13 Nov 2003 19:08:41 +0000 (19:08 +0000)]
Proto fixes (Friedhelm Betz <holliwell|gmx.net>)

21 years agoReleasing 1.0....
John Coggeshall [Thu, 13 Nov 2003 17:50:39 +0000 (17:50 +0000)]
Releasing 1.0....

21 years ago- Fixed build of shared extensions which require openssl and when you only
foobar [Thu, 13 Nov 2003 14:17:47 +0000 (14:17 +0000)]
- Fixed build of shared extensions which require openssl and when you only
  have static openssl libraries.

21 years agoWindows compile fix (patch by sfox@php.net).
Edin Kadribasic [Thu, 13 Nov 2003 10:32:05 +0000 (10:32 +0000)]
Windows compile fix (patch by sfox@php.net).

21 years agoBugfix #25794: Cannot open existing hash db3 file with write
Marcus Boerger [Thu, 13 Nov 2003 08:59:02 +0000 (08:59 +0000)]
Bugfix #25794: Cannot open existing hash db3 file with write

21 years agoIteratorAggregate::getIterator() cannot return anythingy else than objects
Marcus Boerger [Thu, 13 Nov 2003 08:23:49 +0000 (08:23 +0000)]
IteratorAggregate::getIterator() cannot return anythingy else than objects

21 years agoPass eof
Marcus Boerger [Thu, 13 Nov 2003 07:53:15 +0000 (07:53 +0000)]
Pass eof

21 years ago- Make sure internal clasess are malloced
Andi Gutmans [Thu, 13 Nov 2003 06:40:34 +0000 (06:40 +0000)]
- Make sure internal clasess are malloced

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

21 years agoAdded configure check for nanosleep() availability.
Ilia Alshanetsky [Wed, 12 Nov 2003 23:43:46 +0000 (23:43 +0000)]
Added configure check for nanosleep() availability.

21 years ago- Fixed bug #26072 (--disable-libxml does not work).
foobar [Wed, 12 Nov 2003 23:42:38 +0000 (23:42 +0000)]
- Fixed bug #26072 (--disable-libxml does not work).

21 years agoBugfix #26216: ("getimagesize(): stream does not support seeking" when
Marcus Boerger [Wed, 12 Nov 2003 22:51:22 +0000 (22:51 +0000)]
Bugfix #26216: ("getimagesize(): stream does not support seeking" when
using remote files)

21 years agoFix odd increments to repair the boundary checks.
Stefan Esser [Wed, 12 Nov 2003 22:34:58 +0000 (22:34 +0000)]
Fix odd increments to repair the boundary checks.

21 years agoAdded nanosleep(), in addition to allowing setting of very short states.
Ilia Alshanetsky [Wed, 12 Nov 2003 22:02:37 +0000 (22:02 +0000)]
Added nanosleep(), in addition to allowing setting of very short states.
This function is signal safe.

21 years agoPlugged a small memleak when errstr isn't efree()'d.
Jay Smith [Wed, 12 Nov 2003 22:01:02 +0000 (22:01 +0000)]
Plugged a small memleak when errstr isn't efree()'d.

21 years agoUpdate
Marcus Boerger [Wed, 12 Nov 2003 21:48:19 +0000 (21:48 +0000)]
Update

21 years agoAdd helper function that splits inifile keys into an array which again
Marcus Boerger [Wed, 12 Nov 2003 21:43:03 +0000 (21:43 +0000)]
Add helper function that splits inifile keys into an array which again
can be used in dba_fetch calls.

21 years agoAdded new ibase array handling (was already present in b2)
Ard Biesheuvel [Wed, 12 Nov 2003 11:29:25 +0000 (11:29 +0000)]
Added new ibase array handling (was already present in b2)

21 years agoCompiler fixes for older ming versions
Marcus Boerger [Wed, 12 Nov 2003 09:12:51 +0000 (09:12 +0000)]
Compiler fixes for older ming versions

21 years ago- A bug in WORDINFO calculation in mnogosearch extension was fixed.
Sergey Kartashoff [Wed, 12 Nov 2003 07:40:17 +0000 (07:40 +0000)]
- A bug in WORDINFO calculation in mnogosearch extension was fixed.

21 years agoFixed bug #26198 (strtotime() handling of M/F Y date format).
Ilia Alshanetsky [Wed, 12 Nov 2003 02:55:03 +0000 (02:55 +0000)]
Fixed bug #26198 (strtotime() handling of M/F Y date format).

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

21 years agoCompiler warning fix (patch by Joe Orton).
Ilia Alshanetsky [Tue, 11 Nov 2003 20:04:09 +0000 (20:04 +0000)]
Compiler warning fix (patch by Joe Orton).

21 years agoFix this
Marcus Boerger [Tue, 11 Nov 2003 18:33:34 +0000 (18:33 +0000)]
Fix this

21 years agoAdd shortcut interface SeekableIterator to LimitIterator
Marcus Boerger [Tue, 11 Nov 2003 18:31:50 +0000 (18:31 +0000)]
Add shortcut interface SeekableIterator to LimitIterator

21 years agoCompiler warning fix (patch by Joe Orton)
Moriyoshi Koizumi [Tue, 11 Nov 2003 17:35:32 +0000 (17:35 +0000)]
Compiler warning fix  (patch by Joe Orton)

21 years agoFix ZTS build.
Ilia Alshanetsky [Tue, 11 Nov 2003 01:51:22 +0000 (01:51 +0000)]
Fix ZTS build.

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

21 years agoImplement different recursion modes as statemachine and have an optional
Marcus Boerger [Tue, 11 Nov 2003 00:25:26 +0000 (00:25 +0000)]
Implement different recursion modes as statemachine and have an optional
parameter to choose the mode in the constructor.

21 years agoDon't use zend_class_entry indirection
Marcus Boerger [Mon, 10 Nov 2003 22:06:26 +0000 (22:06 +0000)]
Don't use zend_class_entry indirection

21 years agoBugfix #26010 (Bug on get_object_vars() function)
Marcus Boerger [Mon, 10 Nov 2003 21:03:04 +0000 (21:03 +0000)]
Bugfix #26010 (Bug on get_object_vars() function)

21 years agoCorrect default handlers
Marcus Boerger [Mon, 10 Nov 2003 20:44:50 +0000 (20:44 +0000)]
Correct default handlers

21 years agoSplit into element=property and attribute=dimension overloading.
Marcus Boerger [Mon, 10 Nov 2003 20:27:16 +0000 (20:27 +0000)]
Split into element=property and attribute=dimension overloading.

21 years agoUpdate test expectations
Marcus Boerger [Mon, 10 Nov 2003 18:09:07 +0000 (18:09 +0000)]
Update test expectations

21 years agoNeed to update iterators handler table too.
Marcus Boerger [Mon, 10 Nov 2003 18:05:02 +0000 (18:05 +0000)]
Need to update iterators handler table too.

21 years agoFix those warnings
Marcus Boerger [Mon, 10 Nov 2003 16:23:12 +0000 (16:23 +0000)]
Fix those warnings

21 years agoSplit isset/isempty for object property and object dimension hooking.
Marcus Boerger [Mon, 10 Nov 2003 16:14:44 +0000 (16:14 +0000)]
Split isset/isempty for object property and object dimension hooking.

21 years agoLittle iterator improvement: ability to store index in iterator
Marcus Boerger [Mon, 10 Nov 2003 16:13:38 +0000 (16:13 +0000)]
Little iterator improvement: ability to store index in iterator

21 years agoFixed bug #26168 (shtool availability check in phpize).
Ilia Alshanetsky [Mon, 10 Nov 2003 04:33:49 +0000 (04:33 +0000)]
Fixed bug #26168 (shtool availability check in phpize).

21 years agoFixed bug #26176 (Fixed handling of numeric keys in INI files).
Ilia Alshanetsky [Mon, 10 Nov 2003 04:12:38 +0000 (04:12 +0000)]
Fixed bug #26176 (Fixed handling of numeric keys in INI files).

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

21 years agoSynch exposed functions with c-level iterator functions
Marcus Boerger [Sun, 9 Nov 2003 23:00:50 +0000 (23:00 +0000)]
Synch exposed functions with c-level iterator functions

21 years agoMajor update:
Marcus Boerger [Sun, 9 Nov 2003 14:05:36 +0000 (14:05 +0000)]
Major update:
- Remove all overloading hooks -> array_read/array_access must be rewritten
- Remove all basic iterators
- Remove all 'spl_' prefixing exposed to user level
- Add RecursiveIterator, RecursiveIteratorIterator
- Add DirectoryIterator, DirectoryTreeIterator
- Add some examples

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

21 years agoAdd method reflection_class::implementsInterface()
Marcus Boerger [Sat, 8 Nov 2003 21:41:42 +0000 (21:41 +0000)]
Add method reflection_class::implementsInterface()
Allow string & reflection_class in isSubclassOf()

21 years agoFix reflection_class::isSubclassOf()
Marcus Boerger [Sat, 8 Nov 2003 21:02:21 +0000 (21:02 +0000)]
Fix reflection_class::isSubclassOf()

21 years ago- Mnogosearch Extension was updated to include mnogosearch-3.2.16 features
Sergey Kartashoff [Sat, 8 Nov 2003 14:36:32 +0000 (14:36 +0000)]
- Mnogosearch Extension was updated to include mnogosearch-3.2.16 features

21 years agoHandle exceptions in casting more gracefully.
Marcus Boerger [Sat, 8 Nov 2003 14:06:08 +0000 (14:06 +0000)]
Handle exceptions in casting more gracefully.
This fixes bug #26166

21 years agoRemove NEWS entry since the fix went to the branch as well.
Moriyoshi Koizumi [Sat, 8 Nov 2003 04:44:26 +0000 (04:44 +0000)]
Remove NEWS entry since the fix went to the branch as well.

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

21 years agoBug fixing news.
Ilia Alshanetsky [Fri, 7 Nov 2003 19:19:15 +0000 (19:19 +0000)]
Bug fixing news.

21 years agoFixed write support.
Ilia Alshanetsky [Fri, 7 Nov 2003 19:12:46 +0000 (19:12 +0000)]
Fixed write support.

21 years ago10-18% optimization of fetch_array(), when both number & string indexes are
Ilia Alshanetsky [Fri, 7 Nov 2003 17:20:49 +0000 (17:20 +0000)]
10-18% optimization of fetch_array(), when both number & string indexes are
created.

# Do we want to MFH the change (for ext/mysql) into 4.3.X?

21 years agoMake __autoload() faster
Marcus Boerger [Fri, 7 Nov 2003 11:47:50 +0000 (11:47 +0000)]
Make __autoload() faster

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).