]> granicus.if.org Git - php/log
php
23 years agoproto fix
Hartmut Holzgraefe [Sat, 15 Dec 2001 14:12:33 +0000 (14:12 +0000)]
proto fix

23 years ago- Added TODO file
Derick Rethans [Sat, 15 Dec 2001 13:18:51 +0000 (13:18 +0000)]
- Added TODO file

23 years ago- Fix for bug 14162, invalidate the resource then mcrypt_generic_init fails
Derick Rethans [Sat, 15 Dec 2001 13:17:55 +0000 (13:17 +0000)]
- Fix for bug 14162, invalidate the resource then mcrypt_generic_init fails

23 years agoChangeLog update
<changelog@php.net> [Sat, 15 Dec 2001 01:10:13 +0000 (01:10 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Sat, 15 Dec 2001 01:10:10 +0000 (01:10 +0000)]
NEWS update

23 years ago- Damn Typo.
Markus Fischer [Fri, 14 Dec 2001 21:03:06 +0000 (21:03 +0000)]
- Damn Typo.

23 years ago- Remove redundant code.
Markus Fischer [Fri, 14 Dec 2001 20:48:29 +0000 (20:48 +0000)]
- Remove redundant code.

23 years agobe rfc compliant...
Sterling Hughes [Fri, 14 Dec 2001 11:43:20 +0000 (11:43 +0000)]
be rfc compliant...

RFC 822 *only* supports four digits for the year in order to have a compliant
header.
RFC 850 supports two digits for the year (y2k_incompliant :) so use that when
y2k_compliance is turned off.

In either case, both of these formats require that GMT be appended to the header,
so we do this as well

23 years agoderick's message is in the PHP_4_0_7 branch (or will be :)
Sterling Hughes [Fri, 14 Dec 2001 10:03:16 +0000 (10:03 +0000)]
derick's message is in the PHP_4_0_7 branch (or will be :)
jmoore merged this fix into PHP_4_0_7 before the release...

23 years agoadd todo
Thies C. Arntzen [Fri, 14 Dec 2001 09:42:39 +0000 (09:42 +0000)]
add todo

23 years ago* update to new overload api
Stig Bakken [Fri, 14 Dec 2001 07:47:41 +0000 (07:47 +0000)]
* update to new overload api

23 years agoAdd myself as a maintainer
Jason Greene [Fri, 14 Dec 2001 05:58:28 +0000 (05:58 +0000)]
Add myself as a maintainer

23 years agoFixed bug #5993. Now if the result returned from a database is bigger
Vlad Krupin [Fri, 14 Dec 2001 04:22:01 +0000 (04:22 +0000)]
Fixed bug #5993. Now if the result returned from a database is bigger
than a long, dbase_get_record() and dbase_get_record_with_names() will
return a string instead.
# Need to update documentation to reflect that change
@ Fixed problem with dbase not returning very large (larger than long)
@ integers properly. (Vlad)

23 years agoGot some undefined symbol without this patch..
foobar [Fri, 14 Dec 2001 03:05:54 +0000 (03:05 +0000)]
Got some undefined symbol without this patch..
# Also, shouldn't this extension be only available when building a CGI ?

23 years agoMissing period. :)
foobar [Fri, 14 Dec 2001 02:34:15 +0000 (02:34 +0000)]
Missing period. :)

