]> granicus.if.org Git - php/log
php
21 years ago- Update NEWS for tomorrow morning so that I don't forget when I'm sleepy
Andi Gutmans [Wed, 17 Dec 2003 22:13:57 +0000 (22:13 +0000)]
- Update NEWS for tomorrow morning so that I don't forget when I'm sleepy

21 years agoAdded optional parameter to microtime so now it can return float if it
Andrey Hristov [Wed, 17 Dec 2003 22:03:33 +0000 (22:03 +0000)]
Added optional parameter to microtime so now it can return float if it
the user wants. This prevents from getting string representation exploding
it and then creating a float.

21 years agoRoll RC1 of B3
Andi Gutmans [Wed, 17 Dec 2003 20:20:34 +0000 (20:20 +0000)]
Roll RC1 of B3

21 years agono longer need to cleanup temp var
Rob Richards [Wed, 17 Dec 2003 18:59:05 +0000 (18:59 +0000)]
no longer need to cleanup temp var

21 years agoUpdate test.
Ilia Alshanetsky [Wed, 17 Dec 2003 17:25:00 +0000 (17:25 +0000)]
Update test.

21 years agoThis part of the if was necessary after all.
Zeev Suraski [Wed, 17 Dec 2003 17:06:34 +0000 (17:06 +0000)]
This part of the if was necessary after all.
Refix bug #22510

21 years agoAlways user Zend memory allocation wrappers.
Ilia Alshanetsky [Wed, 17 Dec 2003 16:34:10 +0000 (16:34 +0000)]
Always user Zend memory allocation wrappers.

21 years ago*** empty log message ***
Dmitry Stogov [Wed, 17 Dec 2003 15:08:13 +0000 (15:08 +0000)]
*** empty log message ***

21 years agoaccessing singular subnode as array
Dmitry Stogov [Wed, 17 Dec 2003 15:06:40 +0000 (15:06 +0000)]
accessing singular subnode as array

21 years ago*** empty log message ***
Dmitry Stogov [Wed, 17 Dec 2003 14:49:10 +0000 (14:49 +0000)]
*** empty log message ***

21 years agoDynamic function call from object's property was fixed
Dmitry Stogov [Wed, 17 Dec 2003 14:45:59 +0000 (14:45 +0000)]
Dynamic function call from object's property was fixed
(See "tests/lang/bug24926.phpt" and "tests/lang/bug25652.phpt")

21 years agoAccess to globals/autoglobals from class __destructor was fixed.
Dmitry Stogov [Wed, 17 Dec 2003 14:25:12 +0000 (14:25 +0000)]
Access to globals/autoglobals from class __destructor was fixed.
(see "tests/lang/bug24908.phpt" and "tests/classes/destructor_and_globals.phpt")

21 years agoFix a memleak: A second call to *nix version of dlerror() frees the error
Marcus Boerger [Wed, 17 Dec 2003 11:20:35 +0000 (11:20 +0000)]
Fix a memleak: A second call to *nix version of dlerror() frees the error
string. This behavior is also adapted to the win build so that the buffer
returned by FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER) can be freed too.

21 years agofree nodes correctly to clear node proxies
Rob Richards [Wed, 17 Dec 2003 10:28:29 +0000 (10:28 +0000)]
free nodes correctly to clear node proxies

21 years agoFix warning
Marcus Boerger [Wed, 17 Dec 2003 09:07:11 +0000 (09:07 +0000)]
Fix warning

21 years agoFix warnings
Marcus Boerger [Wed, 17 Dec 2003 08:50:50 +0000 (08:50 +0000)]
Fix warnings

21 years agoChangeLog update
<changelog@php.net> [Wed, 17 Dec 2003 01:31:48 +0000 (01:31 +0000)]
ChangeLog update

