]> granicus.if.org Git - php/log
php
21 years agoFix for file:// wrapper parsing.
Sara Golemon [Sun, 23 Nov 2003 17:35:00 +0000 (17:35 +0000)]
Fix for file:// wrapper parsing.
(Cristiano Duarte <cunha17@uol.com.br>)

21 years agoAdd new test
Marcus Boerger [Sun, 23 Nov 2003 16:22:11 +0000 (16:22 +0000)]
Add  new test

21 years agoSeveral improvements to the simplexml_element object:
Marcus Boerger [Sun, 23 Nov 2003 16:20:58 +0000 (16:20 +0000)]
Several  improvements to the simplexml_element object:
- Allow to use it as an instance of Iterator
- Prepareto use it as a normal object, including spcialization

21 years ago- Allocation optimizations by Timm Friebe
Andi Gutmans [Sun, 23 Nov 2003 12:55:22 +0000 (12:55 +0000)]
- Allocation optimizations by Timm Friebe

21 years agofixed mem leak in constructor
Georg Richter [Sun, 23 Nov 2003 07:50:04 +0000 (07:50 +0000)]
fixed mem leak in constructor

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

21 years ago- Added multiquery support:
Georg Richter [Sat, 22 Nov 2003 21:20:07 +0000 (21:20 +0000)]
- Added multiquery support:
mysqli_multi_query
mysqli_more_results
mysqli_next_results

- added read-only properties (and removed methods)
object mysql
affected_rows
client_flags
client_version
errno, error,
host, host_info, info
server_capabilities, server_version
sqlstate, port, protocol_version,
server_language
thread_id, user, warning_count

object result
current_field, field_count,
lengths, num_rows, type

object stmt
query, param_count, field_count,
id, errno, error, sqlstate

- added constructor

- minor fixes, prototypes

21 years agoOn error do not leave content_type_dup unitialised.
Stefan Esser [Sat, 22 Nov 2003 21:10:47 +0000 (21:10 +0000)]
On error do not leave content_type_dup unitialised.

21 years agoAdd missing files
Marcus Boerger [Sat, 22 Nov 2003 20:52:06 +0000 (20:52 +0000)]
Add missing files

21 years agoUpdate examples
Marcus Boerger [Sat, 22 Nov 2003 20:51:15 +0000 (20:51 +0000)]
Update examples

21 years ago- rename getLevel() to getDepth()
Marcus Boerger [Sat, 22 Nov 2003 20:49:15 +0000 (20:49 +0000)]
- rename getLevel() to getDepth()
- make parameter to getSubIterator() optinal
- refcount fix

21 years ago- current() returns self
Marcus Boerger [Sat, 22 Nov 2003 20:46:46 +0000 (20:46 +0000)]
- current() returns self
- add __toString() casting

21 years agoDisable interfaces ArrayRead and ArrayAccess
Marcus Boerger [Sat, 22 Nov 2003 20:44:44 +0000 (20:44 +0000)]
Disable interfaces ArrayRead and ArrayAccess

21 years agoFixed bug #26194 (iconv() not properly defined with libiconv).
Moriyoshi Koizumi [Sat, 22 Nov 2003 13:36:55 +0000 (13:36 +0000)]
Fixed bug #26194 (iconv() not properly defined with libiconv).
# Thank you Steph and Frank!

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

21 years agoadded test for exslt support
Christian Stocker [Fri, 21 Nov 2003 12:22:48 +0000 (12:22 +0000)]
added test for exslt support

21 years ago- Added $proc->hasExsltSupport()
Christian Stocker [Fri, 21 Nov 2003 12:21:35 +0000 (12:21 +0000)]
- Added $proc->hasExsltSupport()

21 years agoCleaner patch for bug #26281.
Ilia Alshanetsky [Fri, 21 Nov 2003 04:45:43 +0000 (04:45 +0000)]
Cleaner patch for bug #26281.

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

21 years agodebug mode no longer needed
Hartmut Holzgraefe [Thu, 20 Nov 2003 19:01:33 +0000 (19:01 +0000)]
debug mode no longer needed

21 years ago- Fix Windows build
Andi Gutmans [Thu, 20 Nov 2003 09:14:51 +0000 (09:14 +0000)]
- Fix Windows build

21 years agoRemoved entries which no longer have no function
foobar [Thu, 20 Nov 2003 07:46:46 +0000 (07:46 +0000)]
Removed entries which no longer have no function

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

21 years agoNew function: headers_list(). Ennumerate headers sent to SAPI engine
Sara Golemon [Wed, 19 Nov 2003 21:10:33 +0000 (21:10 +0000)]
New function: headers_list().   Ennumerate headers sent to SAPI engine

21 years agoproto fix
Hartmut Holzgraefe [Wed, 19 Nov 2003 20:13:49 +0000 (20:13 +0000)]
proto fix

