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

21 years agoImproove debug capabilities
Marcus Boerger [Sun, 18 Jan 2004 23:47:10 +0000 (23:47 +0000)]
Improove debug capabilities

21 years agoRename header to prevent name clashes with external files
Marcus Boerger [Sun, 18 Jan 2004 23:35:13 +0000 (23:35 +0000)]
Rename header to prevent name clashes with external files

21 years agoFix memory corruption
Marcus Boerger [Sun, 18 Jan 2004 23:22:20 +0000 (23:22 +0000)]
Fix memory corruption

21 years agoAdd .cvsignore
Marcus Boerger [Sun, 18 Jan 2004 23:20:10 +0000 (23:20 +0000)]
Add .cvsignore

21 years agoFix a warning
Marcus Boerger [Sun, 18 Jan 2004 23:19:36 +0000 (23:19 +0000)]
Fix a warning

21 years agoNecessary as long as SPL is shared/dll
Marcus Boerger [Sun, 18 Jan 2004 22:20:54 +0000 (22:20 +0000)]
Necessary as long as SPL is shared/dll

21 years agoUpdate, id_l is unique
Marcus Boerger [Sun, 18 Jan 2004 21:11:55 +0000 (21:11 +0000)]
Update, id_l is unique

21 years agoAdd spl interaction test.
Marcus Boerger [Sun, 18 Jan 2004 20:57:42 +0000 (20:57 +0000)]
Add spl interaction test.

21 years agoFix fgetcsv() to reflect the change on 4.3.5 behaviour.
Moriyoshi Koizumi [Sun, 18 Jan 2004 20:29:34 +0000 (20:29 +0000)]
Fix fgetcsv() to reflect the change on 4.3.5 behaviour.

21 years agoUpdate
Marcus Boerger [Sun, 18 Jan 2004 19:55:50 +0000 (19:55 +0000)]
Update

21 years ago- This define is not used anymore
Derick Rethans [Sun, 18 Jan 2004 19:21:23 +0000 (19:21 +0000)]
- This define is not used anymore

21 years agoNot needed
Marcus Boerger [Sun, 18 Jan 2004 19:17:50 +0000 (19:17 +0000)]
Not needed

21 years agoFix problems with manual iteration
Marcus Boerger [Sun, 18 Jan 2004 16:25:26 +0000 (16:25 +0000)]
Fix problems with manual iteration

21 years ago- Fixed compiler warnings (int format, long int arg)
Timm Friebe [Sun, 18 Jan 2004 16:01:02 +0000 (16:01 +0000)]
- Fixed compiler warnings (int format, long int arg)

21 years agoAdd class SimpleXMLIterator
Marcus Boerger [Sun, 18 Jan 2004 15:33:38 +0000 (15:33 +0000)]
Add class SimpleXMLIterator

21 years agoFix Warning
Marcus Boerger [Sun, 18 Jan 2004 15:21:49 +0000 (15:21 +0000)]
Fix Warning

21 years agoEnable inherited classes inside SPL and respect order of module init.
Marcus Boerger [Sun, 18 Jan 2004 15:16:26 +0000 (15:16 +0000)]
Enable inherited classes inside SPL and respect order of module init.

21 years agoUse external files only in 001.phpt & tests for bugs
Marcus Boerger [Sun, 18 Jan 2004 15:14:03 +0000 (15:14 +0000)]
Use external files only in 001.phpt & tests for bugs

21 years agoExport access to class_entry by function.
Marcus Boerger [Sun, 18 Jan 2004 13:19:41 +0000 (13:19 +0000)]
Export access to class_entry by function.

21 years ago- fix for bug #26947 Crash by using DomDocument::getElementById()
Christian Stocker [Sun, 18 Jan 2004 12:56:23 +0000 (12:56 +0000)]
- fix for bug #26947 Crash by using DomDocument::getElementById()

21 years ago-test for more than one argument (this segfaulted before)
Christian Stocker [Sun, 18 Jan 2004 12:30:52 +0000 (12:30 +0000)]
-test for more than one argument (this segfaulted before)

21 years agoFix some casing issues
Marcus Boerger [Sun, 18 Jan 2004 10:45:36 +0000 (10:45 +0000)]
Fix some casing issues

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

