]> granicus.if.org Git - php/log
php
21 years agofix crash in win32 debug build
Shane Caraveo [Sat, 22 Mar 2003 21:22:40 +0000 (21:22 +0000)]
fix crash in win32 debug build

21 years agoFix PHPRC overriding other ini files. This is how PHPRC worked prior to
Shane Caraveo [Sat, 22 Mar 2003 18:54:35 +0000 (18:54 +0000)]
Fix PHPRC overriding other ini files.  This is how PHPRC worked prior to
4.3.x, and is usefull for applications that execute PHP and want to
emulate CGI and define alternate INI files (ie. cannot use -c).

21 years ago#strip rcs tags
David Croft [Sat, 22 Mar 2003 01:37:06 +0000 (01:37 +0000)]
#strip rcs tags

21 years agoChangeLog update
<changelog@php.net> [Sat, 22 Mar 2003 01:31:23 +0000 (01:31 +0000)]
ChangeLog update

21 years agofix segfault in file_set_contents() when the file could not successfully
Sterling Hughes [Fri, 21 Mar 2003 22:22:15 +0000 (22:22 +0000)]
fix segfault in file_set_contents() when the file could not successfully
be opened.

21 years agoAdd missing initialization
Marcus Boerger [Fri, 21 Mar 2003 18:08:59 +0000 (18:08 +0000)]
Add missing initialization

21 years agoupdating for new list
James Cox [Fri, 21 Mar 2003 17:17:54 +0000 (17:17 +0000)]
updating for new list