21 years ago- Added 'c' modifier to date() which returns the date in ISO 8601 format.
Derick Rethans [Tue, 16 Dec 2003 22:52:48 +0000 (22:52 +0000)]
- Added 'c' modifier to date() which returns the date in ISO 8601 format.

21 years agoMFB
Andrei Zmievski [Tue, 16 Dec 2003 22:20:30 +0000 (22:20 +0000)]
MFB

21 years ago*** empty log message ***
Andrei Zmievski [Tue, 16 Dec 2003 21:53:27 +0000 (21:53 +0000)]
*** empty log message ***

21 years agoAdd inifile
Marcus Boerger [Tue, 16 Dec 2003 21:50:03 +0000 (21:50 +0000)]
Add inifile

21 years agoFix winbuild
Marcus Boerger [Tue, 16 Dec 2003 21:40:19 +0000 (21:40 +0000)]
Fix winbuild

21 years agoNot needed here (copy'n'paste)
Marcus Boerger [Tue, 16 Dec 2003 21:02:54 +0000 (21:02 +0000)]
Not needed here (copy'n'paste)

21 years agoFix some compile warnings (patch by Joe Orton)
foobar [Tue, 16 Dec 2003 21:00:21 +0000 (21:00 +0000)]
Fix some compile warnings (patch by Joe Orton)

21 years agoAdd missing .cvsignore
Marcus Boerger [Tue, 16 Dec 2003 20:55:41 +0000 (20:55 +0000)]
Add missing .cvsignore

21 years agoAdd a test to check split text content collecting
Marcus Boerger [Tue, 16 Dec 2003 20:50:20 +0000 (20:50 +0000)]
Add a test to check split text content collecting

21 years agoBetter comment
Marcus Boerger [Tue, 16 Dec 2003 20:40:24 +0000 (20:40 +0000)]
Better comment

21 years agonuke unused code
foobar [Tue, 16 Dec 2003 20:39:40 +0000 (20:39 +0000)]
nuke unused code

21 years agoAdd myself
Marcus Boerger [Tue, 16 Dec 2003 20:36:46 +0000 (20:36 +0000)]
Add myself

21 years agoAdd error handling for element/attribute creation/changing
Marcus Boerger [Tue, 16 Dec 2003 20:34:19 +0000 (20:34 +0000)]
Add error handling for element/attribute creation/changing

21 years agoAdd test for string conversion capabilities when used with echo/print.
Marcus Boerger [Tue, 16 Dec 2003 19:49:33 +0000 (19:49 +0000)]
Add test for string conversion capabilities when used with echo/print.

21 years agoFail loudly, silence bogus bugs.
Sara Golemon [Tue, 16 Dec 2003 19:41:26 +0000 (19:41 +0000)]
Fail loudly, silence bogus bugs.

21 years agoZTS fix.
Ilia Alshanetsky [Tue, 16 Dec 2003 17:23:15 +0000 (17:23 +0000)]
ZTS fix.

21 years agoRemoved duplicate php_libxml_(init|shutdown) they are already done by
Ilia Alshanetsky [Tue, 16 Dec 2003 17:14:06 +0000 (17:14 +0000)]
Removed duplicate php_libxml_(init|shutdown) they are already done by
ext/libxml.

21 years agofix bug #26133 (thanks to Harald)
Antony Dovgal [Tue, 16 Dec 2003 15:58:10 +0000 (15:58 +0000)]
fix bug #26133 (thanks to Harald)
rename constant and add library check to config.m4
add info lines to see if Collection & Temp Lob support enabled or not
add OCI_THREADED to use thread safe OCI mode with ZTS (should fix bug #26558)

21 years agofix warning, concerned to second _oci_close_server() call
Antony Dovgal [Tue, 16 Dec 2003 15:48:20 +0000 (15:48 +0000)]
fix warning, concerned to second _oci_close_server() call

21 years ago- Remove debug info :)
Derick Rethans [Tue, 16 Dec 2003 15:00:24 +0000 (15:00 +0000)]
- Remove debug info :)

