Sascha Schumann
ae503d3a14
Whoops, the expat directory needs the XML_BYTE_ORDER macro
2001-05-20 22:18:03 +00:00
Sascha Schumann
244ea9f6c8
Don't add -DXML_BYTE_ORDER to global CPPFLAGS
2001-05-20 22:15:25 +00:00
Wez Furlong
8d6d3006e1
fixed a bug in mailparse_stream_encode which would default to a random encoding (usually base64)
...
# oops
2001-05-20 11:43:55 +00:00
Wez Furlong
6468f8b492
Imported mailparse extension
...
@- New mailparse extension for parsing and manipulating MIME mail (Wez)
2001-05-20 11:11:28 +00:00
foobar
fcfbb0cce6
This looks better.
2001-05-20 01:31:53 +00:00
Andrei Zmievski
e1f671fb5c
Properly free callback_name only when necessary.
2001-05-20 01:21:44 +00:00
Derick Rethans
dc43b9f574
- Reversed 'fix' for #9698
...
- Fix for bug #9698/#10681 (patch by kettler@gmx.net )
@- Added the 'u' modifier to printf/sprintf which prints unsigned longs.
@ (Derick)
2001-05-20 00:23:49 +00:00
Rasmus Lerdorf
ae3dda8285
Fix bug #9526
2001-05-19 22:50:44 +00:00
foobar
16b94858b6
Fixed bug #10964
2001-05-19 22:21:40 +00:00
Sterling Hughes
02d4567bb7
nuke last remnants of the old globals stuff
...
# oops
2001-05-19 17:45:36 +00:00
Sascha Schumann
060983b184
Use zend_hash_add_empty_element
2001-05-19 14:51:39 +00:00
Sascha Schumann
3b822e5752
Looks like this was a bogus gcc warning.
...
Submitted by: Sebastian Bergmann
2001-05-19 10:10:49 +00:00
Sascha Schumann
6c3b8d5619
Improve reading from external data source for session id creation.
...
Improve generating the string representation of the md5 session id.
2001-05-19 09:58:31 +00:00
Sascha Schumann
991e05d062
Nuke some warnings.
2001-05-19 09:56:42 +00:00
Sascha Schumann
d5cfb03ac9
munmap() file in RSHUTDOWN, if PHPWRITE fails.
2001-05-18 23:38:46 +00:00
Derick Rethans
d1697ad012
- Fix for bug #10890
...
@- Fixed bugs in the mcrypt extension that caused crashes (Derick)
2001-05-18 20:54:15 +00:00
Sterling Hughes
3c8140d97b
@ Added the IMG_ARC_ROUNDED option for the ImageFilledArc() function, which
...
@ specified that the drawn curve should be rounded. (Sterling)
2001-05-18 20:52:40 +00:00
Sterling Hughes
8f97b4d62f
remove more php3 ts stuff
2001-05-18 20:37:21 +00:00
Sterling Hughes
fd3eb2544a
should be using the function here.
2001-05-18 20:32:47 +00:00
Sterling Hughes
4812388278
Remove the remnants of old global macro's
2001-05-18 20:29:47 +00:00
Sascha Schumann
0255bb01e4
Files should be shared among processes.
2001-05-18 17:48:43 +00:00
Hartmut Holzgraefe
002d241a03
a small proto clarification
2001-05-18 16:42:54 +00:00
Andrei Zmievski
0ee9518396
Move -DSUPPORT_UTF8 flag into the appropriate Makefile so as not to pollute
...
the global namespace.
2001-05-18 15:34:58 +00:00
Uwe Steinmann
8562b074a3
- completed list of error messages (thanks to Torben Wilson)
2001-05-18 08:07:09 +00:00
Derick Rethans
73f04651fa
- Fix for bug #9801 (and maybe others)
2001-05-17 21:27:48 +00:00
Sterling Hughes
f7c8bb6a29
Some fixes. Actually assign a value scheme_handlers before processing it.
...
Add some checks for key type. Remove some debugging data.
2001-05-17 18:15:15 +00:00
Daniel Beulshausen
741fbe5fc6
winsock is already initialized in an higher version by php
2001-05-17 17:13:47 +00:00
Daniel Beulshausen
9820c2a5af
update sockets to work with winsock as well
2001-05-17 17:02:37 +00:00
Martin Kraemer
c34896aba8
Allow for DB3 to reside in /usr/local/include/db3/ and -ldb3
2001-05-17 15:27:12 +00:00
Vlad Krupin
5cd87e870e
...and this fixes the typo I made long ago. It prevented people that have
...
certain weird installations of pspell from compiling properly (couldn't
find pspell header files). No-one noticed...
2001-05-17 00:32:45 +00:00
Vlad Krupin
3a56ec8ce2
Fix for bug 10912.
...
Also, if you explicily specify path in --with-pspell, the directories
/usr, /usr/local will no longer be searched even if the library is not
found at the specified location (this seems to make more sense)
2001-05-17 00:26:12 +00:00
Sterling Hughes
ffc997f149
Add a compile check for the cURL version and fix the compile in general.
2001-05-16 23:43:30 +00:00
James Moore
da22505333
- Sync prototype and definition of phpi_get_le_gd
2001-05-16 23:11:33 +00:00
Sascha Schumann
28a441fe02
Fix for #10900 .
...
Submitted by: cech@debian.org
2001-05-16 12:01:25 +00:00
foobar
ad366598a6
Fixed bugs: #10297 , #10615 , #10783 , #10880
2001-05-16 04:50:49 +00:00
Jon Parise
82b31fb7a3
@ - Added disk_total_space() to return the total size of a filesystem.
...
@ (Patch from Steven Bower)
2001-05-15 23:43:18 +00:00
Jon Parise
6c5db8d2d7
@ - Renamed diskfreespace() to disk_free_space() to conform to established
...
@ naming conventions. (jon)
2001-05-15 23:28:17 +00:00
Andrei Zmievski
58f7df0ae4
Revert previous commit - callback_name does need to be checked because
...
it is set conditional on is_callable_replace.
2001-05-15 18:00:35 +00:00
Gavin Sherry
3a677d3e20
fixed shm_remove to expect the correct argument.
2001-05-15 07:32:34 +00:00
Gavin Sherry
16a13a6210
Added function sem_remove
2001-05-15 07:29:55 +00:00
Gavin Sherry
00f013189e
Added sem_remove to remove semaphores from memory
2001-05-15 07:29:31 +00:00
foobar
613aacf0b0
MFB
2001-05-15 02:05:33 +00:00
foobar
f3a67a2e40
Fix bug: #5418
2001-05-15 01:50:46 +00:00
Sterling Hughes
00421e7c83
leftovers.....
2001-05-14 21:04:23 +00:00
Frank M. Kromann
11d14590d1
Adding a small readme file for win32 users
2001-05-14 21:04:19 +00:00
Frank M. Kromann
dcdd6d2b05
updating the win32 readme
2001-05-14 21:03:38 +00:00
Sterling Hughes
db58472b56
Register the binary transfer option
2001-05-14 21:02:31 +00:00
Andrei Zmievski
1f9808b4ee
Clean up call_user_func_*().
2001-05-14 20:56:05 +00:00
Sterling Hughes
803bebb303
Use zend_is_callable to test whether or not the given callback is valid
...
before calling the function.
2001-05-14 20:06:06 +00:00
Sterling Hughes
47ee387d79
Use zend_is_callable() and fix sp of deprecated.
2001-05-14 19:19:03 +00:00