]>
granicus.if.org Git - php/log
Uwe Steinmann [Wed, 1 Sep 1999 06:15:46 +0000 (06:15 +0000)]
- Group-attribute may now appear multiple times in objrec record.
Stig Bakken [Tue, 31 Aug 1999 18:05:22 +0000 (18:05 +0000)]
ext/lcg -> ext/standard in various places
Stig Bakken [Tue, 31 Aug 1999 15:57:30 +0000 (15:57 +0000)]
oops
Thies C. Arntzen [Tue, 31 Aug 1999 15:42:12 +0000 (15:42 +0000)]
we need DEFS when compiling this dir
Stig Bakken [Tue, 31 Aug 1999 15:39:13 +0000 (15:39 +0000)]
fix for bug #2165
Stig Bakken [Tue, 31 Aug 1999 15:27:31 +0000 (15:27 +0000)]
fix for bug #2191
Stig Bakken [Tue, 31 Aug 1999 15:20:21 +0000 (15:20 +0000)]
compat fix, bug #2201
Thies C. Arntzen [Tue, 31 Aug 1999 13:10:55 +0000 (13:10 +0000)]
"fix" for #2202
Andreas Karajannis [Mon, 30 Aug 1999 10:48:23 +0000 (10:48 +0000)]
Add support for unixODBC
Stig Bakken [Sun, 29 Aug 1999 20:12:12 +0000 (20:12 +0000)]
moved lcg stuff to ext/standard
Sascha Schumann [Sun, 29 Aug 1999 18:25:37 +0000 (18:25 +0000)]
PATH_TRANSLATED was not used at all, even if one comment implied
it should be used. After adding this, the CGI version works for me
w/ Apache + suexec
Egon Schmid [Sun, 29 Aug 1999 15:07:54 +0000 (15:07 +0000)]
This one was nonesense.
Egon Schmid [Sun, 29 Aug 1999 15:00:18 +0000 (15:00 +0000)]
Missing return type.
Egon Schmid [Sun, 29 Aug 1999 09:59:12 +0000 (09:59 +0000)]
Oops, file should be string here.
Rasmus Lerdorf [Sat, 28 Aug 1999 23:30:37 +0000 (23:30 +0000)]
This check actually doesn't make a whole lot of sense. We need
something here, but if a mod_auth_* module declines, the type is
still set. So, we need a check to see if there have been a
non-declined auth hook previously for this request. I will ponder
a good approach to this.
Zeev Suraski [Sat, 28 Aug 1999 23:06:07 +0000 (23:06 +0000)]
Add -d switch
Zeev Suraski [Sat, 28 Aug 1999 21:51:12 +0000 (21:51 +0000)]
*** empty log message ***
Zeev Suraski [Sat, 28 Aug 1999 21:43:24 +0000 (21:43 +0000)]
*** empty log message ***
Philippe Verdy [Sat, 28 Aug 1999 17:01:32 +0000 (17:01 +0000)]
semicolon syntax error
Philippe Verdy [Sat, 28 Aug 1999 16:19:14 +0000 (16:19 +0000)]
Bug in gmmktime():
it produced wrong results in New Foundland,
Central Australia, India, Iran, and Java, with
half-hour timezones.
Sascha Schumann [Sat, 28 Aug 1999 14:00:44 +0000 (14:00 +0000)]
when "track_vars" is disabled and a script which contains <?php_track_vars?> is
accessed for the first time, track vars were not created properly.
Sascha Schumann [Sat, 28 Aug 1999 13:53:46 +0000 (13:53 +0000)]
merge in fix from php3
Zeev Suraski [Sat, 28 Aug 1999 11:17:28 +0000 (11:17 +0000)]
New relay code
Sascha Schumann [Sat, 28 Aug 1999 10:31:54 +0000 (10:31 +0000)]
If we stick to this style, parsing becomes easier (for humans and computers).
Zeev Suraski [Sat, 28 Aug 1999 10:18:54 +0000 (10:18 +0000)]
Beef up debug macros
Zeev Suraski [Fri, 27 Aug 1999 21:21:04 +0000 (21:21 +0000)]
Fix a crash bug in case of aborted execution
Sascha Schumann [Fri, 27 Aug 1999 21:03:22 +0000 (21:03 +0000)]
- fix potential buffer problem in send_cookie
- fix gc probability algorithm
- don't access mod_data directly
- initial version of mm support for session data storage
This works pretty good, but we need to create the initial mm pool
from the parent process/thread. Still looking for a clean way to do that.
Zeev Suraski [Fri, 27 Aug 1999 19:17:19 +0000 (19:17 +0000)]
Better debug macros
Andreas Karajannis [Fri, 27 Aug 1999 08:46:23 +0000 (08:46 +0000)]
Typo fix
Zeev Suraski [Fri, 27 Aug 1999 04:51:49 +0000 (04:51 +0000)]
*** empty log message ***
Zeev Suraski [Fri, 27 Aug 1999 04:39:19 +0000 (04:39 +0000)]
Tiny fixes
Zeev Suraski [Fri, 27 Aug 1999 04:31:53 +0000 (04:31 +0000)]
Log date&time on script logs
Mark Musone [Fri, 27 Aug 1999 04:22:39 +0000 (04:22 +0000)]
lets not make global functions unless we need to..actually this should be taken out someday
Mark Musone [Fri, 27 Aug 1999 04:21:47 +0000 (04:21 +0000)]
cleand up storing new events
Rasmus Lerdorf [Thu, 26 Aug 1999 14:13:14 +0000 (14:13 +0000)]
Missing return types in prototypes
Andrey Hristov [Thu, 26 Aug 1999 13:27:26 +0000 (13:27 +0000)]
shut up CVS
Andrey Hristov [Thu, 26 Aug 1999 13:26:57 +0000 (13:26 +0000)]
*** empty log message ***
Andrey Hristov [Thu, 26 Aug 1999 13:25:53 +0000 (13:25 +0000)]
Fix for #2161
Andi Gutmans [Thu, 26 Aug 1999 07:33:53 +0000 (07:33 +0000)]
- Damn. It wasn't a correct fix. This should do it.
When the zval ** are equal we don't want to assign_ref, in any other case
I can think of we do want to assign_ref.
Andi Gutmans [Thu, 26 Aug 1999 07:26:15 +0000 (07:26 +0000)]
- Fix leak when global is used in the global scope.
Andi Gutmans [Thu, 26 Aug 1999 06:49:42 +0000 (06:49 +0000)]
- Make Win32 compile again.
Andi Gutmans [Thu, 26 Aug 1999 06:47:45 +0000 (06:47 +0000)]
- Fix when redefining classes at run-time.
Sascha Schumann [Wed, 25 Aug 1999 21:54:00 +0000 (21:54 +0000)]
make it compile with gcc again
Andi Gutmans [Wed, 25 Aug 1999 19:02:13 +0000 (19:02 +0000)]
- Add hash_apply_with_arguments()
Sascha Schumann [Wed, 25 Aug 1999 16:58:01 +0000 (16:58 +0000)]
.
Sascha Schumann [Wed, 25 Aug 1999 16:53:57 +0000 (16:53 +0000)]
AIX wants the value, not the pointer to the value.
Fixes #2149
Andi Gutmans [Wed, 25 Aug 1999 16:24:14 +0000 (16:24 +0000)]
Make fopen() work with URL's in Win32
Andi Gutmans [Wed, 25 Aug 1999 13:46:52 +0000 (13:46 +0000)]
- More elegant fix for Win32 include_path
Andi Gutmans [Wed, 25 Aug 1999 12:22:45 +0000 (12:22 +0000)]
- Fix for include_path for Win32 (Zend library)
Andi Gutmans [Wed, 25 Aug 1999 12:20:50 +0000 (12:20 +0000)]
- Temporary fix to allow Win32 MT safe version to use zend_fopen().
Zeev Suraski [Tue, 24 Aug 1999 23:12:50 +0000 (23:12 +0000)]
Add output_buffering directive
Mark Musone [Tue, 24 Aug 1999 20:56:02 +0000 (20:56 +0000)]
argh..Finally
Sascha Schumann [Mon, 23 Aug 1999 23:02:09 +0000 (23:02 +0000)]
suppress error exit status on non Rhapsody systems
Sascha Schumann [Mon, 23 Aug 1999 22:43:18 +0000 (22:43 +0000)]
don't print out error message
Sascha Schumann [Mon, 23 Aug 1999 19:43:01 +0000 (19:43 +0000)]
malloc.h is deprecated, use stdlib.h instead
Andi Gutmans [Mon, 23 Aug 1999 19:02:28 +0000 (19:02 +0000)]
- Fixed a specific memory leak linked to locking.
Mark Musone [Mon, 23 Aug 1999 17:19:06 +0000 (17:19 +0000)]
changed to use the new, soon to be public libicap 0.99
Sascha Schumann [Mon, 23 Aug 1999 15:37:11 +0000 (15:37 +0000)]
return true to match documentation
Sascha Schumann [Sun, 22 Aug 1999 19:43:04 +0000 (19:43 +0000)]
This changes makes it work on egcs 1.1.2/Alpha
Andi Gutmans [Sun, 22 Aug 1999 19:19:42 +0000 (19:19 +0000)]
- Add lcg to windows project.
Sascha Schumann [Sun, 22 Aug 1999 18:48:57 +0000 (18:48 +0000)]
.
Sascha Schumann [Sun, 22 Aug 1999 18:47:27 +0000 (18:47 +0000)]
remove all references to RAW_RPATHs
Apache builds now correctly when shared core is used
Sascha Schumann [Sun, 22 Aug 1999 18:34:40 +0000 (18:34 +0000)]
remove checks
Sascha Schumann [Sun, 22 Aug 1999 14:14:46 +0000 (14:14 +0000)]
- cleanup code
- add script which creates the directory tree for better scaling
of mod_files
I have to decide yet whether we implement the garbage collection in the
module or if we simply let the user do
find path -ctime +1 | xargs rm
Sascha Schumann [Sun, 22 Aug 1999 13:43:23 +0000 (13:43 +0000)]
Use O_EXCL where possible.
Sascha Schumann [Sat, 21 Aug 1999 20:48:40 +0000 (20:48 +0000)]
- add session.extern_referer_chk
- use combined lcg in session id creation
Sascha Schumann [Sat, 21 Aug 1999 17:34:55 +0000 (17:34 +0000)]
.
Sascha Schumann [Sat, 21 Aug 1999 17:22:08 +0000 (17:22 +0000)]
get rid of that usleep() and add some entropy using the combined lcg
Zeev Suraski [Fri, 20 Aug 1999 17:02:11 +0000 (17:02 +0000)]
Fix for Thies's UMR
Andrey Hristov [Fri, 20 Aug 1999 13:04:05 +0000 (13:04 +0000)]
*** empty log message ***
Andrey Hristov [Fri, 20 Aug 1999 13:03:22 +0000 (13:03 +0000)]
Fix bug #2025
Egon Schmid [Thu, 19 Aug 1999 20:31:57 +0000 (20:31 +0000)]
Here was also something missing
Mark Musone [Thu, 19 Aug 1999 19:02:22 +0000 (19:02 +0000)]
*smack*...must..initialize...return...value..
Uwe Steinmann [Thu, 19 Aug 1999 17:07:27 +0000 (17:07 +0000)]
On the way to make configure more robust
Andi Gutmans [Thu, 19 Aug 1999 16:52:53 +0000 (16:52 +0000)]
- Fixed memory leaks. tsrm resource id deallocation still needs to be implemented.
Andi Gutmans [Thu, 19 Aug 1999 15:15:34 +0000 (15:15 +0000)]
- Make sure expr_list and echo_list are either empty or comma seperated
expressions
Uwe Steinmann [Thu, 19 Aug 1999 15:03:15 +0000 (15:03 +0000)]
- fixed several memory leaks
- fixed broken hw_cp and hw_mv functions
Andrey Hristov [Thu, 19 Aug 1999 13:19:47 +0000 (13:19 +0000)]
*** empty log message ***
Uwe Steinmann [Thu, 19 Aug 1999 06:43:44 +0000 (06:43 +0000)]
missing return type
Rasmus Lerdorf [Thu, 19 Aug 1999 06:32:07 +0000 (06:32 +0000)]
TTF support tested and working now
Rasmus Lerdorf [Thu, 19 Aug 1999 05:23:02 +0000 (05:23 +0000)]
This should fix TTF support - untested
Andi Gutmans [Thu, 19 Aug 1999 04:13:56 +0000 (04:13 +0000)]
- Fixed typo in oci8 error message
Andrey Hristov [Wed, 18 Aug 1999 17:23:01 +0000 (17:23 +0000)]
Fixed bug #2105
Chuck Hagenbuch [Wed, 18 Aug 1999 17:19:20 +0000 (17:19 +0000)]
cjh: fixing the imap_add_body crash in php4.
Thies C. Arntzen [Wed, 18 Aug 1999 16:48:59 +0000 (16:48 +0000)]
ZTS
Andrey Hristov [Wed, 18 Aug 1999 16:43:57 +0000 (16:43 +0000)]
Ported fixed for bug #2103 from PHP3.
Thies C. Arntzen [Wed, 18 Aug 1999 15:40:54 +0000 (15:40 +0000)]
ZTS fix
Thies C. Arntzen [Wed, 18 Aug 1999 15:39:46 +0000 (15:39 +0000)]
some ZTS stuff
Thies C. Arntzen [Wed, 18 Aug 1999 15:26:39 +0000 (15:26 +0000)]
on unix ZTS gets defined in zend_config.h
Thies C. Arntzen [Wed, 18 Aug 1999 12:51:51 +0000 (12:51 +0000)]
ocifetchinto fix
Zeev Suraski [Tue, 17 Aug 1999 22:31:45 +0000 (22:31 +0000)]
Fix #2012
Zeev Suraski [Tue, 17 Aug 1999 22:06:55 +0000 (22:06 +0000)]
Fix #2090
Zeev Suraski [Tue, 17 Aug 1999 22:01:10 +0000 (22:01 +0000)]
*** empty log message ***
Zeev Suraski [Tue, 17 Aug 1999 22:00:02 +0000 (22:00 +0000)]
Fix #2096
Zeev Suraski [Tue, 17 Aug 1999 21:36:30 +0000 (21:36 +0000)]
Fix #2070
Andi Gutmans [Tue, 17 Aug 1999 19:25:22 +0000 (19:25 +0000)]
- Add some ZENDAPI's
Sascha Schumann [Tue, 17 Aug 1999 18:21:04 +0000 (18:21 +0000)]
merge in change:
Date: Monday June 28, 1999 @ 4:40
Author: bjh
Update of /repository/php3/functions
In directory php:/tmp/cvs-serv5697
Modified Files:
crypt.c
Log Message:
Stop core dump using crypt() with standard DES. When PHP3_MAX_SALT_LEN = 2
adding the null terminator to the salt exceeds allocated space causing
stack corruption.
Sascha Schumann [Tue, 17 Aug 1999 18:08:37 +0000 (18:08 +0000)]
update
Sascha Schumann [Tue, 17 Aug 1999 18:06:39 +0000 (18:06 +0000)]
HAVE_FREETYPE_H isn't defined anywhere. HAVE_LIBTTF should be sufficient
Sascha Schumann [Tue, 17 Aug 1999 17:31:27 +0000 (17:31 +0000)]
fix persistency of mhash_* constants