21 years ago- Added %e modifier which gets replaced by the current value of
Derick Rethans [Tue, 16 Dec 2003 14:53:43 +0000 (14:53 +0000)]
- Added %e modifier which gets replaced by the current value of
  DIRECTORY_SEPARATOR.

21 years agoSync: Export externally used functions.
Sebastian Bergmann [Tue, 16 Dec 2003 11:44:19 +0000 (11:44 +0000)]
Sync: Export externally used functions.

21 years agoIncorrect test file was fixed. (Use pattern insted of absolute filename)
Dmitry Stogov [Tue, 16 Dec 2003 11:19:20 +0000 (11:19 +0000)]
Incorrect test file was fixed. (Use pattern insted of absolute filename)

21 years agofix non-zts build errors
Harald Radi [Tue, 16 Dec 2003 11:15:55 +0000 (11:15 +0000)]
fix non-zts build errors

21 years agoexport class initialization function
Stanislav Malyshev [Tue, 16 Dec 2003 10:51:51 +0000 (10:51 +0000)]
export class initialization function

21 years agoexport externally used functions
Stanislav Malyshev [Tue, 16 Dec 2003 10:51:21 +0000 (10:51 +0000)]
export externally used functions

21 years agoexport function
Stanislav Malyshev [Tue, 16 Dec 2003 10:50:52 +0000 (10:50 +0000)]
export function

21 years agoImproper test file was fixed.
Dmitry Stogov [Tue, 16 Dec 2003 10:41:40 +0000 (10:41 +0000)]
Improper test file was fixed.

21 years ago@- fixed #20006, #22674 and #24531 (harald)
Harald Radi [Tue, 16 Dec 2003 10:29:11 +0000 (10:29 +0000)]
@- fixed #20006, #22674 and #24531 (harald)
@- added ZTS connection pooling support to the oci extension
@  connections will now be pooled per process and not
@  per thread anymore. the number of persistent and active
@  connections is now also shown in the phpinfo() output (harald)

21 years agoadd myself
Harald Radi [Tue, 16 Dec 2003 10:28:00 +0000 (10:28 +0000)]
add myself

21 years agofix include path
Harald Radi [Tue, 16 Dec 2003 10:27:48 +0000 (10:27 +0000)]
fix include path

21 years agoadded properties
Georg Richter [Tue, 16 Dec 2003 08:18:31 +0000 (08:18 +0000)]
added properties
- insert_id
- server_status
fixed bug in mysqli_execute (report func)

21 years agoBFN
foobar [Tue, 16 Dec 2003 08:06:09 +0000 (08:06 +0000)]
BFN

21 years agoFix ZTS build.
Sebastian Bergmann [Tue, 16 Dec 2003 06:29:01 +0000 (06:29 +0000)]
Fix ZTS build.

21 years agoremove optional dep on xmlrpc, not really useful at this point
Greg Beaver [Tue, 16 Dec 2003 02:12:55 +0000 (02:12 +0000)]
remove optional dep on xmlrpc, not really useful at this point
add required dep on pcre, as it is used without reservation in PEAR_Config, and other places

21 years agoChangeLog update
<changelog@php.net> [Tue, 16 Dec 2003 01:31:45 +0000 (01:31 +0000)]
ChangeLog update

21 years agoFixed Bug #26625 (pg_convert sets NULL incorrectly for character data
Ilia Alshanetsky [Tue, 16 Dec 2003 01:00:34 +0000 (01:00 +0000)]
Fixed Bug #26625 (pg_convert sets NULL incorrectly for character data
types).

21 years agoCheck validity of seeks.
Marcus Boerger [Mon, 15 Dec 2003 22:47:37 +0000 (22:47 +0000)]
Check validity of seeks.
WS/CS

