]>
granicus.if.org Git - php/log
Timm Friebe [Sun, 25 Jan 2004 20:03:10 +0000 (20:03 +0000)]
@- Added ability to define a message handler not only globally, but also
@ per connection (Timm)
@- Made sybct.login_timeout changeable at runtime (Timm)
@- Added ini option sybct.packet_size which lets you control the packet
@ size (Timm)
Marcus Boerger [Sun, 25 Jan 2004 17:30:19 +0000 (17:30 +0000)]
Show supported classes & interfaces in -i and phpinfo()
Ard Biesheuvel [Sun, 25 Jan 2004 15:18:02 +0000 (15:18 +0000)]
MySQL is no longer built in by default
Ard Biesheuvel [Sun, 25 Jan 2004 15:08:31 +0000 (15:08 +0000)]
CS
Andrey Hristov [Sun, 25 Jan 2004 14:00:59 +0000 (14:00 +0000)]
entrt about feature request #24258
Marcus Boerger [Sun, 25 Jan 2004 13:33:43 +0000 (13:33 +0000)]
BFN
Marcus Boerger [Sun, 25 Jan 2004 13:32:02 +0000 (13:32 +0000)]
Respect proeprty visibility in foreach
Marcus Boerger [Sun, 25 Jan 2004 13:19:16 +0000 (13:19 +0000)]
Update test
Marcus Boerger [Sun, 25 Jan 2004 13:03:24 +0000 (13:03 +0000)]
Update examples
Ard Biesheuvel [Sun, 25 Jan 2004 12:03:24 +0000 (12:03 +0000)]
Check for both Firebird 1+ and Interbase/FB1
Georg Richter [Sun, 25 Jan 2004 12:01:36 +0000 (12:01 +0000)]
prototype fix for mysqli_fetch
Marcus Boerger [Sun, 25 Jan 2004 11:54:28 +0000 (11:54 +0000)]
BFN
foobar [Sun, 25 Jan 2004 06:09:36 +0000 (06:09 +0000)]
Fixed bug #27020 (Compile failure; sys/select.h: No such file or directory)
<changelog@php.net> [Sun, 25 Jan 2004 01:32:26 +0000 (01:32 +0000)]
ChangeLog update
Ard Biesheuvel [Sun, 25 Jan 2004 00:30:50 +0000 (00:30 +0000)]
Changed prototypes to allow parsing of string literals and constant strings
Minor CS/WS
Marcus Boerger [Sat, 24 Jan 2004 17:07:50 +0000 (17:07 +0000)]
TSRM fix
Marcus Boerger [Sat, 24 Jan 2004 16:59:24 +0000 (16:59 +0000)]
Switch from ZEND_ACC_DYNAMIC to ZEND_ACC_ALLOW_STATIC and disallow calling
internal non-static methods statically.
# As discussed with Zeev:
# - For BC standard userspace methods allow this with an E_STRICT message.
# - If you want to implement an internal method taht can be called both
# statically and non-statically then use flag ZEND_ACC_ALLOW_STATIC.
# - Magic user space methods __*() cannot and __construct, __destruct,
# __clone can never be called statically.
Timm Friebe [Sat, 24 Jan 2004 15:18:52 +0000 (15:18 +0000)]
- Added test on char type
Georg Richter [Sat, 24 Jan 2004 14:38:16 +0000 (14:38 +0000)]
prototype fixes
Sebastian Bergmann [Sat, 24 Jan 2004 04:59:47 +0000 (04:59 +0000)]
Change message as proposed by Jon.
Timm Friebe [Sat, 24 Jan 2004 02:54:33 +0000 (02:54 +0000)]
- Initial release
Timm Friebe [Sat, 24 Jan 2004 02:42:26 +0000 (02:42 +0000)]
- Initial release
Timm Friebe [Sat, 24 Jan 2004 02:18:13 +0000 (02:18 +0000)]
- Initial release
Timm Friebe [Sat, 24 Jan 2004 02:17:42 +0000 (02:17 +0000)]
@- Fixed bug #22403 "PHP crashes when executing a sql procedure without
@ parameters" (Timm)
@- Fixed memory leak in sybase_set_message_handler() (Timm)
# Fixed bug with large numerics correctly (initial fix in r. 1.76 failed
# for MAX_LONG + 1, for example)
<changelog@php.net> [Sat, 24 Jan 2004 01:32:18 +0000 (01:32 +0000)]
ChangeLog update
Marcus Boerger [Sat, 24 Jan 2004 00:42:40 +0000 (00:42 +0000)]
This is a definitive 'must'
Andrey Hristov [Sat, 24 Jan 2004 00:25:58 +0000 (00:25 +0000)]
Added third parameter (optional) to array_keys for strictness. It behaves
like the "strict" parameter of in_array().
#Closing feature request #24258
Andrey Hristov [Sat, 24 Jan 2004 00:14:43 +0000 (00:14 +0000)]
Adding note about declaration first use after that for classes.
#I had no time recently to add this but since a user complained on
#internals....
Marcus Boerger [Fri, 23 Jan 2004 22:33:45 +0000 (22:33 +0000)]
Fix this example
Marcus Boerger [Fri, 23 Jan 2004 22:04:42 +0000 (22:04 +0000)]
Simplify detection of methods that must be called dynamic (with object)
Marcus Boerger [Fri, 23 Jan 2004 21:33:56 +0000 (21:33 +0000)]
Builtin recursion protection (by disallow to follow links by default).
Marcus Boerger [Fri, 23 Jan 2004 21:03:20 +0000 (21:03 +0000)]
Fix. Found by adam
Marcus Boerger [Fri, 23 Jan 2004 20:58:23 +0000 (20:58 +0000)]
Disallow calling __clone/__construct/__destruct static
Send an E_STRICT when calling a non static method static
Marcus Boerger [Fri, 23 Jan 2004 20:52:39 +0000 (20:52 +0000)]
Disallow static declaration of clone
Dmitry Stogov [Fri, 23 Jan 2004 15:34:52 +0000 (15:34 +0000)]
fix
Dmitry Stogov [Fri, 23 Jan 2004 15:29:59 +0000 (15:29 +0000)]
disabling import if file was already loaded
Dmitry Stogov [Fri, 23 Jan 2004 14:43:15 +0000 (14:43 +0000)]
XML Schema support was improved
support for type extension
support for attribute encoding/decoding
support for SOAP 1.2 array encoding/decoding
Dmitry Stogov [Fri, 23 Jan 2004 09:15:58 +0000 (09:15 +0000)]
XML Schema support was improved
suport for type extension
foobar [Fri, 23 Jan 2004 07:02:15 +0000 (07:02 +0000)]
typofix (thanks to Mehdi Achour for noticing this)
foobar [Fri, 23 Jan 2004 03:28:59 +0000 (03:28 +0000)]
Silence some compile warnings
<changelog@php.net> [Fri, 23 Jan 2004 01:32:09 +0000 (01:32 +0000)]
ChangeLog update
Rob Richards [Thu, 22 Jan 2004 22:12:21 +0000 (22:12 +0000)]
update test
Marcus Boerger [Thu, 22 Jan 2004 21:55:09 +0000 (21:55 +0000)]
Add new test
Marcus Boerger [Thu, 22 Jan 2004 21:47:54 +0000 (21:47 +0000)]
Update tests
Rob Richards [Thu, 22 Jan 2004 21:30:14 +0000 (21:30 +0000)]
Fix bug #27010: segfault after returning nodes with children()
Fix segfault in match_ns when matching prefix and node without ns
some general cleanup and code consilidation
better write handling - engine support dependent
better isset handling - engine support dependent
namespace fixes for reading/writing
Rob Richards [Thu, 22 Jan 2004 21:16:05 +0000 (21:16 +0000)]
update constructors so they cant be called statically
Marcus Boerger [Thu, 22 Jan 2004 19:53:09 +0000 (19:53 +0000)]
Fix internal access to exception properties
Dmitry Stogov [Thu, 22 Jan 2004 15:58:03 +0000 (15:58 +0000)]
XML Schema support was improved
support for content model (<sequence>,<all>,<choice>)
support for top-level <group>
support for <group> 'ref' attribute
support for content model encoding/decoding (incomplete)
support for attribute encoding/decoding (incomplete)
support for <attribute> with inline anonymous <simpleType>
Pierre Joye [Thu, 22 Jan 2004 15:45:50 +0000 (15:45 +0000)]
- Update examples to studlyCaps syntax
Antony Dovgal [Thu, 22 Jan 2004 14:42:17 +0000 (14:42 +0000)]
add collections support to win32 build
Antony Dovgal [Thu, 22 Jan 2004 08:39:50 +0000 (08:39 +0000)]
add missing protos
and some minor changes
Antony Dovgal [Thu, 22 Jan 2004 08:05:14 +0000 (08:05 +0000)]
MFB
oci_lob_save() should be removed indeed, but we're already in feature freeze =(
<changelog@php.net> [Thu, 22 Jan 2004 01:32:08 +0000 (01:32 +0000)]
ChangeLog update
foobar [Wed, 21 Jan 2004 22:48:28 +0000 (22:48 +0000)]
test case for bug #26938
Marcus Boerger [Wed, 21 Jan 2004 22:36:49 +0000 (22:36 +0000)]
Change to correct syntax.
# The test will still fail though.
Marcus Boerger [Wed, 21 Jan 2004 20:18:09 +0000 (20:18 +0000)]
All technical reasons that prevented us from studlyCaps are solved
and all current extensions as well as the whole PEAR framework follow
this rule. So for consistency i readd it.
# Also we had the discussion onece and decided for this.
# Lookup the archieves
Ilia Alshanetsky [Wed, 21 Jan 2004 16:57:13 +0000 (16:57 +0000)]
Fixed bug #26938 (exec() has problems reading long lines).
Antony Dovgal [Wed, 21 Jan 2004 16:18:58 +0000 (16:18 +0000)]
*change constant name, coz it doesn't comply with others
*add constant's alias, coz others do have aliases
*change protos (oops =))
*add notices to collection functions
*change coll_element_get & coll_assign to inform user, that this type of element is not supported yet.
Dmitry Stogov [Wed, 21 Jan 2004 16:04:37 +0000 (16:04 +0000)]
Source cleanup
Rob Richards [Wed, 21 Jan 2004 14:04:47 +0000 (14:04 +0000)]
Fix namespace regression bug
Read attributes correctly
Update sxe_prop_dim_exists logic
Update profile
Dmitry Stogov [Wed, 21 Jan 2004 14:00:55 +0000 (14:00 +0000)]
XML Schema support was improved
xml tree cleanup (save memory and parsing time)
support for <inclide> and <import>
support for top-level <attribute>
support for <attribute> 'ref' attribute
support for top-level <attributeGroup>
support for <attributeGroup> 'ref' attribute
Antony Dovgal [Wed, 21 Jan 2004 12:30:05 +0000 (12:30 +0000)]
fix potential segfault in oci_lob_write()
change oci_lob_trim() - truncate length should be 0 by default.
Rob Richards [Wed, 21 Jan 2004 11:32:30 +0000 (11:32 +0000)]
Fix Bug #26976 (Can not access array elements using array indices)
return index 0 as non iterable object
update test
Ard Biesheuvel [Wed, 21 Jan 2004 10:22:04 +0000 (10:22 +0000)]
MFB
Hartmut Holzgraefe [Wed, 21 Jan 2004 10:20:45 +0000 (10:20 +0000)]
News update on new streams method
John Coggeshall [Wed, 21 Jan 2004 10:19:56 +0000 (10:19 +0000)]
Moving the OO syntax to studlyCaps.
I am *not* changing this back :)
Hartmut Holzgraefe [Wed, 21 Jan 2004 10:17:12 +0000 (10:17 +0000)]
stream_lock() method added to userspace streams wrapper
Jon Parise [Wed, 21 Jan 2004 08:51:28 +0000 (08:51 +0000)]
Adding dependencies on sqlite.h for the rest of the source files in the
libsqlite distribution.
foobar [Wed, 21 Jan 2004 07:47:11 +0000 (07:47 +0000)]
Last php4 occurances..
Marcus Boerger [Wed, 21 Jan 2004 07:07:34 +0000 (07:07 +0000)]
Fix TSRM
foobar [Wed, 21 Jan 2004 05:04:30 +0000 (05:04 +0000)]
Break out the test with first hit.
Sara Golemon [Wed, 21 Jan 2004 04:08:10 +0000 (04:08 +0000)]
Typo
foobar [Wed, 21 Jan 2004 04:00:07 +0000 (04:00 +0000)]
- Fixed bug #26973 (*printf() + modifier broken)
foobar [Wed, 21 Jan 2004 03:58:30 +0000 (03:58 +0000)]
extend a bit
foobar [Wed, 21 Jan 2004 03:49:15 +0000 (03:49 +0000)]
test case for bug #26973
foobar [Wed, 21 Jan 2004 03:18:13 +0000 (03:18 +0000)]
typo fix
foobar [Wed, 21 Jan 2004 03:17:07 +0000 (03:17 +0000)]
test for bug #26976
Ilia Alshanetsky [Wed, 21 Jan 2004 02:28:50 +0000 (02:28 +0000)]
Fixed bug #26974 (rename() doesn't check the destination file
against safe_mode/open_basedir).
<changelog@php.net> [Wed, 21 Jan 2004 01:32:05 +0000 (01:32 +0000)]
ChangeLog update
foobar [Wed, 21 Jan 2004 01:09:41 +0000 (01:09 +0000)]
Goto targets should not be indented (some compilers choke on this, iirc)
Marcus Boerger [Tue, 20 Jan 2004 20:59:45 +0000 (20:59 +0000)]
Add cvs tags
Marcus Boerger [Tue, 20 Jan 2004 20:16:30 +0000 (20:16 +0000)]
Fix a warning
Marcus Boerger [Tue, 20 Jan 2004 19:49:21 +0000 (19:49 +0000)]
Prevent shared builds under windows too
Wez Furlong [Tue, 20 Jan 2004 17:18:41 +0000 (17:18 +0000)]
default to compiled in to match unix.
Dmitry Stogov [Tue, 20 Jan 2004 16:30:38 +0000 (16:30 +0000)]
XML Schema support
- support for <element> 'ref' attibute was implemented
- support for inline types
- support for <list> and <union> (incompleate)
Rob Richards [Tue, 20 Jan 2004 11:35:32 +0000 (11:35 +0000)]
Warn when empty string supplied to load methods (by Pierre-Alain)
Fix refcount on xpath iterators
xpath_query should return nodelist even when empty
Wez Furlong [Tue, 20 Jan 2004 11:01:16 +0000 (11:01 +0000)]
update todo part of readme
Marcus Boerger [Tue, 20 Jan 2004 07:27:47 +0000 (07:27 +0000)]
Fix warning (and possible problem)
Sterling Hughes [Tue, 20 Jan 2004 05:31:50 +0000 (05:31 +0000)]
-
<changelog@php.net> [Tue, 20 Jan 2004 01:32:06 +0000 (01:32 +0000)]
ChangeLog update
foobar [Tue, 20 Jan 2004 01:11:04 +0000 (01:11 +0000)]
- Fixed Bug #26969 (shared openssl build fails)
foobar [Tue, 20 Jan 2004 00:26:23 +0000 (00:26 +0000)]
BfN
foobar [Tue, 20 Jan 2004 00:25:30 +0000 (00:25 +0000)]
test case for bug #26696
Frank M. Kromann [Mon, 19 Jan 2004 23:44:03 +0000 (23:44 +0000)]
Fix compilation of simplexml when spl is build as shared object
Frank M. Kromann [Mon, 19 Jan 2004 23:43:03 +0000 (23:43 +0000)]
Fix compilation of spl as shared object
Christian Stocker [Mon, 19 Jan 2004 21:08:29 +0000 (21:08 +0000)]
Fix leaks in dom_xpath_query (create retval only if requiered) by Pierre-Alain
Christian Stocker [Mon, 19 Jan 2004 20:54:40 +0000 (20:54 +0000)]
fixes segfault, if file doesn't exist (by Pierre-Alain)
foobar [Mon, 19 Jan 2004 19:01:17 +0000 (19:01 +0000)]
- Make sure srand() / mt_srand() are really called.
Ilia Alshanetsky [Mon, 19 Jan 2004 18:40:39 +0000 (18:40 +0000)]
Fixed bug #26967 (make various file operations return FALSE on error).
Christian Stocker [Mon, 19 Jan 2004 17:38:47 +0000 (17:38 +0000)]
really fix this test...