21 years ago* abort install when an extension fails to build (patch by ja at
Stig Bakken [Fri, 21 Mar 2003 07:57:27 +0000 (07:57 +0000)]
* abort install when an extension fails to build (patch by ja at
  morrdusk dot net)

21 years agoThis broke the xml extension, and pres2, commented out for now
Sterling Hughes [Fri, 21 Mar 2003 05:26:56 +0000 (05:26 +0000)]
This broke the xml extension, and pres2, commented out for now

21 years agoChangeLog update
<changelog@php.net> [Fri, 21 Mar 2003 01:37:46 +0000 (01:37 +0000)]
ChangeLog update

21 years agoprotect string from CVS keyword expansionCVS: ----------------------------------...
Hartmut Holzgraefe [Thu, 20 Mar 2003 20:20:37 +0000 (20:20 +0000)]
protect string from CVS keyword expansionCVS: ----------------------------------------------------------------------

21 years agomissing TSRMLS_FETCH
Marcus Boerger [Thu, 20 Mar 2003 20:03:21 +0000 (20:03 +0000)]
missing TSRMLS_FETCH

21 years agoCS
Marcus Boerger [Thu, 20 Mar 2003 19:54:22 +0000 (19:54 +0000)]
CS

21 years agoAdd stdlib.h too - it is needed fot strto{ld}
Stanislav Malyshev [Thu, 20 Mar 2003 17:41:40 +0000 (17:41 +0000)]
Add stdlib.h too - it is needed fot strto{ld}

21 years agofix for bug #22786 ("Crash when trying to call DomAttribute's set_namespace method")
Christian Stocker [Thu, 20 Mar 2003 09:48:19 +0000 (09:48 +0000)]
fix for bug #22786 ("Crash when trying to call DomAttribute's set_namespace method")

21 years agoChangeLog update
<changelog@php.net> [Thu, 20 Mar 2003 01:33:31 +0000 (01:33 +0000)]
ChangeLog update

21 years agoWS & CS fixes..
foobar [Thu, 20 Mar 2003 01:27:40 +0000 (01:27 +0000)]
WS & CS fixes..

21 years agoFix for persistent stream shutdown under debug builds
Wez Furlong [Thu, 20 Mar 2003 01:23:04 +0000 (01:23 +0000)]
Fix for persistent stream shutdown under debug builds

21 years agoCS fix
foobar [Thu, 20 Mar 2003 01:17:05 +0000 (01:17 +0000)]
CS fix

21 years agoWS & CS fixes
foobar [Thu, 20 Mar 2003 01:12:57 +0000 (01:12 +0000)]
WS & CS fixes

21 years agoWS & CS fixes
foobar [Thu, 20 Mar 2003 00:37:12 +0000 (00:37 +0000)]
WS & CS fixes

21 years agoWS & CS fixes
foobar [Thu, 20 Mar 2003 00:22:57 +0000 (00:22 +0000)]
WS & CS fixes

21 years agoBetter config.m4..
foobar [Wed, 19 Mar 2003 23:52:45 +0000 (23:52 +0000)]
Better config.m4..

21 years agoAnd this too..
foobar [Wed, 19 Mar 2003 23:10:27 +0000 (23:10 +0000)]
And this too..

21 years agoAndrei forgot this..
foobar [Wed, 19 Mar 2003 23:08:58 +0000 (23:08 +0000)]
Andrei forgot this..

21 years ago- Keep track of starting/ending line numbers for user functions.
Andrei Zmievski [Wed, 19 Mar 2003 21:17:47 +0000 (21:17 +0000)]
- Keep track of starting/ending line numbers for user functions.
- Store last parsed doc comment in a compiler global for future use.

21 years agoLowercase the function name when used as key in the function name. The
Andrei Zmievski [Wed, 19 Mar 2003 21:07:49 +0000 (21:07 +0000)]
Lowercase the function name when used as key in the function name. The
original case is still preserved in zend_function structure.

21 years ago- reenable $argc/$argv
Marcus Boerger [Wed, 19 Mar 2003 20:36:04 +0000 (20:36 +0000)]
- reenable $argc/$argv
- add a comment where hardcoded defaults would go
# i believe we have none for now though

21 years agoCorrecting example to use proper variable - NO_INTERACTION
David Hill [Wed, 19 Mar 2003 18:04:17 +0000 (18:04 +0000)]
Correcting example to use proper variable - NO_INTERACTION

21 years agoUsing of quotes around paths is a very good idea..
foobar [Wed, 19 Mar 2003 16:53:02 +0000 (16:53 +0000)]
Using of quotes around paths is a very good idea..

21 years agoFixed bug #22775 (Fatal errors exit with status 0 with CGI/CLI)
foobar [Wed, 19 Mar 2003 08:22:12 +0000 (08:22 +0000)]
Fixed bug #22775 (Fatal errors exit with status 0 with CGI/CLI)

21 years agoChangeLog update
<changelog@php.net> [Wed, 19 Mar 2003 01:33:04 +0000 (01:33 +0000)]
ChangeLog update

21 years agoSanity check for when a stream is requested to be persistent but the wrapper
Wez Furlong [Wed, 19 Mar 2003 00:17:15 +0000 (00:17 +0000)]
Sanity check for when a stream is requested to be persistent but the wrapper
does not respect the flag.

21 years agoAdd the mode string that was used to open the stream to the meta data,
Wez Furlong [Tue, 18 Mar 2003 23:45:27 +0000 (23:45 +0000)]
Add the mode string that was used to open the stream to the meta data,
as requested by Philip Olson.

21 years agoImplement persistent plain file streams.
Wez Furlong [Tue, 18 Mar 2003 23:37:54 +0000 (23:37 +0000)]
Implement persistent plain file streams.

Usage:

php_stream *stream = php_stream_fopen("/path/to/file", "r+b", NULL,
STREAM_OPEN_PERSISTENT | ENFORCE_SAFE_MODE | REPORT_ERRORS);

the filename and mode are combined to form the hash key for the persistent
list; they must be identical for this same stream to be returned again in the
next request.

Calling php_stream_close() on a persistent stream *will* close it, as is
usual with all persistent resources in PHP/ZE.

This is deliberately *not* exposed to user-space PHP at this time.

21 years agoQ}
Wez Furlong [Tue, 18 Mar 2003 22:26:02 +0000 (22:26 +0000)]
Q}

21 years ago-turn html_errors on by default again
Marcus Boerger [Tue, 18 Mar 2003 22:21:54 +0000 (22:21 +0000)]
-turn html_errors on by default again
-disbale clickable error messages by docref_root default to ''

21 years agoget_browser() needs to use zend_is_auto_global() on _SERVER.
Jay Smith [Tue, 18 Mar 2003 21:49:01 +0000 (21:49 +0000)]
get_browser() needs to use zend_is_auto_global() on _SERVER.

