]>
granicus.if.org Git - php/log
Hartmut Holzgraefe [Sat, 15 Dec 2001 14:20:00 +0000 (14:20 +0000)]
removed a stray proto comment
Hartmut Holzgraefe [Sat, 15 Dec 2001 14:19:13 +0000 (14:19 +0000)]
improved xml generatioimproved xml generation
Hartmut Holzgraefe [Sat, 15 Dec 2001 14:12:33 +0000 (14:12 +0000)]
proto fix
Derick Rethans [Sat, 15 Dec 2001 13:18:51 +0000 (13:18 +0000)]
- Added TODO file
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
<changelog@php.net> [Sat, 15 Dec 2001 01:10:13 +0000 (01:10 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 15 Dec 2001 01:10:10 +0000 (01:10 +0000)]
NEWS update
Markus Fischer [Fri, 14 Dec 2001 21:03:06 +0000 (21:03 +0000)]
- Damn Typo.
Markus Fischer [Fri, 14 Dec 2001 20:48:29 +0000 (20:48 +0000)]
- Remove redundant code.
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
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...
Thies C. Arntzen [Fri, 14 Dec 2001 09:42:39 +0000 (09:42 +0000)]
add todo
Stig Bakken [Fri, 14 Dec 2001 07:47:41 +0000 (07:47 +0000)]
* update to new overload api
Jason Greene [Fri, 14 Dec 2001 05:58:28 +0000 (05:58 +0000)]
Add myself as a maintainer
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)
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 ?
foobar [Fri, 14 Dec 2001 02:34:15 +0000 (02:34 +0000)]
Missing period. :)
<changelog@php.net> [Fri, 14 Dec 2001 01:13:32 +0000 (01:13 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 14 Dec 2001 01:13:29 +0000 (01:13 +0000)]
NEWS update
Alexander Merz [Thu, 13 Dec 2001 23:07:16 +0000 (23:07 +0000)]
fix phpdoc
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.
Derick Rethans [Thu, 13 Dec 2001 21:12:53 +0000 (21:12 +0000)]
- Remove debug stuff
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)
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.
Sterling Hughes [Thu, 13 Dec 2001 17:18:01 +0000 (17:18 +0000)]
This'll come with 4.1.1
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
Sterling Hughes [Thu, 13 Dec 2001 16:27:39 +0000 (16:27 +0000)]
MFB
Hartmut Holzgraefe [Thu, 13 Dec 2001 14:40:40 +0000 (14:40 +0000)]
more proto descriptions and fixes
Rui Hirokawa [Thu, 13 Dec 2001 14:32:39 +0000 (14:32 +0000)]
added mbstring to EXTENSIONS.
Rui Hirokawa [Thu, 13 Dec 2001 14:31:16 +0000 (14:31 +0000)]
added mbstring to maintainers list.
Thies C. Arntzen [Thu, 13 Dec 2001 12:23:32 +0000 (12:23 +0000)]
typo
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.
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)
<changelog@php.net> [Thu, 13 Dec 2001 01:13:17 +0000 (01:13 +0000)]
ChangeLog update
Hartmut Holzgraefe [Wed, 12 Dec 2001 20:49:44 +0000 (20:49 +0000)]
editor preferences for XML files updated
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.
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).
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
foobar [Wed, 12 Dec 2001 15:42:25 +0000 (15:42 +0000)]
Fixed a typo and added [] around the message text.
foobar [Wed, 12 Dec 2001 15:32:08 +0000 (15:32 +0000)]
More ZTS fixes.
foobar [Wed, 12 Dec 2001 15:04:23 +0000 (15:04 +0000)]
Fixed some compile problems (in ZTS mode)
Sebastian Bergmann [Wed, 12 Dec 2001 11:21:43 +0000 (11:21 +0000)]
Move PHPDoc extension to PECL.
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.
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.
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.
Stig Bakken [Wed, 12 Dec 2001 01:36:07 +0000 (01:36 +0000)]
return boolean where appropriate
Stig Bakken [Wed, 12 Dec 2001 01:35:03 +0000 (01:35 +0000)]
* implemented "upgrade"
* report install/uninstall errors
Stig Bakken [Wed, 12 Dec 2001 01:32:01 +0000 (01:32 +0000)]
* install PEAR/Autoloader.php
Stig Bakken [Wed, 12 Dec 2001 01:30:56 +0000 (01:30 +0000)]
* implemented upgrade
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
<changelog@php.net> [Wed, 12 Dec 2001 01:17:34 +0000 (01:17 +0000)]
ChangeLog update
Stig Bakken [Wed, 12 Dec 2001 00:10:47 +0000 (00:10 +0000)]
* make do without overload function
Tomas V.V.Cox [Tue, 11 Dec 2001 20:52:58 +0000 (20:52 +0000)]
fixed bug #14414
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
Andi Gutmans [Tue, 11 Dec 2001 18:51:02 +0000 (18:51 +0000)]
- Merge from ZE1
Andi Gutmans [Tue, 11 Dec 2001 18:46:43 +0000 (18:46 +0000)]
- Rename zend_class_entry.constants -> zend_class_entry.constants_table
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.
Sebastian Bergmann [Tue, 11 Dec 2001 17:38:49 +0000 (17:38 +0000)]
Forgot to update the LICENSE.
Sebastian Bergmann [Tue, 11 Dec 2001 15:43:56 +0000 (15:43 +0000)]
Fix ChangeLog entry.
Sebastian Bergmann [Tue, 11 Dec 2001 15:32:16 +0000 (15:32 +0000)]
Update headers.
Sebastian Bergmann [Tue, 11 Dec 2001 15:16:21 +0000 (15:16 +0000)]
Update headers.
Andrei Zmievski [Tue, 11 Dec 2001 14:23:32 +0000 (14:23 +0000)]
Adding overload extension.
Sascha Schumann [Tue, 11 Dec 2001 11:26:43 +0000 (11:26 +0000)]
thttpd/ircg update
Zeev Suraski [Tue, 11 Dec 2001 10:06:06 +0000 (10:06 +0000)]
Forward-port 4.1.0 changes
foobar [Tue, 11 Dec 2001 10:02:16 +0000 (10:02 +0000)]
Some typo, consistency fixes and removed some stuff that is not needed.
Sebastian Bergmann [Tue, 11 Dec 2001 09:17:38 +0000 (09:17 +0000)]
MFZE1 (AIX fixes)
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)
Stig Bakken [Tue, 11 Dec 2001 08:39:01 +0000 (08:39 +0000)]
* added "register_only" option for install/uninstall
Yasuo Ohgaki [Tue, 11 Dec 2001 08:15:25 +0000 (08:15 +0000)]
More README update.
Markus Fischer [Tue, 11 Dec 2001 08:11:01 +0000 (08:11 +0000)]
- Update NEWS entry about latest domxml changes.
Yasuo Ohgaki [Tue, 11 Dec 2001 07:57:48 +0000 (07:57 +0000)]
README update
Yasuo Ohgaki [Tue, 11 Dec 2001 07:44:46 +0000 (07:44 +0000)]
Added README file for pgsql module
Added my self to CREDIT
Sebastian Bergmann [Tue, 11 Dec 2001 06:30:30 +0000 (06:30 +0000)]
MFZE1 (added zend_strip mode in the highliter)
Andrei Zmievski [Tue, 11 Dec 2001 04:45:58 +0000 (04:45 +0000)]
Show example of 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.
<changelog@php.net> [Tue, 11 Dec 2001 01:13:03 +0000 (01:13 +0000)]
ChangeLog update
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.
Andi Gutmans [Mon, 10 Dec 2001 18:57:17 +0000 (18:57 +0000)]
- More namespaces work.
- Nuke memory leak.
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.
Sebastian Bergmann [Mon, 10 Dec 2001 17:14:42 +0000 (17:14 +0000)]
Enable ext/overload by default on Win32, too.
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)
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
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
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
Stig Bakken [Mon, 10 Dec 2001 16:40:30 +0000 (16:40 +0000)]
* fix phpdoc comments
Stig Bakken [Mon, 10 Dec 2001 16:38:44 +0000 (16:38 +0000)]
* stop parsing arguments when encoutering the first non-option arg
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.
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.
Sterling Hughes [Mon, 10 Dec 2001 13:22:48 +0000 (13:22 +0000)]
Spaces -> Tabs
Sergey Kartashoff [Mon, 10 Dec 2001 07:21:50 +0000 (07:21 +0000)]
- mnogosearch example updated to include searchd support
Sergey Kartashoff [Mon, 10 Dec 2001 07:11:50 +0000 (07:11 +0000)]
- Fixed search daemon support in mnogosearch module.
Yasuo Ohgaki [Mon, 10 Dec 2001 06:14:03 +0000 (06:14 +0000)]
Fix proto
Yasuo Ohgaki [Mon, 10 Dec 2001 04:02:08 +0000 (04:02 +0000)]
Added async query functions
Stig Bakken [Mon, 10 Dec 2001 01:50:11 +0000 (01:50 +0000)]
* initial commit of PEAR method autoloader
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.
<changelog@php.net> [Mon, 10 Dec 2001 01:10:28 +0000 (01:10 +0000)]
ChangeLog update
foobar [Mon, 10 Dec 2001 00:38:18 +0000 (00:38 +0000)]
Enable it for real.
Stig Bakken [Mon, 10 Dec 2001 00:33:01 +0000 (00:33 +0000)]
* enable overload extension by default
foobar [Sun, 9 Dec 2001 23:43:20 +0000 (23:43 +0000)]
This was needed afterall. Without this Apache segfaulted when accessing PHP scripts.
Stig Bakken [Sun, 9 Dec 2001 22:39:24 +0000 (22:39 +0000)]
* use macros in error messages