]> granicus.if.org Git - php/log
php
23 years agoAdd a little more fault tolerance for pg_host, pg_tty and more.
Yasuo Ohgaki [Thu, 24 Jan 2002 06:40:10 +0000 (06:40 +0000)]
Add a little more fault tolerance for pg_host, pg_tty and more.

23 years agoNo more httpd restart is required when PostgreSQL is rebooted.
Yasuo Ohgaki [Thu, 24 Jan 2002 06:20:33 +0000 (06:20 +0000)]
No more httpd restart is required when PostgreSQL is rebooted.
# Works for pg_query()/pg_send_query()

23 years agoupdated INSTALL to be more relevant.. more fixes coming (at some point)
James Cox [Thu, 24 Jan 2002 02:06:20 +0000 (02:06 +0000)]
updated INSTALL to be more relevant.. more fixes coming (at some point)

23 years agoChangeLog update
<changelog@php.net> [Thu, 24 Jan 2002 01:14:28 +0000 (01:14 +0000)]
ChangeLog update

23 years ago* Add uninstall command
Vincent Blavet [Wed, 23 Jan 2002 19:09:54 +0000 (19:09 +0000)]
* Add uninstall command
* Add list-installed command

23 years agoReturn false when the directory can not be created in mkDir()
Tomas V.V.Cox [Wed, 23 Jan 2002 18:53:08 +0000 (18:53 +0000)]
Return false when the directory can not be created in mkDir()

23 years agoFixing spelling error in FrontBase section
Frank M. Kromann [Wed, 23 Jan 2002 17:48:31 +0000 (17:48 +0000)]
Fixing spelling error in FrontBase section
Changed som int to unsigned int to remove compiler warnings

23 years agoFixing spelling error in FrontBase section
Frank M. Kromann [Wed, 23 Jan 2002 17:47:46 +0000 (17:47 +0000)]
Fixing spelling error in FrontBase section

23 years agoAdd workspace to build CLI SAPI Module on Win32.
Sebastian Bergmann [Wed, 23 Jan 2002 13:42:46 +0000 (13:42 +0000)]
Add workspace to build CLI SAPI Module on Win32.

23 years agoGive Edin Kadribasic his due credits.
Sebastian Bergmann [Wed, 23 Jan 2002 13:41:52 +0000 (13:41 +0000)]
Give Edin Kadribasic his due credits.

