]>
granicus.if.org Git - php/log
Andi Gutmans [Wed, 28 Jun 2000 17:30:30 +0000 (17:30 +0000)]
- Fix problem with VIRTUAL_DIR and relative paths containing ..
Joey Smith [Wed, 28 Jun 2000 11:44:32 +0000 (11:44 +0000)]
Added note about creating PDF documents in memory.
This is not quite complete, due to a bug in pdflib 3.0.
<changelog@php.net> [Wed, 28 Jun 2000 01:09:07 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 28 Jun 2000 01:09:04 +0000 (01:09 +0000)]
NEWS update
Sascha Schumann [Tue, 27 Jun 2000 23:09:49 +0000 (23:09 +0000)]
Cosmetic name change
Jouni Ahto [Tue, 27 Jun 2000 22:25:51 +0000 (22:25 +0000)]
# Forgot this...
Jouni Ahto [Tue, 27 Jun 2000 22:25:27 +0000 (22:25 +0000)]
# Reverting as requested.
Zeev Suraski [Tue, 27 Jun 2000 21:39:41 +0000 (21:39 +0000)]
- Limit lines to 80 chars
- Let people know they don't have to use the ISAPI filter if they don't need
HTTP authenatication
Jouni Ahto [Tue, 27 Jun 2000 21:36:26 +0000 (21:36 +0000)]
- dba_[p]open accepts now a new parameter, which kind of database to create
(DBA_BTREE or DBA_HASH), if the handler is either 'db2' or 'db3' and
mode 'c' or 'n'. It is ignored if mode is 'c' and the db already exists.
# Asked on the list 4 1/2 hours ago if anyone's got to say something to this,
# no response, so I'm assuming it's ok. And yes, I did test this.
Zeev Suraski [Tue, 27 Jun 2000 18:44:30 +0000 (18:44 +0000)]
Fixed a bug in opendir(), which prevented readdir() from working properly if
the $dir argument wasn't explicitly specified
Zeev Suraski [Tue, 27 Jun 2000 18:41:44 +0000 (18:41 +0000)]
Revert the sendmail.c patch - it uses 4 different variables that aren't defined, and breaks
the Win32 build
Andi Gutmans [Tue, 27 Jun 2000 18:18:18 +0000 (18:18 +0000)]
- Fix bug with VIRTUAL_DIR, .., and symlinks.
Sascha Schumann [Tue, 27 Jun 2000 16:22:26 +0000 (16:22 +0000)]
Use [\]n to refer to the two characters '\' and 'n'. This is the correct way
according to SUS II.
PR: #5212
Hartmut Holzgraefe [Tue, 27 Jun 2000 16:15:16 +0000 (16:15 +0000)]
should now get multiple To: and Cc: recievers right
(code taken from php3 version)
Jouni Ahto [Tue, 27 Jun 2000 13:26:04 +0000 (13:26 +0000)]
(pg_loreadall) Was using zval ** but forgot to convert to use
zend_get_parameters_ex(). Fixes #5244.
Sam Ruby [Tue, 27 Jun 2000 10:39:45 +0000 (10:39 +0000)]
add Java as a valid package
Sam Ruby [Tue, 27 Jun 2000 10:37:40 +0000 (10:37 +0000)]
defer loading of the native code
Thies C. Arntzen [Tue, 27 Jun 2000 09:55:52 +0000 (09:55 +0000)]
(fgetcsv) fixed leak
Thies C. Arntzen [Tue, 27 Jun 2000 09:28:05 +0000 (09:28 +0000)]
@- Fixed a possible crash in the LDAP modify code. (Eric Kilfoil)
Andi Gutmans [Tue, 27 Jun 2000 04:45:53 +0000 (04:45 +0000)]
- Made discard-path work again
<changelog@php.net> [Tue, 27 Jun 2000 01:09:05 +0000 (01:09 +0000)]
ChangeLog update
Zeev Suraski [Mon, 26 Jun 2000 20:52:04 +0000 (20:52 +0000)]
Removed 8KB limit on line length of the file() function
Zeev Suraski [Mon, 26 Jun 2000 18:27:12 +0000 (18:27 +0000)]
- Disabled dl() when PHP is being used as a module inside a multithreaded web
server - it didn't work before, and caused weird results (Zeev)
Andi Gutmans [Mon, 26 Jun 2000 18:19:35 +0000 (18:19 +0000)]
- Don't depend on USE_PATH being equal to 1. Use #define value
Zeev Suraski [Mon, 26 Jun 2000 18:16:54 +0000 (18:16 +0000)]
Add missing enable_dl
Zeev Suraski [Mon, 26 Jun 2000 18:15:49 +0000 (18:15 +0000)]
Support boolean NOT in the php.ini processor
Zeev Suraski [Mon, 26 Jun 2000 18:15:33 +0000 (18:15 +0000)]
Make it possible to detect whether we're thread safe or not from PHP scripts and the php.ini
file
Andrei Zmievski [Mon, 26 Jun 2000 18:05:55 +0000 (18:05 +0000)]
Separate plain name returned by php_sapi_module() and pretty name
used for output.
Egon Schmid [Mon, 26 Jun 2000 17:57:46 +0000 (17:57 +0000)]
Fixed some protos.
Andi Gutmans [Mon, 26 Jun 2000 17:57:03 +0000 (17:57 +0000)]
- Pray this is an OK fix for the DISCARD_PATH junk
Zeev Suraski [Mon, 26 Jun 2000 17:40:24 +0000 (17:40 +0000)]
- Please NEVER copy fopen_wrappers.c functions to modules. They are ugly
- enough as is and need cleaning up. Duplicating the mess makes things just
- worse and prevents bug fixes in the functions from propogating throughout
- PHP.
- This fix is untested so someone who uses zlib, please test it and report
- back.
Stanislav Malyshev [Mon, 26 Jun 2000 17:12:38 +0000 (17:12 +0000)]
Make exec() fwork on Unix again
Zeev Suraski [Mon, 26 Jun 2000 17:11:28 +0000 (17:11 +0000)]
TRACK_VARS is really no longer necessary...
Zeev Suraski [Mon, 26 Jun 2000 16:34:12 +0000 (16:34 +0000)]
max_execution_time is no longer UNIX only...
Stanislav Malyshev [Mon, 26 Jun 2000 16:26:20 +0000 (16:26 +0000)]
Right name for the function persist_alloc
Zeev Suraski [Mon, 26 Jun 2000 16:24:28 +0000 (16:24 +0000)]
- Fix bug in virtual dir under Windows when using absolute paths without
- drive letter
Andi Gutmans [Mon, 26 Jun 2000 16:17:58 +0000 (16:17 +0000)]
- Try two in fixing the problem with memory leaks reporting path_translated
Zeev Suraski [Mon, 26 Jun 2000 15:55:59 +0000 (15:55 +0000)]
- Fix problem with filename being freed before possible memory leaks are
- reported by the memory manager
Andi Gutmans [Mon, 26 Jun 2000 15:37:28 +0000 (15:37 +0000)]
- Add another "\n" at the end of error messages.
Jouni Ahto [Mon, 26 Jun 2000 15:23:52 +0000 (15:23 +0000)]
- Fixed another missing test for existing functions in libgd.
# This too should go in 4.0.1 if just possible.
Zeev Suraski [Mon, 26 Jun 2000 15:17:36 +0000 (15:17 +0000)]
Make max_execution_time work properly when set to 0 under Win32 (disable)
Kristian Köhntopp [Mon, 26 Jun 2000 14:55:38 +0000 (14:55 +0000)]
Corrected a syntax error: Macro requires braces.
Kristian Köhntopp [Mon, 26 Jun 2000 14:43:37 +0000 (14:43 +0000)]
Added function php_sapi_name() as written by Stefan Livieratos.
Andrei Zmievski [Mon, 26 Jun 2000 13:23:03 +0000 (13:23 +0000)]
ignore libs.mk
Andrei Zmievski [Mon, 26 Jun 2000 13:22:19 +0000 (13:22 +0000)]
Fix up news.
Stanislav Malyshev [Mon, 26 Jun 2000 12:26:40 +0000 (12:26 +0000)]
If we freed it, we might not touch it
# BTW, this is not a real fix - we still might use it
# when reporting memory leaks, but at least we won't reference
# unitialized memory
Jouni Ahto [Mon, 26 Jun 2000 12:23:02 +0000 (12:23 +0000)]
- Test gdImagePaletteCopy and define HAVE_LIBGD15 if found.
- s/HAVE_LIBGD13/HAVE_LIBGD15/ in ImagePaletteCopy, ImageCopyMerge.
# This really should go into 4.0.1 or we'll get a lot of complaints from
# people using older versions of gd (because it still supports gif).
Stefan Roehrich [Mon, 26 Jun 2000 08:53:36 +0000 (08:53 +0000)]
Fix for configure not setting the library path.
Sterling Hughes [Mon, 26 Jun 2000 08:23:34 +0000 (08:23 +0000)]
two too many.
<changelog@php.net> [Mon, 26 Jun 2000 01:09:08 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 26 Jun 2000 01:09:05 +0000 (01:09 +0000)]
NEWS update
Sascha Schumann [Sun, 25 Jun 2000 22:48:02 +0000 (22:48 +0000)]
Fix Bison version check
Zeev Suraski [Sun, 25 Jun 2000 19:01:53 +0000 (19:01 +0000)]
Update
Zeev Suraski [Sun, 25 Jun 2000 19:00:38 +0000 (19:00 +0000)]
Make the zlib DLL work with the stock zlib library
Zeev Suraski [Sun, 25 Jun 2000 18:54:55 +0000 (18:54 +0000)]
- Update .dsp
- Add Win32 'spec' file
Jouni Ahto [Sun, 25 Jun 2000 18:39:12 +0000 (18:39 +0000)]
Another late one.
Sterling Hughes [Sun, 25 Jun 2000 18:32:32 +0000 (18:32 +0000)]
Add it manually for the release.
Zeev Suraski [Sun, 25 Jun 2000 18:29:05 +0000 (18:29 +0000)]
imap_sendmail.[ch] are missing... Whomever added them, please cvs add them and then
readd them to the project...
Andi Gutmans [Sun, 25 Jun 2000 18:18:29 +0000 (18:18 +0000)]
- Line breaks at 80 chars and change php4ts.dll -> php4isapi.dll
Andi Gutmans [Sun, 25 Jun 2000 18:06:04 +0000 (18:06 +0000)]
- The check for bison nukes $1 and $2 which are used later on in the script
- This needs to be fixed sometime. I have 1.28 on my system :)
Andi Gutmans [Sun, 25 Jun 2000 18:00:57 +0000 (18:00 +0000)]
- Get ready to package
Egon Schmid [Sun, 25 Jun 2000 17:55:13 +0000 (17:55 +0000)]
Now its a todo.
Zeev Suraski [Sun, 25 Jun 2000 17:54:52 +0000 (17:54 +0000)]
Get rid of a warning
Zeev Suraski [Sun, 25 Jun 2000 17:54:14 +0000 (17:54 +0000)]
PHPAPI is invalid here...
Egon Schmid [Sun, 25 Jun 2000 17:21:04 +0000 (17:21 +0000)]
It was Jouni: Prevent Hartmut finding this until it is actually implemented...
Andi Gutmans [Sun, 25 Jun 2000 17:05:22 +0000 (17:05 +0000)]
- I wrote a long msg but the commit didn't go through.
- So here is the short version:
- a) Start moving to binary opens in Windows
- b) Give checkuid_mode() a small face lift including the fopen-wrappers.c
- The mode to this function should at least be a #define but that is for
- another day. Anyway this whole stuff should be given more face lifts in
- the future.
Zeev Suraski [Sun, 25 Jun 2000 17:02:59 +0000 (17:02 +0000)]
- I wrote a long msg but the commit didn't go through.
- So here is the short version:
- a) Start moving to binary opens in Windows
- b) Give checkuid_mode() a small face lift including the fopen-wrappers.c
- The mode to this function should at least be a #define but that is for
- another day. Anyway this whole stuff should be given more face lifts in
- the future.
Zeev Suraski [Sun, 25 Jun 2000 16:48:17 +0000 (16:48 +0000)]
Add Win32 README file
Sascha Schumann [Sun, 25 Jun 2000 15:53:44 +0000 (15:53 +0000)]
better description for recent serializer change
Egon Schmid [Sun, 25 Jun 2000 13:21:37 +0000 (13:21 +0000)]
The second array_merge() is now array_merge_recursive().
Egon Schmid [Sun, 25 Jun 2000 10:59:42 +0000 (10:59 +0000)]
A droto is not a proto.
Sterling Hughes [Sun, 25 Jun 2000 03:26:49 +0000 (03:26 +0000)]
Add version checking.
Jouni Ahto [Sun, 25 Jun 2000 03:12:38 +0000 (03:12 +0000)]
# Missing ;
Sterling Hughes [Sun, 25 Jun 2000 03:06:38 +0000 (03:06 +0000)]
Proto.
Sterling Hughes [Sun, 25 Jun 2000 02:55:31 +0000 (02:55 +0000)]
@- Added the ImageCopyMerge, ImagePaletteCopy and ImageColorClosestHWB functions. (Sterling)
-Added the ImageCopyMerge, ImagePaletteCopy and ImageColorClosestHWB functions
Jouni Ahto [Sun, 25 Jun 2000 01:44:15 +0000 (01:44 +0000)]
- Added imagecreatefromwbmp().
- Fixed missing parenthesis when calling function get_active_function_name.
@- Added function imagecreatefromwbmp(). (Jouni)
<changelog@php.net> [Sun, 25 Jun 2000 01:09:05 +0000 (01:09 +0000)]
ChangeLog update
Zeev Suraski [Sat, 24 Jun 2000 22:11:11 +0000 (22:11 +0000)]
Nuke a warning
Egon Schmid [Sat, 24 Jun 2000 18:46:17 +0000 (18:46 +0000)]
Correct protos call_user_func() and call_user_method().
Andi Gutmans [Sat, 24 Jun 2000 18:31:22 +0000 (18:31 +0000)]
- winsnmp.c has moved to ext/snmp
Sascha Schumann [Sat, 24 Jun 2000 17:10:57 +0000 (17:10 +0000)]
Revice winsnmp.c from repo-copy
Zeev Suraski [Sat, 24 Jun 2000 16:32:25 +0000 (16:32 +0000)]
credit where credit's due
Zeev Suraski [Sat, 24 Jun 2000 16:31:10 +0000 (16:31 +0000)]
Apply the NSAPI patch
Jouni Ahto [Sat, 24 Jun 2000 16:24:29 +0000 (16:24 +0000)]
- Close cursor immediately before reuse so that calling ibase_free_result is
not necessary anymore. Seems to also prevent a a situation where at request
shutdown cursor was first dropped and tried to close it afterwards when
all the resources were not manually freed, and could occasionally segfault.
Andi Gutmans [Sat, 24 Jun 2000 16:24:01 +0000 (16:24 +0000)]
- Forgot to remove comment
Andi Gutmans [Sat, 24 Jun 2000 16:10:18 +0000 (16:10 +0000)]
- Only use VIRTUAL_DIR in ZTS mode until it is thoroughly tested.
- Mutex popen() in Windows as the UNIX trick doesn't work there.
Sascha Schumann [Sat, 24 Jun 2000 15:45:24 +0000 (15:45 +0000)]
Also install XML-related header files.
Sascha Schumann [Sat, 24 Jun 2000 15:41:46 +0000 (15:41 +0000)]
Get rid of files in the dl directory hierarchy.
PHP compiles without them under Unix, please test this also under Win32.
Sascha Schumann [Sat, 24 Jun 2000 15:36:04 +0000 (15:36 +0000)]
Stop including dl/phpdl.h.
Zeev Suraski [Sat, 24 Jun 2000 13:27:34 +0000 (13:27 +0000)]
- Make the output globals accessible from the outside world
- Fix Win32 compilation
Sascha Schumann [Sat, 24 Jun 2000 11:39:37 +0000 (11:39 +0000)]
alloc.h has been removed from the Apache 1.3 CVS tree
Joey Smith [Sat, 24 Jun 2000 09:01:51 +0000 (09:01 +0000)]
Fix for bug #3983
Andi Gutmans [Sat, 24 Jun 2000 08:45:57 +0000 (08:45 +0000)]
- Entries start with capital letters
Hartmut Holzgraefe [Sat, 24 Jun 2000 07:40:32 +0000 (07:40 +0000)]
<funcprototype> added to xml generation
<changelog@php.net> [Sat, 24 Jun 2000 01:09:08 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 24 Jun 2000 01:09:05 +0000 (01:09 +0000)]
NEWS update
Zeev Suraski [Fri, 23 Jun 2000 23:13:35 +0000 (23:13 +0000)]
Fix Win32 compilation
Egon Schmid [Fri, 23 Jun 2000 19:55:49 +0000 (19:55 +0000)]
Added a description to get_browser().
Egon Schmid [Fri, 23 Jun 2000 17:37:49 +0000 (17:37 +0000)]
Fixed protos.
Egon Schmid [Fri, 23 Jun 2000 17:09:54 +0000 (17:09 +0000)]
Typos.