21 years agomake phpinfo() depend on executed sapi
Marcus Boerger [Tue, 18 Mar 2003 20:52:52 +0000 (20:52 +0000)]
make phpinfo() depend on executed sapi

21 years agoCleanup.
Ilia Alshanetsky [Tue, 18 Mar 2003 18:29:10 +0000 (18:29 +0000)]
Cleanup.

21 years agoFixed bug #22765
foobar [Tue, 18 Mar 2003 17:30:32 +0000 (17:30 +0000)]
Fixed bug #22765

21 years agoAvoid using FILE* where possible.
Wez Furlong [Tue, 18 Mar 2003 16:40:29 +0000 (16:40 +0000)]
Avoid using FILE* where possible.
Tidy up handling of potential error situations for the php:// wrapper.

21 years ago- Fix situation where a derived class declares a public (or implicit public)
Zeev Suraski [Tue, 18 Mar 2003 16:30:23 +0000 (16:30 +0000)]
- Fix situation where a derived class declares a public (or implicit public)
  with the same name as a private in the parent
- Optimize 'static binding' of private properties a bit

21 years agouse new callback to overwrite ini settings
Marcus Boerger [Tue, 18 Mar 2003 15:56:12 +0000 (15:56 +0000)]
use new callback to overwrite ini settings
# ok now lets split html_errors and phpinfo() formatting

21 years agogive sapi modules the possibility to overwrite default ini settings
Marcus Boerger [Tue, 18 Mar 2003 15:53:33 +0000 (15:53 +0000)]
give sapi modules the possibility to overwrite default ini settings

21 years agoavoid unsigned issues.
Wez Furlong [Tue, 18 Mar 2003 15:15:10 +0000 (15:15 +0000)]
avoid unsigned issues.

21 years agoCS fixes
Wez Furlong [Tue, 18 Mar 2003 14:35:15 +0000 (14:35 +0000)]
CS fixes

21 years agoFix for #22721 (poor file() performance on systems without mmap)
Wez Furlong [Tue, 18 Mar 2003 14:35:01 +0000 (14:35 +0000)]
Fix for #22721 (poor file() performance on systems without mmap)

21 years ago* email address change
Stig Bakken [Tue, 18 Mar 2003 12:06:09 +0000 (12:06 +0000)]
* email address change

21 years agoFixed bug #22751 (Compile error in gdcache when external libgd is used)
foobar [Tue, 18 Mar 2003 02:13:49 +0000 (02:13 +0000)]
Fixed bug #22751 (Compile error in gdcache when external libgd is used)

21 years agoChangeLog update
<changelog@php.net> [Tue, 18 Mar 2003 01:35:05 +0000 (01:35 +0000)]
ChangeLog update

21 years agowhitespace..
foobar [Tue, 18 Mar 2003 01:24:18 +0000 (01:24 +0000)]
whitespace..

21 years agoWin32 build fix.
Ilia Alshanetsky [Mon, 17 Mar 2003 22:25:55 +0000 (22:25 +0000)]
Win32 build fix.

21 years agoPR#22672 - User not logged under Apache2
Ian Holsman [Mon, 17 Mar 2003 21:28:41 +0000 (21:28 +0000)]
PR#22672 -   User not logged under Apache2
patch provided by Andrew Bradford.

21 years agoFixed bug #22538 (failed stat on stdio/stdin/stderr streams).
Ilia Alshanetsky [Mon, 17 Mar 2003 18:32:15 +0000 (18:32 +0000)]
Fixed bug #22538 (failed stat on stdio/stdin/stderr streams).

21 years agoFix the bad logic..
foobar [Mon, 17 Mar 2003 15:56:17 +0000 (15:56 +0000)]
Fix the bad logic..

21 years agoWS & CS fixes
foobar [Mon, 17 Mar 2003 15:06:11 +0000 (15:06 +0000)]
WS & CS fixes

21 years agoWS & CS fixes
foobar [Mon, 17 Mar 2003 14:45:07 +0000 (14:45 +0000)]
WS & CS fixes

