Commit Graph

32707 Commits

Author SHA1 Message Date
Antony Dovgal
6b8cb7d2ad fix typo 2005-12-06 19:26:57 +00:00
Antony Dovgal
491c43cf2e nuke erroneous --ENV-- tag
add new tests for oci_bind_array_by_name()
2005-12-06 19:15:02 +00:00
Sara Golemon
d34df75ee1 Block potential segfault.
Context option type not checked for "user_agent","header", and "content"
2005-12-06 19:13:27 +00:00
Antony Dovgal
d93c613429 MF51: use strlen() to get correct element length 2005-12-06 18:54:33 +00:00
Sara Golemon
bc8654e427 MFB: Prep for PECL release 2005-12-06 17:56:56 +00:00
Antony Dovgal
a42b9d7a0f fix CS 2005-12-06 15:20:53 +00:00
Antony Dovgal
6cebabed0a add tests
Code covered:	91.3 %
2005-12-06 15:18:56 +00:00
Antony Dovgal
a59ddf0a56 reimplement php_filter_callback() as exception-safe and without memleaks 2005-12-06 15:17:38 +00:00
Antony Dovgal
a317347723 accept strings and arrays as callback name 2005-12-06 15:16:33 +00:00
Antony Dovgal
b35b72f9ed don't try to encode empty strings 2005-12-06 13:46:56 +00:00
Antony Dovgal
df5f4abe96 fix tests 2005-12-06 10:23:28 +00:00
Antony Dovgal
43f74ba5f1 plug multiple leaks
(you need to destroy the zval before changing its type manually)
2005-12-06 10:21:52 +00:00
Marcus Boerger
f2a9649f03 - Fix summaries again 2005-12-06 09:34:44 +00:00
fa0f08e089 ChangeLog update 2005-12-06 06:46:50 +00:00
Omar Kilani
f54496cd39 Add json extension to PECL. 2005-12-06 06:23:24 +00:00
Ilia Alshanetsky
a4861d1512 Prevent header injection by limiting each header to a single line. 2005-12-06 03:39:26 +00:00
Ilia Alshanetsky
2d789c2366 MFB51: Fixed possible XSS inside error reporting functionality. 2005-12-06 03:13:53 +00:00
foobar
f8b35b7d90 - Fix docs 2005-12-06 02:30:04 +00:00
foobar
a208d9a966 - Nuke php3 legacy 2005-12-06 02:28:26 +00:00
foobar
a05e8e335d - nuke php3 legacy 2005-12-06 02:10:00 +00:00
foobar
f53c892557 fix build 2005-12-06 02:07:17 +00:00
foobar
5f44819b72 - function_entry -> zend_function_entry (php3 legacy!) 2005-12-06 02:00:07 +00:00
Marcus Boerger
d5ee5c5b0f - Support for '--' style switches
- Modularize output
- Better valgrind integration (valgrind 3.0.0+ required now) (-m)
- Ability to generate an additional html style output log (--html)
- Ability to test unicode + native tests in one go (-U)
2005-12-06 01:51:17 +00:00
foobar
c0c7b984f0 nuke php3 legacy 2005-12-06 01:39:35 +00:00
foobar
acf2ab661a nuke php3 legacy 2005-12-06 01:26:39 +00:00
foobar
5ee664f80e nuke php3 legacy 2005-12-06 01:13:59 +00:00
foobar
becbb993a1 nuke php3 legacy 2005-12-06 01:08:40 +00:00
foobar
1c0ece7149 - nuke php3 legacy 2005-12-06 01:04:42 +00:00
foobar
fae94910ae nuke php3 legacy (and be consistent) 2005-12-06 01:02:38 +00:00
foobar
a9166edcf4 nuke php3 legacy 2005-12-06 01:00:13 +00:00
foobar
bb1be4efaf fix build 2005-12-06 00:54:11 +00:00
foobar
879222732d - nuke php3 legacy 2005-12-06 00:51:53 +00:00
foobar
8fa72be4ee - Nuke php3_compat.h 2005-12-06 00:44:22 +00:00
foobar
77205941f5 - nuke php3 legacy 2005-12-06 00:43:35 +00:00
Ilia Alshanetsky
1be62560c5 1.0.2 2005-12-06 00:27:01 +00:00
foobar
7d61579034 - Use the real name instead of the BC name here 2005-12-05 23:52:30 +00:00
foobar
34ad5ab731 - list_entry -> zend_rsrc_list_entry 2005-12-05 23:31:09 +00:00
foobar
0ac2b74b0b - Nuke php3 legacy 2005-12-05 22:53:34 +00:00
foobar
c33bb84930 - Do not use the PHP3 era names 2005-12-05 22:43:01 +00:00
foobar
4851c062fb fix typo 2005-12-05 22:40:31 +00:00
foobar
130333274b - Do not use the PHP3 era names! 2005-12-05 22:38:17 +00:00
foobar
c297b31a52 - Nuke php3 legacy 2005-12-05 22:21:12 +00:00
Brian France
5e81ec643f Wrap the php_session.h include in the same ifdef as the rest of the
session code.
2005-12-05 20:41:57 +00:00
Stanislav Malyshev
1a60646023 MF5.1: fix reallocation bug 2005-12-05 20:08:19 +00:00
Antony Dovgal
7a8a89f35e MF51: more typos fixed (thanks to Mike Naberezny for noticing these) 2005-12-05 20:07:18 +00:00
Ilia Alshanetsky
f30dbd9f54 MFB51: Fixed bug #35558 (mktime() interpreting 3 digit years incorrectly). 2005-12-05 17:27:24 +00:00
Antony Dovgal
43536d38e6 MF51: improve error messages 2005-12-05 13:41:14 +00:00
Antony Dovgal
ee5cdb2c14 MF51:
add NEWDECIMAL, NEWDATE, GEOMETRY, SET and ENUM field types
2005-12-05 13:22:49 +00:00
Antony Dovgal
39c135b1c4 MF51:
fix #35536 (mysql_field_type() doesn't handle NEWDECIMAL)
add also SET, ENUM, NEWDATE and GEOMETRY to the switch
2005-12-05 13:20:53 +00:00
Dmitry Stogov
7aaff40de5 Fixed bug #35509 (string constant as array key has different behavior inside object) 2005-12-05 08:56:32 +00:00