Wez Furlong
|
5d0c53eecf
|
Fix some issues with gzFile and fsockopen.
|
2002-03-16 18:42:42 +00:00 |
|
Wez Furlong
|
0895998bef
|
s/get_file_contents/file_get_contents/
|
2002-03-16 16:52:24 +00:00 |
|
Wez Furlong
|
201446c2b5
|
Ooops.
|
2002-03-16 16:14:56 +00:00 |
|
Wez Furlong
|
0447327118
|
Implement get_file_contents() as discussed (briefly!) by myself, Derick
and Sterling on php-dev some months ago.
It returns the file contents as a string, and uses mmap if possible.
|
2002-03-16 16:06:18 +00:00 |
|
Markus Fischer
|
ac50b53018
|
- WS fix.
|
2002-03-16 15:50:20 +00:00 |
|
Markus Fischer
|
3c52ef676f
|
- Don't forget to close the handle.
|
2002-03-16 15:42:34 +00:00 |
|
Markus Fischer
|
d4e63bc5bf
|
- Raise warning when trying to execute non-executeable shell
for mail delivery binary.
|
2002-03-16 12:45:43 +00:00 |
|
Stefan Esser
|
e926db7bfa
|
fixed possible bufferoverflow in get_next_char
malformed input to htmlentities/htmlspecialchars
with utf-8 encoding crashed the server
ex: htmlentities("\xfd...(30times)", ENT_NOQUOTES, "utf-8");
|
2002-03-16 09:44:30 +00:00 |
|
Wez Furlong
|
636829345e
|
Allow php_stream_copy_to_stream to do nothing when used with code
that calculates a max length of zero. (Thanks again Marcus).
|
2002-03-16 02:48:35 +00:00 |
|
Marcus Boerger
|
94b6c6e87f
|
-use of corrected stream seek
#thanks to Wez!
#image.c no works again
|
2002-03-16 02:46:04 +00:00 |
|
Wez Furlong
|
52982c422e
|
This should help with some build problems/warnings under win32.
Someone still needs to add the streams.c file to the MSVC
project/workspace though (there are so many that I don't really know
what I am doing :-).
|
2002-03-16 02:33:00 +00:00 |
|
Marcus Boerger
|
59ba0b5172
|
-new streams
|
2002-03-16 02:23:57 +00:00 |
|
Wez Furlong
|
a184f5d1d3
|
* formatting, plus remove some old fopen wrappers
|
2002-03-16 01:34:52 +00:00 |
|
Wez Furlong
|
09213d7bf8
|
change * formatting
|
2002-03-16 01:28:57 +00:00 |
|
Wez Furlong
|
0f65280cb5
|
New PHP streams...
|
2002-03-15 21:03:08 +00:00 |
|
Wez Furlong
|
1cc6a8e998
|
it's late; no more commits from me tonight...
|
2002-03-15 02:06:08 +00:00 |
|
Wez Furlong
|
0454ad4de8
|
should have diffed first...
|
2002-03-15 02:00:55 +00:00 |
|
Wez Furlong
|
ae9db4e440
|
fix for ZE2 compile
|
2002-03-15 01:58:00 +00:00 |
|
Derick Rethans
|
7935e73749
|
- Fix bug #16078
|
2002-03-14 18:41:35 +00:00 |
|
Zeev Suraski
|
7b3660c6e8
|
Change case for consistency
|
2002-03-14 18:39:53 +00:00 |
|
Wez Furlong
|
93ad205756
|
fix buglet
|
2002-03-14 14:05:13 +00:00 |
|
Zeev Suraski
|
20f3b718dc
|
Make it clearer what this entry means
|
2002-03-14 13:35:19 +00:00 |
|
Yasuo Ohgaki
|
dcd86d154e
|
Fixed var_dump() crash when there is recursion.
# Since I said it's easy to fix :)
|
2002-03-14 09:36:13 +00:00 |
|
Sebastian Bergmann
|
bcdef75be8
|
Fix credits.
|
2002-03-13 15:52:24 +00:00 |
|
Jason Greene
|
caa3dbfbb1
|
Update Credits
#Forgot about sapi
|
2002-03-13 14:40:31 +00:00 |
|
Jason Greene
|
d53439f246
|
Update Credits
|
2002-03-13 14:11:09 +00:00 |
|
Wez Furlong
|
07f5120ee3
|
I've altered my diagnosis of segfault/leak problem
|
2002-03-13 02:49:03 +00:00 |
|
Wez Furlong
|
3ef239bfc8
|
Fix some issues with ZE2, but now have some leaks.
# Any ideas Andrei?
|
2002-03-13 02:14:28 +00:00 |
|
Andi Gutmans
|
617b26f41d
|
- Compile fixes for Engine 2
|
2002-03-12 20:28:17 +00:00 |
|
Andi Gutmans
|
c8e7db984c
|
- Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTR
|
2002-03-12 20:18:01 +00:00 |
|
Sebastian Bergmann
|
6adb33006b
|
Fix TSRMLS_CC.
|
2002-03-12 07:20:00 +00:00 |
|
Yasuo Ohgaki
|
c43792602e
|
Change php_addslashes() a little.
Since most users do not use magic_quote_sybase, be nicer to
users not using magic_quote_sybase.
|
2002-03-12 07:05:40 +00:00 |
|
Yasuo Ohgaki
|
e953dba0d7
|
Make use of TSRMLS_C/D
|
2002-03-12 06:56:57 +00:00 |
|
Marcus Boerger
|
e39dcad91a
|
-fixed bug 15174
-support for some broken jpegs: bug 13213
-better memory handling
-initial jpeg2000 support (only jpc not jp2,jb2,jpx)
|
2002-03-12 06:08:48 +00:00 |
|
Yasuo Ohgaki
|
7bccaefc41
|
Small memory leak fix that does not matter much.
|
2002-03-11 07:11:54 +00:00 |
|
Sebastian Bergmann
|
6729e0e9bf
|
Fix thread-safe build.
|
2002-03-11 05:43:23 +00:00 |
|
jim winstead
|
8544cc1532
|
handle numeric strings. this means we're less picky about the argument
types, but the math functions aren't generally that picky.
|
2002-03-10 23:46:43 +00:00 |
|
Markus Fischer
|
949e6dbaae
|
- Fix protos.
|
2002-03-10 23:45:02 +00:00 |
|
foobar
|
fe7a2440ca
|
- Renamed aggregate.lib.php -> aggregate.lib (.php files are always deleted bycvsclean)
|
2002-03-10 02:38:06 +00:00 |
|
Sander Roobol
|
a4e5289335
|
Oops... 1 digit is allowed too! Reverting my fix.
|
2002-03-09 11:23:48 +00:00 |
|
Sander Roobol
|
6e6bd72e0d
|
(php_date) Fixed 'r' modifier to always return two digits for the day
value (see RFC 822) (#15952).
|
2002-03-08 17:25:43 +00:00 |
|
Marcus Boerger
|
d09d38ad6e
|
TIFF support for 'non' digicam files
|
2002-03-08 00:57:08 +00:00 |
|
Derick Rethans
|
8d4656dcf6
|
- Remove CVS things
|
2002-03-07 15:51:29 +00:00 |
|
Sascha Schumann
|
c12dc3851b
|
touch file
|
2002-03-07 15:44:10 +00:00 |
|
Sascha Schumann
|
9d9d39a0de
|
Please welcome the new build system.
If you encounter any problems, please make sure to email sas@php.net
directly.
An introduction can be found on
http://schumann.cx/buildv5.txt
|
2002-03-07 14:20:02 +00:00 |
|
James E. Flemer
|
01505de0b1
|
(PHP opendir) Changed CHECKUID_ALLOW_ONLY_DIR to CHECKUID_ALLOW_ONLY_FILE
so that relative paths (vs absolute) work correctly.
|
2002-03-06 18:31:33 +00:00 |
|
Dan Kalowsky
|
86ca867930
|
quelling a warning, and ensuring now undefined behavior
|
2002-03-06 16:15:28 +00:00 |
|
Derick Rethans
|
39225a22b8
|
- Fix tests to work with CLI
#- Not totally done, but this makes it a lot better
|
2002-03-05 09:00:56 +00:00 |
|
Sascha Schumann
|
e991374db6
|
Add apparently missing include
|
2002-03-04 20:14:52 +00:00 |
|
Sascha Schumann
|
b4d5aa5c50
|
Supply php_html_puts which escapes a whole string.. now fully works in ZTS
mode, too.
|
2002-03-04 18:46:55 +00:00 |
|