]> granicus.if.org Git - php/log
php
23 years agoadded an option mbstring.func_overload to overload some function by multibyte enabled...
Rui Hirokawa [Sun, 16 Dec 2001 22:58:24 +0000 (22:58 +0000)]
added an option mbstring.func_overload to overload some function by multibyte enabled version of function in mbstring.

23 years agoFreeing that TLS is just too complicated. Since we're shutting
Zeev Suraski [Sun, 16 Dec 2001 22:45:57 +0000 (22:45 +0000)]
Freeing that TLS is just too complicated.  Since we're shutting
down anyway, remove it for now (it did not exist in 4.0.6)

23 years agoAdd entries
Derick Rethans [Sun, 16 Dec 2001 22:42:02 +0000 (22:42 +0000)]
Add entries

23 years agowhitespace. - now i know how code should look like ...
Stefan Esser [Sun, 16 Dec 2001 21:59:13 +0000 (21:59 +0000)]
whitespace. - now i know how code should look like ...

23 years agowhitespace.
Stefan Esser [Sun, 16 Dec 2001 21:47:37 +0000 (21:47 +0000)]
whitespace.

23 years agofixed: WWW-Authenticate -> header_line got only freed when safe_mode was activ
Stefan Esser [Sun, 16 Dec 2001 21:40:20 +0000 (21:40 +0000)]
fixed: WWW-Authenticate -> header_line got only freed when safe_mode was activ
fixed: WWW-Authenticate -> content of header_line was changed after it was freed

23 years agoI'm too trigger-happy.
Sebastian Bergmann [Sun, 16 Dec 2001 20:28:18 +0000 (20:28 +0000)]
I'm too trigger-happy.

23 years agodelete is now function
Sebastian Bergmann [Sun, 16 Dec 2001 19:57:53 +0000 (19:57 +0000)]
delete is now function

23 years ago- Seems like most people prefer delete($obj) over delete $obj.
Andi Gutmans [Sun, 16 Dec 2001 19:53:06 +0000 (19:53 +0000)]
- Seems like most people prefer delete($obj) over delete $obj.

23 years ago- Start adding parsed variable checks.
Andi Gutmans [Sun, 16 Dec 2001 19:45:49 +0000 (19:45 +0000)]
- Start adding parsed variable checks.

23 years ago- Framework for knowing what kind of variable we just parsed.
Andi Gutmans [Sun, 16 Dec 2001 19:18:19 +0000 (19:18 +0000)]
- Framework for knowing what kind of variable we just parsed.
- This will be used in compile-time error checking which couldn't be done
- at the level of the grammar.

23 years agoUpdate for 4.1
Sam Ruby [Sun, 16 Dec 2001 16:46:18 +0000 (16:46 +0000)]
Update for 4.1

23 years agoadded support for <deps> and <dep> tags
Tomas V.V.Cox [Sun, 16 Dec 2001 16:21:35 +0000 (16:21 +0000)]
added support for <deps> and <dep> tags

23 years agoREADME update
Yasuo Ohgaki [Sun, 16 Dec 2001 15:36:33 +0000 (15:36 +0000)]
README update
Raise error for bogus installation path for --with-pgsql
Added check for pg_escape_*

23 years agouse the System class for mkDirHier() and mkTempDir()
Tomas V.V.Cox [Sun, 16 Dec 2001 15:14:00 +0000 (15:14 +0000)]
use the System class for mkDirHier() and mkTempDir()

23 years agofixed: bufferoverflow in sapi_add_header_ex triggerable by header("WWW-Authenticate...
Stefan Esser [Sun, 16 Dec 2001 14:47:18 +0000 (14:47 +0000)]
fixed: bufferoverflow in sapi_add_header_ex triggerable by header("WWW-Authenticate: Basic foobar");

23 years agofixed: php_ap_getword was unaware of quotes
Stefan Esser [Sun, 16 Dec 2001 13:34:52 +0000 (13:34 +0000)]
fixed: php_ap_getword was unaware of quotes
filenames with ; in it could not get uploaded

fixed: php_ap_getword_conf sometimes returned a static
string that crashs php when freed
(f.e. uploading the file "crash; name=  ;"
crashed php)

fixed: magic_quotes was disabled while filling
variables with user supplied input

fixed: memoryleak (some strings did not get freed)

fixed: assuming that adress of "" is always the same
may fail on some compilers

23 years agoMail should go to php-dev
Derick Rethans [Sun, 16 Dec 2001 13:04:02 +0000 (13:04 +0000)]
Mail should go to php-dev

23 years ago- Fix for bug #14544, bogus warning in pow()
Derick Rethans [Sun, 16 Dec 2001 10:59:20 +0000 (10:59 +0000)]
- Fix for bug #14544, bogus warning in pow()
#- I think I do not need to tell who screwed this up....

23 years agoproto fixes
Hartmut Holzgraefe [Sun, 16 Dec 2001 10:18:45 +0000 (10:18 +0000)]
proto fixes

23 years agoproto fixes
Hartmut Holzgraefe [Sun, 16 Dec 2001 09:56:01 +0000 (09:56 +0000)]
proto fixes

23 years agoimproved phpdoc of mkTemp()
Tomas V.V.Cox [Sun, 16 Dec 2001 01:36:49 +0000 (01:36 +0000)]
improved phpdoc of mkTemp()

23 years agoAdded System::mktemp() (Creates temporal files or directories)
Tomas V.V.Cox [Sun, 16 Dec 2001 01:30:31 +0000 (01:30 +0000)]
Added System::mktemp() (Creates temporal files or directories)

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

23 years agoFix bug #13456 - I'm unable to actually test it
Zeev Suraski [Sat, 15 Dec 2001 17:09:37 +0000 (17:09 +0000)]
Fix bug #13456 - I'm unable to actually test it

23 years ago* Destructors seem to work like a charm. -> No need to keep this line.
Martin Jansen [Sat, 15 Dec 2001 15:01:35 +0000 (15:01 +0000)]
* Destructors seem to work like a charm. -> No need to keep this line.

23 years ago- TSRMLS here and there, it's all about the Windows flair
Derick Rethans [Sat, 15 Dec 2001 14:55:18 +0000 (14:55 +0000)]
- TSRMLS here and there, it's all about the Windows flair

23 years ago* Add links to the new documentation.
Martin Jansen [Sat, 15 Dec 2001 14:55:02 +0000 (14:55 +0000)]
* Add links to the new documentation.

23 years ago- Added a second parameter to var_export which makes the function return
Derick Rethans [Sat, 15 Dec 2001 14:45:59 +0000 (14:45 +0000)]
- Added a second parameter to var_export which makes the function return
  the variable representation in a string.

23 years agoproto fix
Hartmut Holzgraefe [Sat, 15 Dec 2001 14:23:07 +0000 (14:23 +0000)]
proto fix

23 years agoproto fixes
Hartmut Holzgraefe [Sat, 15 Dec 2001 14:22:59 +0000 (14:22 +0000)]
proto fixes

23 years agocleanup
Hartmut Holzgraefe [Sat, 15 Dec 2001 14:20:41 +0000 (14:20 +0000)]
cleanup

23 years agoremoved a stray proto comment
Hartmut Holzgraefe [Sat, 15 Dec 2001 14:20:00 +0000 (14:20 +0000)]
removed a stray proto comment

23 years agoimproved xml generatioimproved xml generation
Hartmut Holzgraefe [Sat, 15 Dec 2001 14:19:13 +0000 (14:19 +0000)]
improved xml generatioimproved xml generation

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