]> granicus.if.org Git - php/log
php
21 years ago@- Added ability to define a message handler not only globally, but also
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)

21 years agoShow supported classes & interfaces in -i and phpinfo()
Marcus Boerger [Sun, 25 Jan 2004 17:30:19 +0000 (17:30 +0000)]
Show supported classes & interfaces in -i and phpinfo()

21 years agoMySQL is no longer built in by default
Ard Biesheuvel [Sun, 25 Jan 2004 15:18:02 +0000 (15:18 +0000)]
MySQL is no longer built in by default

21 years agoCS
Ard Biesheuvel [Sun, 25 Jan 2004 15:08:31 +0000 (15:08 +0000)]
CS

21 years agoentrt about feature request #24258
Andrey Hristov [Sun, 25 Jan 2004 14:00:59 +0000 (14:00 +0000)]
entrt about feature request #24258

21 years agoBFN
Marcus Boerger [Sun, 25 Jan 2004 13:33:43 +0000 (13:33 +0000)]
BFN

21 years agoRespect proeprty visibility in foreach
Marcus Boerger [Sun, 25 Jan 2004 13:32:02 +0000 (13:32 +0000)]
Respect proeprty visibility in foreach

21 years agoUpdate test
Marcus Boerger [Sun, 25 Jan 2004 13:19:16 +0000 (13:19 +0000)]
Update test

21 years agoUpdate examples
Marcus Boerger [Sun, 25 Jan 2004 13:03:24 +0000 (13:03 +0000)]
Update examples

21 years agoCheck for both Firebird 1+ and Interbase/FB1
Ard Biesheuvel [Sun, 25 Jan 2004 12:03:24 +0000 (12:03 +0000)]
Check for both Firebird 1+ and Interbase/FB1

21 years agoprototype fix for mysqli_fetch
Georg Richter [Sun, 25 Jan 2004 12:01:36 +0000 (12:01 +0000)]
prototype fix for mysqli_fetch

21 years agoBFN
Marcus Boerger [Sun, 25 Jan 2004 11:54:28 +0000 (11:54 +0000)]
BFN

21 years agoFixed bug #27020 (Compile failure; sys/select.h: No such file or directory)
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)

21 years agoChangeLog update
<changelog@php.net> [Sun, 25 Jan 2004 01:32:26 +0000 (01:32 +0000)]
ChangeLog update

21 years agoChanged prototypes to allow parsing of string literals and constant strings
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

21 years agoTSRM fix
Marcus Boerger [Sat, 24 Jan 2004 17:07:50 +0000 (17:07 +0000)]
TSRM fix

21 years agoSwitch from ZEND_ACC_DYNAMIC to ZEND_ACC_ALLOW_STATIC and disallow calling
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.

21 years ago- Added test on char type
Timm Friebe [Sat, 24 Jan 2004 15:18:52 +0000 (15:18 +0000)]
- Added test on char type

21 years agoprototype fixes
Georg Richter [Sat, 24 Jan 2004 14:38:16 +0000 (14:38 +0000)]
prototype fixes

21 years agoChange message as proposed by Jon.
Sebastian Bergmann [Sat, 24 Jan 2004 04:59:47 +0000 (04:59 +0000)]
Change message as proposed by Jon.

21 years ago- Initial release
Timm Friebe [Sat, 24 Jan 2004 02:54:33 +0000 (02:54 +0000)]
- Initial release

21 years ago- Initial release
Timm Friebe [Sat, 24 Jan 2004 02:42:26 +0000 (02:42 +0000)]
- Initial release

21 years ago- Initial release
Timm Friebe [Sat, 24 Jan 2004 02:18:13 +0000 (02:18 +0000)]
- Initial release

21 years ago@- Fixed bug #22403 "PHP crashes when executing a sql procedure without
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)

21 years agoChangeLog update
<changelog@php.net> [Sat, 24 Jan 2004 01:32:18 +0000 (01:32 +0000)]
ChangeLog update

21 years agoThis is a definitive 'must'
Marcus Boerger [Sat, 24 Jan 2004 00:42:40 +0000 (00:42 +0000)]
This is a definitive 'must'

21 years agoAdded third parameter (optional) to array_keys for strictness. It behaves
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

21 years agoAdding note about declaration first use after that for classes.
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....

21 years agoFix this example
Marcus Boerger [Fri, 23 Jan 2004 22:33:45 +0000 (22:33 +0000)]
Fix this example

21 years agoSimplify detection of methods that must be called dynamic (with object)
Marcus Boerger [Fri, 23 Jan 2004 22:04:42 +0000 (22:04 +0000)]
Simplify detection of methods that must be called dynamic (with object)

21 years agoBuiltin recursion protection (by disallow to follow links by default).
Marcus Boerger [Fri, 23 Jan 2004 21:33:56 +0000 (21:33 +0000)]
Builtin recursion protection (by disallow to follow links by default).