21 years agoAlways set panic call handler, allows us to address critical libtidy errors
Ilia Alshanetsky [Mon, 15 Dec 2003 21:56:55 +0000 (21:56 +0000)]
Always set panic call handler, allows us to address critical libtidy errors
from inside PHP.
When memory_limit is enabled use e* memory allocation macros to control
memory usage.

21 years agoFixed bug #26635 (fixed look up for fonts in the current directory w/ZTS)
Ilia Alshanetsky [Mon, 15 Dec 2003 20:34:48 +0000 (20:34 +0000)]
Fixed bug #26635 (fixed look up for fonts in the current directory w/ZTS)

21 years agoReenable __tostring() magic for print,echo,concatenation,function naming...
Marcus Boerger [Mon, 15 Dec 2003 16:59:21 +0000 (16:59 +0000)]
Reenable __tostring() magic for print,echo,concatenation,function naming...
but not for other internal things.
# As discussed with Andi

21 years agoadd new functions:
Antony Dovgal [Mon, 15 Dec 2003 13:53:01 +0000 (13:53 +0000)]
add new functions:

ocitelllob(); [ OCI_Lob->tell(); ] - ftell(); analogue for Lobs
ociwritelob(); [ OCI_Lob->write(); ] - fwrite(); analogue for Lobs
ocitruncatelob(); [ OCI_Lob->truncate(); ] - ftruncate(); analogue for Lobs
ocieraselob(); [ OCI_Lob->erase(); ] - erases specified part of a Lob (for BLOBs it means zero-filling, for CLOBs - space-filling)
ociflushlob(); [ OCI_Lob->flush(); ] - flushes Lob buffer (if buffering was enabled before)
ocisetbufferinglob(); [ OCI_Lob->setBuffering(); ] - turns on/off buffering for the current Lob
ocigetbufferinglob(); [ OCI_Lob->getBuffering(); ] - gets buffering' current state
ocirewindlob(); [ OCI_Lob->rewind(); ] - rewind(); analogue for Lobs
ocireadlob(); [ OCI_Lob->read(); ] - fread(); analogue for Lobs
ocieoflob(); [ OCI_Lob->eof(); ] - feof(); analogue for Lobs
ociseeklob(); [ OCI_Lob->seek(); ] - fseek(); analogue for Lobs
ocilobgetlength(); [ OCI_Lob->getLength(); ] - filesize(); analogue for Lobs

ociappendlob(); - appends data from a Lob to another Lob
ocicopylob(); - copies data from a Lob to another Lob
ociisequallob(); - compares 2 Lobs and checks if they are equal

TODO cleanup
and other minor fixes

21 years agows + cs (no c++ comments in c code)
foobar [Mon, 15 Dec 2003 13:20:53 +0000 (13:20 +0000)]
ws + cs (no c++ comments in c code)

21 years agoBug #24773 was fixed (Zend/tests/bug24773.phpt)
Dmitry Stogov [Mon, 15 Dec 2003 07:22:09 +0000 (07:22 +0000)]
Bug #24773 was fixed (Zend/tests/bug24773.phpt)
Assign_op operators (+=) were fixed for elements of overloaded objects
Memory leaks during accessing ptoperies/elements of overloaded objects were fixed

21 years agoMemory corruptions were fixed in zend_str_tolower_copy()
Dmitry Stogov [Mon, 15 Dec 2003 07:17:27 +0000 (07:17 +0000)]
Memory corruptions were fixed in zend_str_tolower_copy()

21 years agoScan for : in host:port pair from right instead of left.
Sara Golemon [Mon, 15 Dec 2003 06:54:31 +0000 (06:54 +0000)]
Scan for : in host:port pair from right instead of left.
This will allow handling of http://[fe80::1]:443/foo.html
IPv6 Numeric addressing with port number to parse correctly.

21 years agoRemoved unused variable.
Ilia Alshanetsky [Mon, 15 Dec 2003 03:15:50 +0000 (03:15 +0000)]
Removed unused variable.

