]> granicus.if.org Git - php/log
php
23 years agoaccomodate SAPI_API changes
Daniel Beulshausen [Wed, 15 Aug 2001 18:11:40 +0000 (18:11 +0000)]
accomodate SAPI_API changes

23 years agoMFZE1
Zeev Suraski [Wed, 15 Aug 2001 18:06:06 +0000 (18:06 +0000)]
MFZE1

23 years agofix SAPI_POST_* exports
Daniel Beulshausen [Wed, 15 Aug 2001 18:01:48 +0000 (18:01 +0000)]
fix SAPI_POST_* exports

23 years agono message
Harald Radi [Wed, 15 Aug 2001 17:39:08 +0000 (17:39 +0000)]
no message

23 years agomega patch to avoid recursive oci-calls as they might break oracle!
Thies C. Arntzen [Wed, 15 Aug 2001 16:00:56 +0000 (16:00 +0000)]
mega patch to avoid recursive oci-calls as they might break oracle!

php will simply exit() (!!!) once it encounters an attemp to call oracle
while still in an oracle-call. this can only happen when the script gets
interrupted (timeout, apache-restart) and php tries to run the cleanups even
though we are in an unclean state. i will add an -ini flag soon (not before
4.0.7) which will (optional) make php not run the cleanups when in an unclean
state!

23 years agoremoved CoInitialize() and CoUninitialize()
Harald Radi [Wed, 15 Aug 2001 10:39:59 +0000 (10:39 +0000)]
removed CoInitialize() and CoUninitialize()

23 years ago Removed select(), fd_set(), etc. (wasn't present in the first place, and
Sterling Hughes [Wed, 15 Aug 2001 05:21:43 +0000 (05:21 +0000)]
 Removed select(), fd_set(), etc. (wasn't present in the first place, and
 these are implemented in the sockwasn't present in the first place, and
 these are implemented in the sockets extension))

23 years agoChangeLog update
<changelog@php.net> [Wed, 15 Aug 2001 00:11:10 +0000 (00:11 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Wed, 15 Aug 2001 00:11:06 +0000 (00:11 +0000)]
NEWS update

23 years agoRevert an old bogus patch
Zeev Suraski [Tue, 14 Aug 2001 23:17:02 +0000 (23:17 +0000)]
Revert an old bogus patch

23 years agoimprove typedef definition
Zeev Suraski [Tue, 14 Aug 2001 22:57:09 +0000 (22:57 +0000)]
improve typedef definition

23 years ago* expected error codes are stored on a stack now, PEAR::expectError()
Stig Bakken [Tue, 14 Aug 2001 21:11:33 +0000 (21:11 +0000)]
* expected error codes are stored on a stack now, PEAR::expectError()
  pushes into it, PEAR::popExpect() pops off it
* made pear_error test work on other boxes than my own :-)

23 years agoUh-oh, didn't mean to eliminate all folds.
Andrei Zmievski [Tue, 14 Aug 2001 20:38:56 +0000 (20:38 +0000)]
Uh-oh, didn't mean to eliminate all folds.

23 years agoBe more safe about freeing zvals.
Andrei Zmievski [Tue, 14 Aug 2001 20:33:19 +0000 (20:33 +0000)]
Be more safe about freeing zvals.

23 years agoAdd compile-time versioning for default hostname
John Donagher [Tue, 14 Aug 2001 20:28:07 +0000 (20:28 +0000)]
Add compile-time versioning for default hostname

23 years agoUpdate hostname
John Donagher [Tue, 14 Aug 2001 20:23:26 +0000 (20:23 +0000)]
Update hostname

23 years agodepreciated, but should build anyway...
Daniel Beulshausen [Tue, 14 Aug 2001 17:46:19 +0000 (17:46 +0000)]
depreciated, but should build anyway...

23 years ago- This code looks OK so remove FIXME comment
Andi Gutmans [Tue, 14 Aug 2001 17:43:39 +0000 (17:43 +0000)]
- This code looks OK so remove FIXME comment

23 years agoTSRMLS fixes
Daniel Beulshausen [Tue, 14 Aug 2001 17:31:00 +0000 (17:31 +0000)]
TSRMLS fixes

