]>
granicus.if.org Git - php/log
Zeev Suraski [Mon, 29 May 2000 15:31:19 +0000 (15:31 +0000)]
Remove stale macro
Sascha Schumann [Mon, 29 May 2000 15:07:19 +0000 (15:07 +0000)]
`len' is not the actual length of the string, but the possible maximum
length. This fixes a couple of problems, like not setting the cookie path
correctly.
Zeev Suraski [Mon, 29 May 2000 11:47:38 +0000 (11:47 +0000)]
More secure mode
Zeev Suraski [Mon, 29 May 2000 11:45:20 +0000 (11:45 +0000)]
Creat is creat is creat, no open
<changelog@php.net> [Mon, 29 May 2000 02:15:10 +0000 (02:15 +0000)]
ChangeLog update
jim winstead [Sun, 28 May 2000 19:30:23 +0000 (19:30 +0000)]
Add maintainer info for dbase extension.
jim winstead [Sun, 28 May 2000 19:21:29 +0000 (19:21 +0000)]
Remove old, unused files.
jim winstead [Sun, 28 May 2000 19:17:59 +0000 (19:17 +0000)]
fix license version number in sample header
Andi Gutmans [Sun, 28 May 2000 18:59:40 +0000 (18:59 +0000)]
- Use pointer arithmetic to speed up the function a bit
Andi Gutmans [Sun, 28 May 2000 17:39:30 +0000 (17:39 +0000)]
- This should have been done for 4.0.0.
- Default build is without debug now. Use --enable-debug if you want a
- debug build which includes leak/memory overwrite etc. detection
Andreas Karajannis [Sun, 28 May 2000 17:23:24 +0000 (17:23 +0000)]
Changed parameter naming some function prototypes
Andi Gutmans [Sun, 28 May 2000 17:19:49 +0000 (17:19 +0000)]
- Move zend_activate_modules() to later on.
Sascha Schumann [Sun, 28 May 2000 16:27:25 +0000 (16:27 +0000)]
Remove win32/php_registry.h from include list. That slipped in by accident.
Sascha Schumann [Sun, 28 May 2000 16:22:28 +0000 (16:22 +0000)]
Use php_syslog() for system call. On OpenServer 5, syslog is defined to
var_syslog/sys_syslog which causes various problems.
Submitted by: Paul Gardiner <I.T.Manager@barleychalu.co.uk>
Sascha Schumann [Sun, 28 May 2000 16:19:45 +0000 (16:19 +0000)]
Make syslog module thread-safe.
Andreas Karajannis [Sun, 28 May 2000 12:50:19 +0000 (12:50 +0000)]
Test scripts for ODBC added
Andreas Karajannis [Sun, 28 May 2000 12:48:12 +0000 (12:48 +0000)]
Cosmetic changes.
Thies C. Arntzen [Sun, 28 May 2000 12:30:06 +0000 (12:30 +0000)]
(php_execute_script) fix leak for phpinfo() images.
# maybe the activate/deactivate should be moved outside php_execute_script()?
Danny Heijl [Sun, 28 May 2000 12:06:56 +0000 (12:06 +0000)]
- added COMPILE_DL_INFORMIX to WIN32 project file
Danny Heijl [Sun, 28 May 2000 11:08:28 +0000 (11:08 +0000)]
- Name correction.
<changelog@php.net> [Sun, 28 May 2000 02:15:08 +0000 (02:15 +0000)]
ChangeLog update
Hartmut Holzgraefe [Sat, 27 May 2000 21:30:30 +0000 (21:30 +0000)]
added comments to the System/Distribution specific default
path tests for gd.h
? can someone imagine a clever way to have that done for
_all_ packages in a simple and general way ?
Hartmut Holzgraefe [Sat, 27 May 2000 21:09:00 +0000 (21:09 +0000)]
should make SuSE 6.x users happy (and anybody else with gh.d in
/usr/include/gd ... )
Sascha Schumann [Sat, 27 May 2000 19:30:36 +0000 (19:30 +0000)]
Solve conflict with mysql's readdir_r check. Both defined HAVE_READDIR_R,
but with different values.
Hartmut Holzgraefe [Sat, 27 May 2000 19:27:20 +0000 (19:27 +0000)]
a second (cleaner?) try on warnings about unsupported functions
Andi Gutmans [Sat, 27 May 2000 18:55:11 +0000 (18:55 +0000)]
- I'm not sure if PHP_NOT_IN_THIS_BUILD is the way to handle these
- functions but in any case I have changed it to PHP_NOT_IN_THIS_BUILD()
Andi Gutmans [Sat, 27 May 2000 16:38:49 +0000 (16:38 +0000)]
- Fix problem in sessions module under Win32. Need to use ; as an options
- delimiter in save_path instead of :.
<changelog@php.net> [Sat, 27 May 2000 02:15:09 +0000 (02:15 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 27 May 2000 02:15:06 +0000 (02:15 +0000)]
NEWS update
Zeev Suraski [Sat, 27 May 2000 00:24:03 +0000 (00:24 +0000)]
Add Sam Ruby
Rasmus Lerdorf [Fri, 26 May 2000 18:43:09 +0000 (18:43 +0000)]
@ Changed the Apache handler's return status to 'Declined' when a requested
@ PHP file could not be found. Returning 'Not Found' caused problems
@ in the ErrorDocument handler stage in that $REDIRECT_REDIRECT_ERROR_NOTES
@ was not getting set at all. Moving to 'Declined' shoudl fix this and I
@ can't see any other side effects. (Rasmus)
Changed the Apache handler's return status to 'Declined' when a requested
PHP file could not be found. Returning 'Not Found' caused problems
in the ErrorDocument handler stage in that $REDIRECT_REDIRECT_ERROR_NOTES
was not getting set at all. Moving to 'Declined' shoudl fix this and I
can't see any other side effects.
Hartmut Holzgraefe [Fri, 26 May 2000 17:20:36 +0000 (17:20 +0000)]
protos fixed
Hartmut Holzgraefe [Fri, 26 May 2000 17:20:18 +0000 (17:20 +0000)]
proto fixed
Hartmut Holzgraefe [Fri, 26 May 2000 17:04:02 +0000 (17:04 +0000)]
if a module provides a function it should also do so if the function
is not functional due to configure findings
the function should offer a meaningful warning if it is not supported
instead of just beeing undefined
i had already changed this in 'gd', now this is doing it for 'standard'
Zeev Suraski [Fri, 26 May 2000 13:02:11 +0000 (13:02 +0000)]
Save more overhead. Look for the serializer/save_handler only when they're actually modified.
Zeev Suraski [Fri, 26 May 2000 11:12:49 +0000 (11:12 +0000)]
Use the INI framework in the session module
Uwe Steinmann [Fri, 26 May 2000 09:34:13 +0000 (09:34 +0000)]
- swf.h belongs to the libswf distribution and should not be copied
in the php distribution.
- the configure script now checks for the libswf.a and swf.h in
<swf-dir>/lib and <swf-dir>/include. If it doesn't find it the
default directories /usr/local and /usr are checked.
Andi Gutmans [Fri, 26 May 2000 07:49:56 +0000 (07:49 +0000)]
- Fixed scanning decimal numbers in internationalized environments. They should
- always be in standard US format e.g. 23.3
Andi Gutmans [Fri, 26 May 2000 07:33:06 +0000 (07:33 +0000)]
- Update news file
<changelog@php.net> [Fri, 26 May 2000 02:15:10 +0000 (02:15 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 26 May 2000 02:15:07 +0000 (02:15 +0000)]
NEWS update
Adam Dickmeiss [Thu, 25 May 2000 22:26:43 +0000 (22:26 +0000)]
Added extension YAZ.
Adam Dickmeiss [Thu, 25 May 2000 22:24:43 +0000 (22:24 +0000)]
Added short README for ext YAZ.
Adam Dickmeiss [Thu, 25 May 2000 21:54:35 +0000 (21:54 +0000)]
Added extension YAZ (Z39.50 client role).
Andrei Zmievski [Thu, 25 May 2000 21:07:07 +0000 (21:07 +0000)]
Update proto.
Andrei Zmievski [Thu, 25 May 2000 21:04:09 +0000 (21:04 +0000)]
@- Added second argument to preg_quote() which allows quoting of
@ one additional character, usually the regex delimiter. (Andrei)
Sascha Schumann [Thu, 25 May 2000 20:29:55 +0000 (20:29 +0000)]
Test commit
Sascha Schumann [Thu, 25 May 2000 20:25:40 +0000 (20:25 +0000)]
Test commit
Hartmut Holzgraefe [Thu, 25 May 2000 16:35:49 +0000 (16:35 +0000)]
added functions gzcompress() and gzuncompress() for direct string
compression as requested by BugId #1151
Zeev Suraski [Thu, 25 May 2000 16:26:22 +0000 (16:26 +0000)]
Fix a crash bug in certain situations of class redeclarations
Frank M. Kromann [Thu, 25 May 2000 16:14:05 +0000 (16:14 +0000)]
Making ZLIB compile on Win32
Frank M. Kromann [Thu, 25 May 2000 16:13:19 +0000 (16:13 +0000)]
fixing typo
Zeev Suraski [Thu, 25 May 2000 15:21:54 +0000 (15:21 +0000)]
(about the removed line - we agreed that the NEWS file should only contain stuff
that would interest end users, removing warnings isn't such a thing in my opinion)
Zeev Suraski [Thu, 25 May 2000 14:43:30 +0000 (14:43 +0000)]
Only fetch globals if it's necessary (which it usually won't be)
Sascha Schumann [Thu, 25 May 2000 13:39:50 +0000 (13:39 +0000)]
Accept CVS version of libtool (1.3c)
Kristian Köhntopp [Thu, 25 May 2000 11:01:31 +0000 (11:01 +0000)]
- Added credits.
Jouni Ahto [Thu, 25 May 2000 07:51:40 +0000 (07:51 +0000)]
- Move to high performance api, use Z_* macros.
- Added some spaces here and there.
# Have yet to test that I didn't break anything...
Thies C. Arntzen [Thu, 25 May 2000 07:44:45 +0000 (07:44 +0000)]
@- Uncommitted outstanding OCI8 transactions are now rolled back
@ before the connection is closed. (Thies)
Thies C. Arntzen [Thu, 25 May 2000 07:01:34 +0000 (07:01 +0000)]
@- ignore_user_abort() & friends should now work in CGI mode as well.
@ (Patch by daniel.braun@ercom.fr)
<changelog@php.net> [Thu, 25 May 2000 01:09:11 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Thu, 25 May 2000 01:09:08 +0000 (01:09 +0000)]
NEWS update
Sterling Hughes [Thu, 25 May 2000 00:15:29 +0000 (00:15 +0000)]
Check lib.
Andrei Zmievski [Wed, 24 May 2000 19:07:17 +0000 (19:07 +0000)]
@ Fixed min()/max() segfault. (Andrei)
Sascha Schumann [Wed, 24 May 2000 17:31:16 +0000 (17:31 +0000)]
Add -traditional-cpp for Rhapsody and -D_BSD_TIMEOFDAY_FLAVOR for DG/UX.
Also fix the search path for sendmail.
Hartmut Holzgraefe [Wed, 24 May 2000 16:28:16 +0000 (16:28 +0000)]
proto takeover from php3
Sascha Schumann [Wed, 24 May 2000 14:46:13 +0000 (14:46 +0000)]
The behaviour for result == NULL || entry == NULL is undefined.
Sascha Schumann [Wed, 24 May 2000 14:41:28 +0000 (14:41 +0000)]
If no further directory exists, php_readdir_r() returns success and sets
*result to NULL.
Frank M. Kromann [Wed, 24 May 2000 11:35:09 +0000 (11:35 +0000)]
Adding PHP_EXIF directive to actually include the functions
Frank M. Kromann [Wed, 24 May 2000 11:33:58 +0000 (11:33 +0000)]
Updating workspace with the latest modules
Frank M. Kromann [Wed, 24 May 2000 11:32:44 +0000 (11:32 +0000)]
Adding project for new exif module
Sascha Schumann [Wed, 24 May 2000 11:13:11 +0000 (11:13 +0000)]
Add enable-threads flag for gcc on HPUX
Sascha Schumann [Wed, 24 May 2000 11:06:57 +0000 (11:06 +0000)]
Support old-style readdir_r()
Sascha Schumann [Wed, 24 May 2000 10:44:57 +0000 (10:44 +0000)]
Avoid building two versions of the time-related reentrant functions.
Rasmus Lerdorf [Wed, 24 May 2000 10:33:18 +0000 (10:33 +0000)]
@ New module for reading EXIF header data from JPEG files. Most digital
@ cameras will embed all sorts of information about a picture inside the
@ jpeg images it generates. (Rasmus)
exif module
Thies C. Arntzen [Wed, 24 May 2000 09:52:57 +0000 (09:52 +0000)]
rename hastable -> _hashtable to avoid clashes
Thies C. Arntzen [Wed, 24 May 2000 09:44:02 +0000 (09:44 +0000)]
add rdbuf() to our own istdiostream implementation, allowing C++ compile
using SUN and SGI native compilers. (by Jayakumar Muthukumarasamy <jk@kasenna.com>)
Rasmus Lerdorf [Wed, 24 May 2000 08:58:40 +0000 (08:58 +0000)]
@ Fix a couple of warnings in the gd and ldap modules
num_links is a long there
Thies C. Arntzen [Wed, 24 May 2000 08:41:35 +0000 (08:41 +0000)]
remove gremlin
Jouni Ahto [Wed, 24 May 2000 06:48:04 +0000 (06:48 +0000)]
Added PostgreSQL module info function.
Hartmut Holzgraefe [Wed, 24 May 2000 05:51:33 +0000 (05:51 +0000)]
php_basename() prototype changed according to latest changes in string.c
<changelog@php.net> [Wed, 24 May 2000 01:09:17 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 24 May 2000 01:09:14 +0000 (01:09 +0000)]
NEWS update
Sascha Schumann [Tue, 23 May 2000 23:46:38 +0000 (23:46 +0000)]
Convert config.m4 to make use of the new build system features
Sascha Schumann [Tue, 23 May 2000 23:36:44 +0000 (23:36 +0000)]
Make imap extension buildable as shared module.
Sascha Schumann [Tue, 23 May 2000 23:30:38 +0000 (23:30 +0000)]
Make recode extension buildable as shared module.
Sascha Schumann [Tue, 23 May 2000 23:24:05 +0000 (23:24 +0000)]
Make msql extension buildable as shared module.
Sascha Schumann [Tue, 23 May 2000 23:19:11 +0000 (23:19 +0000)]
Add INFORMIX_SHARED_LIBADD to LT_SHARED_LIBADD
Sascha Schumann [Tue, 23 May 2000 23:13:34 +0000 (23:13 +0000)]
Make informix extension buildable as shared module on Unix.
Sascha Schumann [Tue, 23 May 2000 23:13:13 +0000 (23:13 +0000)]
A couple of cleanups and shared-libadd additions
Hartmut Holzgraefe [Tue, 23 May 2000 23:13:02 +0000 (23:13 +0000)]
another bunch of proto fixes
Hartmut Holzgraefe [Tue, 23 May 2000 22:30:21 +0000 (22:30 +0000)]
proto function name fixed
Hartmut Holzgraefe [Tue, 23 May 2000 22:28:07 +0000 (22:28 +0000)]
added a missing proto
Sascha Schumann [Tue, 23 May 2000 22:26:51 +0000 (22:26 +0000)]
Make gettext extension compilable as shared module.
Hartmut Holzgraefe [Tue, 23 May 2000 22:26:29 +0000 (22:26 +0000)]
even more protos were missing
Hartmut Holzgraefe [Tue, 23 May 2000 22:24:05 +0000 (22:24 +0000)]
some protos where missing, took them from php3
Hartmut Holzgraefe [Tue, 23 May 2000 22:20:36 +0000 (22:20 +0000)]
proto typo fix
Hartmut Holzgraefe [Tue, 23 May 2000 22:19:29 +0000 (22:19 +0000)]
some protos where missing proto keyword
Hartmut Holzgraefe [Tue, 23 May 2000 22:18:08 +0000 (22:18 +0000)]
protos where lacking return types
Hartmut Holzgraefe [Tue, 23 May 2000 22:11:56 +0000 (22:11 +0000)]
integratet protos from php3 version
Hartmut Holzgraefe [Tue, 23 May 2000 22:07:33 +0000 (22:07 +0000)]
some protos fixed
commented out yet not implemented function icap_popen() from functiontabe