21 years agoupdate the tests proper-like
Sterling Hughes [Sat, 17 Jan 2004 21:47:43 +0000 (21:47 +0000)]
update the tests proper-like

21 years agoupdate the examples
Sterling Hughes [Sat, 17 Jan 2004 21:44:22 +0000 (21:44 +0000)]
update the examples

21 years agonamespace accesses are now soley URI based as opposed to prefix based.
Sterling Hughes [Sat, 17 Jan 2004 21:22:26 +0000 (21:22 +0000)]
namespace accesses are now soley URI based as opposed to prefix based.

21 years agoMake the compilation of vdbeaux.c dependent on the generation of sqlite.h.
Jon Parise [Sat, 17 Jan 2004 21:03:26 +0000 (21:03 +0000)]
Make the compilation of vdbeaux.c dependent on the generation of sqlite.h.
An incremental 'make -j' build will now complete successfully.

21 years agouse Rasmus' words
Andrey Hristov [Sat, 17 Jan 2004 20:28:09 +0000 (20:28 +0000)]
use Rasmus' words

21 years ago- Fix typoes
Derick Rethans [Sat, 17 Jan 2004 20:20:18 +0000 (20:20 +0000)]
- Fix typoes

21 years agoSpell 'element' correctly.
Jon Parise [Sat, 17 Jan 2004 20:02:01 +0000 (20:02 +0000)]
Spell 'element' correctly.

21 years agoadding info about $argc and $argv in CLI mode
Andrey Hristov [Sat, 17 Jan 2004 19:45:25 +0000 (19:45 +0000)]
adding info about $argc and $argv in CLI mode

21 years agoMajor bugfix for consistency.
Marcus Boerger [Sat, 17 Jan 2004 19:41:32 +0000 (19:41 +0000)]
Major bugfix for consistency.
# After long discussions we came to a conclusion on how to make this
# extension consistent in itself.
# Thanks to Rob for all the work

21 years agoClarification about phpDoc comments. Spotted by Greag Beaver.
Andrey Hristov [Sat, 17 Jan 2004 19:14:46 +0000 (19:14 +0000)]
Clarification about phpDoc comments. Spotted by Greag Beaver.

21 years agoNo longer needed
Marcus Boerger [Sat, 17 Jan 2004 18:04:06 +0000 (18:04 +0000)]
No longer needed
# Found by Andrey

21 years agoHEAD is bundled with ZE2
Andrey Hristov [Sat, 17 Jan 2004 17:44:27 +0000 (17:44 +0000)]
HEAD is bundled with ZE2

21 years agoDrop the external xml files no longer needed
Marcus Boerger [Sat, 17 Jan 2004 17:34:22 +0000 (17:34 +0000)]
Drop the external xml files no longer needed

21 years agoHEAD is now bundled only with ZE2
Andrey Hristov [Sat, 17 Jan 2004 17:33:11 +0000 (17:33 +0000)]
HEAD is now bundled only with ZE2

21 years agoNo external xml files
Marcus Boerger [Sat, 17 Jan 2004 17:33:10 +0000 (17:33 +0000)]
No external xml files

21 years agoDon't use external xml files
Marcus Boerger [Sat, 17 Jan 2004 17:24:58 +0000 (17:24 +0000)]
Don't use external xml files

21 years agofix Bug #594 PEAR_Common::analyzeSourceCode fails on string with $var and {
Greg Beaver [Sat, 17 Jan 2004 17:20:36 +0000 (17:20 +0000)]
fix Bug #594 PEAR_Common::analyzeSourceCode fails on string with $var and {
also fixes SOAP packaging error

21 years ago#where has my bracket been gone?
Marcus Boerger [Sat, 17 Jan 2004 16:50:54 +0000 (16:50 +0000)]
#where has my bracket been gone?

21 years agoremove the parser errors here, so they accurately reflect what should happen.
Sterling Hughes [Sat, 17 Jan 2004 16:39:52 +0000 (16:39 +0000)]
remove the parser errors here, so they accurately reflect what should happen.

21 years agoFix inheritance rule for interface Traversable
Marcus Boerger [Sat, 17 Jan 2004 16:38:25 +0000 (16:38 +0000)]
Fix inheritance rule for interface Traversable

