Ilia Alshanetsky
533d3273bd
Fix ZTS build
2002-12-11 02:30:00 +00:00
Ilia Alshanetsky
9a24983487
On Win32 make PHP treat UNC paths as absolute paths, this should solve bugs
...
such as #20831 . Thanks to Wez Furlong for isolating the problem.
2002-12-11 00:32:33 +00:00
Marcus Boerger
a6e9674bfd
add missing comment
2002-12-10 22:51:09 +00:00
Marcus Boerger
b94e0d9eac
LOCK_EX is not allowed in read mode -> try using existing .lck file in read
...
only mode only when in read mode.
2002-12-10 22:49:33 +00:00
Wez Furlong
ac8469bd55
No longer experimental
2002-12-10 22:21:34 +00:00
Wez Furlong
9746be4779
use php_error_docref and tidy up some WS/coding standards.
2002-12-10 22:18:58 +00:00
Marcus Boerger
17117063ce
-remove second attempt to close lock file
...
-default to lock on db file instead on .lck file.
-try to use existing .lck file and only create it on failure (allows ro access)
2002-12-10 22:02:52 +00:00
Marcus Boerger
dbf4bcc08b
stick to "check <what> <result>" scheme, do not repeat messages and
...
align messages correctly.
2002-12-10 21:53:02 +00:00
Stefan Esser
e5dbcb0890
fixing cut&paste bug
2002-12-10 20:18:25 +00:00
Ilia Alshanetsky
60a5aeef43
Fixed a few compile warnings and one compile error.
2002-12-10 20:16:30 +00:00
Marcus Boerger
d1c70a6417
directory values are optional
2002-12-10 20:11:41 +00:00
Marcus Boerger
644bd60d29
remove not wanted skeleton comment and align configure message
2002-12-10 20:09:35 +00:00
Ilia Alshanetsky
2b063828e0
Fixed build with GD 1.8.4
2002-12-10 19:45:58 +00:00
Frank M. Kromann
62fb872a4d
Fixing ZTS Build
2002-12-10 19:28:04 +00:00
Sara Golemon
51c9f2c64b
Added support for libbcmath's bc_raisemod function as bc_powmod()
2002-12-10 19:04:27 +00:00
Ilia Alshanetsky
91a6272972
Fixed win32 build.
2002-12-10 18:00:47 +00:00
Ilia Alshanetsky
99f2b9674f
Fixed build with GD 1.8.4
2002-12-10 17:57:41 +00:00
Edin Kadribasic
28c32e1fc8
MFB: Fix ZTS build.
2002-12-10 17:07:40 +00:00
Ilia Alshanetsky
e982d5c7f0
MFB
2002-12-10 16:39:59 +00:00
foobar
8416a0433a
This extension requires cyrus-imap >= 2.0.8
2002-12-10 16:34:20 +00:00
Ilia Alshanetsky
3c9a6a8890
Removed one more unneeded check.
2002-12-10 15:58:31 +00:00
Ilia Alshanetsky
ecc9c539d2
Removed a pointless check. Thanks Stefan.
2002-12-10 15:36:26 +00:00
Stefan Esser
f481a209b7
fixing crashbug
...
patch by freddy77@angelfire.com
2002-12-10 15:18:01 +00:00
Marcus Boerger
26c5c323ab
-make those debug messages
2002-12-10 14:35:13 +00:00
Marcus Boerger
922ce573cf
-when required haeder was not found --with-cdpf was simply ignored. I
...
changed this to be an error.
-cpdf did not check for --with-jpeg-dir and --with-tiff-dir
2002-12-10 14:31:00 +00:00
Marcus Boerger
cbab922570
"of cause" should have been "of course" but is not needed anyway
...
#noticed by Zeev
2002-12-10 11:21:30 +00:00
Zeev Suraski
66aba3c568
Fix check to allow for static+access level modifiers
2002-12-10 09:04:12 +00:00
Ilia Alshanetsky
aa4c85dda1
Fixed bug #20907 , patch by m-arai@sco.bekkoame.ne.jp.
2002-12-10 00:10:27 +00:00
Ilia Alshanetsky
04a16f914c
Replaced deprecated APR_BRIGADE_FOREACH macro.
2002-12-09 18:45:32 +00:00
foobar
8a8041befe
fix typos
2002-12-09 18:30:50 +00:00
foobar
31415ad2b5
Make this actually work too.
2002-12-09 18:29:22 +00:00
Wez Furlong
58210f9232
Centralize fopencookie test
2002-12-09 18:29:07 +00:00
foobar
44aec93861
Fix the build with new cyrus and sasl2 libs
2002-12-09 18:05:37 +00:00
Marcus Boerger
85f1caeb14
Recheckin as unix
...
# *** sorry ** a new diff tool converted it to dos before last comit *** sorry ***
2002-12-09 18:03:00 +00:00
Marcus Boerger
ba534ac7c8
Added open modifier '-' to skip/ignore locking. See bug #20828 , #20858
2002-12-09 17:54:13 +00:00
Melvyn Sopacua
2421e79b60
Fix make install target on Cygwin, bug #20807
2002-12-09 17:02:38 +00:00
Wez Furlong
ca6b002e4c
MFB: zlib stream tests
2002-12-09 16:43:15 +00:00
Wez Furlong
5029c73096
Emulate fopencookie on *BSD systems.
...
Patch mostly from Melvyn Sopacua <msopacua@idg.nl>
2002-12-09 16:14:28 +00:00
Moriyoshi Koizumi
4974f268a6
@- Let array_search() accept objects as a needle under ZendEngine2. (Moriyoshi)
2002-12-09 15:54:38 +00:00
Sascha Schumann
7b2fd2c6c9
Use $(INSTALL) rather than cp to install modules.
...
$(INSTALL) will usually unlink the target file first, so that in-memory
instances of the old file don't get simply overwritten (and crash and burn).
2002-12-09 15:32:17 +00:00
Edin Kadribasic
3994fbbc86
MFB: Fix for #20894 .
2002-12-09 13:35:57 +00:00
Zeev Suraski
32b100e6cb
- Allow variables to have both 'static' modifier and an access level.
...
NOTE: This only works at the syntax level right now (parser). It
doesn't actually work as of yet - all statics are considered
public for now
- Prevent users from putting more restrictions on methods in derived classes
(i.e., you cannot make a public method private in a derived class, etc.)
2002-12-09 12:10:17 +00:00
foobar
085f362ae3
T_AAAA is not always available.
2002-12-09 11:50:15 +00:00
Sebastian Bergmann
ba5764ab39
Fix build.
2002-12-09 11:45:46 +00:00
Wez Furlong
f4ca743d66
MFB zlib related fixes
...
(sorry I didn't get around to doing this sooner)
2002-12-09 10:54:20 +00:00
Wez Furlong
164130ed22
MFB: #20831 fix
2002-12-09 10:38:35 +00:00
Andi Gutmans
9283ff3ab6
- Fix a bug which I just introduced.
2002-12-09 08:36:36 +00:00
Andi Gutmans
60a4fa66cf
- Fix typo
2002-12-09 08:31:44 +00:00
Andi Gutmans
757cd19aff
- Improvements
2002-12-09 08:27:23 +00:00
Christian Stocker
bda98029b4
PHP_FALIAS for doc_get_elements_by_tagname got lost
2002-12-09 08:14:15 +00:00