23 years agoTSRMLS fixes
Daniel Beulshausen [Tue, 14 Aug 2001 17:16:19 +0000 (17:16 +0000)]
TSRMLS fixes

23 years agoTSRMLS fixes
Daniel Beulshausen [Tue, 14 Aug 2001 17:05:53 +0000 (17:05 +0000)]
TSRMLS fixes

23 years agoMFZE1
Zeev Suraski [Tue, 14 Aug 2001 15:24:20 +0000 (15:24 +0000)]
MFZE1

23 years agoMFZE1
Zeev Suraski [Tue, 14 Aug 2001 15:22:34 +0000 (15:22 +0000)]
MFZE1

23 years agofixed com_invoke retval
Harald Radi [Tue, 14 Aug 2001 13:38:36 +0000 (13:38 +0000)]
fixed com_invoke retval

23 years agoI'm sure you meant 'l' here, Sterling.
Andrei Zmievski [Tue, 14 Aug 2001 13:01:11 +0000 (13:01 +0000)]
I'm sure you meant 'l' here, Sterling.

23 years ago* updated test (currently passes only on my laptop, sorry...)
Stig Bakken [Tue, 14 Aug 2001 12:49:51 +0000 (12:49 +0000)]
* updated test (currently passes only on my laptop, sorry...)

23 years ago* added expectError() method
Stig Bakken [Tue, 14 Aug 2001 12:49:25 +0000 (12:49 +0000)]
* added expectError() method

23 years ago- Avoid using malloc()
Zeev Suraski [Tue, 14 Aug 2001 12:47:09 +0000 (12:47 +0000)]
- Avoid using malloc()
- Improve and fix leaks in the typelib constants registration mechanism

23 years agofixed bug in com_load_typelib
Harald Radi [Tue, 14 Aug 2001 11:50:16 +0000 (11:50 +0000)]
fixed bug in com_load_typelib

23 years ago@- Fixed a bug in dbase_get_record() and dbase_get_record_with_names().
foobar [Tue, 14 Aug 2001 11:07:18 +0000 (11:07 +0000)]
@- Fixed a bug in dbase_get_record() and dbase_get_record_with_names().
@  boolean fields are now returned correctly.
@  Patch by Lawrence E. Widman <widman@cardiothink.com> (Jani)

23 years agoWhitespace
Zeev Suraski [Tue, 14 Aug 2001 10:53:42 +0000 (10:53 +0000)]
Whitespace

23 years agomore whitespace
Zeev Suraski [Tue, 14 Aug 2001 10:15:43 +0000 (10:15 +0000)]
more whitespace

23 years agoWhitespace & API updates
Zeev Suraski [Tue, 14 Aug 2001 10:13:35 +0000 (10:13 +0000)]
Whitespace & API updates

23 years agoWhitespace and API updates (please keep code in the repository in K&R style
Zeev Suraski [Tue, 14 Aug 2001 10:04:59 +0000 (10:04 +0000)]
Whitespace and API updates (please keep code in the repository in K&R style
like the CODING_STANDARDS ask, guys...)

23 years agoAdd missing break
Zeev Suraski [Tue, 14 Aug 2001 09:55:22 +0000 (09:55 +0000)]
Add missing break

23 years agouse an absolute path for symlinking the php library archive
Sascha Schumann [Tue, 14 Aug 2001 09:37:25 +0000 (09:37 +0000)]
use an absolute path for symlinking the php library archive

23 years agoIf the header file is not found, bail out.
foobar [Tue, 14 Aug 2001 08:53:48 +0000 (08:53 +0000)]
If the header file is not found, bail out.

23 years agoFixed bug: #12726. If --with-xxx is used in configure line without any
foobar [Tue, 14 Aug 2001 08:49:39 +0000 (08:49 +0000)]
Fixed bug: #12726. If --with-xxx is used in configure line without any
value, it gets value 'yes'.

23 years agoypo;-)
Thies C. Arntzen [Tue, 14 Aug 2001 08:33:21 +0000 (08:33 +0000)]
ypo;-)

23 years agoObviously not complete, but somewhere to start.
Joey Smith [Tue, 14 Aug 2001 08:28:34 +0000 (08:28 +0000)]
Obviously not complete, but somewhere to start.