21 years agoXSchema stuff finally done right ... (at least i hope so ...)
Hartmut Holzgraefe [Wed, 19 Nov 2003 19:55:13 +0000 (19:55 +0000)]
XSchema stuff finally done right ... (at least i hope so ...)

21 years agotypo fix
Hartmut Holzgraefe [Wed, 19 Nov 2003 17:38:42 +0000 (17:38 +0000)]
typo fix

21 years agoregression test for bug # 26320
Hartmut Holzgraefe [Wed, 19 Nov 2003 16:37:50 +0000 (16:37 +0000)]
regression test for bug # 26320
"strtotime() does not understand ISO6801 datetime format as used in XMLSchema"

21 years agoTestcase done right ...
Hartmut Holzgraefe [Wed, 19 Nov 2003 16:19:28 +0000 (16:19 +0000)]
Testcase done right ...

21 years agoregression test for http://bugs.php.net/bug.php?id=26317
Hartmut Holzgraefe [Wed, 19 Nov 2003 16:01:25 +0000 (16:01 +0000)]
regression test for http://bugs.php.net/bug.php?id=26317
"military timezones and strtotime()"

21 years agoFixed bug #26309 (Fixed argument parsing for imageftbbox()).
Ilia Alshanetsky [Wed, 19 Nov 2003 15:49:55 +0000 (15:49 +0000)]
Fixed bug #26309 (Fixed argument parsing for imageftbbox()).

21 years agoFixed bug #26285 (escapeshellarg() uses wrong quotes on windows).
Ilia Alshanetsky [Wed, 19 Nov 2003 15:34:30 +0000 (15:34 +0000)]
Fixed bug #26285 (escapeshellarg() uses wrong quotes on windows).

21 years agoadded exslt support
Christian Stocker [Wed, 19 Nov 2003 12:07:59 +0000 (12:07 +0000)]
added exslt support

21 years ago- Commit patch by standards
Andi Gutmans [Wed, 19 Nov 2003 06:11:47 +0000 (06:11 +0000)]
- Commit patch by standards

21 years agows fix
foobar [Wed, 19 Nov 2003 05:00:56 +0000 (05:00 +0000)]
ws fix

21 years ago- Fixed bug #26267 (gmp_random() leaks memory and does not produce random numbers)
foobar [Wed, 19 Nov 2003 04:44:06 +0000 (04:44 +0000)]
- Fixed bug #26267 (gmp_random() leaks memory and does not produce random numbers)
# ..and mpz_random() is obsolete according to the GNU MP manual.

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

21 years agoPossible fix for bug #26281 & test case.
Ilia Alshanetsky [Wed, 19 Nov 2003 00:41:14 +0000 (00:41 +0000)]
Possible fix for bug #26281 & test case.

21 years agoDont't stop if directory can't be openedbecause of user rights etc
Marcus Boerger [Wed, 19 Nov 2003 00:18:30 +0000 (00:18 +0000)]
Dont't stop if directory can't  be openedbecause of user rights etc

21 years agoFix build
foobar [Wed, 19 Nov 2003 00:09:45 +0000 (00:09 +0000)]
Fix build

21 years agoMust use hasNext() here
Marcus Boerger [Tue, 18 Nov 2003 22:34:51 +0000 (22:34 +0000)]
Must use hasNext() here

21 years agoupdate directory examples
Marcus Boerger [Tue, 18 Nov 2003 22:18:38 +0000 (22:18 +0000)]
update directory examples