21 years agoFix. Found by adam
Marcus Boerger [Fri, 23 Jan 2004 21:03:20 +0000 (21:03 +0000)]
Fix. Found by adam

21 years agoDisallow calling __clone/__construct/__destruct static
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

21 years agoDisallow static declaration of clone
Marcus Boerger [Fri, 23 Jan 2004 20:52:39 +0000 (20:52 +0000)]
Disallow static declaration of clone

21 years agofix
Dmitry Stogov [Fri, 23 Jan 2004 15:34:52 +0000 (15:34 +0000)]
fix

21 years agodisabling import if file was already loaded
Dmitry Stogov [Fri, 23 Jan 2004 15:29:59 +0000 (15:29 +0000)]
disabling import if file was already loaded

21 years agoXML Schema support was improved
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

21 years agoXML Schema support was improved
Dmitry Stogov [Fri, 23 Jan 2004 09:15:58 +0000 (09:15 +0000)]
XML Schema support was improved
suport for type extension

21 years agotypofix (thanks to Mehdi Achour for noticing this)
foobar [Fri, 23 Jan 2004 07:02:15 +0000 (07:02 +0000)]
typofix (thanks to Mehdi Achour for noticing this)

21 years agoSilence some compile warnings
foobar [Fri, 23 Jan 2004 03:28:59 +0000 (03:28 +0000)]
Silence some compile warnings

21 years agoChangeLog update
<changelog@php.net> [Fri, 23 Jan 2004 01:32:09 +0000 (01:32 +0000)]
ChangeLog update

21 years agoupdate test
Rob Richards [Thu, 22 Jan 2004 22:12:21 +0000 (22:12 +0000)]
update test

21 years agoAdd new test
Marcus Boerger [Thu, 22 Jan 2004 21:55:09 +0000 (21:55 +0000)]
Add new test

21 years agoUpdate tests
Marcus Boerger [Thu, 22 Jan 2004 21:47:54 +0000 (21:47 +0000)]
Update tests

21 years agoFix bug #27010: segfault after returning nodes with children()
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

21 years agoupdate constructors so they cant be called statically
Rob Richards [Thu, 22 Jan 2004 21:16:05 +0000 (21:16 +0000)]
update constructors so they cant be called statically

21 years agoFix internal access to exception properties
Marcus Boerger [Thu, 22 Jan 2004 19:53:09 +0000 (19:53 +0000)]
Fix internal access to exception properties

21 years agoXML Schema support was improved
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>

21 years ago- Update examples to studlyCaps syntax
Pierre Joye [Thu, 22 Jan 2004 15:45:50 +0000 (15:45 +0000)]
- Update examples to studlyCaps syntax

21 years agoadd collections support to win32 build
Antony Dovgal [Thu, 22 Jan 2004 14:42:17 +0000 (14:42 +0000)]
add collections support to win32 build

21 years agoadd missing protos
Antony Dovgal [Thu, 22 Jan 2004 08:39:50 +0000 (08:39 +0000)]
add missing protos
and some minor changes

21 years agoMFB
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 =(

21 years agoChangeLog update
<changelog@php.net> [Thu, 22 Jan 2004 01:32:08 +0000 (01:32 +0000)]
ChangeLog update

21 years agotest case for bug #26938
foobar [Wed, 21 Jan 2004 22:48:28 +0000 (22:48 +0000)]
test case for bug #26938

21 years agoChange to correct syntax.
Marcus Boerger [Wed, 21 Jan 2004 22:36:49 +0000 (22:36 +0000)]
Change to correct syntax.
# The test will still fail though.

21 years agoAll technical reasons that prevented us from studlyCaps are solved
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

21 years agoFixed bug #26938 (exec() has problems reading long lines).
Ilia Alshanetsky [Wed, 21 Jan 2004 16:57:13 +0000 (16:57 +0000)]
Fixed bug #26938 (exec() has problems reading long lines).

21 years ago*change constant name, coz it doesn't comply with others
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.

21 years agoSource cleanup
Dmitry Stogov [Wed, 21 Jan 2004 16:04:37 +0000 (16:04 +0000)]
Source cleanup

21 years agoFix namespace regression bug
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

21 years agoXML Schema support was improved
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

21 years agofix potential segfault in oci_lob_write()
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.

21 years agoFix Bug #26976 (Can not access array elements using array indices)
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

21 years agoMFB
Ard Biesheuvel [Wed, 21 Jan 2004 10:22:04 +0000 (10:22 +0000)]
MFB

21 years agoNews update on new streams method
Hartmut Holzgraefe [Wed, 21 Jan 2004 10:20:45 +0000 (10:20 +0000)]
News update on new streams method

21 years agoMoving the OO syntax to studlyCaps.
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 :)

21 years agostream_lock() method added to userspace streams wrapper
Hartmut Holzgraefe [Wed, 21 Jan 2004 10:17:12 +0000 (10:17 +0000)]
stream_lock() method added to userspace streams wrapper

21 years agoAdding dependencies on sqlite.h for the rest of the source files in the
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.

