]> granicus.if.org Git - php/log
php
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...

21 years agofix test
Christian Stocker [Mon, 19 Jan 2004 17:35:38 +0000 (17:35 +0000)]
fix test

21 years agoadded missing dots..
Christian Stocker [Mon, 19 Jan 2004 17:30:35 +0000 (17:30 +0000)]
added missing dots..

21 years agoCosmetics and NEWS entry
Christian Stocker [Mon, 19 Jan 2004 17:27:22 +0000 (17:27 +0000)]
Cosmetics and NEWS entry

21 years ago- Turn off mbstring.func_overload as this test uses plain strlen() for
Moriyoshi Koizumi [Mon, 19 Jan 2004 16:53:34 +0000 (16:53 +0000)]
- Turn off mbstring.func_overload as this test uses plain strlen() for
  comparison.

21 years agoXML Schema support was impoved
Dmitry Stogov [Mon, 19 Jan 2004 16:40:37 +0000 (16:40 +0000)]
XML Schema support was impoved

21 years ago@- added XsltProcessor->registerPhpFunctions() (Christian)
Christian Stocker [Mon, 19 Jan 2004 15:07:08 +0000 (15:07 +0000)]
@- added XsltProcessor->registerPhpFunctions() (Christian)
without that method call, it is not allowed to call php functions from
xslt stylesheets for security reasons.

21 years agoadjust test
Christian Stocker [Mon, 19 Jan 2004 15:00:59 +0000 (15:00 +0000)]
adjust test

21 years ago* CS
Martin Jansen [Mon, 19 Jan 2004 13:57:38 +0000 (13:57 +0000)]
* CS

21 years ago- Hopefully fix bug #26696.
Andi Gutmans [Mon, 19 Jan 2004 12:22:02 +0000 (12:22 +0000)]
- Hopefully fix bug #26696.
- Please let me know if hell-breaks loose

21 years agofix typo
Christian Stocker [Mon, 19 Jan 2004 11:07:19 +0000 (11:07 +0000)]
fix typo

21 years agoMust be buitin
Marcus Boerger [Mon, 19 Jan 2004 08:48:30 +0000 (08:48 +0000)]
Must be buitin

21 years agoAdd spl_sxe to prackage
Marcus Boerger [Mon, 19 Jan 2004 08:32:58 +0000 (08:32 +0000)]
Add spl_sxe to prackage

21 years ago- Being picky :)
Derick Rethans [Mon, 19 Jan 2004 08:32:26 +0000 (08:32 +0000)]
- Being picky :)

21 years agoAdd spl_sxe.c.
Sebastian Bergmann [Mon, 19 Jan 2004 08:31:16 +0000 (08:31 +0000)]
Add spl_sxe.c.

21 years ago- SPL lives now in ext/
Derick Rethans [Mon, 19 Jan 2004 08:28:15 +0000 (08:28 +0000)]
- SPL lives now in ext/

21 years agoXML Scheam support
Dmitry Stogov [Mon, 19 Jan 2004 07:22:53 +0000 (07:22 +0000)]
XML Scheam support

21 years agoAdded fgetcsv() tests.
Ilia Alshanetsky [Mon, 19 Jan 2004 03:55:29 +0000 (03:55 +0000)]
Added fgetcsv() tests.

21 years agofix -m argument to mkDir(). Conversion to octal was not being made,
Greg Beaver [Mon, 19 Jan 2004 03:32:12 +0000 (03:32 +0000)]
fix -m argument to mkDir().  Conversion to octal was not being made,
and a string should never be passed into mkdir().

Thanks to Alex Hayes

21 years ago- Moved php_srand() call into php_rand().
foobar [Mon, 19 Jan 2004 03:14:58 +0000 (03:14 +0000)]
- Moved php_srand() call into php_rand().

# Makes shuffle() and str_shuffle() to be random without having to
# call srand() in scripts.
# They don't internally call php_srand() at all and it would be silly
# to start adding php_srand() calls all over the place..

21 years agoBFN
foobar [Mon, 19 Jan 2004 02:43:25 +0000 (02:43 +0000)]
BFN

21 years ago- Fixed bug #26949 (rand(min,max) always returns min when ZTS enabled)
foobar [Mon, 19 Jan 2004 02:30:54 +0000 (02:30 +0000)]
- Fixed bug #26949 (rand(min,max) always returns min when ZTS enabled)

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

21 years agoAdd zend_get_module_started() to quickly check whether a module is present
Marcus Boerger [Mon, 19 Jan 2004 00:39:29 +0000 (00:39 +0000)]
Add zend_get_module_started() to quickly check whether a module is present
and its MINIT function has been called.

21 years agoFix test by adding expectations
Marcus Boerger [Mon, 19 Jan 2004 00:27:06 +0000 (00:27 +0000)]
Fix test by adding expectations

21 years agoFix refcounting in ZE2
Marcus Boerger [Mon, 19 Jan 2004 00:26:33 +0000 (00:26 +0000)]
Fix refcounting in ZE2

21 years agoFix some warnings
Marcus Boerger [Mon, 19 Jan 2004 00:10:41 +0000 (00:10 +0000)]
Fix some warnings