Wez Furlong
659a071e3d
Streams are all tracked as resources now.
...
Add some logic that will help track down leaks
when debug is enabled.
2002-03-20 14:21:30 +00:00
Wez Furlong
14d62c7b62
Add parameter here too...
2002-03-20 13:50:16 +00:00
Sascha Schumann
350de12bc2
Expand the variables in PHP_EXPAND_BUILD_VARS.
...
Make HAVE_ICONV/HAVE_LIBICONV available through the more
fine-grained approach using a single include file per
directive. This will significantly reduce the price of
full dependencies for developers, because basically each
file today includes php.h which includes php_config.h.
If PHP_ATOM_INC is defined, these include files can be used.
For all PHP_DEFINEs, empty files are created upon configure start.
2002-03-20 13:24:59 +00:00
Wez Furlong
6f77640ca8
add forgotten parameter
2002-03-20 13:21:55 +00:00
Sascha Schumann
c8ec0fa4bd
Fix building mysql client library
...
Run client lib specific checks only when clientlib is used
Remove second invocation of MYSQL_SOCK
2002-03-20 12:40:27 +00:00
Sascha Schumann
1962e1e620
Avoid duplicate tests and make third parameter truly optional.
2002-03-20 12:08:30 +00:00
foobar
4597486984
- Fixed (hope so :) like Sascha said.
2002-03-20 12:00:26 +00:00
Sascha Schumann
71a361d5ea
Fix and tweak iconv macro
2002-03-20 11:59:48 +00:00
Sascha Schumann
d9f36aed9f
Don't quote too much. Now autoconf-2.13 is happy again.
2002-03-20 11:49:36 +00:00
Sascha Schumann
5005415595
Remove autoconf-2.5x specific m4_default macro.
...
It is pointless here, because we don't need any "void" statement.
There already is a statement and all it will do in the worst case
is generate an empty line
2002-03-20 11:41:06 +00:00
Sascha Schumann
6bbf968f8a
There should not be any trailing data on an #endif line
2002-03-20 08:53:55 +00:00
Sascha Schumann
171b8642dc
add info about build system macros
2002-03-20 08:48:41 +00:00
Markus Fischer
f130bdb59e
- Fix for #16176 .
2002-03-20 08:17:06 +00:00
Jon Parise
bb82bf2e2b
This completely fixes the iconv library detection under FreeBSD (the
...
previous fix was incomplete). We also set HAVE_ICONV and HAVE_LIBICONV
based on the library that was detected.
2002-03-20 07:36:56 +00:00
foobar
9ccad4a8ba
- Fixed the bz2 tests. (and changed the usage comment to be correct)
2002-03-20 02:16:34 +00:00
foobar
956a7762b8
- This is not needed here
2002-03-20 02:07:32 +00:00
foobar
4a0291d238
- Make it possible to build ext/openssl as shared extension
2002-03-20 02:07:11 +00:00
foobar
00929ff9ac
- Fixed bug: #16139 (compile failure with Mysql 4.0.1)
...
- Some tests were only run when compiling with the bundled libs.
(caused some compile warnings with external mysql libs)
- Another try to fix the zlib issue..(uncompress)
2002-03-20 01:31:22 +00:00
92adc9456a
ChangeLog update
2002-03-20 01:21:12 +00:00
foobar
e8271cc71e
- Fix this without breaking BC
2002-03-20 00:39:28 +00:00
Wez Furlong
7990d742e5
Improve behaviour of the stream casting operation.
...
Improve interaction with fopencookie.
2002-03-19 23:29:37 +00:00
Harald Radi
2adf5bea7c
pass function signature in zend_parse_parameters style
...
lookup cache works now per signature (not only method name)
reviewed resource management
# have to learn now ..
2002-03-19 23:28:52 +00:00
Frank M. Kromann
f6ec73d37f
Minor change to allocated lengths for dates
2002-03-19 23:00:17 +00:00
foobar
1822154a4c
missing entry
2002-03-19 22:52:27 +00:00
Markus Fischer
7bf57c999c
- Support vpopmail 5.2 ( fixes #16120 ).
2002-03-19 22:47:37 +00:00
foobar
a62b31f6b7
- Fix the iconv detection when the functions are prefixed with lib.
...
(e.g. in freebsd)
2002-03-19 22:40:18 +00:00
Frank M. Kromann
42ba9987ea
Oops.. This should make I64 work on WIn32 as well
2002-03-19 22:38:35 +00:00
Frank M. Kromann
0201386fac
Changing the LongInteger to return 64 bit integers as string values with all 64 bit
2002-03-19 22:36:42 +00:00
Markus Fischer
cd0ceca76f
- Fix bug spotted by Lukas Schroeder <lukas@edeal.de>.
2002-03-19 21:18:18 +00:00
Stig Bakken
c19ddade2c
* install PEAR_Command_Package
2002-03-19 19:59:05 +00:00
Stig Bakken
de381091ba
* re-add "package" command
2002-03-19 19:55:30 +00:00
Stig Bakken
fdf8cafd11
* "pear login" finally works
2002-03-19 19:31:02 +00:00
Stig Bakken
97beb58d43
* fix http auth bug
2002-03-19 19:30:06 +00:00
Stig Bakken
529ec7cda4
* add optional default parameter to userDialog method
2002-03-19 19:28:48 +00:00
Zeev Suraski
a9411a6da2
Possibly fix a crash - Marcus, please take a look at it...
2002-03-19 19:16:20 +00:00
Zeev Suraski
dcb44bf512
- Fix whitespace (guys, please try to stick with the php4 tree style as far
...
as indentation/newlines go, and also as far as using {} even on if's
that have single statements)
- Fix Windows build
2002-03-19 19:15:40 +00:00
Andi Gutmans
a990c4da3e
- Finish covering all parsed methods to check for validity in parser.
...
- Change zval's refcount to zend_uint (If it doesn't slow down the Engine
- too much it should probably stay this way). If anyone has time to test
- the difference in speed between zend_ushort & zend_uint in zend.h of
- the struct _zval_struct (one line change) I'd be glad to get some
- figures.
2002-03-19 19:09:53 +00:00
Harald Radi
cb2368c905
fixed memleaks
...
added method lookup caching
pass function signature to hash function callback
2002-03-19 18:46:28 +00:00
Frank M. Kromann
5280936895
Adding support for TinyInteger and LongInteger database types
2002-03-19 18:33:05 +00:00
Wez Furlong
14a3911866
fix for bug #16168
2002-03-19 17:49:02 +00:00
Wez Furlong
b92f2da5fa
make buffer length warnings more verbose
2002-03-19 16:56:53 +00:00
Ludovico Magnocavallo
6ebf422685
Fixed include of interbase.inc
...
Fixed test database path
Changed v_date field in test table definition to timestamp type
Reduced maximum length of double precision type to 18
Tests 001 002 003 006 pass
Test 004 (BLOB test) still needs to be fixed
Test 005 (Transaction) gives the right output but issues a warning
2002-03-19 16:52:41 +00:00
Daniela Mariaschi
c3daa18168
fixed floating number incorrectly rendered (as mentioned by giancarlo@niccolai.ws in BUG #14755 )
2002-03-19 15:29:17 +00:00
Wez Furlong
32a4f35580
register some constants for user streams
2002-03-19 14:35:55 +00:00
Uwe Steinmann
17b2eb13cc
- the fdf include file shipped with the FDF toolkit is spelled
...
in lower case (at least in version 5.0)
2002-03-19 14:03:30 +00:00
Wez Furlong
6d55f16974
correct copy/paste typo
2002-03-19 13:46:32 +00:00
Wez Furlong
6d431f1caf
avoid possible buffer overruns when write returns a value larger than the buffer
2002-03-19 13:44:38 +00:00
Wez Furlong
b808af8601
Make file_get_wrapper_data return the underlying PHP object for
...
user-space streams.
2002-03-19 13:42:25 +00:00
Wez Furlong
6abe71bebc
s/fgetwrapperdata/file_get_wrapper_data/
2002-03-19 13:33:07 +00:00
Sascha Schumann
3757a81367
Remove trailing ;
...
The macro can now safely be used in constructs such as
if (..) foo() else bar();
2002-03-19 12:11:46 +00:00