21 years agoApplying some minor fixes / CS changes by ilia
John Coggeshall [Mon, 15 Dec 2003 01:43:45 +0000 (01:43 +0000)]
Applying some minor fixes / CS changes by ilia

21 years agoChangeLog update
<changelog@php.net> [Mon, 15 Dec 2003 01:31:56 +0000 (01:31 +0000)]
ChangeLog update

21 years agolalalaa..
foobar [Mon, 15 Dec 2003 00:43:28 +0000 (00:43 +0000)]
lalalaa..

21 years agoUpdate test to reflect new functionality.
Ilia Alshanetsky [Sun, 14 Dec 2003 23:27:32 +0000 (23:27 +0000)]
Update test to reflect new functionality.

21 years agoFixed bug #24693 (Allow session.use_trans_sid to be enabled/disabled from
Ilia Alshanetsky [Sun, 14 Dec 2003 23:24:50 +0000 (23:24 +0000)]
Fixed bug #24693 (Allow session.use_trans_sid to be enabled/disabled from
inside the script).

21 years agoChange to more complicated 'c' more
Marcus Boerger [Sun, 14 Dec 2003 22:09:28 +0000 (22:09 +0000)]
Change to more complicated 'c' more

21 years ago- Fix Bug #26304 Unexpected data loss when opening dba file
Marcus Boerger [Sun, 14 Dec 2003 22:08:18 +0000 (22:08 +0000)]
- Fix Bug #26304 Unexpected data loss when opening dba file
- Correct handling for flatfile handler

21 years agoNot needed
Marcus Boerger [Sun, 14 Dec 2003 22:07:29 +0000 (22:07 +0000)]
Not needed

21 years agoReorganization.
Moriyoshi Koizumi [Sun, 14 Dec 2003 20:00:15 +0000 (20:00 +0000)]
Reorganization.

21 years agoNote about Apache2 SAPI change.
Moriyoshi Koizumi [Sun, 14 Dec 2003 19:02:14 +0000 (19:02 +0000)]
Note about Apache2 SAPI change.

21 years agoDo not mangle column names.
Ilia Alshanetsky [Sun, 14 Dec 2003 18:45:37 +0000 (18:45 +0000)]
Do not mangle column names.

21 years agoFixed test.
Ilia Alshanetsky [Sun, 14 Dec 2003 18:25:13 +0000 (18:25 +0000)]
Fixed test.

21 years agoFixed compiler warnings.
Ilia Alshanetsky [Sun, 14 Dec 2003 18:23:15 +0000 (18:23 +0000)]
Fixed compiler warnings.

21 years agoFix test
Marcus Boerger [Sun, 14 Dec 2003 17:42:57 +0000 (17:42 +0000)]
Fix test

21 years agoFix behavior of return-by-reference functions. Remove erroneous warnings,
Zeev Suraski [Sun, 14 Dec 2003 16:09:07 +0000 (16:09 +0000)]
Fix behavior of return-by-reference functions.  Remove erroneous warnings,
add E_STRICT warnings in case you return something by reference that you're
not supposed to (anything that's not a variable, or a return-value of a
function that returned by reference).

21 years agoRemoved doubled loop from wrongly applied patch
Marcus Boerger [Sun, 14 Dec 2003 15:41:50 +0000 (15:41 +0000)]
Removed doubled loop from wrongly applied patch

21 years agoCleanup
Zeev Suraski [Sun, 14 Dec 2003 12:32:35 +0000 (12:32 +0000)]
Cleanup

21 years agoSome cleanup
Zeev Suraski [Sun, 14 Dec 2003 12:32:02 +0000 (12:32 +0000)]
Some cleanup