21 years agoFix parameter list and protos
Marcus Boerger [Sat, 17 Jan 2004 16:36:04 +0000 (16:36 +0000)]
Fix parameter list and protos

21 years agoAdd test for inherited simplexml classes
Marcus Boerger [Sat, 17 Jan 2004 15:57:06 +0000 (15:57 +0000)]
Add test for inherited simplexml classes

21 years agoMake inherited sxe classes work
Marcus Boerger [Sat, 17 Jan 2004 15:56:29 +0000 (15:56 +0000)]
Make inherited sxe classes work

21 years ago- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5
foobar [Sat, 17 Jan 2004 13:00:38 +0000 (13:00 +0000)]
- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5

21 years ago(gdImageSetPixel) Tidied 'normal' blending effect
Tim Toohey [Sat, 17 Jan 2004 09:19:14 +0000 (09:19 +0000)]
(gdImageSetPixel) Tidied 'normal' blending effect
# libgd-2.0.12 fixed the problem with alpha-blending on semi-transparent backgrounds so
# gdFullAlphaBlend() and friends are no longer needed

21 years agotypofix
foobar [Sat, 17 Jan 2004 06:18:09 +0000 (06:18 +0000)]
typofix

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

21 years agoExpose zend_std_call_user_call(), needed for implementation of things like
Ilia Alshanetsky [Sat, 17 Jan 2004 00:39:28 +0000 (00:39 +0000)]
Expose zend_std_call_user_call(), needed for implementation of things like
__call handlers.

21 years agoNuke compile warning by using the LANG_SCNG macro instead
foobar [Sat, 17 Jan 2004 00:26:12 +0000 (00:26 +0000)]
Nuke compile warning by using the LANG_SCNG macro instead

21 years agoFixed bug #26923 (ext/imap: pam and crypt libraries missing when build as shared)
foobar [Sat, 17 Jan 2004 00:00:11 +0000 (00:00 +0000)]
Fixed bug #26923 (ext/imap: pam and crypt libraries missing when build as shared)

21 years agoupdate file for win32 build
Wez Furlong [Fri, 16 Jan 2004 23:48:39 +0000 (23:48 +0000)]
update file for win32 build

21 years agoupdate the profile of how namespaces should work after discussions with
Sterling Hughes [Fri, 16 Jan 2004 22:26:09 +0000 (22:26 +0000)]
update the profile of how namespaces should work after discussions with
shane and rob richards.  there were a lot of race conditions with regards
to the way namespaces have been handled in XML documents so far, this new
method removes the race conditions, and gives me a real reason to add the
children() and attributes() methods.

21 years ago- Fixed bug #26640 (__autoload() not invoked by Reflection classes)
foobar [Fri, 16 Jan 2004 21:11:58 +0000 (21:11 +0000)]
- Fixed bug #26640 (__autoload() not invoked by Reflection classes)

# Also removed double call of reflection_register_implement() on
# reflection_extension_ptr.
# Fixed also case-insensitive lookup of property names,
# now Reflection_Property('Classname', 'FooBar'); works too.

21 years agoAdd a "profile" of simplexml's expected behaviour in the form of tests.
Sterling Hughes [Fri, 16 Jan 2004 20:50:29 +0000 (20:50 +0000)]
Add a "profile" of simplexml's expected behaviour in the form of tests.
This will be expanded as issues arise and will be a formal definition
(in code) of simplexml's behaviour.

21 years agoKill warning (bug #26937)
foobar [Fri, 16 Jan 2004 19:11:33 +0000 (19:11 +0000)]
Kill warning (bug #26937)

21 years agoAdded test case for bug #26640
foobar [Fri, 16 Jan 2004 18:24:31 +0000 (18:24 +0000)]
Added test case for bug #26640

21 years agoUpdate TODO
Ilia Alshanetsky [Fri, 16 Jan 2004 17:50:02 +0000 (17:50 +0000)]
Update TODO

21 years agoAdded Antony Dovgal as OCI8 maintainer.
Ilia Alshanetsky [Fri, 16 Jan 2004 16:46:48 +0000 (16:46 +0000)]
Added Antony Dovgal as OCI8 maintainer.

21 years agoFixed division by zero warning.
Ilia Alshanetsky [Fri, 16 Jan 2004 15:17:37 +0000 (15:17 +0000)]
Fixed division by zero warning.

21 years agoAdded missing skip condition.
Ilia Alshanetsky [Fri, 16 Jan 2004 15:16:26 +0000 (15:16 +0000)]
Added missing skip condition.

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

21 years agoWSDL support was improved
Dmitry Stogov [Fri, 16 Jan 2004 12:31:10 +0000 (12:31 +0000)]
WSDL support was improved
 support for message/part element attribute was implemented
 support for portType operation input/output name attribute was implemented

21 years agoBFN
foobar [Fri, 16 Jan 2004 11:18:37 +0000 (11:18 +0000)]
BFN

21 years agoFix the mime_magic.debug option init
foobar [Fri, 16 Jan 2004 11:15:13 +0000 (11:15 +0000)]
Fix the mime_magic.debug option init

21 years agoAdd myself at last =)
Antony Dovgal [Fri, 16 Jan 2004 10:03:27 +0000 (10:03 +0000)]
Add myself at last =)

