#
f0abfcc8 |
| 15-Apr-2001 |
Alexander Feldman |
Fixed typo. |
#
531b8042 |
| 15-Apr-2001 |
Alexander Feldman |
We shoud not fseek in a pipe and this caused a problem with popen and fgets on the platforms where the buffer fix was applied (Solaris, FreeBSD). Now the fseek is done only when the handle is
We shoud not fseek in a pipe and this caused a problem with popen and fgets on the platforms where the buffer fix was applied (Solaris, FreeBSD). Now the fseek is done only when the handle is of type fopen.
show more ...
|
#
176f5847 |
| 07-Apr-2001 |
foobar |
ws pollution removed. |
Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3 |
|
#
01ac2005 |
| 23-Mar-2001 |
Romolo Manfredini |
Added target ownership check in function copy for safe_mode operations |
Revision tags: php-4.0.5RC2, php-4.0.5RC1 |
|
#
397c76d7 |
| 11-Mar-2001 |
Alexander Feldman |
Fixed a compatibility problem is some file functions (fgets, fputs, fread, fwrite). The ANSI standard says that if a file is opened in read/write mode, fseek() should be called before switchi
Fixed a compatibility problem is some file functions (fgets, fputs, fread, fwrite). The ANSI standard says that if a file is opened in read/write mode, fseek() should be called before switching from reading to writing and vice versa.
show more ...
|
#
5d3939ac |
| 06-Mar-2001 |
Sean Bright |
Typo. # I don't know where I got 4.02 from |
#
64ad8393 |
| 06-Mar-2001 |
Sean Bright |
get_meta_tags now allows attributes that are not quoted as well as those that are. It follows the HTML 4.01 specification for attribute values outlined here -> http://www.w3.org/TR/html4/int
get_meta_tags now allows attributes that are not quoted as well as those that are. It follows the HTML 4.01 specification for attribute values outlined here -> http://www.w3.org/TR/html4/intro/sgmltut.html#h-3.2.2
show more ...
|
#
dca3c875 |
| 05-Mar-2001 |
Sean Bright |
get_meta_tags now handles single quoted attributes as well as those that are double quoted. |
#
eb6ba01d |
| 26-Feb-2001 |
Andi Gutmans |
- Fix copyright notices with 2001 |
#
c2fb53be |
| 23-Feb-2001 |
Sascha Schumann |
Finish fopen-wrappers rename. |
#
47f77955 |
| 21-Feb-2001 |
Sascha Schumann |
Correctly check for the existence of the st_rdev field. Note that this field is required to exist for SUSv3 conformance. Submitted by: amra@us.ibm.com PR: #9358 |
#
d27ebba7 |
| 16-Feb-2001 |
Egon Schmid |
Wrong return type. |
#
8499b430 |
| 15-Feb-2001 |
Thies C. Arntzen |
@- Fixed some modules to allow using output-buffering. (Thies) i nuked all unneded calls to php_header() - i'm not too sure how we do handle HEAD Requests as they were only detected via
@- Fixed some modules to allow using output-buffering. (Thies) i nuked all unneded calls to php_header() - i'm not too sure how we do handle HEAD Requests as they were only detected via php_header(). but calling php_header from a module makes output-buffering unusable. NOTICE: there is some EBSDIC stuff in gd.c - i think it's obsolete.
show more ...
|
#
ef2e1a72 |
| 11-Feb-2001 |
Sean Bright |
Fix for bug #4556 # This is pretty much a total rewrite of get_meta_tags using a simple # handwritten tokenizer. It might be overkill, but it works. |
#
4877d13f |
| 09-Feb-2001 |
Rasmus Lerdorf |
What the heck is CUT? Assume someone meant UTC here. And fix a warning. |
#
5af00138 |
| 01-Feb-2001 |
Stanislav Malyshev |
Add utility function |
#
83cf6629 |
| 21-Jan-2001 |
Rasmus Lerdorf |
@BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus |
#
6b84fb1c |
| 14-Jan-2001 |
Thies C. Arntzen |
fixed readfile() fd-leak. guys, always remember that every function that *generates output* could cause a bailout if ignore_user_abort is set to false (and the user _aborts_ the conn
fixed readfile() fd-leak. guys, always remember that every function that *generates output* could cause a bailout if ignore_user_abort is set to false (and the user _aborts_ the connection). in this case a longjump will be performed and our function (in this case readfile) will have no chance to clean-up. having said that it's a good idea to register all opened files using REGISTER_RESOURCE - that way the engine will make sure they get closed on request end.
show more ...
|
#
a85da45a |
| 13-Jan-2001 |
Zeev Suraski |
Both thread-safe and thread-unsafe builds should be ok now |
#
86624dfa |
| 13-Jan-2001 |
Zeev Suraski |
- Fix exec() bug - Merge fsock and file globals |
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1 |
|
#
338b9b08 |
| 27-Dec-2000 |
Zeev Suraski |
- Make the INI mechanism thread safe (fix necessary API changes from Zend) - Make the Win32 non-TS configuration build again |
#
9815d5c9 |
| 22-Dec-2000 |
Sascha Schumann |
Signal an error condition, if write was unable to perform the complete operation. |
#
663d426e |
| 22-Dec-2000 |
Sascha Schumann |
NULL is a valid return value of mmap. Check against (void *) MAP_FAILED. |
#
3c9f50ef |
| 22-Dec-2000 |
Sascha Schumann |
(php_file_copy) Use mmap to map the source file into our address space and then simply write it out to the target file. That avoids switching between user and kernel land too many times. If
(php_file_copy) Use mmap to map the source file into our address space and then simply write it out to the target file. That avoids switching between user and kernel land too many times. If that does not work, we fall back to the read/write method.
show more ...
|
Revision tags: php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4 |
|
#
9b1b2535 |
| 14-Dec-2000 |
Hartmut Holzgraefe |
fgetcsv() will now work correct with empty fields in tab delimited files # fix for bug #8258 and regression test |