23 years agoNo need to dupe this string in cli sapi (Bug #15181).
Edin Kadribasic [Wed, 23 Jan 2002 13:15:16 +0000 (13:15 +0000)]
No need to dupe this string in cli sapi (Bug #15181).

23 years agoAdded comment for pgsql module.
Yasuo Ohgaki [Wed, 23 Jan 2002 10:24:57 +0000 (10:24 +0000)]
Added comment for pgsql module.

23 years agoclaiming maintainance ownership of ext/calendar
Hartmut Holzgraefe [Wed, 23 Jan 2002 09:55:45 +0000 (09:55 +0000)]
claiming maintainance ownership of ext/calendar

23 years agoadded info about FETCH macros
Hartmut Holzgraefe [Wed, 23 Jan 2002 09:52:28 +0000 (09:52 +0000)]
added info about FETCH macros
(written over a year ago but somehow never commited)

23 years agoChangeLog update
<changelog@php.net> [Wed, 23 Jan 2002 01:12:18 +0000 (01:12 +0000)]
ChangeLog update

23 years agoSimplified domxml_substitute_entities_default() function
Jaroslaw Kolakowski [Tue, 22 Jan 2002 18:47:06 +0000 (18:47 +0000)]
Simplified domxml_substitute_entities_default() function

23 years ago- Fix a bug reported by Sebastian with indirect class names not working.
Andi Gutmans [Tue, 22 Jan 2002 18:02:52 +0000 (18:02 +0000)]
- Fix a bug reported by Sebastian with indirect class names not working.

23 years agojust init CURL_GLOBAL_SSL
Sterling Hughes [Tue, 22 Jan 2002 17:06:16 +0000 (17:06 +0000)]
just init CURL_GLOBAL_SSL

23 years agoGetting rid of some compile warnings (thanks to markus for pointing me in the right...
Christian Stocker [Tue, 22 Jan 2002 09:52:56 +0000 (09:52 +0000)]
Getting rid of some compile warnings (thanks to markus for pointing me in the right direction :) )

23 years agoFix for bug #15130. Way too much effort for this bug, but cleaned up code
Sean Bright [Tue, 22 Jan 2002 03:35:23 +0000 (03:35 +0000)]
Fix for bug #15130.  Way too much effort for this bug, but cleaned up code
a bit, use zend_parse_parameters(), etc, etc.  We only look for extensions
in the basename, not the full path.

23 years agoChangeLog update
<changelog@php.net> [Tue, 22 Jan 2002 01:16:18 +0000 (01:16 +0000)]
ChangeLog update

23 years agoAdded domxml_substitute_entities_default() function
Jaroslaw Kolakowski [Mon, 21 Jan 2002 23:21:32 +0000 (23:21 +0000)]
Added domxml_substitute_entities_default() function

23 years ago- fixed bug caused by libxml2 in xpath_register_ns()
Chris Jarecki [Mon, 21 Jan 2002 19:12:00 +0000 (19:12 +0000)]
- fixed bug caused by libxml2 in xpath_register_ns()
- registered namespaces are now persistent

23 years agoAdding Archive/Tar.php to php4/pear/. This is needed in order for the
Jon Parise [Mon, 21 Jan 2002 18:25:04 +0000 (18:25 +0000)]
Adding Archive/Tar.php to php4/pear/.  This is needed in order for the
phptar script (php4/pear/scripts/phptar) to be useful, so it makes sense
to make Archive/Tar.php a standard component.

23 years agoremoved check macros no longer needed due to CLI work
Hartmut Holzgraefe [Mon, 21 Jan 2002 16:49:31 +0000 (16:49 +0000)]
removed check macros no longer needed due to CLI work
(plus reverting last commit, was in wrong dir :( )

23 years agoremoved check macros no longer needed due to CLI work
Hartmut Holzgraefe [Mon, 21 Jan 2002 16:39:17 +0000 (16:39 +0000)]
removed check macros no longer needed due to CLI work

23 years agothis closes off a number of ODBC bugs.
Dan Kalowsky [Mon, 21 Jan 2002 14:11:17 +0000 (14:11 +0000)]
this closes off a number of ODBC bugs.
# this is a bit hack-ish in it's functionality.  The proper answer (allowing
# users to set their cursor type) has bugs with some tests cases at this time.
#  But this is being done to just get ODBC back into working order.

23 years ago- Fix for bug #15057: getimagesize() crashes when offline (on MacOSX)
Derick Rethans [Mon, 21 Jan 2002 07:54:56 +0000 (07:54 +0000)]
- Fix for bug #15057: getimagesize() crashes when offline (on MacOSX)

23 years agoChangeLog update
<changelog@php.net> [Mon, 21 Jan 2002 01:14:50 +0000 (01:14 +0000)]
ChangeLog update

23 years agoFixed typo and proto
Yasuo Ohgaki [Mon, 21 Jan 2002 00:36:22 +0000 (00:36 +0000)]
Fixed typo and proto

23 years agoFixed bug #9041 and others in the same class (patch by pete.lee@ubs.com)
Edin Kadribasic [Sun, 20 Jan 2002 23:58:37 +0000 (23:58 +0000)]
Fixed bug #9041 and others in the same class (patch by pete.lee@ubs.com)

23 years ago- Improve performance of functions that use $GLOBALS[]
Andi Gutmans [Sun, 20 Jan 2002 20:42:15 +0000 (20:42 +0000)]
- Improve performance of functions that use $GLOBALS[]
- Please check this and make sure it doesn't break anything.

23 years ago- Fix crash with invalid localtime on Win32 systems.
Markus Fischer [Sun, 20 Jan 2002 20:16:54 +0000 (20:16 +0000)]
- Fix crash with invalid localtime on Win32 systems.

23 years agoadjust to ap_get_brigade and input filter api changes
Doug MacEachern [Sun, 20 Jan 2002 18:44:15 +0000 (18:44 +0000)]
adjust to ap_get_brigade and input filter api changes

23 years agoMove Cache to /pear.
Sebastian Bergmann [Sun, 20 Jan 2002 16:06:08 +0000 (16:06 +0000)]
Move Cache to /pear.

23 years agoMove Payment_Verisign to /pear.
Sebastian Bergmann [Sun, 20 Jan 2002 15:55:04 +0000 (15:55 +0000)]
Move Payment_Verisign to /pear.

23 years agoMove Benchmark, Math, Numbers to /pear. Remove Log, it was already in /pear.
Sebastian Bergmann [Sun, 20 Jan 2002 15:44:32 +0000 (15:44 +0000)]
Move Benchmark, Math, Numbers to /pear. Remove Log, it was already in /pear.

23 years agocut&paste errors in protos fixed
Hartmut Holzgraefe [Sun, 20 Jan 2002 14:45:30 +0000 (14:45 +0000)]
cut&paste errors in protos fixed

23 years agoproto fix
Hartmut Holzgraefe [Sun, 20 Jan 2002 14:40:59 +0000 (14:40 +0000)]
proto fix

23 years agoFixed by Sean Bright's commit.
Sebastian Bergmann [Sun, 20 Jan 2002 08:34:05 +0000 (08:34 +0000)]
Fixed by Sean Bright's commit.

23 years agoForgot to remove the return from a void function
Sean Bright [Sun, 20 Jan 2002 05:02:52 +0000 (05:02 +0000)]
Forgot to remove the return from a void function

23 years agoThese PHP3_* macros aren't defined in the code, so these haven't been doing
Sean Bright [Sun, 20 Jan 2002 04:55:40 +0000 (04:55 +0000)]
These PHP3_* macros aren't defined in the code, so these haven't been doing
anything for some time now (at least since 4.0 was released).  So let's go
ahead and remove those.
# If I missed something obvious, let me know and I will revert the patch.

23 years agoRemoved entry implemented in cli sapi.
Edin Kadribasic [Sun, 20 Jan 2002 04:29:03 +0000 (04:29 +0000)]
Removed entry implemented in cli sapi.

23 years agoModified the build system to make certain extensions (pcntl, ncurses,
Edin Kadribasic [Sun, 20 Jan 2002 02:30:18 +0000 (02:30 +0000)]
Modified the build system to make certain extensions (pcntl, ncurses,
pcntl) only with cgi/cli sapi's. This was done by adding 3rd optional
parameter to PHP_EXTENSION macro which should be set to "cli" if
the extension only makes sense for that class of api's.

23 years agoAdded missing entry to .cvsignore
Edin Kadribasic [Sun, 20 Jan 2002 01:58:14 +0000 (01:58 +0000)]
Added missing entry to .cvsignore

23 years agoChangeLog update
<changelog@php.net> [Sun, 20 Jan 2002 01:16:05 +0000 (01:16 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Sun, 20 Jan 2002 01:16:02 +0000 (01:16 +0000)]
NEWS update

23 years agoGet rid of needless spaces
Yasuo Ohgaki [Sun, 20 Jan 2002 01:09:11 +0000 (01:09 +0000)]
Get rid of needless spaces

23 years agoRevert my last commit
Yasuo Ohgaki [Sun, 20 Jan 2002 01:03:17 +0000 (01:03 +0000)]
Revert my last commit
# "automagic" is intened :)

23 years agoRemoved two issues resolved by the introduction of sapi/cli.
Edin Kadribasic [Sat, 19 Jan 2002 23:31:12 +0000 (23:31 +0000)]
Removed two issues resolved by the introduction of sapi/cli.

23 years agoMerged patch from sapi/cgi.
Edin Kadribasic [Sat, 19 Jan 2002 22:45:26 +0000 (22:45 +0000)]
Merged patch from sapi/cgi.
# I will try to sync relevant patches from sapi/cgi to sapi/cli

23 years ago- Fixed passing parameters to domxml_xslt_process(). Now they can be either strings...
Jaroslaw Kolakowski [Sat, 19 Jan 2002 21:12:05 +0000 (21:12 +0000)]
- Fixed passing parameters to domxml_xslt_process(). Now they can be either strings or XPath expressions.
- Several minor fixes in domxml_xslt_process().

23 years agoMake the decoder less strict to allow for brain-dead mailers that mark
Wez Furlong [Sat, 19 Jan 2002 14:06:52 +0000 (14:06 +0000)]
Make the decoder less strict to allow for brain-dead mailers that mark
messages as 7bit but then include 8bit chars in the body.
Thanks to Dan Fitzpatrick for bringing this to my attention.

23 years agoMFZE1
Thies C. Arntzen [Sat, 19 Jan 2002 10:35:51 +0000 (10:35 +0000)]
MFZE1

23 years agoStores limit_from and limit_count as DB_result proporties instead
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.

23 years agoMake --enable-safe-mode useful
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.

23 years agoChangeLog update
<changelog@php.net> [Sat, 19 Jan 2002 01:13:02 +0000 (01:13 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Sat, 19 Jan 2002 01:12:59 +0000 (01:12 +0000)]
NEWS update

23 years agoreimplement extension listing
Shane Caraveo [Fri, 18 Jan 2002 20:27:09 +0000 (20:27 +0000)]
reimplement extension listing

23 years ago- More WS fixes
Markus Fischer [Fri, 18 Jan 2002 15:54:50 +0000 (15:54 +0000)]
- More WS fixes

23 years agoshite :) too much WS fixes. leave the licence as it was...
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 ...)

23 years ago- WS fixes (replaced " " by \t)
Christian Stocker [Fri, 18 Jan 2002 15:40:26 +0000 (15:40 +0000)]
- WS fixes (replaced "    " by \t)

23 years ago- added optional parameters format and level for domxml_dump_node()
Christian Stocker [Fri, 18 Jan 2002 15:03:13 +0000 (15:03 +0000)]
- added optional parameters format and level for domxml_dump_node()

23 years ago- added macro DOMXML_PARAM_ONE
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)

23 years ago@- Added function domxml_node_get_content() (chregu)
Christian Stocker [Fri, 18 Jan 2002 11:04:10 +0000 (11:04 +0000)]
@- Added function domxml_node_get_content() (chregu)

23 years ago# sorry for the mixing of different things in this commit
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)

23 years agoFix typo
Yasuo Ohgaki [Fri, 18 Jan 2002 06:51:04 +0000 (06:51 +0000)]
Fix typo

23 years agoChangeLog update
<changelog@php.net> [Fri, 18 Jan 2002 01:13:34 +0000 (01:13 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Fri, 18 Jan 2002 01:13:30 +0000 (01:13 +0000)]
NEWS update

23 years agoNew function yaz_es_result: Z395.0 Extended Services Result.
Adam Dickmeiss [Thu, 17 Jan 2002 23:21:28 +0000 (23:21 +0000)]
New function yaz_es_result: Z395.0 Extended Services Result.
----------------------------------------------------------------------

23 years agoFixed shmop_read to append \0 to returned string in shmop_read to eliminate Zend...
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

23 years ago@ - Don't touch any globals in session_unset() if register_globals is set
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.

23 years ago@ - Added 3 new optional parameters to OCIFetchStatement(). They control
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...

23 years agoFix attribution, its Petr's patch, not mine :)
Sterling Hughes [Thu, 17 Jan 2002 17:26:38 +0000 (17:26 +0000)]
Fix attribution, its Petr's patch, not mine :)

23 years agoLittle cleanup, add information about Sablotron 0.8
Sterling Hughes [Thu, 17 Jan 2002 17:26:09 +0000 (17:26 +0000)]
Little cleanup, add information about Sablotron 0.8

23 years agoUpdate for Sablotron .8
Sterling Hughes [Thu, 17 Jan 2002 17:21:38 +0000 (17:21 +0000)]
Update for Sablotron .8

23 years agoUse libxml2 header if there are older version. Reported by <jwagoner@wlion.com>
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>

23 years agoAdded XsltStylesheet class with methods:
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().

23 years agoChangeLog update
<changelog@php.net> [Thu, 17 Jan 2002 01:12:29 +0000 (01:12 +0000)]
ChangeLog update

23 years agoExport php_session_register_module/serializer
Yasuo Ohgaki [Wed, 16 Jan 2002 23:24:37 +0000 (23:24 +0000)]
Export php_session_register_module/serializer

23 years agoFix typo
Rasmus Lerdorf [Wed, 16 Jan 2002 22:32:40 +0000 (22:32 +0000)]
Fix typo

23 years agomysql_db_query is deprecated, fixed by using mysql_select_db and
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).

23 years agoExport php_session_register_module/serializer.
Yasuo Ohgaki [Wed, 16 Jan 2002 04:56:35 +0000 (04:56 +0000)]
Export php_session_register_module/serializer.

23 years agoChangeLog update
<changelog@php.net> [Wed, 16 Jan 2002 01:14:36 +0000 (01:14 +0000)]
ChangeLog update

23 years ago- Fixed a bug with matching string containing null bytes.
Andrei Zmievski [Tue, 15 Jan 2002 15:40:31 +0000 (15:40 +0000)]
- Fixed a bug with matching string containing null bytes.

23 years agoChangeLog update
<changelog@php.net> [Tue, 15 Jan 2002 01:14:47 +0000 (01:14 +0000)]
ChangeLog update

23 years ago- using macro in xpath_register_ns()
Chris Jarecki [Mon, 14 Jan 2002 21:43:18 +0000 (21:43 +0000)]
- using macro in xpath_register_ns()
- fixed protos in xpath functions

23 years ago- Fix crash bug in call_user_function_ex(). Thanks to Sebastian for the
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]));
}
?>