23 years agoKill some duplicate PHP_FALIAS()'s.
Joey Smith [Tue, 14 Aug 2001 08:23:22 +0000 (08:23 +0000)]
Kill some duplicate PHP_FALIAS()'s.
Many of these were commented out, but I killed them anyways just to be
consistent.

23 years agoGroup PHP_FE and PHP_FALIAS with their own kind.
Joey Smith [Tue, 14 Aug 2001 07:49:28 +0000 (07:49 +0000)]
Group PHP_FE and PHP_FALIAS with their own kind.

23 years agoFix my own ws errors.
Joey Smith [Tue, 14 Aug 2001 07:44:21 +0000 (07:44 +0000)]
Fix my own ws errors.

23 years agoRegister le_domxmltextp.
Joey Smith [Tue, 14 Aug 2001 07:37:14 +0000 (07:37 +0000)]
Register le_domxmltextp.

23 years agoDon't hammer the resource type right off the bat.
Joey Smith [Tue, 14 Aug 2001 07:36:18 +0000 (07:36 +0000)]
Don't hammer the resource type right off the bat.

23 years agoTrim ws only lines.
Joey Smith [Tue, 14 Aug 2001 07:34:20 +0000 (07:34 +0000)]
Trim ws only lines.

23 years agows fix. Also added some missing protos and fold tags.
foobar [Tue, 14 Aug 2001 07:14:23 +0000 (07:14 +0000)]
ws fix. Also added some missing protos and fold tags.

23 years agoFix ZTS build.
foobar [Tue, 14 Aug 2001 07:09:20 +0000 (07:09 +0000)]
Fix ZTS build.

23 years agoAnother TSRMLS_FETCH() nuke.
foobar [Tue, 14 Aug 2001 05:44:33 +0000 (05:44 +0000)]
Another TSRMLS_FETCH() nuke.

23 years agoWhenever typelibrary constants were loaded, there was a GP Fault at process exit...
Alan Brown [Tue, 14 Aug 2001 03:52:32 +0000 (03:52 +0000)]
Whenever typelibrary constants were loaded, there was a GP Fault at process exit as shutdown_memory_manager seemed to delete constants that were supposed to have been deleted earlier. It seems as though CONST_PERSISTENT is a bad thing to use. Resetting that bit on the constant creation still seems to work and the GP Fault at exit is gone.

23 years agoMore Z_* macro changes.
Joey Smith [Tue, 14 Aug 2001 01:07:42 +0000 (01:07 +0000)]
More Z_* macro changes.

23 years agohresult is returned if no return type is specified
Harald Radi [Tue, 14 Aug 2001 00:48:15 +0000 (00:48 +0000)]
hresult is returned if no return type is specified

23 years agoupdate todo
Harald Radi [Tue, 14 Aug 2001 00:29:51 +0000 (00:29 +0000)]
update todo

23 years agomake next() return a single value instead of an array with one element
Harald Radi [Tue, 14 Aug 2001 00:28:54 +0000 (00:28 +0000)]
make next() return a single value instead of an array with one element