21 years agoLast php4 occurances..
foobar [Wed, 21 Jan 2004 07:47:11 +0000 (07:47 +0000)]
Last php4 occurances..

21 years agoFix TSRM
Marcus Boerger [Wed, 21 Jan 2004 07:07:34 +0000 (07:07 +0000)]
Fix TSRM

21 years agoBreak out the test with first hit.
foobar [Wed, 21 Jan 2004 05:04:30 +0000 (05:04 +0000)]
Break out the test with first hit.

21 years agoTypo
Sara Golemon [Wed, 21 Jan 2004 04:08:10 +0000 (04:08 +0000)]
Typo

21 years ago- Fixed bug #26973 (*printf() + modifier broken)
foobar [Wed, 21 Jan 2004 04:00:07 +0000 (04:00 +0000)]
- Fixed bug #26973 (*printf() + modifier broken)

21 years agoextend a bit
foobar [Wed, 21 Jan 2004 03:58:30 +0000 (03:58 +0000)]
extend a bit

21 years agotest case for bug #26973
foobar [Wed, 21 Jan 2004 03:49:15 +0000 (03:49 +0000)]
test case for bug #26973

21 years agotypo fix
foobar [Wed, 21 Jan 2004 03:18:13 +0000 (03:18 +0000)]
typo fix

21 years agotest for bug #26976
foobar [Wed, 21 Jan 2004 03:17:07 +0000 (03:17 +0000)]
test for bug #26976

21 years agoFixed bug #26974 (rename() doesn't check the destination file
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).

21 years agoChangeLog update
<changelog@php.net> [Wed, 21 Jan 2004 01:32:05 +0000 (01:32 +0000)]
ChangeLog update

21 years agoGoto targets should not be indented (some compilers choke on this, iirc)
foobar [Wed, 21 Jan 2004 01:09:41 +0000 (01:09 +0000)]
Goto targets should not be indented (some compilers choke on this, iirc)

21 years agoAdd cvs tags
Marcus Boerger [Tue, 20 Jan 2004 20:59:45 +0000 (20:59 +0000)]
Add cvs tags

21 years agoFix a warning
Marcus Boerger [Tue, 20 Jan 2004 20:16:30 +0000 (20:16 +0000)]
Fix a warning

21 years agoPrevent shared builds under windows too
Marcus Boerger [Tue, 20 Jan 2004 19:49:21 +0000 (19:49 +0000)]
Prevent shared builds under windows too

21 years agodefault to compiled in to match unix.
Wez Furlong [Tue, 20 Jan 2004 17:18:41 +0000 (17:18 +0000)]
default to compiled in to match unix.

21 years agoXML Schema support
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)

21 years agoWarn when empty string supplied to load methods (by Pierre-Alain)
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

21 years agoupdate todo part of readme
Wez Furlong [Tue, 20 Jan 2004 11:01:16 +0000 (11:01 +0000)]
update todo part of readme

21 years agoFix warning (and possible problem)
Marcus Boerger [Tue, 20 Jan 2004 07:27:47 +0000 (07:27 +0000)]
Fix warning (and possible problem)

21 years ago-
Sterling Hughes [Tue, 20 Jan 2004 05:31:50 +0000 (05:31 +0000)]
-

21 years agoChangeLog update
<changelog@php.net> [Tue, 20 Jan 2004 01:32:06 +0000 (01:32 +0000)]
ChangeLog update

21 years ago- Fixed Bug #26969 (shared openssl build fails)
foobar [Tue, 20 Jan 2004 01:11:04 +0000 (01:11 +0000)]
- Fixed Bug #26969 (shared openssl build fails)

21 years agoBfN
foobar [Tue, 20 Jan 2004 00:26:23 +0000 (00:26 +0000)]
BfN

21 years agotest case for bug #26696
foobar [Tue, 20 Jan 2004 00:25:30 +0000 (00:25 +0000)]
test case for bug #26696

21 years agoFix compilation of simplexml when spl is build as shared object
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

21 years agoFix compilation of spl as shared object
Frank M. Kromann [Mon, 19 Jan 2004 23:43:03 +0000 (23:43 +0000)]
Fix compilation of spl as shared object

21 years agoFix leaks in dom_xpath_query (create retval only if requiered) by Pierre-Alain
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

21 years agofixes segfault, if file doesn't exist (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)

21 years ago- Make sure srand() / mt_srand() are really called.
foobar [Mon, 19 Jan 2004 19:01:17 +0000 (19:01 +0000)]
- Make sure srand() / mt_srand() are really called.

21 years agoFixed bug #26967 (make various file operations return FALSE on error).
Ilia Alshanetsky [Mon, 19 Jan 2004 18:40:39 +0000 (18:40 +0000)]
Fixed bug #26967 (make various file operations return FALSE on error).

21 years agoreally fix this test...
Christian Stocker [Mon, 19 Jan 2004 17:38:47 +0000 (17:38 +0000)]
really fix this test...