23 years agoChangeLog update
<changelog@php.net> [Fri, 14 Dec 2001 01:13:32 +0000 (01:13 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Fri, 14 Dec 2001 01:13:29 +0000 (01:13 +0000)]
NEWS update

23 years agofix phpdoc
Alexander Merz [Thu, 13 Dec 2001 23:07:16 +0000 (23:07 +0000)]
fix phpdoc

23 years ago- Rearrange grammar to allow dereferencing of objects returned from
Andi Gutmans [Thu, 13 Dec 2001 22:21:50 +0000 (22:21 +0000)]
- Rearrange grammar to allow dereferencing of objects returned from
- functions. It still crashes though.

23 years ago- Remove debug stuff
Derick Rethans [Thu, 13 Dec 2001 21:12:53 +0000 (21:12 +0000)]
- Remove debug stuff

23 years ago- Fixes for bugs 10324, 12777, 14488 and 13399
Derick Rethans [Thu, 13 Dec 2001 20:44:40 +0000 (20:44 +0000)]
- Fixes for bugs 10324, 12777, 14488 and 13399
@- Fixed several crash bugs in the mcrypt extension (Derick)

23 years agofixed some minor bugs and reordered some code to fix array uploads.
Stefan Esser [Thu, 13 Dec 2001 18:12:58 +0000 (18:12 +0000)]
fixed some minor bugs and reordered some code to fix array uploads.

23 years agoThis'll come with 4.1.1
Sterling Hughes [Thu, 13 Dec 2001 17:18:01 +0000 (17:18 +0000)]
This'll come with 4.1.1

23 years ago- Fix crash bug in startup code.
Andi Gutmans [Thu, 13 Dec 2001 16:55:04 +0000 (16:55 +0000)]
- Fix crash bug in startup code.
- Start work on being able to reference global and local scope

23 years agoMFB
Sterling Hughes [Thu, 13 Dec 2001 16:27:39 +0000 (16:27 +0000)]
MFB

23 years agomore proto descriptions and fixes
Hartmut Holzgraefe [Thu, 13 Dec 2001 14:40:40 +0000 (14:40 +0000)]
more proto descriptions and fixes

23 years agoadded mbstring to EXTENSIONS.
Rui Hirokawa [Thu, 13 Dec 2001 14:32:39 +0000 (14:32 +0000)]
added mbstring to EXTENSIONS.

23 years agoadded mbstring to maintainers list.
Rui Hirokawa [Thu, 13 Dec 2001 14:31:16 +0000 (14:31 +0000)]
added mbstring to maintainers list.

23 years agotypo
Thies C. Arntzen [Thu, 13 Dec 2001 12:23:32 +0000 (12:23 +0000)]
typo

23 years agoProvide access to ini settings.
Sascha Schumann [Thu, 13 Dec 2001 11:15:56 +0000 (11:15 +0000)]
Provide access to ini settings.

Properly block the thread, if IO is not ready on a fd.

23 years ago- new parameter parsing api used
Hartmut Holzgraefe [Thu, 13 Dec 2001 09:06:11 +0000 (09:06 +0000)]
- new parameter parsing api used
- added proto descriptions (not complete)
- swapped x/y arguments
- indentation style fix (no seperate WS fix as most of the file changed anyway)

23 years agoChangeLog update
<changelog@php.net> [Thu, 13 Dec 2001 01:13:17 +0000 (01:13 +0000)]
ChangeLog update

23 years agoeditor preferences for XML files updated
Hartmut Holzgraefe [Wed, 12 Dec 2001 20:49:44 +0000 (20:49 +0000)]
editor preferences for XML files updated

23 years ago- Infrastructure changes for allowing to access the global scope from
Andi Gutmans [Wed, 12 Dec 2001 20:45:38 +0000 (20:45 +0000)]
- Infrastructure changes for allowing to access the global scope from
- within a class scope.
- Fix the Zend.dsp project a bit. It seems someone pretty much killed it
- when commiting their own personal configuration. Please be careful in
- future.

23 years agoAlways output config.nice for standalone extensions. (Really helps with
Andrei Zmievski [Wed, 12 Dec 2001 20:26:13 +0000 (20:26 +0000)]
Always output config.nice for standalone extensions. (Really helps with
PHP-GTK).

23 years ago- Make classes have scope and function/constant lookups default to the class
Andi Gutmans [Wed, 12 Dec 2001 17:38:37 +0000 (17:38 +0000)]
- Make classes have scope and function/constant lookups default to the class

23 years agoFixed a typo and added [] around the message text.
foobar [Wed, 12 Dec 2001 15:42:25 +0000 (15:42 +0000)]
Fixed a typo and added [] around the message text.

23 years agoMore ZTS fixes.
foobar [Wed, 12 Dec 2001 15:32:08 +0000 (15:32 +0000)]
More ZTS fixes.

23 years agoFixed some compile problems (in ZTS mode)
foobar [Wed, 12 Dec 2001 15:04:23 +0000 (15:04 +0000)]
Fixed some compile problems (in ZTS mode)

23 years agoMove PHPDoc extension to PECL.
Sebastian Bergmann [Wed, 12 Dec 2001 11:21:43 +0000 (11:21 +0000)]
Move PHPDoc extension to PECL.

23 years agoadded the new PHPDoc extension which transform PHP-Code into a XML
Jan Kneschke [Wed, 12 Dec 2001 09:46:27 +0000 (09:46 +0000)]
added the new PHPDoc extension which transform PHP-Code into a XML
representation.

The XML output will be used by PHPDoc as it provides more accuracy and
speed.

23 years agoSince PHP method names are case-insensitive, we have to fold access to 'FOO'
Andrei Zmievski [Wed, 12 Dec 2001 02:53:05 +0000 (02:53 +0000)]
Since PHP method names are case-insensitive, we have to fold access to 'FOO'
and 'foo' properties into a call to the same accessor.

23 years agoAck, apparently in statically linked-in extensions we have to clean the
Andrei Zmievski [Wed, 12 Dec 2001 02:27:49 +0000 (02:27 +0000)]
Ack, apparently in statically linked-in extensions we have to clean the
hash of overloaded classes on request shutdown. Also, added some fold
markers and rearranged some defines.

23 years agoreturn boolean where appropriate
Stig Bakken [Wed, 12 Dec 2001 01:36:07 +0000 (01:36 +0000)]
return boolean where appropriate

23 years ago* implemented "upgrade"
Stig Bakken [Wed, 12 Dec 2001 01:35:03 +0000 (01:35 +0000)]
* implemented "upgrade"
* report install/uninstall errors

23 years ago* install PEAR/Autoloader.php
Stig Bakken [Wed, 12 Dec 2001 01:32:01 +0000 (01:32 +0000)]
* install PEAR/Autoloader.php

23 years ago* implemented upgrade
Stig Bakken [Wed, 12 Dec 2001 01:30:56 +0000 (01:30 +0000)]
* implemented upgrade

23 years ago* PEAR_Registry::updatePackage now takes an optional 2nd arg for
Stig Bakken [Wed, 12 Dec 2001 01:29:27 +0000 (01:29 +0000)]
* PEAR_Registry::updatePackage now takes an optional 2nd arg for
  replacing package info instead of merging

23 years agoChangeLog update
<changelog@php.net> [Wed, 12 Dec 2001 01:17:34 +0000 (01:17 +0000)]
ChangeLog update

23 years ago* make do without overload function
Stig Bakken [Wed, 12 Dec 2001 00:10:47 +0000 (00:10 +0000)]
* make do without overload function

23 years agofixed bug #14414
Tomas V.V.Cox [Tue, 11 Dec 2001 20:52:58 +0000 (20:52 +0000)]
fixed bug #14414

23 years agoereg functions will now take in account the real number of
Hartmut Holzgraefe [Tue, 11 Dec 2001 19:28:31 +0000 (19:28 +0000)]
ereg functions will now take in account the real number of
subexpressions instead of simply assuming a fixed count of 10

23 years ago- Merge from ZE1
Andi Gutmans [Tue, 11 Dec 2001 18:51:02 +0000 (18:51 +0000)]
- Merge from ZE1

23 years ago- Rename zend_class_entry.constants -> zend_class_entry.constants_table
Andi Gutmans [Tue, 11 Dec 2001 18:46:43 +0000 (18:46 +0000)]
- Rename zend_class_entry.constants -> zend_class_entry.constants_table

23 years ago- Start making scope change correctly when calling namespace functions.
Andi Gutmans [Tue, 11 Dec 2001 17:56:57 +0000 (17:56 +0000)]
- Start making scope change correctly when calling namespace functions.
- When inside a namespace fallback to global namespace when function
- or constant is not found.

23 years agoForgot to update the LICENSE.
Sebastian Bergmann [Tue, 11 Dec 2001 17:38:49 +0000 (17:38 +0000)]
Forgot to update the LICENSE.

23 years agoFix ChangeLog entry.
Sebastian Bergmann [Tue, 11 Dec 2001 15:43:56 +0000 (15:43 +0000)]
Fix ChangeLog entry.

23 years agoUpdate headers.
Sebastian Bergmann [Tue, 11 Dec 2001 15:32:16 +0000 (15:32 +0000)]
Update headers.

23 years agoUpdate headers.
Sebastian Bergmann [Tue, 11 Dec 2001 15:16:21 +0000 (15:16 +0000)]
Update headers.

23 years agoAdding overload extension.
Andrei Zmievski [Tue, 11 Dec 2001 14:23:32 +0000 (14:23 +0000)]
Adding overload extension.

23 years agothttpd/ircg update
Sascha Schumann [Tue, 11 Dec 2001 11:26:43 +0000 (11:26 +0000)]
thttpd/ircg update

23 years agoForward-port 4.1.0 changes
Zeev Suraski [Tue, 11 Dec 2001 10:06:06 +0000 (10:06 +0000)]
Forward-port 4.1.0 changes

23 years agoSome typo, consistency fixes and removed some stuff that is not needed.
foobar [Tue, 11 Dec 2001 10:02:16 +0000 (10:02 +0000)]
Some typo, consistency fixes and removed some stuff that is not needed.

23 years agoMFZE1 (AIX fixes)
Sebastian Bergmann [Tue, 11 Dec 2001 09:17:38 +0000 (09:17 +0000)]
MFZE1 (AIX fixes)

23 years ago* fixed the sub-command option parsing
Stig Bakken [Tue, 11 Dec 2001 08:39:56 +0000 (08:39 +0000)]
* fixed the sub-command option parsing
* added -r option to install/uninstall (registers package without
  installing any files, for use by rpm and the like)

23 years ago* added "register_only" option for install/uninstall
Stig Bakken [Tue, 11 Dec 2001 08:39:01 +0000 (08:39 +0000)]
* added "register_only" option for install/uninstall

23 years agoMore README update.
Yasuo Ohgaki [Tue, 11 Dec 2001 08:15:25 +0000 (08:15 +0000)]
More README update.

23 years ago- Update NEWS entry about latest domxml changes.
Markus Fischer [Tue, 11 Dec 2001 08:11:01 +0000 (08:11 +0000)]
- Update NEWS entry about latest domxml changes.

23 years agoREADME update
Yasuo Ohgaki [Tue, 11 Dec 2001 07:57:48 +0000 (07:57 +0000)]
README update

23 years agoAdded README file for pgsql module
Yasuo Ohgaki [Tue, 11 Dec 2001 07:44:46 +0000 (07:44 +0000)]
Added README file for pgsql module
Added my self to CREDIT

23 years agoMFZE1 (added zend_strip mode in the highliter)
Sebastian Bergmann [Tue, 11 Dec 2001 06:30:30 +0000 (06:30 +0000)]
MFZE1 (added zend_strip mode in the highliter)

23 years agoShow example of property-specific accessors.
Andrei Zmievski [Tue, 11 Dec 2001 04:45:58 +0000 (04:45 +0000)]
Show example of property-specific accessors.

23 years agoThis commit implements property-specific accessors.
Andrei Zmievski [Tue, 11 Dec 2001 04:41:15 +0000 (04:41 +0000)]
This commit implements property-specific accessors.

When overload() is called, it not only scans for general handlers, but
also for any methods beginning with __get_ and __set_ and saves a list of
them. Then when a property is accessed, e.g. $obj->x, the extension will first
check whether __get_x() is available, and will call it if it is, otherwise
it will invoke the general __get() handler.

23 years agoChangeLog update
<changelog@php.net> [Tue, 11 Dec 2001 01:13:03 +0000 (01:13 +0000)]
ChangeLog update

23 years ago- Yasuo Ohgaki <yohgaki@php.net> is the new maintainer of pgsql module.
Jouni Ahto [Mon, 10 Dec 2001 22:49:55 +0000 (22:49 +0000)]
- Yasuo Ohgaki <yohgaki@php.net> is the new maintainer of pgsql module.
# ... and I hope he has enough karma to do it.

23 years ago- More namespaces work.
Andi Gutmans [Mon, 10 Dec 2001 18:57:17 +0000 (18:57 +0000)]
- More namespaces work.
- Nuke memory leak.

23 years agoModified __call() handler to accept a byref return value parameter that
Andrei Zmievski [Mon, 10 Dec 2001 17:20:04 +0000 (17:20 +0000)]
Modified __call() handler to accept a byref return value parameter that
should be filled in. The __call() handler is now supposed to return true
or false, depending on whether it was successful or not.

23 years agoEnable ext/overload by default on Win32, too.
Sebastian Bergmann [Mon, 10 Dec 2001 17:14:42 +0000 (17:14 +0000)]
Enable ext/overload by default on Win32, too.

23 years ago* now using ext/overload
Stig Bakken [Mon, 10 Dec 2001 17:04:56 +0000 (17:04 +0000)]
* now using ext/overload
# how to use:
#
# $remote = new PEAR_Remote;
# $remote->package_listAll();
# $remote->user_activate("johndoe");
#
# (when using overloading, "_" is replaced with "." before doing
#  the xmlrpc call)

23 years ago* PEAR_Registry::packageInfo now takes a second arg for returning a single
Stig Bakken [Mon, 10 Dec 2001 17:01:32 +0000 (17:01 +0000)]
* PEAR_Registry::packageInfo now takes a second arg for returning a single
  attribute

23 years ago* added fold marks, moved around some code and silenced some Archive_Tar
Stig Bakken [Mon, 10 Dec 2001 17:00:32 +0000 (17:00 +0000)]
* added fold marks, moved around some code and silenced some Archive_Tar
  notices

23 years ago* renamed check methods to checkXxx
Stig Bakken [Mon, 10 Dec 2001 16:59:17 +0000 (16:59 +0000)]
* renamed check methods to checkXxx
* completed the extension check method
* added checks for os, php version, programs and sapi backend

23 years ago* fix phpdoc comments
Stig Bakken [Mon, 10 Dec 2001 16:40:30 +0000 (16:40 +0000)]
* fix phpdoc comments

23 years ago* stop parsing arguments when encoutering the first non-option arg
Stig Bakken [Mon, 10 Dec 2001 16:38:44 +0000 (16:38 +0000)]
* stop parsing arguments when encoutering the first non-option arg

23 years agoSent proper encodings for gzip/compress files, otherwise IE won't
Sascha Schumann [Mon, 10 Dec 2001 14:09:08 +0000 (14:09 +0000)]
Sent proper encodings for gzip/compress files, otherwise IE won't
display them.

Refer to section 3.5, RFC 2616 -- these are IANA registered.

Patch submitted to author.

23 years agoAdd a nocache feature: If documents are stored under /nocache/,
Sascha Schumann [Mon, 10 Dec 2001 13:31:41 +0000 (13:31 +0000)]
Add a nocache feature: If documents are stored under /nocache/,
appropiate HTTP headers will be sent which prevent client/proxy caching.

23 years agoSpaces -> Tabs
Sterling Hughes [Mon, 10 Dec 2001 13:22:48 +0000 (13:22 +0000)]
Spaces -> Tabs

23 years ago- mnogosearch example updated to include searchd support
Sergey Kartashoff [Mon, 10 Dec 2001 07:21:50 +0000 (07:21 +0000)]
- mnogosearch example updated to include searchd support

23 years ago- Fixed search daemon support in mnogosearch module.
Sergey Kartashoff [Mon, 10 Dec 2001 07:11:50 +0000 (07:11 +0000)]
- Fixed search daemon support in mnogosearch module.

23 years agoFix proto
Yasuo Ohgaki [Mon, 10 Dec 2001 06:14:03 +0000 (06:14 +0000)]
Fix proto

23 years agoAdded async query functions
Yasuo Ohgaki [Mon, 10 Dec 2001 04:02:08 +0000 (04:02 +0000)]
Added async query functions

23 years ago* initial commit of PEAR method autoloader
Stig Bakken [Mon, 10 Dec 2001 01:50:11 +0000 (01:50 +0000)]
* initial commit of PEAR method autoloader

23 years ago- Fixed the version detection of Bison.
foobar [Mon, 10 Dec 2001 01:44:17 +0000 (01:44 +0000)]
- Fixed the version detection of Bison.
# The nice people who work on Bison decided to change the --version output.

23 years agoChangeLog update
<changelog@php.net> [Mon, 10 Dec 2001 01:10:28 +0000 (01:10 +0000)]
ChangeLog update

23 years agoEnable it for real.
foobar [Mon, 10 Dec 2001 00:38:18 +0000 (00:38 +0000)]
Enable it for real.

23 years ago* enable overload extension by default
Stig Bakken [Mon, 10 Dec 2001 00:33:01 +0000 (00:33 +0000)]
* enable overload extension by default

23 years agoThis was needed afterall. Without this Apache segfaulted when accessing PHP scripts.
foobar [Sun, 9 Dec 2001 23:43:20 +0000 (23:43 +0000)]
This was needed afterall. Without this Apache segfaulted when accessing PHP scripts.

23 years ago* use macros in error messages
Stig Bakken [Sun, 9 Dec 2001 22:39:24 +0000 (22:39 +0000)]
* use macros in error messages

23 years ago*** empty log message ***
Andrei Zmievski [Sun, 9 Dec 2001 04:34:54 +0000 (04:34 +0000)]
*** empty log message ***

23 years agoAdjust to account for latest changes.
Andrei Zmievski [Sun, 9 Dec 2001 04:31:33 +0000 (04:31 +0000)]
Adjust to account for latest changes.