Commit Graph

39250 Commits

Author SHA1 Message Date
Jani Taskinen
f602af17b4 MFB: Fix bug #42233 2007-08-08 07:46:00 +00:00
Pierre Joye
6f7b46afbd - MFB: fix regressio introduced by #42222 2007-08-08 06:30:56 +00:00
Raghubansh Kumar
e2d9b55057 New testcases for fputcsv() function 2007-08-08 03:55:05 +00:00
66961de7a4 ChangeLog update 2007-08-08 01:31:29 +00:00
54adbff79e ChangeLog update 2007-08-07 01:31:14 +00:00
Hannes Magnusson
330797ea73 - Fix isset/empty($ZipArchive->property)
- Add test
2007-08-06 21:59:11 +00:00
Christopher Jones
bf94c89a8c flush persistent connection after password change 2007-08-06 20:31:40 +00:00
Pierre Joye
ac3a73972a - MFB: #42222, forgot this one (thanks mattias) 2007-08-06 19:50:16 +00:00
Pierre Joye
0f55627dee - MFB: #42222, truncate the _default to the buffer size (was 200 since day #1, we don't need dynamic alloc here) 2007-08-06 19:13:05 +00:00
Jani Taskinen
f3c9b3ec86 Touch generated file 2007-08-06 18:30:53 +00:00
Jani Taskinen
117ea0d3d1 ws fix 2007-08-06 18:25:41 +00:00
Jani Taskinen
6646603725 MFB: fix compile warning (+ some ws fixes) 2007-08-06 18:20:30 +00:00
Jani Taskinen
f4e24be3ed Fix build 2007-08-06 18:14:13 +00:00
Antony Dovgal
5b47df1576 fix build 2007-08-06 17:01:17 +00:00
Rob Richards
ebd85732fa fix bug #42082 (NodeList length zero should be empty). (Hannes)
add and update tests
2007-08-06 16:21:45 +00:00
Andrey Hristov
de29322de4 Fix crashes with pconn in ext/mysql 2007-08-06 15:11:46 +00:00
Jani Taskinen
99139b574d - Fixed bug #42195 (C++ compiler required always) 2007-08-06 14:33:06 +00:00
Antony Dovgal
b219df4b67 fix build 2007-08-06 12:54:35 +00:00
Dmitry Stogov
a433f85ce1 Improved ext/openssl
. Added support for OpenSSL digest functions
  . Added support for OpenSSL cipher functions
  . Added access to internal values of DSA, RSA and DH keys
2007-08-06 08:43:43 +00:00
da7792c135 ChangeLog update 2007-08-06 01:31:20 +00:00
Jani Taskinen
def23a6e7d MFB: Test for bug #42208. Fix is not needed in HEAD, zend_parse_parameters is used here 2007-08-05 19:54:42 +00:00
Jani Taskinen
5735862a92 MFB (since Ilia is too lazy..): Fix bug #42135 2007-08-05 13:10:32 +00:00
878a90e66a ChangeLog update 2007-08-05 01:31:32 +00:00
Sara Golemon
6a0d08ae26 Bugfix#36492 Userfilters can leak buckets 2007-08-04 07:51:15 +00:00
02bc185040 ChangeLog update 2007-08-04 01:31:26 +00:00
Stanislav Malyshev
46f2484a3b MF5: it's custom to use 1<< 2007-08-03 18:41:07 +00:00
Andrey Hristov
7186530157 Update CVS
- Fix BIT problem for BIT values represented with 5 bytes. Typo.
- Make it possible with an ini variable to switch off/on statistics
  collection.
- Compile-out debug checking of uneaten data from the line, when the
  build is release. According to callgrind this was eating some percentage.
2007-08-03 16:32:27 +00:00
Antony Dovgal
77701c003a 'I32' and 'I' support (per request by Marcus) 2007-08-03 14:30:59 +00:00
Jani Taskinen
498fbd90f6 - Fix issue with broken shells
# I truly hate Solaris..
2007-08-03 14:01:40 +00:00
Antony Dovgal
b6c96790ba MFB: adjust the test names a bit 2007-08-03 13:51:11 +00:00
Jani Taskinen
87bcb01ce1 MFB 2007-08-03 10:46:19 +00:00
Antony Dovgal
df4cdcfc8f fix folding 2007-08-03 09:51:05 +00:00
Antony Dovgal
996f1baaab add I64 support to spprintf() (snprintf() already has it) 2007-08-03 09:46:50 +00:00
Jani Taskinen
18676754cf MFB 2007-08-03 09:38:43 +00:00
Christopher Jones
6f58b504ad MFB: New oci8 test for oci_password_change() 2007-08-03 01:55:34 +00:00
Stanislav Malyshev
d4cc7daba2 MF5: fix for access control with .htaccess 2007-08-03 01:40:05 +00:00
c54e9706fd ChangeLog update 2007-08-03 01:31:19 +00:00
Stanislav Malyshev
da2a2b5d68 use hardcoded INI like CLI 2007-08-02 23:49:50 +00:00
Christopher Jones
88edc2cf95 Treat privileged oci_pconnect() as non-persistent 2007-08-02 22:49:58 +00:00
Johannes Schlüter
e80d138b1c - Add possibility to call static class members using variables (Etienne Kneuss) 2007-08-02 21:53:53 +00:00
Antony Dovgal
2de948a3fa int -> zend_bool 2007-08-02 20:32:34 +00:00
Christopher Jones
0f8ab9db14 Fix message grammar and capitalization 2007-08-02 19:37:30 +00:00
Christopher Jones
95461653da Bug #42173 (INTERVAL and TIMESTAMP type fixes) 2007-08-02 19:04:21 +00:00
Sebastian Bergmann
2371b84a86 Done: Make ext/tokenizer package-aware. (Johannes) 2007-08-02 17:02:41 +00:00
Johannes Schlüter
0122a6fede - Respect value of the parameter for get_loaded_extensions() and
get_defined_cosntants()
2007-08-02 16:52:59 +00:00
df7450e4c6 ChangeLog update 2007-08-02 01:31:21 +00:00
Stanislav Malyshev
8db866bd55 fix win32 build 2007-08-02 00:04:05 +00:00
Stanislav Malyshev
e1fc2a87bf revert wrong fix 2007-08-01 23:54:06 +00:00
Christopher Jones
d9f25a2924 New test for error handling 2007-08-01 15:18:25 +00:00
Johannes Schlüter
9adbc5a88b - Fix #42164 Internal Sendmail Support is ALWAYS disabled 2007-08-01 12:49:23 +00:00