Commit Graph

38978 Commits

Author SHA1 Message Date
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
Dmitry Stogov
d4af6ba6bf Fixed namespace name and internal class name ambiguity 2007-08-01 11:44:25 +00:00
Antony Dovgal
467b4569df an attempt to fix win32 build 2007-08-01 11:43:27 +00:00
Dmitry Stogov
5430582586 Fixed bug #42151 (__destruct functions not called after catching a SoapFault exception) 2007-08-01 10:39:49 +00:00
3f29f3fbd6 ChangeLog update 2007-08-01 01:31:27 +00:00
Johannes Schlüter
b5c28aef4e - Use a script to generate tokenizer data from zend_language_parser.h 2007-07-31 23:23:37 +00:00
Johannes Schlüter
c883e25485 - Add additional param to get_loaded_extensions() for returning Zend
extensions (Fixes #41278)
2007-07-31 22:45:08 +00:00
Jani Taskinen
2d3577c84a - Allow using * in test filenames to match pattern 2007-07-31 21:29:11 +00:00
Antony Dovgal
a2eef01a45 add test (thanks Chris!) 2007-07-31 21:11:22 +00:00
Antony Dovgal
c26725cc1a missing part of the fix for bug #42134 2007-07-31 21:08:38 +00:00
Antony Dovgal
ac1452b21f fix #42134 (oci_error() returns false after oci_new_collection() fails) 2007-07-31 19:19:39 +00:00
Sebastian Bergmann
6716507cf5 Add ext/tokenizer support to the TODO. 2007-07-31 16:03:45 +00:00
Rob Richards
6d0247ed7c fix bug #41833 (addChild() on a non-existent node, no node created, getName() segfaults) 2007-07-31 15:39:59 +00:00
Rob Richards
142356ba19 fix possible crash 2007-07-31 15:07:15 +00:00
Jani Taskinen
099f5966ef - Fix some lib vs. $PHP_LIBDIR issues. 2007-07-31 13:01:42 +00:00
Antony Dovgal
24c766b902 fix typo
it would be much better if Gentoo people send us this patch long ago instead of using their private patches.
2007-07-31 12:23:42 +00:00
f0f0720ac2 ChangeLog update 2007-07-31 01:31:08 +00:00
Stanislav Malyshev
3592865320 sometimes c-client returns non-null entry with null host 2007-07-31 00:32:18 +00:00
Pierre Joye
322a68f726 - MFB:
- fix gd bug #102, < 0 means that no load are loaded, return false
 - add error code in the warning
2007-07-30 21:44:53 +00:00
Sebastian Bergmann
86a20afdd1 Start TODO for namespaces/packages. 2007-07-30 16:20:46 +00:00
573ea3901a ChangeLog update 2007-07-30 01:31:09 +00:00
ddda65a9a6 ChangeLog update 2007-07-29 01:31:10 +00:00
Rob Richards
a1cf7cec92 allow user specified class to be returned from transformToDoc 2007-07-28 09:16:15 +00:00