23 years agofix for bug #14776
Stefan Esser [Mon, 14 Jan 2002 13:36:54 +0000 (13:36 +0000)]
fix for bug #14776

23 years agoUpdate Exceptions example.
Sebastian Bergmann [Mon, 14 Jan 2002 12:14:18 +0000 (12:14 +0000)]
Update Exceptions example.

23 years agofixed an error in mbstring caused by confliction with regex.
Rui Hirokawa [Mon, 14 Jan 2002 03:08:40 +0000 (03:08 +0000)]
fixed an error in mbstring caused by confliction with regex.

23 years agoChangeLog update
<changelog@php.net> [Mon, 14 Jan 2002 01:13:37 +0000 (01:13 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Mon, 14 Jan 2002 01:13:34 +0000 (01:13 +0000)]
NEWS update

23 years agoFixed build in the directory other than $top_srcdir.
Edin Kadribasic [Sun, 13 Jan 2002 23:51:56 +0000 (23:51 +0000)]
Fixed build in the directory other than $top_srcdir.

23 years ago- Change exception handling to use the Java-like catch(MyException $exception)
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();
}
?>

23 years agoNew DSN "protcocol(protocol_opts)" format support:
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

23 years ago- MFZE1
Andi Gutmans [Sun, 13 Jan 2002 17:51:18 +0000 (17:51 +0000)]
- MFZE1

23 years ago4.1.1 NEWS entry block was missing from the HEAD tree
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

23 years agofixed some link error of gd's configure.
Rui Hirokawa [Sun, 13 Jan 2002 06:25:18 +0000 (06:25 +0000)]
fixed some link error of gd's configure.

23 years agoThis should fix cli build when running 'make install' directly.
Edin Kadribasic [Sun, 13 Jan 2002 05:26:20 +0000 (05:26 +0000)]
This should fix cli build when running 'make install' directly.