21 years agofaultcode/faultstring mismatch was fixed
Dmitry Stogov [Fri, 16 Jan 2004 07:55:27 +0000 (07:55 +0000)]
faultcode/faultstring mismatch was fixed

21 years agoSupport for SOAP 1.2 HTTP binding namespase was added
Dmitry Stogov [Fri, 16 Jan 2004 07:54:48 +0000 (07:54 +0000)]
Support for SOAP 1.2 HTTP binding namespase was added

21 years agoTests where updated.
Dmitry Stogov [Fri, 16 Jan 2004 07:12:23 +0000 (07:12 +0000)]
Tests where updated.

21 years agoSOAP 1.2: enc:id & enc:ref attributes support and fault codes (Sender/Receiver) where...
Dmitry Stogov [Fri, 16 Jan 2004 07:11:59 +0000 (07:11 +0000)]
SOAP 1.2: enc:id & enc:ref attributes support and fault codes (Sender/Receiver) where implemented

21 years agoFixed Bug #26927 (preg_quote() does not escape \0).
Ilia Alshanetsky [Fri, 16 Jan 2004 02:29:50 +0000 (02:29 +0000)]
Fixed Bug #26927 (preg_quote() does not escape \0).

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

21 years agoFix shutdown
Marcus Boerger [Thu, 15 Jan 2004 21:30:31 +0000 (21:30 +0000)]
Fix shutdown

21 years ago- Fix the php dependency
Pierre Joye [Thu, 15 Jan 2004 19:33:10 +0000 (19:33 +0000)]
- Fix the php dependency
(wide copy/paste is not that good no? ;) )

21 years agoSOAP 1.2 support was improved
Dmitry Stogov [Thu, 15 Jan 2004 16:56:29 +0000 (16:56 +0000)]
SOAP 1.2 support was improved

21 years agoNice patch Christian, but it wasn't at all enabled? :)
Zeev Suraski [Thu, 15 Jan 2004 16:47:32 +0000 (16:47 +0000)]
Nice patch Christian, but it wasn't at all enabled? :)

Fix bug #26883

21 years agoFix bug #26892, ORA-21301 in ocinewcollection() call.
Antony Dovgal [Thu, 15 Jan 2004 15:06:57 +0000 (15:06 +0000)]
Fix bug #26892, ORA-21301 in ocinewcollection() call.
pEnv should be initialized in object mode too.

21 years agoChanged to mixed-case response header codes. This is in keeping with
Alex Leigh [Thu, 15 Jan 2004 15:04:59 +0000 (15:04 +0000)]
Changed to mixed-case response header codes. This is in keeping with
the changes to >= Continuity mk4 mod1.

21 years agoSupport for SOAP 1.2 array encoding/decoding was implemented
Dmitry Stogov [Thu, 15 Jan 2004 13:20:58 +0000 (13:20 +0000)]
Support for SOAP 1.2 array encoding/decoding was implemented

21 years agoSOAP 1.2 support was improved
Dmitry Stogov [Thu, 15 Jan 2004 10:59:24 +0000 (10:59 +0000)]
SOAP 1.2 support was improved

21 years agoDrop userspace iteration correctly.
Marcus Boerger [Thu, 15 Jan 2004 09:28:01 +0000 (09:28 +0000)]
Drop userspace iteration correctly.
# People if you do such things then please fix the class tree.