]>
granicus.if.org Git - php/log
Derick Rethans [Wed, 26 Nov 2003 09:53:22 +0000 (09:53 +0000)]
- Prevent registration of the variable when a zero-length is returned
from the sapi_input_filter.
Marcus Boerger [Wed, 26 Nov 2003 08:47:58 +0000 (08:47 +0000)]
In PHP5 this will create an implicit public property
Marcus Boerger [Wed, 26 Nov 2003 08:45:42 +0000 (08:45 +0000)]
Errro message has changed
Marcus Boerger [Wed, 26 Nov 2003 08:18:26 +0000 (08:18 +0000)]
Remove interfaces implemented in engine now
<changelog@php.net> [Wed, 26 Nov 2003 01:31:41 +0000 (01:31 +0000)]
ChangeLog update
foobar [Tue, 25 Nov 2003 20:02:22 +0000 (20:02 +0000)]
style fix
Sebastian Bergmann [Tue, 25 Nov 2003 15:36:38 +0000 (15:36 +0000)]
'Fix' for bison 1.875.
foobar [Tue, 25 Nov 2003 09:20:56 +0000 (09:20 +0000)]
test case for bug #26182
foobar [Tue, 25 Nov 2003 08:07:35 +0000 (08:07 +0000)]
- Fixed bug #26376 (typo in ext/odbc/config.m4: DBMaker test fails)
<changelog@php.net> [Tue, 25 Nov 2003 01:31:49 +0000 (01:31 +0000)]
ChangeLog update
Marcus Boerger [Mon, 24 Nov 2003 20:57:54 +0000 (20:57 +0000)]
Add new interface ArrayAccess to use objects as Arrays
Andi Gutmans [Mon, 24 Nov 2003 20:47:53 +0000 (20:47 +0000)]
- Fix newly introduced bug which stopped class constants from working.
- Thanks to Jan Lehnardt for reporting it.
foobar [Mon, 24 Nov 2003 19:01:45 +0000 (19:01 +0000)]
fixed -> fixed section, added -> added section..etc.
Sebastian Bergmann [Mon, 24 Nov 2003 18:31:47 +0000 (18:31 +0000)]
No longer needed.
Ilia Alshanetsky [Mon, 24 Nov 2003 18:23:36 +0000 (18:23 +0000)]
Make sure zend stuff is built first.
Andi Gutmans [Mon, 24 Nov 2003 18:22:55 +0000 (18:22 +0000)]
- Now we're getting closer to an RC we should start giving more detail
- about engine changes in NEWS.
Andi Gutmans [Mon, 24 Nov 2003 18:13:29 +0000 (18:13 +0000)]
- Fix __autoload() to preserve class case.
- Heads up, this patch might break stuff so please let me know if you
- bump into any problems.
foobar [Mon, 24 Nov 2003 16:09:45 +0000 (16:09 +0000)]
Fix the build for other than x86 archs.
Georg Richter [Mon, 24 Nov 2003 11:31:26 +0000 (11:31 +0000)]
added/fixed write property
Rob Richards [Mon, 24 Nov 2003 11:24:40 +0000 (11:24 +0000)]
Fix bug #26159 - SimpleXML XPath support (patch by Adam Trachtenberg)
a few fixes to memory corruption
Moriyoshi Koizumi [Mon, 24 Nov 2003 06:04:39 +0000 (06:04 +0000)]
Partial fix for bug #25803 (xml_get_current_byte_index() always returns 0)
Ilia Alshanetsky [Mon, 24 Nov 2003 01:42:43 +0000 (01:42 +0000)]
Fixed bug #26355 (flock() doesn't initialize the wouldblock argument)
<changelog@php.net> [Mon, 24 Nov 2003 01:32:05 +0000 (01:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Mon, 24 Nov 2003 01:17:27 +0000 (01:17 +0000)]
Added php_strip_whitespace() and php_check_syntax() functions.
Sara Golemon [Sun, 23 Nov 2003 17:35:00 +0000 (17:35 +0000)]
Fix for file:// wrapper parsing.
(Cristiano Duarte <cunha17@uol.com.br>)
Marcus Boerger [Sun, 23 Nov 2003 16:22:11 +0000 (16:22 +0000)]
Add new test
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
Andi Gutmans [Sun, 23 Nov 2003 12:55:22 +0000 (12:55 +0000)]
- Allocation optimizations by Timm Friebe
Georg Richter [Sun, 23 Nov 2003 07:50:04 +0000 (07:50 +0000)]
fixed mem leak in constructor
<changelog@php.net> [Sun, 23 Nov 2003 01:31:45 +0000 (01:31 +0000)]
ChangeLog update
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
Stefan Esser [Sat, 22 Nov 2003 21:10:47 +0000 (21:10 +0000)]
On error do not leave content_type_dup unitialised.
Marcus Boerger [Sat, 22 Nov 2003 20:52:06 +0000 (20:52 +0000)]
Add missing files
Marcus Boerger [Sat, 22 Nov 2003 20:51:15 +0000 (20:51 +0000)]
Update examples
Marcus Boerger [Sat, 22 Nov 2003 20:49:15 +0000 (20:49 +0000)]
- rename getLevel() to getDepth()
- make parameter to getSubIterator() optinal
- refcount fix
Marcus Boerger [Sat, 22 Nov 2003 20:46:46 +0000 (20:46 +0000)]
- current() returns self
- add __toString() casting
Marcus Boerger [Sat, 22 Nov 2003 20:44:44 +0000 (20:44 +0000)]
Disable interfaces ArrayRead and ArrayAccess
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!
<changelog@php.net> [Sat, 22 Nov 2003 01:31:47 +0000 (01:31 +0000)]
ChangeLog update
Christian Stocker [Fri, 21 Nov 2003 12:22:48 +0000 (12:22 +0000)]
added test for exslt support
Christian Stocker [Fri, 21 Nov 2003 12:21:35 +0000 (12:21 +0000)]
- Added $proc->hasExsltSupport()
Ilia Alshanetsky [Fri, 21 Nov 2003 04:45:43 +0000 (04:45 +0000)]
Cleaner patch for bug #26281.
<changelog@php.net> [Fri, 21 Nov 2003 01:31:47 +0000 (01:31 +0000)]
ChangeLog update
Hartmut Holzgraefe [Thu, 20 Nov 2003 19:01:33 +0000 (19:01 +0000)]
debug mode no longer needed
Andi Gutmans [Thu, 20 Nov 2003 09:14:51 +0000 (09:14 +0000)]
- Fix Windows build
foobar [Thu, 20 Nov 2003 07:46:46 +0000 (07:46 +0000)]
Removed entries which no longer have no function
<changelog@php.net> [Thu, 20 Nov 2003 01:32:12 +0000 (01:32 +0000)]
ChangeLog update
Sara Golemon [Wed, 19 Nov 2003 21:10:33 +0000 (21:10 +0000)]
New function: headers_list(). Ennumerate headers sent to SAPI engine
Hartmut Holzgraefe [Wed, 19 Nov 2003 20:13:49 +0000 (20:13 +0000)]
proto fix
Hartmut Holzgraefe [Wed, 19 Nov 2003 19:55:13 +0000 (19:55 +0000)]
XSchema stuff finally done right ... (at least i hope so ...)
Hartmut Holzgraefe [Wed, 19 Nov 2003 17:38:42 +0000 (17:38 +0000)]
typo fix
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"
Hartmut Holzgraefe [Wed, 19 Nov 2003 16:19:28 +0000 (16:19 +0000)]
Testcase done right ...
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()"
Ilia Alshanetsky [Wed, 19 Nov 2003 15:49:55 +0000 (15:49 +0000)]
Fixed bug #26309 (Fixed argument parsing for imageftbbox()).
Ilia Alshanetsky [Wed, 19 Nov 2003 15:34:30 +0000 (15:34 +0000)]
Fixed bug #26285 (escapeshellarg() uses wrong quotes on windows).
Christian Stocker [Wed, 19 Nov 2003 12:07:59 +0000 (12:07 +0000)]
added exslt support
Andi Gutmans [Wed, 19 Nov 2003 06:11:47 +0000 (06:11 +0000)]
- Commit patch by standards
foobar [Wed, 19 Nov 2003 05:00:56 +0000 (05:00 +0000)]
ws fix
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.
<changelog@php.net> [Wed, 19 Nov 2003 01:36:15 +0000 (01:36 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 19 Nov 2003 00:41:14 +0000 (00:41 +0000)]
Possible fix for bug #26281 & test case.
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
foobar [Wed, 19 Nov 2003 00:09:45 +0000 (00:09 +0000)]
Fix build
Marcus Boerger [Tue, 18 Nov 2003 22:34:51 +0000 (22:34 +0000)]
Must use hasNext() here
Marcus Boerger [Tue, 18 Nov 2003 22:18:38 +0000 (22:18 +0000)]
update directory examples
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.
Marcus Boerger [Tue, 18 Nov 2003 19:18:54 +0000 (19:18 +0000)]
Add method alias macro
foobar [Tue, 18 Nov 2003 10:28:13 +0000 (10:28 +0000)]
- Fix the parameter setting. (this function has 1 optional parameter)
Andi Gutmans [Tue, 18 Nov 2003 09:25:04 +0000 (09:25 +0000)]
- Add E_STRICT, to be used to warn purists (like Jani :)
Uwe Schindler [Tue, 18 Nov 2003 09:04:31 +0000 (09:04 +0000)]
change names to php5_xxx in NSAPI
Marcus Boerger [Tue, 18 Nov 2003 07:33:30 +0000 (07:33 +0000)]
Add new iterator test inspired by bug #26527
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).
Hartmut Holzgraefe [Tue, 18 Nov 2003 06:46:07 +0000 (06:46 +0000)]
the military time zone offsets where pointing in the wrong direction
Hartmut Holzgraefe [Tue, 18 Nov 2003 06:45:01 +0000 (06:45 +0000)]
make strtotime() understand the datetime format used with XML Schema
Ilia Alshanetsky [Tue, 18 Nov 2003 02:50:41 +0000 (02:50 +0000)]
Fixed Bug #25694 (round() and number_format() give inconsistent results).
<changelog@php.net> [Tue, 18 Nov 2003 01:34:41 +0000 (01:34 +0000)]
ChangeLog update
Marcus Boerger [Tue, 18 Nov 2003 00:18:48 +0000 (00:18 +0000)]
Use correct order
foobar [Tue, 18 Nov 2003 00:06:37 +0000 (00:06 +0000)]
fix the docs
Marcus Boerger [Tue, 18 Nov 2003 00:01:34 +0000 (00:01 +0000)]
Use correct macro/function
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
foobar [Mon, 17 Nov 2003 19:31:17 +0000 (19:31 +0000)]
- Fixed bug #26253 (ext/tokenizer: build as shared extension fails)
Sebastian Bergmann [Mon, 17 Nov 2003 16:48:43 +0000 (16:48 +0000)]
SAPI/Servlet has been moved to PECL.
Martin Jansen [Mon, 17 Nov 2003 09:15:28 +0000 (09:15 +0000)]
* Fix potential warning
Greg Beaver [Mon, 17 Nov 2003 06:07:15 +0000 (06:07 +0000)]
necessary refinement
Greg Beaver [Mon, 17 Nov 2003 05:56:50 +0000 (05:56 +0000)]
fix bug #248, --force does not work as expected
Greg Beaver [Mon, 17 Nov 2003 05:45:49 +0000 (05:45 +0000)]
fix bug #249
Marcus Boerger [Mon, 17 Nov 2003 05:32:43 +0000 (05:32 +0000)]
Rename ArrayClass to ArrayObject
Marcus Boerger [Mon, 17 Nov 2003 05:25:47 +0000 (05:25 +0000)]
Fix ArrayClass and provide missing has_dimension handler.
Ilia Alshanetsky [Mon, 17 Nov 2003 04:54:27 +0000 (04:54 +0000)]
Silence warning.
Stig Bakken [Mon, 17 Nov 2003 02:27:23 +0000 (02:27 +0000)]
* "chmod +x" when extracting archived executable files
<changelog@php.net> [Mon, 17 Nov 2003 01:31:45 +0000 (01:31 +0000)]
ChangeLog update
Marcus Boerger [Mon, 17 Nov 2003 00:57:01 +0000 (00:57 +0000)]
Fix RecursiveIteratorIterator
Marcus Boerger [Mon, 17 Nov 2003 00:56:15 +0000 (00:56 +0000)]
WS
Marcus Boerger [Mon, 17 Nov 2003 00:55:37 +0000 (00:55 +0000)]
Make it an interface with an code example as comment
Marcus Boerger [Mon, 17 Nov 2003 00:36:41 +0000 (00:36 +0000)]
Correct destruction
Ilia Alshanetsky [Sun, 16 Nov 2003 20:43:57 +0000 (20:43 +0000)]
Added myself to credits.
<changelog@php.net> [Sun, 16 Nov 2003 01:32:53 +0000 (01:32 +0000)]
ChangeLog update
Frank M. Kromann [Sat, 15 Nov 2003 05:42:57 +0000 (05:42 +0000)]
Fix win32 compilation. This will import the core_globals_id
<changelog@php.net> [Sat, 15 Nov 2003 01:31:51 +0000 (01:31 +0000)]
ChangeLog update