21 years agoMFZE1
Stanislav Malyshev [Mon, 17 Mar 2003 14:41:04 +0000 (14:41 +0000)]
MFZE1

21 years agofixing my proto fix :|
Hartmut Holzgraefe [Mon, 17 Mar 2003 13:50:27 +0000 (13:50 +0000)]
fixing my proto fix :|

21 years agoFix for Bug #21310, based on a patch by jflemer@php.net.
Wez Furlong [Mon, 17 Mar 2003 13:40:45 +0000 (13:40 +0000)]
Fix for Bug #21310, based on a patch by jflemer@php.net.

21 years agoproto fixes
Hartmut Holzgraefe [Mon, 17 Mar 2003 13:11:19 +0000 (13:11 +0000)]
proto fixes

21 years agoproto fix
Hartmut Holzgraefe [Mon, 17 Mar 2003 13:08:59 +0000 (13:08 +0000)]
proto fix

21 years agoproto fix
Hartmut Holzgraefe [Mon, 17 Mar 2003 13:00:13 +0000 (13:00 +0000)]
proto fix

21 years agomore proto fixes
Hartmut Holzgraefe [Mon, 17 Mar 2003 12:48:38 +0000 (12:48 +0000)]
more proto fixes

21 years agoBe sure we get the correct version..
foobar [Mon, 17 Mar 2003 12:43:29 +0000 (12:43 +0000)]
Be sure we get the correct version..

21 years agoadded the version info to be send as-is to buildtest-process
foobar [Mon, 17 Mar 2003 12:24:09 +0000 (12:24 +0000)]
added the version info to be send as-is to buildtest-process

21 years agoAdded missing zend_mm.c file and renamed zend_object_API.c -> zend_objects_API.c
foobar [Mon, 17 Mar 2003 11:23:42 +0000 (11:23 +0000)]
Added missing zend_mm.c file and renamed zend_object_API.c -> zend_objects_API.c

21 years agoChangeLog update
<changelog@php.net> [Mon, 17 Mar 2003 01:32:05 +0000 (01:32 +0000)]
ChangeLog update

21 years agoMerge macro changes
Sascha Schumann [Sun, 16 Mar 2003 23:02:19 +0000 (23:02 +0000)]
Merge macro changes

21 years ago- disable html_errors per default as suggested by php.ini-<xxx>
Marcus Boerger [Sun, 16 Mar 2003 20:47:56 +0000 (20:47 +0000)]
- disable html_errors per default as suggested by php.ini-<xxx>
- new error format that does not point to any documentation (if either
  not html_errors or no docref_root given e.g.: production boxes and default)
- documentation update in php.ini-<xxx>
# hope everyone is happy now
# and why on earth was enabling html_errors default?

21 years agoWS & CS fixes + some TSRM_FETCH() removals + pval -> zval
foobar [Sun, 16 Mar 2003 05:00:50 +0000 (05:00 +0000)]
WS & CS fixes + some TSRM_FETCH() removals + pval -> zval

21 years agoChangeLog update
<changelog@php.net> [Sun, 16 Mar 2003 01:32:48 +0000 (01:32 +0000)]
ChangeLog update

21 years ago- Fixed bug #22709 (crash within interbase when database unavailable)
foobar [Sun, 16 Mar 2003 00:37:01 +0000 (00:37 +0000)]
- Fixed bug #22709 (crash within interbase when database unavailable)

21 years agoAdded test for bug22592
Moriyoshi Koizumi [Sat, 15 Mar 2003 23:37:17 +0000 (23:37 +0000)]
Added test for bug22592

21 years agolots of proto stuff
Hartmut Holzgraefe [Sat, 15 Mar 2003 22:51:49 +0000 (22:51 +0000)]
lots of proto stuff

21 years agodocbook fixes
Hartmut Holzgraefe [Sat, 15 Mar 2003 22:38:01 +0000 (22:38 +0000)]
docbook fixes

21 years agothinko fix to kill warnings
Hartmut Holzgraefe [Sat, 15 Mar 2003 22:37:03 +0000 (22:37 +0000)]
thinko fix to kill warnings

21 years agodocbook typo fix
Hartmut Holzgraefe [Sat, 15 Mar 2003 22:35:34 +0000 (22:35 +0000)]
docbook typo fix

