]>
granicus.if.org Git - php/log
Thies C. Arntzen [Sat, 19 Jan 2002 10:35:51 +0000 (10:35 +0000)]
MFZE1
Tomas V.V.Cox [Sat, 19 Jan 2002 07:46:23 +0000 (07:46 +0000)]
Stores limit_from and limit_count as DB_result proporties instead
of DB_common. Fixs bug when doing queries inside limitQuery results.
Yasuo Ohgaki [Sat, 19 Jan 2002 03:15:03 +0000 (03:15 +0000)]
Make --enable-safe-mode useful
# It seems this option is broken for a long time.
@ Fix --enable-safe-mode. This configure option was not working.
<changelog@php.net> [Sat, 19 Jan 2002 01:13:02 +0000 (01:13 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 19 Jan 2002 01:12:59 +0000 (01:12 +0000)]
NEWS update
Shane Caraveo [Fri, 18 Jan 2002 20:27:09 +0000 (20:27 +0000)]
reimplement extension listing
Markus Fischer [Fri, 18 Jan 2002 15:54:50 +0000 (15:54 +0000)]
- More WS fixes
Christian Stocker [Fri, 18 Jan 2002 15:45:44 +0000 (15:45 +0000)]
shite :) too much WS fixes. leave the licence as it was...
# (why uses pear spaces and php tabs anyway... but i don't want to start another CS flame war ...)
Christian Stocker [Fri, 18 Jan 2002 15:40:26 +0000 (15:40 +0000)]
- WS fixes (replaced " " by \t)
Christian Stocker [Fri, 18 Jan 2002 15:03:13 +0000 (15:03 +0000)]
- added optional parameters format and level for domxml_dump_node()
Christian Stocker [Fri, 18 Jan 2002 12:40:12 +0000 (12:40 +0000)]
- added macro DOMXML_PARAM_ONE
@- added function domxml_dump_node($doc,$node). Dumps a node plus all
@ children into a string. (chregu)
Christian Stocker [Fri, 18 Jan 2002 11:04:10 +0000 (11:04 +0000)]
@- Added function domxml_node_get_content() (chregu)
Christian Stocker [Fri, 18 Jan 2002 07:58:47 +0000 (07:58 +0000)]
# sorry for the mixing of different things in this commit
- added DOMXML_PARAM_THREE macro
- renamed domxml_dumpmem to domxml_dump_mem, added alias for
domxml_dumpmem
- domxml_has_attributes was missing in in zend_function_entry
@- added function domxml_dump_file($filename,[$compression]). Dumps XML to
@ a file and uses compression, if specified (chregu)
@- added exslt integration (see http://exslt.org for details). To be
@ configured with --with-dom-exslt[=DIR] (and --with-dom-xslt) (chregu, jaroslaw)
Yasuo Ohgaki [Fri, 18 Jan 2002 06:51:04 +0000 (06:51 +0000)]
Fix typo
<changelog@php.net> [Fri, 18 Jan 2002 01:13:34 +0000 (01:13 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 18 Jan 2002 01:13:30 +0000 (01:13 +0000)]
NEWS update
Adam Dickmeiss [Thu, 17 Jan 2002 23:21:28 +0000 (23:21 +0000)]
New function yaz_es_result: Z395.0 Extended Services Result.
----------------------------------------------------------------------
Ilia Alshanetsky [Thu, 17 Jan 2002 19:58:53 +0000 (19:58 +0000)]
Fixed shmop_read to append \0 to returned string in shmop_read to eliminate Zend warnings
Thies C. Arntzen [Thu, 17 Jan 2002 18:56:11 +0000 (18:56 +0000)]
@ - Don't touch any globals in session_unset() if register_globals is set
@ to off. (Thies)
guys, shoot me if i'm wrong, but when we have set register_globals to off we
should _not_ touch any global variables at any time, right? so all session
register/unregister should only work on $HTTP_SESSION_VARS and $_SESSION. this
patch fixes at least one spot where we were touching globals even with
register_globals set to off.
Thies C. Arntzen [Thu, 17 Jan 2002 18:40:59 +0000 (18:40 +0000)]
@ - Added 3 new optional parameters to OCIFetchStatement(). They control
@ the number of rows to skip at the beginning of the cursor, the
@ maximun numer of rows that should be fetched and the format of the
@ returned array. (Thies)
# sorry, no time to write the docs for this right now...
Sterling Hughes [Thu, 17 Jan 2002 17:26:38 +0000 (17:26 +0000)]
Fix attribution, its Petr's patch, not mine :)
Sterling Hughes [Thu, 17 Jan 2002 17:26:09 +0000 (17:26 +0000)]
Little cleanup, add information about Sablotron 0.8
Sterling Hughes [Thu, 17 Jan 2002 17:21:38 +0000 (17:21 +0000)]
Update for Sablotron .8
Yasuo Ohgaki [Thu, 17 Jan 2002 01:18:25 +0000 (01:18 +0000)]
Use libxml2 header if there are older version. Reported by <jwagoner@wlion.com>
Jaroslaw Kolakowski [Thu, 17 Jan 2002 01:13:39 +0000 (01:13 +0000)]
Added XsltStylesheet class with methods:
- domxml_xslt_stylesheet(string),
- domxml_xslt_stylesheet_doc(DomDocument),
- domxml_xslt_stylesheet_file(filename),
- process(DomDocument,parameters array) - previously domxml_xslt_process().
<changelog@php.net> [Thu, 17 Jan 2002 01:12:29 +0000 (01:12 +0000)]
ChangeLog update
Yasuo Ohgaki [Wed, 16 Jan 2002 23:24:37 +0000 (23:24 +0000)]
Export php_session_register_module/serializer
Rasmus Lerdorf [Wed, 16 Jan 2002 22:32:40 +0000 (22:32 +0000)]
Fix typo
Marc Boeren [Wed, 16 Jan 2002 16:28:50 +0000 (16:28 +0000)]
mysql_db_query is deprecated, fixed by using mysql_select_db and
mysql_query (Mc).
Yasuo Ohgaki [Wed, 16 Jan 2002 04:56:35 +0000 (04:56 +0000)]
Export php_session_register_module/serializer.
<changelog@php.net> [Wed, 16 Jan 2002 01:14:36 +0000 (01:14 +0000)]
ChangeLog update
Andrei Zmievski [Tue, 15 Jan 2002 15:40:31 +0000 (15:40 +0000)]
- Fixed a bug with matching string containing null bytes.
<changelog@php.net> [Tue, 15 Jan 2002 01:14:47 +0000 (01:14 +0000)]
ChangeLog update
Chris Jarecki [Mon, 14 Jan 2002 21:43:18 +0000 (21:43 +0000)]
- using macro in xpath_register_ns()
- fixed protos in xpath functions
Andi Gutmans [Mon, 14 Jan 2002 16:55:23 +0000 (16:55 +0000)]
- Fix crash bug in call_user_function_ex(). Thanks to Sebastian for the
- very nice and short reproducing script.
<?php
$array = array('foo', 'bar');
uasort($array, 'cmp');
function cmp($a, $b)
{
return (strcmp($a[1], $b[1]));
}
?>
Stefan Esser [Mon, 14 Jan 2002 13:36:54 +0000 (13:36 +0000)]
fix for bug #14776
Sebastian Bergmann [Mon, 14 Jan 2002 12:14:18 +0000 (12:14 +0000)]
Update Exceptions example.
Rui Hirokawa [Mon, 14 Jan 2002 03:08:40 +0000 (03:08 +0000)]
fixed an error in mbstring caused by confliction with regex.
<changelog@php.net> [Mon, 14 Jan 2002 01:13:37 +0000 (01:13 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 14 Jan 2002 01:13:34 +0000 (01:13 +0000)]
NEWS update
Edin Kadribasic [Sun, 13 Jan 2002 23:51:56 +0000 (23:51 +0000)]
Fixed build in the directory other than $top_srcdir.
Andi Gutmans [Sun, 13 Jan 2002 20:21:55 +0000 (20:21 +0000)]
- Change exception handling to use the Java-like catch(MyException $exception)
- semantics. Example:
<?php
class MyException {
function __construct($exception)
{
$this->exception = $exception;
}
function Display()
{
print "MyException: $this->exception\n";
}
}
class MyExceptionFoo extends MyException {
function __construct($exception)
{
$this->exception = $exception;
}
function Display()
{
print "MyException: $this->exception\n";
}
}
try {
throw new MyExceptionFoo("Hello");
} catch (MyException $exception) {
$exception->Display();
}
?>
Tomas V.V.Cox [Sun, 13 Jan 2002 18:24:56 +0000 (18:24 +0000)]
New DSN "protcocol(protocol_opts)" format support:
phptype://user:pass@protocol(proto_opts)/database
ex:
pgsql://user@unix()/pear
mysql://user@unix(/path/to/socket)/pear
pgsql://user:pass@word@tcp(somehost:7777)/pear
Andi Gutmans [Sun, 13 Jan 2002 17:51:18 +0000 (17:51 +0000)]
- MFZE1
Rasmus Lerdorf [Sun, 13 Jan 2002 16:50:08 +0000 (16:50 +0000)]
4.1.1 NEWS entry block was missing from the HEAD tree
Rui Hirokawa [Sun, 13 Jan 2002 06:25:18 +0000 (06:25 +0000)]
fixed some link error of gd's configure.
Edin Kadribasic [Sun, 13 Jan 2002 05:26:20 +0000 (05:26 +0000)]
This should fix cli build when running 'make install' directly.
Chris Jarecki [Sun, 13 Jan 2002 01:17:34 +0000 (01:17 +0000)]
- Added xpath_register_ns() function.
@ - Added xpath_register_ns() function.
@ It makes possible to issue XPath queries with namespaces
@ like for example: "//namespace:sampletag" (Chris Jarecki)
<changelog@php.net> [Sun, 13 Jan 2002 01:10:35 +0000 (01:10 +0000)]
ChangeLog update
Edin Kadribasic [Sat, 12 Jan 2002 22:48:54 +0000 (22:48 +0000)]
Fixed CLI build when the main SAPI is built as a shered library.
Edin Kadribasic [Sat, 12 Jan 2002 14:51:54 +0000 (14:51 +0000)]
Modified the build system to always build CLI SAPI.
Gavin Sherry [Sat, 12 Jan 2002 07:38:35 +0000 (07:38 +0000)]
My bad. Left some stray debugging code in previous commit.
Gavin Sherry [Sat, 12 Jan 2002 07:23:35 +0000 (07:23 +0000)]
See the update to dba_db3.c
Gavin Sherry [Sat, 12 Jan 2002 07:22:27 +0000 (07:22 +0000)]
This fixes the notorious "mode 'c' fails" bug (see bugs - 10380, 10798, 11732). The bug originates from the fact that mode "c" for db3 sets 'type' to DB_UNKNOWN and mode DB_CREATE when the database already exists. The underlying library raises an error at this logical discrepancy: obviously one cannot create a database of unknown type.
Vlad Krupin [Sat, 12 Jan 2002 05:39:07 +0000 (05:39 +0000)]
Fixed segfault in imap_bodystruct() when called with an invalid message
number. Now it fails with a warning instead.
<changelog@php.net> [Sat, 12 Jan 2002 01:11:03 +0000 (01:11 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 12 Jan 2002 01:11:00 +0000 (01:11 +0000)]
NEWS update
Jaroslaw Kolakowski [Fri, 11 Jan 2002 21:15:46 +0000 (21:15 +0000)]
Added domxml_node_replace_node() function.
Rui Hirokawa [Fri, 11 Jan 2002 13:21:09 +0000 (13:21 +0000)]
@Added multi-byte enabled regex functions. (Rui)
Markus Fischer [Fri, 11 Jan 2002 10:44:24 +0000 (10:44 +0000)]
- mkdir(): made second (mode) parameter optional, default to 0777
switched to zend_parse_parameters().
# Added vim 'noet' setting
Tomas V.V.Cox [Fri, 11 Jan 2002 01:51:24 +0000 (01:51 +0000)]
- Added HTTP::head($url) which sends a "HEAD" HTTP command to a server
and returns the headers as an associative array
- Call-time pass-by-reference fixes
<changelog@php.net> [Fri, 11 Jan 2002 01:11:10 +0000 (01:11 +0000)]
ChangeLog update
Tomas V.V.Cox [Fri, 11 Jan 2002 00:04:55 +0000 (00:04 +0000)]
submit a test that will fail due to php bug #14744
Frank M. Kromann [Thu, 10 Jan 2002 21:56:18 +0000 (21:56 +0000)]
Adding functions to get BLOB/CLOB size from a lob_handle.
Added descriptions on most protos
Andrei Zmievski [Thu, 10 Jan 2002 21:31:06 +0000 (21:31 +0000)]
Fix the recursive counting, it was broken for associative or non-sequential
arrays. Also update NEWS file.
Derick Rethans [Thu, 10 Jan 2002 16:00:08 +0000 (16:00 +0000)]
- Make an E_NOTICE error type show 'Notice' instead of 'Warning'.
Yasuo Ohgaki [Thu, 10 Jan 2002 12:08:39 +0000 (12:08 +0000)]
Fix startup crash
# Sascha, thanks for fixing poor patch :)
# mm save handler does not work regardlress of
# save path patch or not for some reason.
Markus Fischer [Thu, 10 Jan 2002 09:09:19 +0000 (09:09 +0000)]
- Unified error messages.
- Improved argument handling in dio_fcntl().
Sascha Schumann [Thu, 10 Jan 2002 07:37:10 +0000 (07:37 +0000)]
Improved code for handling PS(save_path)
Don't MFH before further testing
Sascha Schumann [Thu, 10 Jan 2002 07:28:27 +0000 (07:28 +0000)]
Ws fix
Sascha Schumann [Thu, 10 Jan 2002 07:25:00 +0000 (07:25 +0000)]
(PHP touch) Operate on a stack buffer.. no need for allocating newtime
on the heap.
Sascha Schumann [Thu, 10 Jan 2002 07:21:57 +0000 (07:21 +0000)]
Add three-parameter touch() which enables users to set
mtime/atime to different values.
Yasuo Ohgaki [Thu, 10 Jan 2002 06:44:02 +0000 (06:44 +0000)]
Fix bug in test script
Yasuo Ohgaki [Thu, 10 Jan 2002 06:14:40 +0000 (06:14 +0000)]
Make use of save_path for mm file.
Patch by Henning Schmiedehausen <hps@intermeta.de>
Closes bug 14808
Sascha Schumann [Thu, 10 Jan 2002 05:11:19 +0000 (05:11 +0000)]
Make these tests succeed with non-standard settings
Markus Fischer [Thu, 10 Jan 2002 01:53:22 +0000 (01:53 +0000)]
- Fix compilation. (Christian Stocker)
<changelog@php.net> [Thu, 10 Jan 2002 01:15:32 +0000 (01:15 +0000)]
ChangeLog update
Yasuo Ohgaki [Thu, 10 Jan 2002 00:39:42 +0000 (00:39 +0000)]
Year update
Yasuo Ohgaki [Thu, 10 Jan 2002 00:38:05 +0000 (00:38 +0000)]
shmop got a new maintainer
jim winstead [Wed, 9 Jan 2002 23:59:05 +0000 (23:59 +0000)]
Rename finite/isinf/isnan to more standard is_*() names.
jim winstead [Wed, 9 Jan 2002 23:47:46 +0000 (23:47 +0000)]
Move type-handling functions into ext/standard/type.c (which had
a few otherwise unused functions in it).
Markus Fischer [Wed, 9 Jan 2002 16:51:53 +0000 (16:51 +0000)]
- Correct some protos.
Derick Rethans [Wed, 9 Jan 2002 16:03:36 +0000 (16:03 +0000)]
- Fix bug introduced in earlier patch
Uwe Steinmann [Wed, 9 Jan 2002 08:09:16 +0000 (08:09 +0000)]
- fixed typo in deprecated functionname
Yasuo Ohgaki [Wed, 9 Jan 2002 08:02:21 +0000 (08:02 +0000)]
- shmop_open has a new flag for read/write access, 'w'
- eliminated a segfault when trying to write to a SHM_RDONLY segment
- eliminated a segfault when an invalid flag which starts with 'a' or 'c' is passed
- updated creators' email addresses
- changed error messages to say shmop_* instead of shm* to correspond with new shmop_* function names
Patch by Ilia Alshanetsky (ilia@prohost.org)
# Please test :)
foobar [Wed, 9 Jan 2002 03:42:30 +0000 (03:42 +0000)]
- Fixed compile with older libxml.
# I had libxml 2.4.2 installed.
foobar [Wed, 9 Jan 2002 03:41:48 +0000 (03:41 +0000)]
- Fixed the creation of pear-get script.
foobar [Wed, 9 Jan 2002 03:40:51 +0000 (03:40 +0000)]
Reverted Hartmut's patch as it caused more trouble than it solved.
# Broke my build totally. The 'correct' fix is to make the checks better
# everywhere. ie. to check for existance of the library/symbol in some lib.
foobar [Wed, 9 Jan 2002 02:06:32 +0000 (02:06 +0000)]
whitespace
<changelog@php.net> [Wed, 9 Jan 2002 01:13:39 +0000 (01:13 +0000)]
ChangeLog update
Jaroslaw Kolakowski [Tue, 8 Jan 2002 19:13:42 +0000 (19:13 +0000)]
A
Changed names of functions:
- htmldoc() to html_doc(),
- htmldocfile() to html_doc_file(),
- domxml_htmldumpmem() to domxml_html_dump_mem(),
- htmldumpmem() to html_dump_mem().
foobar [Tue, 8 Jan 2002 17:51:08 +0000 (17:51 +0000)]
Some whitespace fixes (naugthy me :) and make use of PHP_CHECK_LIBRARY
macro instead of AC_CHECK_LIB.
# Better not touch LIBS anywhere. It might cause unexpected build problems
# if someone forgets to set it back in some config.m4..
Sterling Hughes [Tue, 8 Jan 2002 06:06:58 +0000 (06:06 +0000)]
Changed proto via Georg Richter's request.
<changelog@php.net> [Tue, 8 Jan 2002 01:14:25 +0000 (01:14 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 8 Jan 2002 01:14:22 +0000 (01:14 +0000)]
NEWS update
Jaroslaw Kolakowski [Tue, 8 Jan 2002 00:31:26 +0000 (00:31 +0000)]
- Added functions: htmldoc(), htmldocfile(), domxml_htmldumpmem().
- Added error handling for the libxml library.
- Added preliminary DOM XSLT support:
-- uses the libxslt library,
-- operates on DOM objects, not strings,
-- functions: domxml_xslt_process(), domxml_xslt_version().
James Cox [Mon, 7 Jan 2002 18:51:51 +0000 (18:51 +0000)]
browscap url fix, plus removed ^M references. it should look nice on any os.
James Cox [Mon, 7 Jan 2002 18:31:18 +0000 (18:31 +0000)]
changed the instructions for php with win32 + apache. Recommending using sapi
over cgi binary, since cgi binary and apache don't mix well security wise.
Yasuo Ohgaki [Mon, 7 Jan 2002 08:14:34 +0000 (08:14 +0000)]
New PostgreSQL functions
Egon Schmid [Mon, 7 Jan 2002 06:58:01 +0000 (06:58 +0000)]
Fixed some protos.