Commit Graph

32419 Commits

Author SHA1 Message Date
Frank M. Kromann
0eaec9871c MFB: Change max_procs from 25 to library default. This will make FreeTDS connections work a bit better 2005-11-14 23:14:54 +00:00
Antony Dovgal
e658842761 fix #35197 (Destructor is not called) and similar issues in other extensions 2005-11-14 21:52:27 +00:00
641bb46969 ChangeLog update 2005-11-14 06:41:03 +00:00
da02f71894 ChangeLog update 2005-11-13 06:45:19 +00:00
Derick Rethans
574a210973 - Fixed protos. 2005-11-12 14:56:35 +00:00
Andrei Zmievski
87e782644b Grr. Re-re-fix the fix. 2005-11-12 11:11:53 +00:00
cea2b0e867 ChangeLog update 2005-11-12 06:41:04 +00:00
foobar
a05a33f34d - Fix the "php -v" output when neither --enable-debug or --enable-gcov
is used.
#
# Rasmus, now it should give proper output, please test.
2005-11-12 00:38:00 +00:00
Andrei Zmievski
0593d4a41d Re-fix Marcus's fix. 2005-11-11 17:34:16 +00:00
Marcus Boerger
e556247281 - Use the const instead of hard coding 2005-11-11 16:51:24 +00:00
Marcus Boerger
802fa95416 - Fix build 2005-11-11 16:50:08 +00:00
80390b0122 ChangeLog update 2005-11-11 06:42:02 +00:00
foobar
173fcb5e16 - Added note about --enable-gcov being strictly for developers only! 2005-11-10 08:06:08 +00:00
foobar
9b7a28e9a2 fix configure help 2005-11-10 08:04:57 +00:00
foobar
3e1bb4edf3 - Fixed bug #35179 (tokenizer extension needs T_HALT_COMPILER) 2005-11-10 07:49:40 +00:00
ccb6e91baf ChangeLog update 2005-11-10 06:44:26 +00:00
foobar
9d766b59b2 - Fix the ccache detection. 2005-11-09 19:55:25 +00:00
18267e2f7f ChangeLog update 2005-11-09 06:51:38 +00:00
foobar
b60b2ed349 Cleanup the code coverage files 2005-11-09 05:41:09 +00:00
foobar
2cf0ce2925 - Change paths to be relative
#
# Derick, don't forget to move the .re file into this same directory!
#
# This was the 2nd last piece of making the code-coverage thing to work
# properly with VPATH builds. Once Derick moves the parse_date.re
# in the same directory where the generated file lives, it's done.
#
# Just copying it by hand in your sources in the meantime and doing
# "./configure --enable-gcov && make lcov" will produce data in lcov_html/
#
2005-11-08 22:45:55 +00:00
foobar
cf69b66c13 - Moved gen_php_cov functionality into the Makefile. Doing 'make lcov'
will run the test suite and create the code coverage HTML files.
# no need for some hairy checks whether PHP has the support
# since the lcov target will not exist if it doesn't :)
2005-11-08 20:27:08 +00:00
foobar
72fd0627eb nuke #line directives. 2005-11-08 20:25:11 +00:00
foobar
b947d6b0d3 More files to have #line directives stripped for release 2005-11-08 20:21:35 +00:00
foobar
2434baffdb - Fix #line paths 2005-11-08 20:12:09 +00:00
foobar
ee7f3b47d4 - Fixed --enable-gcov to work with VPATH builds too 2005-11-08 16:43:09 +00:00
foobar
a2bd750581 - Make sure parse_date.c is free of #line directives in releases 2005-11-08 15:54:20 +00:00
foobar
3392f566c3 - Use the source file as output filename instead of stdout 2005-11-08 12:35:01 +00:00
foobar
4352fa69d4 - use the target file name as output file instead of stdout 2005-11-08 12:34:16 +00:00
Dmitry Stogov
84bcd9ac96 Fixed bug #35142 (SOAP Client/Server Complex Object Support) 2005-11-08 08:36:50 +00:00
158e80bed4 ChangeLog update 2005-11-08 06:44:26 +00:00
foobar
2d9c625cf1 - Make sure the generated files have relative paths in the #line directives 2005-11-08 00:02:50 +00:00
Marcus Boerger
c1869299c7 - heredoc handling in -a mode 2005-11-07 19:12:37 +00:00
Marcus Boerger
66a9b0b6ae - Fix Bug #32223 weird behaviour of pg_last_notice 2005-11-07 12:56:23 +00:00
Dmitry Stogov
32fe5f2c3b Fixed bug #35009 (ZTS: Persistent resource destruct crashes when extension is compiled as shared) 2005-11-07 12:24:20 +00:00
Dmitry Stogov
4e744e2b42 Fixed bug #35091 (SoapClient leaks memory) 2005-11-07 10:07:55 +00:00
f797d89878 ChangeLog update 2005-11-07 06:58:18 +00:00
foobar
0977376369 - Do the LTP thing properly 2005-11-06 22:44:05 +00:00
foobar
e4c8e1dc85 - Fixed minor memory leak triggered by: -dzlib.output_compression=1 -m 2005-11-06 22:41:51 +00:00
foobar
8c633a099f - Revert bad patch. This is wrong way to handle leak in "php -m" 2005-11-06 22:07:12 +00:00
Marcus Boerger
f53de944df - MFB Add tests 2005-11-06 12:27:11 +00:00
Marcus Boerger
1626dba133 -MFB Fix parameter parsing 2005-11-06 12:01:42 +00:00
Derick Rethans
dba96fb9e4 - E_STRICT is not part of E_ALL, so the lines were wrong here. 2005-11-06 11:08:50 +00:00
Marcus Boerger
ff72c376c2 - MFB Fix tests expectations 2005-11-06 10:53:39 +00:00
4c788e7703 ChangeLog update 2005-11-06 06:44:24 +00:00
Rasmus Lerdorf
65bb007a3e MFB - This isn't a DOM thing anymore, just libxml 2005-11-05 22:41:09 +00:00
Rasmus Lerdorf
f16fb8484d MFB - We don't need the simplexml requirement here anymore 2005-11-05 22:32:55 +00:00
Ilia Alshanetsky
c4ee761db1 MFB51: Fixed bug #31971 (ftp_login fails on some SSL servers) 2005-11-05 22:02:40 +00:00
2a121811b8 ChangeLog update 2005-11-05 06:44:56 +00:00
Rui Hirokawa
02e44183bb fixed garbled multibyte characters. 2005-11-05 04:47:29 +00:00
22ae5cdfd0 ChangeLog update 2005-11-04 06:46:21 +00:00