]>
granicus.if.org Git - php/log
Sascha Schumann [Sun, 20 Aug 2000 09:37:15 +0000 (09:37 +0000)]
Execute PHP scripts everywhere (not only in the top-level directory)
Sascha Schumann [Sun, 20 Aug 2000 08:58:19 +0000 (08:58 +0000)]
Remove -DHAVE_CONFIG_H. It ain't used anywhere.
Sascha Schumann [Sun, 20 Aug 2000 08:31:34 +0000 (08:31 +0000)]
_isnan seems to be supported on Win32, add an appropiate macro.
Sterling Hughes [Sun, 20 Aug 2000 08:28:00 +0000 (08:28 +0000)]
Bunch o' changes..
- Add the ability to return the web page into a variable
by setting the CURLOPT_RETURNTRANSFER constant to 1.
- Make everything conform to the naming guidelines.
- Delete the resource id from the file_id table when a
resource is closed.
Sascha Schumann [Sun, 20 Aug 2000 07:12:48 +0000 (07:12 +0000)]
If available, use fpclassify for substituting zend_finite.
Sascha Schumann [Sun, 20 Aug 2000 06:09:07 +0000 (06:09 +0000)]
Including math.h before using macros defined there will work better :)
Sascha Schumann [Sun, 20 Aug 2000 06:08:14 +0000 (06:08 +0000)]
Make use of zend_isinf and zend_isnan.
Sascha Schumann [Sun, 20 Aug 2000 06:07:42 +0000 (06:07 +0000)]
Add zend_isinf and zend_isnan.
Sascha Schumann [Sun, 20 Aug 2000 05:39:37 +0000 (05:39 +0000)]
Add/update license
Sascha Schumann [Sun, 20 Aug 2000 05:36:07 +0000 (05:36 +0000)]
Relicense build-related files under the PHP License
Move common make rules to rules_common.mk. This gets rid of the duplicated
stuff in rules.mk/rules_pear.mk.
Sascha Schumann [Sun, 20 Aug 2000 05:27:59 +0000 (05:27 +0000)]
Remove php_realpath from build.
It was broken and should not be used in any way.
<changelog@php.net> [Sun, 20 Aug 2000 01:09:16 +0000 (01:09 +0000)]
ChangeLog update
Jesus M. Castagnetto [Sat, 19 Aug 2000 22:01:37 +0000 (22:01 +0000)]
Added some more predefined constants
Frank M. Kromann [Sat, 19 Aug 2000 21:15:43 +0000 (21:15 +0000)]
We only need winsock.h one time
Frank M. Kromann [Sat, 19 Aug 2000 19:08:32 +0000 (19:08 +0000)]
Adding ignore file for Win32
Frank M. Kromann [Sat, 19 Aug 2000 19:05:22 +0000 (19:05 +0000)]
Fixing paths to Zend and libmysql
Frank M. Kromann [Sat, 19 Aug 2000 18:50:03 +0000 (18:50 +0000)]
Fixing include path for compiling non thread safe php.exe
Andrei Zmievski [Sat, 19 Aug 2000 18:13:52 +0000 (18:13 +0000)]
One more fix to C compile.
Stig Venaas [Sat, 19 Aug 2000 18:09:21 +0000 (18:09 +0000)]
Note about Oracle LDAP SDK support. Should I not say experimental?
Zeev Suraski [Sat, 19 Aug 2000 18:05:15 +0000 (18:05 +0000)]
Fix C build
Zeev Suraski [Sat, 19 Aug 2000 18:01:04 +0000 (18:01 +0000)]
- Update NEWS
- Fix non ZTS Windows build
Zeev Suraski [Sat, 19 Aug 2000 17:58:04 +0000 (17:58 +0000)]
Fix eval() leakage in ZTS mode
Zeev Suraski [Sat, 19 Aug 2000 17:50:42 +0000 (17:50 +0000)]
Eliminate run-time leak with eval()'s
Zeev Suraski [Sat, 19 Aug 2000 16:51:30 +0000 (16:51 +0000)]
Fix build with no memory_limit
Zeev Suraski [Sat, 19 Aug 2000 16:40:23 +0000 (16:40 +0000)]
Update NEWS
Zeev Suraski [Sat, 19 Aug 2000 16:38:19 +0000 (16:38 +0000)]
Avoid an endless loop situation in case of an error situation while sending headers
Zeev Suraski [Sat, 19 Aug 2000 16:35:02 +0000 (16:35 +0000)]
Fix memory_limit
Andi Gutmans [Sat, 19 Aug 2000 15:16:53 +0000 (15:16 +0000)]
- Beautify
Stig Venaas [Sat, 19 Aug 2000 14:10:11 +0000 (14:10 +0000)]
Adding Oracle LDAP SDK support
<changelog@php.net> [Sat, 19 Aug 2000 01:09:15 +0000 (01:09 +0000)]
ChangeLog update
Andi Gutmans [Fri, 18 Aug 2000 23:03:49 +0000 (23:03 +0000)]
- Centralize more fopen-wrappers functionality.
Frank M. Kromann [Fri, 18 Aug 2000 22:24:27 +0000 (22:24 +0000)]
Adding howto file for MS SQL
Chuck Hagenbuch [Fri, 18 Aug 2000 16:02:27 +0000 (16:02 +0000)]
use estrndup and efree to hopefully avoid both munging of arguments and
leaking memory.
Ben Mansell [Fri, 18 Aug 2000 14:18:57 +0000 (14:18 +0000)]
REQUEST_URI is a handy server variable, lets pass it onto ISAPI/PHP
Sascha Schumann [Fri, 18 Aug 2000 13:50:04 +0000 (13:50 +0000)]
Add necessary *_FETCH() macros
Sterling Hughes [Fri, 18 Aug 2000 13:43:22 +0000 (13:43 +0000)]
#Its fixed this time, no really.
Sterling Hughes [Fri, 18 Aug 2000 13:24:00 +0000 (13:24 +0000)]
Purely cosmetic.
Sterling Hughes [Fri, 18 Aug 2000 13:22:09 +0000 (13:22 +0000)]
Fix #6234
Hartmut Holzgraefe [Fri, 18 Aug 2000 12:45:01 +0000 (12:45 +0000)]
typo fix in array_diff error message, fixes bug #6236
Hartmut Holzgraefe [Fri, 18 Aug 2000 12:28:28 +0000 (12:28 +0000)]
minor typo fix in proto
<changelog@php.net> [Fri, 18 Aug 2000 01:09:07 +0000 (01:09 +0000)]
ChangeLog update
Sam Ruby [Thu, 17 Aug 2000 19:19:54 +0000 (19:19 +0000)]
Reorder call to ELS_FETCH to be after declarations
Andrei Zmievski [Thu, 17 Aug 2000 19:01:28 +0000 (19:01 +0000)]
Reverting the pemalloc -> malloc change until we figure out why it breaks.
Andrei Zmievski [Thu, 17 Aug 2000 16:09:00 +0000 (16:09 +0000)]
No need to have persistent allocation.
Chuck Hagenbuch [Thu, 17 Aug 2000 16:01:14 +0000 (16:01 +0000)]
prevent mail_criteria from munging the variable passed in containing the
query - just had to add a cpystr(). if this isn't the right fix, let me
know, but it does work.
Ben Mansell [Thu, 17 Aug 2000 13:40:40 +0000 (13:40 +0000)]
(send_headers) Removed code freeing http_status_line, this is performed
in sapi_send_headers()
# Looks like a similar problem in sapi/pi3web/pi3web_sapi.c as well.
# I can't test this though, so I'm being paranoid and not changing that code.
# Could someone please check this?
Hartmut Holzgraefe [Thu, 17 Aug 2000 13:17:14 +0000 (13:17 +0000)]
additional include should fix bug #6086
Sascha Schumann [Thu, 17 Aug 2000 11:02:10 +0000 (11:02 +0000)]
Fix dependency. PEAR.php needs to be created before it can be installed.
Sam Ruby [Thu, 17 Aug 2000 10:14:50 +0000 (10:14 +0000)]
Better error reporting when dll/shared library is not able to be loaded.
Submitted by: Bård Farstad <bf@ez.no>
Stanislav Malyshev [Thu, 17 Aug 2000 08:48:16 +0000 (08:48 +0000)]
Fix EMPTY_STRING macros
Stanislav Malyshev [Thu, 17 Aug 2000 08:47:42 +0000 (08:47 +0000)]
Fix chunk_split (#6208)
Andi Gutmans [Thu, 17 Aug 2000 04:05:57 +0000 (04:05 +0000)]
- It should be #ifdef PHP_WIN32
Sterling Hughes [Thu, 17 Aug 2000 02:14:41 +0000 (02:14 +0000)]
ts issues.
<changelog@php.net> [Thu, 17 Aug 2000 01:09:13 +0000 (01:09 +0000)]
ChangeLog update
Andi Gutmans [Wed, 16 Aug 2000 19:26:21 +0000 (19:26 +0000)]
- The beginning of an attempt to cleanup fopen-wrappers.
- I started with trying to localize the V_FOPEN's so that we can have a
- version which won't really open the file for include_once/require_once to
- work faster and have less chance of a race which would cause a fd leak.
- What I did will, therefore, change but I want to do this step by step
- because the code is extremley messy so first of all I want to make sure
- that the isolating of the V_FOPEN code doesn't break anything.
- How about moving URL stuff out of this file?
- php_fopen_url_wrapper() copy and pasted the second part of
- php_fopen_wrapper() (incorrectly). Please try not to copy&paste code but
- centralize functionality. Need to think of a nice way to nuke one of the
- copies and have both functions use the same one.
Thies C. Arntzen [Wed, 16 Aug 2000 15:23:05 +0000 (15:23 +0000)]
compile fix
Hartmut Holzgraefe [Wed, 16 Aug 2000 12:47:09 +0000 (12:47 +0000)]
proto fixed
<changelog@php.net> [Wed, 16 Aug 2000 01:09:18 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 16 Aug 2000 01:09:15 +0000 (01:09 +0000)]
NEWS update
Jouni Ahto [Wed, 16 Aug 2000 01:03:20 +0000 (01:03 +0000)]
- Return NULL type when column is NULL, now that we have it in PHP4.
- Fixed a bug in handling NULL columns, PQgetvalue() doesn't return a NULL
pointer in this case, but a pointer to a string of 0 length...
Sascha Schumann [Tue, 15 Aug 2000 23:16:47 +0000 (23:16 +0000)]
Change the C++ extension to .cpp
Uwe Steinmann [Tue, 15 Aug 2000 18:46:59 +0000 (18:46 +0000)]
- Inserted constants for fdf flags
Sterling Hughes [Tue, 15 Aug 2000 17:30:41 +0000 (17:30 +0000)]
@ Fix stdout support with the swf extension. (Sterling)
Sascha Schumann [Tue, 15 Aug 2000 17:05:37 +0000 (17:05 +0000)]
Fix varargs handling. The assignments are not necessary at all and
cause problems on various platforms, so we get rid of them.
Sterling Hughes [Tue, 15 Aug 2000 17:03:48 +0000 (17:03 +0000)]
Leftovers...
Sterling Hughes [Tue, 15 Aug 2000 16:54:48 +0000 (16:54 +0000)]
Add Win32 support for cURL.
# Switch this commit message with the last one and you get the
# right commit order.
Sterling Hughes [Tue, 15 Aug 2000 16:50:14 +0000 (16:50 +0000)]
This fixes to problems:
- Apache not having the output go to stdout in some cases.
- Output being displayed before the header is displayed.
And causes the following:
- *Slightly* slower cURL transfers.
Zeev Suraski [Tue, 15 Aug 2000 16:46:43 +0000 (16:46 +0000)]
Sync with Zend
Zeev Suraski [Tue, 15 Aug 2000 16:44:40 +0000 (16:44 +0000)]
Fix warning issue (compile errors inside require()'d files were incorrectly supressed)
Derick Rethans [Tue, 15 Aug 2000 14:58:21 +0000 (14:58 +0000)]
- Clearified which version of libmcrypt is enabled
# Request by Olivier Cahagne
Stanislav Malyshev [Tue, 15 Aug 2000 10:32:55 +0000 (10:32 +0000)]
Fix byteorder for il2long and long2ip (#6159)
@- Fix byte order for ip2long and long2ip (Stas)
David Croft [Tue, 15 Aug 2000 09:47:35 +0000 (09:47 +0000)]
renamed ini section, quoted default host and tabulated.
# it doesn't make sense to have the tab-width set to 4 when we're
# using tabs for alignment in this case, it just makes it look screwy
# in everything but emacs
David Croft [Tue, 15 Aug 2000 09:37:39 +0000 (09:37 +0000)]
display ini file entries on phpinfo(), unregister them on shutdown
numeric ini file entries stored as ints
removed unnecessary casts from PFPROG()
pval -> zval
<changelog@php.net> [Tue, 15 Aug 2000 01:09:15 +0000 (01:09 +0000)]
ChangeLog update
Brendan W. McAdams [Mon, 14 Aug 2000 21:10:25 +0000 (21:10 +0000)]
# Added TODO so I can track things that need doing with this module - (brendan)
Zeev Suraski [Mon, 14 Aug 2000 20:16:27 +0000 (20:16 +0000)]
- Fix leak and some logic
Sascha Schumann [Mon, 14 Aug 2000 19:38:23 +0000 (19:38 +0000)]
Move MCLS_FETCH() inside #if HAVE_LIBMCRYPT24. Fixes build against
libmcrypt 2.2.
Sascha Schumann [Mon, 14 Aug 2000 19:29:53 +0000 (19:29 +0000)]
Remove unnecessary precompiler macros. The failure condition is catched
at configure time.
Sascha Schumann [Mon, 14 Aug 2000 19:26:09 +0000 (19:26 +0000)]
Restrict INI entries when compiling against libmcrypt 2.4.
Andi Gutmans [Mon, 14 Aug 2000 19:17:26 +0000 (19:17 +0000)]
- This patch should hopefully fix situations where a constructor uses
- the $this pointer as a reference.
Sascha Schumann [Mon, 14 Aug 2000 19:17:16 +0000 (19:17 +0000)]
Fix check for libmcrypt in non-system library paths.
Fix case where neither libmcrypt 2.4.x and 2.2.x were found.
Fix library order (scope limited to static libraries)
Stanislav Malyshev [Mon, 14 Aug 2000 15:54:57 +0000 (15:54 +0000)]
Fix print length - again
# I hope _this_ is the right fix...
Stanislav Malyshev [Mon, 14 Aug 2000 11:07:28 +0000 (11:07 +0000)]
Fix another crash with long formats (#6145)
# From strncpy manual:
# In the case where the length of src is less than that of
# n, the remainder of dest will be padded with nulls.
Stanislav Malyshev [Mon, 14 Aug 2000 10:02:14 +0000 (10:02 +0000)]
Fix non-numbers printing (#6142)
# Please, somebody knowing about floats - check if there's more non-numbers
# seems we should check for all of them
Stanislav Malyshev [Mon, 14 Aug 2000 09:06:56 +0000 (09:06 +0000)]
Fix crash
David Croft [Mon, 14 Aug 2000 08:37:28 +0000 (08:37 +0000)]
presumably this was wrong
Andi Gutmans [Mon, 14 Aug 2000 04:10:02 +0000 (04:10 +0000)]
- Unused results should be marked with EXT_TYPE_UNUSED and not IS_UNUSED
<changelog@php.net> [Mon, 14 Aug 2000 01:09:16 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 14 Aug 2000 01:09:13 +0000 (01:09 +0000)]
NEWS update
Sterling Hughes [Sun, 13 Aug 2000 19:32:09 +0000 (19:32 +0000)]
- Fix spacing.
- Add error constants.
Stanislav Malyshev [Sun, 13 Aug 2000 18:08:01 +0000 (18:08 +0000)]
Fix opened_path init
# forgot to commit
Stanislav Malyshev [Sun, 13 Aug 2000 18:00:50 +0000 (18:00 +0000)]
Fix zend_fiel_handle handling. Should fix URL include
and various opened_path inconsistencies.
Sterling Hughes [Sun, 13 Aug 2000 17:41:20 +0000 (17:41 +0000)]
@ Fixed dbase_add_record. (Sterling)
Derick Rethans [Sun, 13 Aug 2000 11:53:04 +0000 (11:53 +0000)]
- Now using the better way of using INI directives
- Changed some warning/error messages to be more clear
Andi Gutmans [Sun, 13 Aug 2000 04:20:15 +0000 (04:20 +0000)]
*** empty log message ***
Andi Gutmans [Sun, 13 Aug 2000 04:19:44 +0000 (04:19 +0000)]
- Revert foreach() change which only allowed variables and array(...)
<changelog@php.net> [Sun, 13 Aug 2000 01:09:21 +0000 (01:09 +0000)]
ChangeLog update
Egon Schmid [Sat, 12 Aug 2000 20:45:48 +0000 (20:45 +0000)]
Some protos corrected.
Danny Heijl [Sat, 12 Aug 2000 12:03:41 +0000 (12:03 +0000)]
- The destructor for a connection resource closed the current
connection if the connection had been closed before (danny)
<changelog@php.net> [Sat, 12 Aug 2000 01:09:18 +0000 (01:09 +0000)]
ChangeLog update