23 years agoChangeLog update
<changelog@php.net> [Tue, 14 Aug 2001 00:15:46 +0000 (00:15 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Tue, 14 Aug 2001 00:15:42 +0000 (00:15 +0000)]
NEWS update

23 years agoRemove unused variable and fix small mental error.
Joey Smith [Tue, 14 Aug 2001 00:10:39 +0000 (00:10 +0000)]
Remove unused variable and fix small mental error.

23 years agomerged from EXPERIMENTAL
Harald Radi [Mon, 13 Aug 2001 23:39:11 +0000 (23:39 +0000)]
merged from EXPERIMENTAL
lots of cleanup work

23 years agoinitial
Harald Radi [Mon, 13 Aug 2001 23:30:16 +0000 (23:30 +0000)]
initial

23 years agoUse a symlink instead of copying the +6MB library archive during install
Sascha Schumann [Mon, 13 Aug 2001 22:34:25 +0000 (22:34 +0000)]
Use a symlink instead of copying the +6MB library archive during install

23 years agoReverted - Didn't yet read Torben's mail - Sorry!
Jeroen van Wolffelaar [Mon, 13 Aug 2001 22:34:02 +0000 (22:34 +0000)]
Reverted - Didn't yet read Torben's mail - Sorry!

23 years agoFixed proto's
Jeroen van Wolffelaar [Mon, 13 Aug 2001 22:30:55 +0000 (22:30 +0000)]
Fixed proto's

23 years agoDon't display egrep result
Sascha Schumann [Mon, 13 Aug 2001 22:17:18 +0000 (22:17 +0000)]
Don't display egrep result

23 years agowhoops, forgot to apply cgi/poll patch before diff'ing
Sascha Schumann [Mon, 13 Aug 2001 22:01:55 +0000 (22:01 +0000)]
whoops, forgot to apply cgi/poll patch before diff'ing

23 years agoremove "i"
Sterling Hughes [Mon, 13 Aug 2001 22:01:39 +0000 (22:01 +0000)]
remove "i"

23 years ago.
Sascha Schumann [Mon, 13 Aug 2001 21:58:58 +0000 (21:58 +0000)]
.

23 years agoAdd check for thttpd-2.21b. We support nothing else for now, because
Sascha Schumann [Mon, 13 Aug 2001 21:57:31 +0000 (21:57 +0000)]
Add check for thttpd-2.21b.  We support nothing else for now, because
this version is rock-stable using the combined set of patches.

23 years agoimproved thttpd-2.21b patch.. I got tired of applying my patches for
Sascha Schumann [Mon, 13 Aug 2001 21:55:21 +0000 (21:55 +0000)]
improved thttpd-2.21b patch.. I got tired of applying my patches for
these bugs.

fixes poll(2) issue
fixes hanging cgi issue
fixes off-by-one in scanning input buffers in case of EAGAIN/EWOULDBLOCK
fixes potential bug in managing write buffers
add "index.php" to default files to look for

23 years agoassorted stuff
Sascha Schumann [Mon, 13 Aug 2001 21:28:15 +0000 (21:28 +0000)]
assorted stuff

23 years agoMore WS.
Joey Smith [Mon, 13 Aug 2001 19:58:07 +0000 (19:58 +0000)]
More WS.

23 years agoWS only
Joey Smith [Mon, 13 Aug 2001 19:45:26 +0000 (19:45 +0000)]
WS only

23 years agoAdd TSRMLS_CC
Rasmus Lerdorf [Mon, 13 Aug 2001 19:36:43 +0000 (19:36 +0000)]
Add TSRMLS_CC

23 years agoFix crashes in parse_parameters calls
Zeev Suraski [Mon, 13 Aug 2001 19:31:18 +0000 (19:31 +0000)]
Fix crashes in parse_parameters calls
HEADS UP:  Make sure you supply TSRMLS_CC for this function!
I'll try to think of a way that'd allow us to find this issue using
the compiler.

23 years ago- More Engine 2 work.
Andi Gutmans [Mon, 13 Aug 2001 18:47:52 +0000 (18:47 +0000)]
- More Engine 2 work.

23 years ago- MFZE1
Andi Gutmans [Mon, 13 Aug 2001 18:33:41 +0000 (18:33 +0000)]
- MFZE1

23 years ago- ZE2 fixes
Andi Gutmans [Mon, 13 Aug 2001 16:40:12 +0000 (16:40 +0000)]
- ZE2 fixes

23 years ago- More ZE2 fixes
Andi Gutmans [Mon, 13 Aug 2001 16:13:25 +0000 (16:13 +0000)]
- More ZE2 fixes

23 years ago- Attempt at fixing the Java extension for ZE2
Andi Gutmans [Mon, 13 Aug 2001 16:02:45 +0000 (16:02 +0000)]
- Attempt at fixing the Java extension for ZE2

23 years ago- MFZE1
Andi Gutmans [Mon, 13 Aug 2001 15:38:07 +0000 (15:38 +0000)]
- MFZE1

23 years ago- Merge from Engine 1
Andi Gutmans [Mon, 13 Aug 2001 15:23:37 +0000 (15:23 +0000)]
- Merge from Engine 1

23 years agoFaster wrong_param check for functions that take no parameters
Rasmus Lerdorf [Mon, 13 Aug 2001 08:15:12 +0000 (08:15 +0000)]
Faster wrong_param check for functions that take no parameters

23 years agoChange to Z_* macros.
Joey Smith [Mon, 13 Aug 2001 08:08:18 +0000 (08:08 +0000)]
Change to Z_* macros.

23 years ago@Added --version option to php-config (Stig)
Stig Bakken [Mon, 13 Aug 2001 07:58:29 +0000 (07:58 +0000)]
@Added --version option to php-config (Stig)

23 years agoTrack down a few more functions that don't check for 0 args and use
Rasmus Lerdorf [Mon, 13 Aug 2001 07:55:39 +0000 (07:55 +0000)]
Track down a few more functions that don't check for 0 args and use
faster mechanism

23 years agoOops, a little too much simplification there.. ;)
Rasmus Lerdorf [Mon, 13 Aug 2001 07:28:57 +0000 (07:28 +0000)]
Oops, a little too much simplification there.. ;)