21 years ago- Rename DirectoryTreeIterator to RecursiveDirectoryiterator (what it
Marcus Boerger [Tue, 18 Nov 2003 22:14:19 +0000 (22:14 +0000)]
- Rename DirectoryTreeIterator to RecursiveDirectoryiterator (what it
  effectively is).
- Add DirectoryIterator::__toString ->getFilename
- Add RecursiveDirecetoryIterator::__toString ->getPathname
- Add RecursiveIteratorIterator::getSubIterator.

21 years agoAdd method alias macro
Marcus Boerger [Tue, 18 Nov 2003 19:18:54 +0000 (19:18 +0000)]
Add method alias macro

21 years ago- Fix the parameter setting. (this function has 1 optional parameter)
foobar [Tue, 18 Nov 2003 10:28:13 +0000 (10:28 +0000)]
- Fix the parameter setting. (this function has 1 optional parameter)

21 years ago- Add E_STRICT, to be used to warn purists (like Jani :)
Andi Gutmans [Tue, 18 Nov 2003 09:25:04 +0000 (09:25 +0000)]
- Add E_STRICT, to be used to warn purists (like Jani :)

21 years agochange names to php5_xxx in NSAPI
Uwe Schindler [Tue, 18 Nov 2003 09:04:31 +0000 (09:04 +0000)]
change names to php5_xxx in NSAPI

21 years agoAdd new iterator test inspired by bug #26527
Marcus Boerger [Tue, 18 Nov 2003 07:33:30 +0000 (07:33 +0000)]
Add new iterator test inspired by bug #26527

21 years agoBackpatch the correct opcode for list(), property overloading needs more
Marcus Boerger [Tue, 18 Nov 2003 07:19:55 +0000 (07:19 +0000)]
Backpatch the correct opcode for list(), property overloading needs more
opcodes (Bugfix #26257).

21 years agothe military time zone offsets where pointing in the wrong direction
Hartmut Holzgraefe [Tue, 18 Nov 2003 06:46:07 +0000 (06:46 +0000)]
the military time zone offsets where pointing in the wrong direction

21 years agomake strtotime() understand the datetime format used with XML Schema
Hartmut Holzgraefe [Tue, 18 Nov 2003 06:45:01 +0000 (06:45 +0000)]
make strtotime() understand the datetime format used with XML Schema

21 years agoFixed Bug #25694 (round() and number_format() give inconsistent results).
Ilia Alshanetsky [Tue, 18 Nov 2003 02:50:41 +0000 (02:50 +0000)]
Fixed Bug #25694 (round() and number_format() give inconsistent results).

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

21 years agoUse correct order
Marcus Boerger [Tue, 18 Nov 2003 00:18:48 +0000 (00:18 +0000)]
Use correct order

21 years agofix the docs
foobar [Tue, 18 Nov 2003 00:06:37 +0000 (00:06 +0000)]
fix the docs

21 years agoUse correct macro/function
Marcus Boerger [Tue, 18 Nov 2003 00:01:34 +0000 (00:01 +0000)]
Use correct macro/function

21 years agoMFB: Fix for bug #25817
Frank M. Kromann [Mon, 17 Nov 2003 20:56:53 +0000 (20:56 +0000)]
MFB: Fix for bug #25817
Check for a return value from a stored procedure right after fetching rows
Replace code with some Z_ macros

21 years ago- Fixed bug #26253 (ext/tokenizer: build as shared extension fails)
foobar [Mon, 17 Nov 2003 19:31:17 +0000 (19:31 +0000)]
- Fixed bug #26253 (ext/tokenizer: build as shared extension fails)

21 years agoSAPI/Servlet has been moved to PECL.
Sebastian Bergmann [Mon, 17 Nov 2003 16:48:43 +0000 (16:48 +0000)]
SAPI/Servlet has been moved to PECL.

21 years ago* Fix potential warning
Martin Jansen [Mon, 17 Nov 2003 09:15:28 +0000 (09:15 +0000)]
* Fix potential warning

21 years agonecessary refinement
Greg Beaver [Mon, 17 Nov 2003 06:07:15 +0000 (06:07 +0000)]
necessary refinement

21 years agofix bug #248, --force does not work as expected
Greg Beaver [Mon, 17 Nov 2003 05:56:50 +0000 (05:56 +0000)]
fix bug #248, --force does not work as expected

21 years agofix bug #249
Greg Beaver [Mon, 17 Nov 2003 05:45:49 +0000 (05:45 +0000)]
fix bug #249

21 years agoRename ArrayClass to ArrayObject
Marcus Boerger [Mon, 17 Nov 2003 05:32:43 +0000 (05:32 +0000)]
Rename ArrayClass to ArrayObject

21 years agoFix ArrayClass and provide missing has_dimension handler.
Marcus Boerger [Mon, 17 Nov 2003 05:25:47 +0000 (05:25 +0000)]
Fix ArrayClass and provide missing has_dimension handler.

21 years agoSilence warning.
Ilia Alshanetsky [Mon, 17 Nov 2003 04:54:27 +0000 (04:54 +0000)]
Silence warning.

21 years ago* "chmod +x" when extracting archived executable files
Stig Bakken [Mon, 17 Nov 2003 02:27:23 +0000 (02:27 +0000)]
* "chmod +x" when extracting archived executable files

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

21 years agoFix RecursiveIteratorIterator
Marcus Boerger [Mon, 17 Nov 2003 00:57:01 +0000 (00:57 +0000)]
Fix RecursiveIteratorIterator

21 years agoWS
Marcus Boerger [Mon, 17 Nov 2003 00:56:15 +0000 (00:56 +0000)]
WS

21 years agoMake it an interface with an code example as comment
Marcus Boerger [Mon, 17 Nov 2003 00:55:37 +0000 (00:55 +0000)]
Make it an interface with an code example as comment

21 years agoCorrect destruction
Marcus Boerger [Mon, 17 Nov 2003 00:36:41 +0000 (00:36 +0000)]
Correct destruction

21 years agoAdded myself to credits.
Ilia Alshanetsky [Sun, 16 Nov 2003 20:43:57 +0000 (20:43 +0000)]
Added myself to credits.

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

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)