21 years agoFix from Michael Sisolak (destructors weren't always properly called)
Zeev Suraski [Sun, 14 Dec 2003 09:36:23 +0000 (09:36 +0000)]
Fix from Michael Sisolak (destructors weren't always properly called)

21 years agoModified package.xml to reflect 2.0's beta status
John Coggeshall [Sun, 14 Dec 2003 06:04:51 +0000 (06:04 +0000)]
Modified package.xml to reflect 2.0's beta status

21 years agoTons of changes for Tidy 2.0 -- output buffering, multiple documents,
John Coggeshall [Sun, 14 Dec 2003 06:02:33 +0000 (06:02 +0000)]
Tons of changes for Tidy 2.0 -- output buffering, multiple documents,
dual nature ($a->parse_file() and $a = tidy_parse_file()), etc.

21 years agoChangeLog update
<changelog@php.net> [Sun, 14 Dec 2003 01:31:56 +0000 (01:31 +0000)]
ChangeLog update

21 years agoExport STREAM_MKDIR_RECURSIVE constant
Sara Golemon [Sat, 13 Dec 2003 23:13:51 +0000 (23:13 +0000)]
Export STREAM_MKDIR_RECURSIVE constant

21 years agoFixes for POSIX compliancy.
Moriyoshi Koizumi [Sat, 13 Dec 2003 19:28:30 +0000 (19:28 +0000)]
Fixes for POSIX compliancy.

21 years ago- Fixed bug #26615 (patch by runekl at opoint dot com)
Derick Rethans [Sat, 13 Dec 2003 18:55:53 +0000 (18:55 +0000)]
- Fixed bug #26615 (patch by runekl at opoint dot com)

21 years agoAdd shortcut for 'nmake /I clean'.
Sebastian Bergmann [Sat, 13 Dec 2003 18:50:38 +0000 (18:50 +0000)]
Add shortcut for 'nmake /I clean'.

21 years agoFix Win32 Build. mkdir/rmdir are macros
Sara Golemon [Sat, 13 Dec 2003 18:48:39 +0000 (18:48 +0000)]
Fix Win32 Build.  mkdir/rmdir are macros

21 years agominor fixes for embedded
Georg Richter [Sat, 13 Dec 2003 16:08:13 +0000 (16:08 +0000)]
minor fixes for embedded

21 years agotest case for BC bug 26614
Hartmut Holzgraefe [Sat, 13 Dec 2003 15:42:39 +0000 (15:42 +0000)]
test case for BC bug 26614

21 years agoRevert: need a PHP4.3 solution.
Marcus Boerger [Sat, 13 Dec 2003 15:00:04 +0000 (15:00 +0000)]
Revert: need a PHP4.3 solution.
# This solution cannot be backported to PHP 4.3 -- damn!

21 years ago- Fixed bug #26304 (Unexpected data loss when opening dba file).
Marcus Boerger [Sat, 13 Dec 2003 14:50:06 +0000 (14:50 +0000)]
- Fixed bug #26304 (Unexpected data loss when opening dba file).

21 years agoAdd standard file info functions to DirectoryIterator
Marcus Boerger [Sat, 13 Dec 2003 14:40:56 +0000 (14:40 +0000)]
Add standard file info functions to DirectoryIterator

21 years agoShow classname
Marcus Boerger [Sat, 13 Dec 2003 14:40:06 +0000 (14:40 +0000)]
Show classname

21 years agoZTS fixes
Marcus Boerger [Sat, 13 Dec 2003 13:44:56 +0000 (13:44 +0000)]
ZTS fixes

21 years agoadd an example for illegal string offset. the example is stolen from Marcus
Andrey Hristov [Sat, 13 Dec 2003 12:33:14 +0000 (12:33 +0000)]
add an example for illegal string offset. the example is stolen from Marcus
and Markus should be now satisfied :). Currently this code segfaults with
PHP_4_3.

21 years agoremoved old profiler stuff for embedded server
Georg Richter [Sat, 13 Dec 2003 10:15:45 +0000 (10:15 +0000)]
removed old profiler stuff for embedded server