]> granicus.if.org Git - php/log
php
22 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.

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

22 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 ''

22 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.

22 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

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

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

22 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.

22 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

22 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

22 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

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

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

22 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)

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

22 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)

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

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

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

22 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.

22 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).

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

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

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

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

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

22 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.

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

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

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

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

22 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..

22 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

22 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

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

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

22 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?

22 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

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

22 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)

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

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

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

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

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

22 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

22 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

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

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

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

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

22 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..

22 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

22 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)

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

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

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

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

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

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

22 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

22 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

22 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...

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

22 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..

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

22 years agoTest for libgds needs libcrypt with Firebird to succeed
Daniela Mariaschi [Thu, 13 Mar 2003 23:15:43 +0000 (23:15 +0000)]
Test for libgds needs libcrypt with Firebird to succeed

22 years agothis is in the PHP_4_3 branch...
foobar [Thu, 13 Mar 2003 22:52:25 +0000 (22:52 +0000)]
this is in the PHP_4_3 branch...

22 years agoNumeric/decimal datatype overflow on Win32.
Daniela Mariaschi [Thu, 13 Mar 2003 21:58:29 +0000 (21:58 +0000)]
Numeric/decimal datatype overflow on Win32.
Fixed bug #20641

22 years ago- Whitespace
Derick Rethans [Thu, 13 Mar 2003 21:09:27 +0000 (21:09 +0000)]
- Whitespace

22 years ago* Fixing bug #21845.
Martin Jansen [Thu, 13 Mar 2003 21:07:40 +0000 (21:07 +0000)]
* Fixing bug #21845.

22 years agoFix warning in va_start().
Andrei Zmievski [Thu, 13 Mar 2003 20:41:58 +0000 (20:41 +0000)]
Fix warning in va_start().

22 years agoBFN
Sara Golemon [Thu, 13 Mar 2003 20:18:15 +0000 (20:18 +0000)]
BFN

22 years agoSolaris knows nothing of "Europe/Amsterdam". Use "US/Eastern" instead.
Jay Smith [Thu, 13 Mar 2003 18:51:39 +0000 (18:51 +0000)]
Solaris knows nothing of "Europe/Amsterdam". Use "US/Eastern" instead.

22 years agoFixed bug #22681 (Crash when reading from invalid file pointer).
Ilia Alshanetsky [Thu, 13 Mar 2003 18:15:31 +0000 (18:15 +0000)]
Fixed bug #22681 (Crash when reading from invalid file pointer).

22 years agoPrevent using both --with-sybase and --with-sybase-ct in same build
foobar [Thu, 13 Mar 2003 17:27:28 +0000 (17:27 +0000)]
Prevent using both --with-sybase and --with-sybase-ct in same build

22 years agohrm
foobar [Thu, 13 Mar 2003 17:02:45 +0000 (17:02 +0000)]
hrm

22 years agoBug #21534. Silly typo.
Sara Golemon [Thu, 13 Mar 2003 16:10:21 +0000 (16:10 +0000)]
Bug #21534.  Silly typo.

22 years agoadvertising ext_skel_ng ;)
Hartmut Holzgraefe [Thu, 13 Mar 2003 09:02:13 +0000 (09:02 +0000)]
advertising ext_skel_ng ;)

22 years agoCleanup.
Ilia Alshanetsky [Thu, 13 Mar 2003 02:22:31 +0000 (02:22 +0000)]
Cleanup.

22 years agoNEWS update
<changelog@php.net> [Thu, 13 Mar 2003 01:33:35 +0000 (01:33 +0000)]
NEWS update

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

22 years agoInitialize the namespace when registering functions.
Andrei Zmievski [Wed, 12 Mar 2003 21:43:42 +0000 (21:43 +0000)]
Initialize the namespace when registering functions.
# Correct me if I'm wrong..

22 years agoreverting half the patch (it is not that simple)
Stefan Esser [Wed, 12 Mar 2003 12:00:22 +0000 (12:00 +0000)]
reverting half the patch (it is not that simple)

22 years agoFix a crash bug in the implicit public declaration
Zeev Suraski [Wed, 12 Mar 2003 09:38:19 +0000 (09:38 +0000)]
Fix a crash bug in the implicit public declaration

22 years ago@ Add the file_set_contents() function, as a complement to the file_get_contents()
Sterling Hughes [Wed, 12 Mar 2003 06:47:34 +0000 (06:47 +0000)]
@ Add the file_set_contents() function, as a complement to the file_get_contents()
@ function. (Sterling)

22 years agoFixed spprintf() usage.
Ilia Alshanetsky [Wed, 12 Mar 2003 04:46:03 +0000 (04:46 +0000)]
Fixed spprintf() usage.
Fixed compiler warnings.

22 years agoAdded the type constants for imagegd2()
foobar [Wed, 12 Mar 2003 04:29:51 +0000 (04:29 +0000)]
Added the type constants for imagegd2()

22 years agoFix bug #22646
foobar [Wed, 12 Mar 2003 04:15:28 +0000 (04:15 +0000)]
Fix bug #22646

22 years agoprevent warning
foobar [Wed, 12 Mar 2003 02:26:46 +0000 (02:26 +0000)]
prevent warning

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

22 years agoThis was merged into PHP_4_3 branch..
foobar [Wed, 12 Mar 2003 01:09:27 +0000 (01:09 +0000)]
This was merged into PHP_4_3 branch..

22 years agoStyle fixes.
Ilia Alshanetsky [Wed, 12 Mar 2003 00:51:03 +0000 (00:51 +0000)]
Style fixes.

22 years agoAdded some interface tests
Marcus Boerger [Wed, 12 Mar 2003 00:09:59 +0000 (00:09 +0000)]
Added some interface tests

22 years agoFix handling of ::func()
Zeev Suraski [Tue, 11 Mar 2003 23:19:45 +0000 (23:19 +0000)]
Fix handling of ::func()

22 years agoThis went to 4_3 branch
foobar [Tue, 11 Mar 2003 03:13:05 +0000 (03:13 +0000)]
This went to 4_3 branch

22 years ago- Fixed bug #20715 (odbc could not be compiled as shared extension)
foobar [Tue, 11 Mar 2003 03:11:36 +0000 (03:11 +0000)]
- Fixed bug #20715 (odbc could not be compiled as shared extension)

22 years agofix sizeof(size_t) > sizeof(uint) issue
Sascha Schumann [Tue, 11 Mar 2003 02:28:46 +0000 (02:28 +0000)]
fix sizeof(size_t) > sizeof(uint) issue

22 years agoFixed bug #22616 (Wrong order of -lssl and -lcrypto with IMAP)
foobar [Tue, 11 Mar 2003 02:11:57 +0000 (02:11 +0000)]
Fixed bug #22616 (Wrong order of -lssl and -lcrypto with IMAP)

22 years agoreverting jani's non-sense commits
Sascha Schumann [Tue, 11 Mar 2003 01:47:06 +0000 (01:47 +0000)]
reverting jani's non-sense commits