23 years agoWe don't consistently check for args passed to functions that don't
Rasmus Lerdorf [Mon, 13 Aug 2001 06:43:47 +0000 (06:43 +0000)]
We don't consistently check for args passed to functions that don't
take any args.  In some cases we probably want to skip the check for
performance reasons, but in other cases where performance is unlikely
to be a factor, not throwing a warning on the wrong number of args passed
to a function is at best inconsistent, and at worst it could hide a bug.
So, add a few such checks.  There are still lots of cases out there.

23 years agows
Sterling Hughes [Mon, 13 Aug 2001 05:51:06 +0000 (05:51 +0000)]
ws

23 years agoWhitespace fixes and moving to zend_parse_parameters()
Sterling Hughes [Mon, 13 Aug 2001 05:44:37 +0000 (05:44 +0000)]
Whitespace fixes and moving to zend_parse_parameters()

23 years agoReverse patches that slipped in by mistake in a whitespace patch. They
Zeev Suraski [Mon, 13 Aug 2001 00:36:16 +0000 (00:36 +0000)]
Reverse patches that slipped in by mistake in a whitespace patch.  They
require some more work...

23 years agoUpdate .dsp
Zeev Suraski [Mon, 13 Aug 2001 00:33:08 +0000 (00:33 +0000)]
Update .dsp

23 years ago- Fix API
Zeev Suraski [Mon, 13 Aug 2001 00:32:04 +0000 (00:32 +0000)]
- Fix API
- Update NEWS

23 years agoMFZE1
Zeev Suraski [Mon, 13 Aug 2001 00:28:18 +0000 (00:28 +0000)]
MFZE1

23 years agoChangeLog update
<changelog@php.net> [Mon, 13 Aug 2001 00:10:19 +0000 (00:10 +0000)]
ChangeLog update

23 years agoEnable output buffering in the php.ini-recommended
Zeev Suraski [Sun, 12 Aug 2001 22:42:36 +0000 (22:42 +0000)]
Enable output buffering in the php.ini-recommended

23 years agoCompile fix for oldie Linux systems (possibly others too)
Zeev Suraski [Sun, 12 Aug 2001 21:23:15 +0000 (21:23 +0000)]
Compile fix for oldie Linux systems (possibly others too)

23 years agoFix warning.
Sebastian Bergmann [Sun, 12 Aug 2001 18:57:35 +0000 (18:57 +0000)]
Fix warning.

23 years agotags need to be UTF8-decoded as well.
Thies C. Arntzen [Sun, 12 Aug 2001 18:44:42 +0000 (18:44 +0000)]
tags need to be UTF8-decoded as well.

guys, case_folding can only work when the parser target encoding equal (or
compatible) with the locale setting of the system as we use toupper to "do it"

23 years ago_FUNCTION is used in definition, so use _D
Stanislav Malyshev [Sun, 12 Aug 2001 14:58:57 +0000 (14:58 +0000)]
_FUNCTION is used in definition, so use _D

23 years agoadjusted Satellite for Zend 2
David Eriksson [Sun, 12 Aug 2001 09:48:07 +0000 (09:48 +0000)]
adjusted Satellite for Zend 2

23 years agochanged IOR values
David Eriksson [Sun, 12 Aug 2001 09:47:37 +0000 (09:47 +0000)]
changed IOR values