foobar
72c40cdf42
- Use the correct javac/jar binaries.
24 years ago
1a0ac41144
NEWS update
24 years ago
435857115d
ChangeLog update
24 years ago
Thies C. Arntzen
12541a481e
ocibind: avoid warning in debug mode if an outbound variable is NULL
24 years ago
Yasuo Ohgaki
3381fe4394
Fix cli/cgi -c option
# I must be sleeping
24 years ago
Thies C. Arntzen
33a493cf82
@- Mixing OCIPlogon and OCINLogon no longer leak Oracle-Sessions. (thies)
24 years ago
Christian Stocker
67292ee205
@- old $node->append_child() is now $node->append_sibling(), since
@ new append_child() now behaves like excepted (= W3C standard) (chregu, uwe)
24 years ago
Sascha Schumann
83719f5cd8
s/==/=/
24 years ago
Markus Fischer
509ef0237f
- Also raise a different error message if we don't specify any package at all.
# We might consider giving the 'pear help uninstall' output to the user?
24 years ago
foobar
0fa1516483
- Prevent users from trying to make a static build with Apache2 using
--with-apache
# I have working --with-apache2 stuff also..need to test it a bit more
# before committing it..
24 years ago
Markus Fischer
e060e90f0c
- Return a different error message if no package file was given at all.
24 years ago
Rasmus Lerdorf
be2078bb73
oops
24 years ago
Markus Fischer
e96a657f8d
- Properly format error message.
# Shouldn't this 'throw' an PEAR Error object ?
24 years ago
Markus Fischer
c7a1d96f8a
- Fix a possible memory leak in xml_set_handler().
I stumbled over this while trying out 'pear package' which, while doing
xml parsing, re-assigns the variaous callback handlers depending
on the version during xml processing.
If this check causes problems, let me know.
24 years ago
Rasmus Lerdorf
7a8cade379
Initial commit of the built-in libgd based on GD-2.0.1
This initial checkin has no changes to any of the libgd code so it can
be used as a basis for diffs. It also will not build currently because
of this. The PHP gd checks need to be incorporated along with a bit of
other config magic. It also shouldn't break the build and will only
take effect if you use --with-gd=php right now.
24 years ago
foobar
c46199f5b9
Do NOT use c++ comments in c code!!!!!
24 years ago
cff79286b8
NEWS update
24 years ago
e3c0fc38b9
ChangeLog update
24 years ago
Stig Bakken
d1814a3c12
* cvstag command: tag slide option is -f, not -F
24 years ago
Stig Bakken
8c0edb86b0
* missing file role message could be mistaken for missing maintainer role
24 years ago
Stig Bakken
5d09a5e199
* add cookie authentication to PEAR_Remote (temporarily in addition to http auth)
24 years ago
foobar
f81166f34e
- Added checks to prevent building the DSO with wrong configure option.
24 years ago
Aaron Bannert
bf8bb929ac
Fix a typo and a build error detected by the lovely HPUX11 ANSI C compiler.
24 years ago
foobar
8581de0fe2
Fix the build.
# Marcus, do you TEST build at all before you commit?!
24 years ago
foobar
067ca4e813
Do NOT use C++ comments in C code.
24 years ago
jim winstead
84b37c9c03
remove this, since it doesn't describe the current process, and is
under a silly license.
24 years ago
Wez Furlong
4df5076d2f
fix build with ZE2
24 years ago
Wez Furlong
e2f00a130f
fix segfault
24 years ago
Sascha Schumann
22815419f8
Gone they are.. files related to the old build-system
24 years ago
Jan Lehnardt
9b09fba139
- MFB (4_2_0)
24 years ago
Marcus Boerger
50d957cd7a
Ini settings for internal encoding and decoding of Unicode and JIS formatted user comments.
@- Ini settings for encoding/decoding Unicode/JIS user comments (Marcus)
24 years ago
Frank M. Kromann
7ff43f040f
Removing a unused local variable.
Setting the size before returning the value in readgzfile
24 years ago
Marcus Boerger
0f0a5dddf3
-new function php_mb_check_encoding_list
-mark module globals as const (thread safety)
24 years ago
Sander Roobol
fa8e2db095
This test should be skipped if(!cgi)
24 years ago
Marcus Boerger
df82b2ec75
-fix mb_detect_order
-php_mbstring_parse_encoding_list/array return 0 on any illegal input
24 years ago
Uwe Steinmann
ce00085cdd
- added method DomNode->remove_child()
24 years ago
Uwe Steinmann
53de1218fd
- fixed stupid compile error
24 years ago
Uwe Steinmann
9b0564beb5
- insert_before(): copy node before doing the insert
- append_child(): actually do an append child and not and add sibling
- what is called xmlDtd in libxml is actually the class DocumentType
in DOM. The domxml extension used a class DomDtd which is not defined
in the DOM standard. Instead of using DomDtd DomDocumentType is now
used. DomDtd has been renamed to Dtd but has not meaning anymore.
- added more functions
24 years ago
Sebastian Bergmann
3dfc150ff7
Sync with php4dllts.
24 years ago
Yasuo Ohgaki
734899e615
Enable CGI binary for testing. CGI binary should be used when it's
available, since some tests cannot be performed by CLI. (And
many of them are just failing now)
Fixed SAPI and VERSION output.
24 years ago
Yasuo Ohgaki
22919a4d36
Be nice to php.ini-recommended users.
php.ini-recommended uses output buffer resulting delayed output during
"make test". User php.ini file is used anyway, since run-tests.php
invoke php for each test from there.
24 years ago
Rasmus Lerdorf
eb43795ccb
This exif test was failing because the \0's in the expected output had
disappeared. It may be CVS doing this. I have put the nulls back, but we
may have to mark this as a binary file in th cvswrappers, or rewrite the
test to not output nulls.
24 years ago
Yasuo Ohgaki
0c9182ad71
Update Sablotron version supported.
24 years ago
feea1c56eb
NEWS update
24 years ago
58c5f68368
ChangeLog update
24 years ago
Yasuo Ohgaki
439b56842f
CGI/CLI take file and dir for -c option by this.
@ Both 'file' and 'path to php.ini' is allowed for "-c" cli/cgi option. (Yasuo)
24 years ago
Marcus Boerger
fffb1a5d21
interpret empty to_encoding as encoding not set what results in current_internal_encoding
24 years ago
foobar
995e6f6af0
Fixed (again) the news entry..NEWS file is not a manual.
24 years ago
Rui Hirokawa
adf58908e4
fixed a bug which causes crash when charset is not set.
24 years ago
Aaron Bannert
22fb507325
Fix a problem where php-generated data was pushed down the entire output
filter chain instead of just down the rest of the chain. This fix will
speed up some unnecessary overhead introduced in the last patch.
Suggested by: Cliff Woolley <jwoolley@apache.org>
24 years ago