]>
granicus.if.org Git - php/log
Markus Fischer [Sun, 2 Dec 2001 12:21:50 +0000 (12:21 +0000)]
- Reverted macro moving stupidity (thx to Sterling).
Derick Rethans [Sun, 2 Dec 2001 11:35:28 +0000 (11:35 +0000)]
- Fix a bug in timezones +0100 and -0100
Sergey Kartashoff [Sun, 2 Dec 2001 10:24:39 +0000 (10:24 +0000)]
- Added synonym stuff support to mnogosearch module. Slightly changed
stored API. Example updated.
Egon Schmid [Sun, 2 Dec 2001 10:00:15 +0000 (10:00 +0000)]
I hope that this is a better explanation as unknown.
Egon Schmid [Sun, 2 Dec 2001 09:41:27 +0000 (09:41 +0000)]
Fixed some protos.
Egon Schmid [Sun, 2 Dec 2001 09:29:09 +0000 (09:29 +0000)]
Fixed two protos.
Sergey Kartashoff [Sun, 2 Dec 2001 07:25:26 +0000 (07:25 +0000)]
- Mnogosearch module stored API slightly changed. Example updated.
<changelog@php.net> [Sun, 2 Dec 2001 01:10:14 +0000 (01:10 +0000)]
ChangeLog update
Rasmus Lerdorf [Sun, 2 Dec 2001 00:59:44 +0000 (00:59 +0000)]
Oops, FOO_VERSION doesn't exist
Tomas V.V.Cox [Sun, 2 Dec 2001 00:44:02 +0000 (00:44 +0000)]
Class for checking dependencies
Rasmus Lerdorf [Sun, 2 Dec 2001 00:42:22 +0000 (00:42 +0000)]
Make ext_skel generate backward compatible module sources
(flight from London to Paris is too short for any real work)
Sergey Kartashoff [Sat, 1 Dec 2001 20:09:15 +0000 (20:09 +0000)]
- Added stored API to mnoGoSearch module. Now you can check
if URL is places at the stored database ot not. Example updated.
Markus Fischer [Sat, 1 Dec 2001 19:42:34 +0000 (19:42 +0000)]
Last commit:
- Fix segfault in xmldoc().
- Proper free zval in php_xpathptr_eval().
This one:
- Fix segfault in php_xpathptr_eval().
- Fix win32 build (TSRMLS_FETCH issues).
- More sanity checking in php_xpath_get_object(), php_xpath_get_context()
and php_dom_get_object().
- Moved macros into header file.
- Register le_domxmldtd, le_domxmlcdatap (removes anoying warning message on shutdown).
- Fig segfault in node_children() with unsupported node types.
- Fix leak in php_domobject_new() with unsupported note types.
- Fix leak when freeing xpath context/objects.
- Reverted behaviour change to append_child() [old crashes].
- set_content() also sets the node->content property.
# Testers/patches/contribs welcome.
Tomas V.V.Cox [Sat, 1 Dec 2001 17:55:47 +0000 (17:55 +0000)]
check for version for not building broken packages (thanks Markus)
Derick Rethans [Sat, 1 Dec 2001 15:45:55 +0000 (15:45 +0000)]
- Fix a crash when passing e.g. NULL to basename(). (Patch by Markus
Fischer <mfischer@guru.josefine.at>)
#- Simplyfied code using zend_parse_parameters().
Thies C. Arntzen [Sat, 1 Dec 2001 15:17:50 +0000 (15:17 +0000)]
improve last patch:
non existant object variables are now serialized as NULL, this saves us from
buffering the serialized data.
Thies C. Arntzen [Sat, 1 Dec 2001 15:06:37 +0000 (15:06 +0000)]
serialized data would be incoorect if __sleep() returned a variable-name
which is non-existant in the object.
submitted by: Bernd Roemer <berndr@bonn.edu>
Sergey Kartashoff [Sat, 1 Dec 2001 14:12:27 +0000 (14:12 +0000)]
- mnoGoSearch module usage example (searchlite) updated to support
StoreDoc stuff.
Sergey Kartashoff [Sat, 1 Dec 2001 14:05:13 +0000 (14:05 +0000)]
- StoreDOC support has been added to mnogoSearch module.
Andi Gutmans [Sat, 1 Dec 2001 08:46:02 +0000 (08:46 +0000)]
- Revert one of the changes because it might be before the memory
- manager has started.
Andi Gutmans [Sat, 1 Dec 2001 08:33:48 +0000 (08:33 +0000)]
- Use alloca() when possible.
<changelog@php.net> [Sat, 1 Dec 2001 01:10:20 +0000 (01:10 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 1 Dec 2001 01:10:17 +0000 (01:10 +0000)]
NEWS update
foobar [Sat, 1 Dec 2001 00:59:43 +0000 (00:59 +0000)]
This makes the configure --help output more readable.
Stig Venaas [Fri, 30 Nov 2001 23:37:43 +0000 (23:37 +0000)]
ldap_first_attribute and ldap_next_attribute has been completely broken
for 6 months!! Fixed (I think), might be a memory leak there...
Brian Bruns [Fri, 30 Nov 2001 22:12:31 +0000 (22:12 +0000)]
Detect FreeTDS to work around different library sets
foobar [Fri, 30 Nov 2001 19:01:32 +0000 (19:01 +0000)]
Added missing cvs ids and unified configure messages.
foobar [Fri, 30 Nov 2001 19:00:13 +0000 (19:00 +0000)]
Unified the configure messages.
Andi Gutmans [Fri, 30 Nov 2001 16:29:47 +0000 (16:29 +0000)]
- Initial support for class constants. There are still a few semantic
- issues which need to be looked into but basically it seems to work.
- Example:
<?php
class foo
{
const hey = "hello";
}
print foo::hey;
?>
Andi Gutmans [Fri, 30 Nov 2001 11:42:30 +0000 (11:42 +0000)]
- Fix typo
Derick Rethans [Fri, 30 Nov 2001 10:48:38 +0000 (10:48 +0000)]
- Added ob_flush and ob_clean functions, which do not end the buffer like
ob_end_flush and ob_end_clean do.
@- Added ob_flush and ob_clean functions, which flush and clean an
@ output buffer without destroying the buffer. (Derick)
Derick Rethans [Fri, 30 Nov 2001 09:29:15 +0000 (09:29 +0000)]
- Fix for bug 8909 and 12680 (timezone problem)
foobar [Fri, 30 Nov 2001 04:46:36 +0000 (04:46 +0000)]
This is better way to configure. PDFlib 3/4 can be compiled with external libs too..
<changelog@php.net> [Fri, 30 Nov 2001 01:10:33 +0000 (01:10 +0000)]
ChangeLog update
Stig Venaas [Thu, 29 Nov 2001 20:26:20 +0000 (20:26 +0000)]
Adding ldap_set_rebind_proc() for APIs with V3 3 arg variant, need more
testing.
Stig Venaas [Thu, 29 Nov 2001 20:17:17 +0000 (20:17 +0000)]
Making the link resource point to a structure that contains the LDAP
link, rather than point to it directly.
# This makes it much easier to store and retrieve per-connection PHP state.
Sterling Hughes [Thu, 29 Nov 2001 11:29:11 +0000 (11:29 +0000)]
Update to the latest apr api (patch by Clif Woolley)
Thies C. Arntzen [Thu, 29 Nov 2001 08:18:50 +0000 (08:18 +0000)]
i'm sure i had this compile before;-)
Thies C. Arntzen [Thu, 29 Nov 2001 08:09:39 +0000 (08:09 +0000)]
fix a crash in socket_connect (if hostname was not resolvable)
initialize max_fd in various fdset function
fix error checking in _read and _write
<changelog@php.net> [Thu, 29 Nov 2001 01:10:31 +0000 (01:10 +0000)]
ChangeLog update
Uwe Steinmann [Wed, 28 Nov 2001 12:07:17 +0000 (12:07 +0000)]
- introduced several macros to simply code (done by Markus Fischer)
<changelog@php.net> [Wed, 28 Nov 2001 01:12:08 +0000 (01:12 +0000)]
ChangeLog update
Andi Gutmans [Tue, 27 Nov 2001 17:46:31 +0000 (17:46 +0000)]
- Support syntax for class constants (doesn't do anything yet but
- required some reworking of the grammar).
<changelog@php.net> [Tue, 27 Nov 2001 01:10:08 +0000 (01:10 +0000)]
ChangeLog update
Frank M. Kromann [Tue, 27 Nov 2001 00:08:36 +0000 (00:08 +0000)]
Removing winutil.c from this project. the functions needed are found in php4ts.dll
foobar [Mon, 26 Nov 2001 22:56:36 +0000 (22:56 +0000)]
Show the registered ini entry in phpinfo()
foobar [Mon, 26 Nov 2001 22:46:15 +0000 (22:46 +0000)]
Updated file since .re changed.
Derick Rethans [Mon, 26 Nov 2001 22:33:44 +0000 (22:33 +0000)]
- Also patch the file from which var_unserializer.c is generated
Derick Rethans [Mon, 26 Nov 2001 21:04:21 +0000 (21:04 +0000)]
- Adding a callback mechanism to the unserializer. (patch by Bernd
Roemer <berndr@bonn.edu>)
#- An explainatory e-mail will be send to php-dev
Sterling Hughes [Mon, 26 Nov 2001 18:57:44 +0000 (18:57 +0000)]
Z_TYPE(filehandle)?? ok.. whatever... ;)
Andi Gutmans [Mon, 26 Nov 2001 18:05:01 +0000 (18:05 +0000)]
- Support static $var = 0; style initialization of static class
- members. For example:
- class foo {
- static $my_static = 5;
-
- }
-
- print foo::$my_static;
Sebastian Bergmann [Mon, 26 Nov 2001 10:55:46 +0000 (10:55 +0000)]
Nuke ext/sablot entries.
<changelog@php.net> [Mon, 26 Nov 2001 01:10:42 +0000 (01:10 +0000)]
ChangeLog update
Rui Hirokawa [Sun, 25 Nov 2001 22:20:27 +0000 (22:20 +0000)]
fixed a link error in configure script.
Egon Schmid [Sun, 25 Nov 2001 19:22:51 +0000 (19:22 +0000)]
Fixed some protos. If pi means processing instruction, it should be written IMHO in uppercase characters.
Egon Schmid [Sun, 25 Nov 2001 18:51:00 +0000 (18:51 +0000)]
Fixed some protos.
Andi Gutmans [Sun, 25 Nov 2001 12:29:08 +0000 (12:29 +0000)]
- Fix crash and leak
Zeev Suraski [Sun, 25 Nov 2001 10:01:49 +0000 (10:01 +0000)]
Fix build if PHP_ENABLE_SEH is not defined
Andi Gutmans [Sun, 25 Nov 2001 08:58:59 +0000 (08:58 +0000)]
- Whitespace
Andi Gutmans [Sun, 25 Nov 2001 08:49:09 +0000 (08:49 +0000)]
- Support static members. The following script works:
<?
class foo
{
class bar
{
function init_values()
{
for ($i=1; $i<10; $i++) {
foo::bar::$hello[$i] = $i*$i;
}
}
function print_values()
{
for ($i=1; $i<10; $i++) {
print foo::bar::$hello[$i] . "\n";
}
}
}
}
foo::bar::init_values();
foo::bar::print_values();
for ($i=1; $i<10; $i++) {
print $hello[$i]?"Shouldn't be printed\n":"";
}
?>
<changelog@php.net> [Sun, 25 Nov 2001 01:10:22 +0000 (01:10 +0000)]
ChangeLog update
foobar [Sat, 24 Nov 2001 23:47:10 +0000 (23:47 +0000)]
Added missing ini directive: always_populate_raw_po st_data
foobar [Sat, 24 Nov 2001 23:38:08 +0000 (23:38 +0000)]
Added missing CVS Id tag.
Andi Gutmans [Sat, 24 Nov 2001 18:27:20 +0000 (18:27 +0000)]
- MFZE1
foobar [Sat, 24 Nov 2001 18:23:35 +0000 (18:23 +0000)]
- Handle more error types when uploading files.
Zeev Suraski [Sat, 24 Nov 2001 16:07:05 +0000 (16:07 +0000)]
whitespace
Zeev Suraski [Sat, 24 Nov 2001 16:05:22 +0000 (16:05 +0000)]
whitespace
Zeev Suraski [Sat, 24 Nov 2001 15:32:00 +0000 (15:32 +0000)]
Honor error_reporting (in general and @ in particular) for IMAP notices
Zeev Suraski [Sat, 24 Nov 2001 02:41:58 +0000 (02:41 +0000)]
Save entries in $_SESSION even if register_globals is on
Zeev Suraski [Sat, 24 Nov 2001 02:14:45 +0000 (02:14 +0000)]
Entries registered with session_register() and altered by changing
$_SESSION (or $HTTP_SESSION_VARS) were not properly saved. Fixed.
<changelog@php.net> [Sat, 24 Nov 2001 01:10:23 +0000 (01:10 +0000)]
ChangeLog update
Zeev Suraski [Sat, 24 Nov 2001 01:08:05 +0000 (01:08 +0000)]
whitespace
Derick Rethans [Fri, 23 Nov 2001 11:46:01 +0000 (11:46 +0000)]
- Reverse slight mistake (patch by Markus Fischer)
Rui Hirokawa [Fri, 23 Nov 2001 02:53:16 +0000 (02:53 +0000)]
restriction is relaxed because output handler couldn't be used even if zlib.output_compression is set to off.
<changelog@php.net> [Fri, 23 Nov 2001 01:10:12 +0000 (01:10 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 23 Nov 2001 01:10:09 +0000 (01:10 +0000)]
NEWS update
Derick Rethans [Thu, 22 Nov 2001 22:46:31 +0000 (22:46 +0000)]
- Beautifying
foobar [Thu, 22 Nov 2001 15:14:49 +0000 (15:14 +0000)]
WS fix.
Derick Rethans [Thu, 22 Nov 2001 14:33:35 +0000 (14:33 +0000)]
- Fix crach bug if the parameter to shm_remove is not a valid identifier.
Derick Rethans [Thu, 22 Nov 2001 07:58:37 +0000 (07:58 +0000)]
- Added a parameter to mysql_connect to force a new database link to be
created. (patch by Markus Fischer <mfischer@guru.josefine.at>)
@- Added a parameter to mysql_connect to force a new database link to be
@ created. (Markus, Derick)
Derick Rethans [Thu, 22 Nov 2001 07:48:59 +0000 (07:48 +0000)]
- Fix for bug #14169
<changelog@php.net> [Thu, 22 Nov 2001 01:11:02 +0000 (01:11 +0000)]
ChangeLog update
<changelog@php.net> [Thu, 22 Nov 2001 01:10:59 +0000 (01:10 +0000)]
NEWS update
Frank M. Kromann [Wed, 21 Nov 2001 22:47:54 +0000 (22:47 +0000)]
Allow php_win_err() to be called from extenstions
Stig Venaas [Wed, 21 Nov 2001 20:14:17 +0000 (20:14 +0000)]
Added ldap_sort() function
@- Added ldap_sort() function. (Stig Venaas)
Uwe Steinmann [Wed, 21 Nov 2001 17:01:19 +0000 (17:01 +0000)]
- add functions clone_node(), is_blank_node(), create_entity_reference()
- fixed bug in node_name()
- fixed behavior of append_child(), it now adds a child a not a sibling
Sean Bright [Wed, 21 Nov 2001 02:00:02 +0000 (02:00 +0000)]
Fix typo.
<changelog@php.net> [Wed, 21 Nov 2001 01:10:26 +0000 (01:10 +0000)]
ChangeLog update
Harald Radi [Wed, 21 Nov 2001 00:36:20 +0000 (00:36 +0000)]
added blabla
Sterling Hughes [Tue, 20 Nov 2001 11:29:54 +0000 (11:29 +0000)]
Fix a crash bug in CURLOPT_POSTFIELDS by using curl_formadd instead of
curl_formparse
Fix a crash bug when CURLOPT_INFILE is not properly specified.
James Moore [Tue, 20 Nov 2001 10:47:20 +0000 (10:47 +0000)]
Remove sablot from php_modules.dsw, its no longer in repository
<changelog@php.net> [Tue, 20 Nov 2001 01:10:04 +0000 (01:10 +0000)]
ChangeLog update
Andrei Zmievski [Mon, 19 Nov 2001 15:47:50 +0000 (15:47 +0000)]
Fix NEWS.
Derick Rethans [Mon, 19 Nov 2001 15:20:26 +0000 (15:20 +0000)]
- Added a bugfix
Zeev Suraski [Mon, 19 Nov 2001 14:59:38 +0000 (14:59 +0000)]
Fix set_time_limit() to affect only the current request (fix bug #13711)
<changelog@php.net> [Mon, 19 Nov 2001 01:11:38 +0000 (01:11 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 19 Nov 2001 01:11:34 +0000 (01:11 +0000)]
NEWS update
foobar [Mon, 19 Nov 2001 00:51:06 +0000 (00:51 +0000)]
Fixed bugs: #14034, #11647 (can not find any others)
foobar [Sun, 18 Nov 2001 23:52:11 +0000 (23:52 +0000)]
Fixed bug: #14014.
foobar [Sun, 18 Nov 2001 23:08:47 +0000 (23:08 +0000)]
Test before commit..test before commit..