21 years agomake sure the function name in the proto matches the function
Hartmut Holzgraefe [Sat, 15 Mar 2003 22:34:32 +0000 (22:34 +0000)]
make sure the function name in the proto matches the function

21 years agofix Bug #21751 - the parameter was wrong when this code was introduced
Marcus Boerger [Sat, 15 Mar 2003 16:39:35 +0000 (16:39 +0000)]
fix Bug #21751 - the parameter was wrong when this code was introduced

21 years ago64bit fixes
Wez Furlong [Sat, 15 Mar 2003 13:29:56 +0000 (13:29 +0000)]
64bit fixes

21 years agofix proto
Wez Furlong [Sat, 15 Mar 2003 13:29:35 +0000 (13:29 +0000)]
fix proto

21 years agoNEWS update
<changelog@php.net> [Sat, 15 Mar 2003 01:32:37 +0000 (01:32 +0000)]
NEWS update

21 years agoChangeLog update
<changelog@php.net> [Sat, 15 Mar 2003 01:32:07 +0000 (01:32 +0000)]
ChangeLog update

21 years agoAnd this never existed in any release either..
foobar [Sat, 15 Mar 2003 00:45:22 +0000 (00:45 +0000)]
And this never existed in any release either..

21 years ago"allow_webdav_methods" does not exist / is not needed anymore
foobar [Sat, 15 Mar 2003 00:21:45 +0000 (00:21 +0000)]
"allow_webdav_methods" does not exist / is not needed anymore

21 years ago@- Fixed bug #22386 (Using browscap causes segfault). This fix
Jay Smith [Fri, 14 Mar 2003 17:54:38 +0000 (17:54 +0000)]
@- Fixed bug #22386 (Using browscap causes segfault). This fix
@  also adds an optional bool argument to get_browser() that
@  makes the return value an array instead of an object. (jay)

21 years agoNo c++ comments
foobar [Fri, 14 Mar 2003 17:49:44 +0000 (17:49 +0000)]
No c++ comments

21 years agono c++ comments
foobar [Fri, 14 Mar 2003 17:40:42 +0000 (17:40 +0000)]
no c++ comments

21 years agoNo c++ comments!
foobar [Fri, 14 Mar 2003 17:37:44 +0000 (17:37 +0000)]
No c++ comments!

21 years agoFixed typo
Moriyoshi Koizumi [Fri, 14 Mar 2003 17:12:24 +0000 (17:12 +0000)]
Fixed typo

21 years agoWhitespace fixes.
Ilia Alshanetsky [Fri, 14 Mar 2003 16:56:38 +0000 (16:56 +0000)]
Whitespace fixes.

21 years agoreverting to version 1.9
Daniela Mariaschi [Fri, 14 Mar 2003 08:27:29 +0000 (08:27 +0000)]
reverting to version 1.9

21 years agoremove makefile and libs.mk from package file
Alan Knowles [Fri, 14 Mar 2003 02:13:42 +0000 (02:13 +0000)]
remove makefile and libs.mk from package file

21 years agoremoving files not needed so diff -u works nicely
Alan Knowles [Fri, 14 Mar 2003 02:11:54 +0000 (02:11 +0000)]
removing files not needed so diff -u works nicely

21 years agofix package file - note the package is called ext_soap - I suspect it will conflict...
Alan Knowles [Fri, 14 Mar 2003 02:10:23 +0000 (02:10 +0000)]
fix package file - note the package is called ext_soap - I suspect it will conflict with SOAP if downloaded - anyone want to comment on ideas for this...

21 years agofixes to enable module building
Alan Knowles [Fri, 14 Mar 2003 02:08:30 +0000 (02:08 +0000)]
fixes to enable module building

21 years agoadd support for shared library building - shout stop alan - if any objections..
Alan Knowles [Fri, 14 Mar 2003 01:58:21 +0000 (01:58 +0000)]
add support for shared library building - shout stop alan - if any objections..

21 years agoChangeLog update
<changelog@php.net> [Fri, 14 Mar 2003 01:32:56 +0000 (01:32 +0000)]
ChangeLog update