Commit Graph

37382 Commits

Author SHA1 Message Date
Marcus Boerger
d455f0b644 - Show whether a zval is a reference in printzv user command 2007-02-08 15:28:43 +00:00
Nuno Lopes
72bf3e2037 MFB: remove ereg() calls 2007-02-08 15:25:17 +00:00
Marcus Boerger
bd7d5b527c - No reason not to pass return_value_ptr for non return-by-reference functions 2007-02-08 14:47:32 +00:00
Marcus Boerger
10f0e0a5fa - Fix potential issue with 'f'-parameter parsing
- Complete zend_fcall_info_*() API
2007-02-08 14:33:16 +00:00
Marcus Boerger
f709c26072 - Do not set is_ref/refcount for functions that return by reference 2007-02-08 12:30:40 +00:00
Marcus Boerger
70777b7df6 - More ZEND_API's 2007-02-08 12:29:57 +00:00
Marcus Boerger
8e5f95d199 - Add new test 2007-02-08 08:44:28 +00:00
b6f2bc8bb8 ChangeLog update 2007-02-08 01:31:00 +00:00
Antony Dovgal
32b3917098 add test 2007-02-07 21:12:48 +00:00
Antony Dovgal
233ebb67e8 explicitly set module name 2007-02-07 18:22:38 +00:00
Antony Dovgal
a4f5b662a3 upgrade apache2filter to php6 2007-02-07 09:37:34 +00:00
Antony Dovgal
903ef1a071 change "php5" to "php6" everywhere
rename mod_php5.c to mod_php.c
2007-02-07 09:35:09 +00:00
Marcus Boerger
cfd4e53858 - Let's go with RC2 2007-02-07 08:37:29 +00:00
Marcus Boerger
41464c299c - Add new test 2007-02-07 08:36:50 +00:00
0b4633b38d ChangeLog update 2007-02-07 01:30:59 +00:00
Johannes Schlüter
30dad44aa3 - Add possibility to check for a specific compression method 2007-02-06 23:56:39 +00:00
Marcus Boerger
0bd3f367de - Fix issues found with solaris 2007-02-06 23:19:10 +00:00
Marcus Boerger
8f11f4875d - Avoid direct tsrm manipulating in ini setting 2007-02-06 22:41:39 +00:00
Marcus Boerger
bed7c1167d - Fix potential read issues 2007-02-06 22:12:21 +00:00
Antony Dovgal
ea40c23358 fix macros for bigendian platforms 2007-02-06 21:43:46 +00:00
Antony Dovgal
65b47ce346 add missing closing marker 2007-02-06 21:04:22 +00:00
Antony Dovgal
bc779b98ec fix test, this error message may vary 2007-02-06 20:48:37 +00:00
Marcus Boerger
3f3c8fcd10 - Drop another superflous stream close 2007-02-06 20:30:33 +00:00
Marcus Boerger
d771917d08 - Prepare RC2 2007-02-06 20:17:04 +00:00
Marcus Boerger
2a37a1284d - Drop superflous stream close 2007-02-06 20:15:12 +00:00
Marcus Boerger
3a64f890cb - Fix test 2007-02-06 20:14:26 +00:00
Greg Beaver
4bfd3eac84 correct release notes 2007-02-06 17:54:32 +00:00
Antony Dovgal
5a6d0f0424 use strdup() 2007-02-06 17:35:42 +00:00
Greg Beaver
2052cf5534 correct version number/stability 2007-02-06 17:33:14 +00:00
Greg Beaver
5b776340e4 add test cases, prepare for release, indent fixes in package.xml deps 2007-02-06 17:30:19 +00:00
Greg Beaver
bc17dcfcd1 fix several potential segfaults, add tests for chmod(), fix chmod() 2007-02-06 17:09:37 +00:00
Greg Beaver
70dc64e95a add PharFileInfo->chmod() to set permissions (no other way to do it) 2007-02-06 05:41:18 +00:00
ce883afb64 ChangeLog update 2007-02-06 01:31:02 +00:00
Marcus Boerger
45d63c3973 - Check temp file creation 2007-02-05 22:11:27 +00:00
Greg Beaver
40b66a8035 copyright year updates 2007-02-05 21:38:50 +00:00
Marcus Boerger
357b931e56 - Add additional check & test 2007-02-05 20:47:20 +00:00
Marcus Boerger
250119fa38 - Fix signed/unsigned warnings
- Use safe_emalloc where usefull
2007-02-05 20:34:23 +00:00
Marcus Boerger
06b9756c67 - Add missing PHPAPI 2007-02-05 20:04:56 +00:00
Marcus Boerger
5928d89d50 - Detect \0 in paths where possible 2007-02-05 19:16:07 +00:00
Andrei Zmievski
8eab2d2cec Update 2007-02-05 17:59:11 +00:00
Marcus Boerger
08cf9ff731 - Check for illegal chars (control + potential UTF-8 (need to take care of in PHP 6)) 2007-02-05 07:58:29 +00:00
Greg Beaver
c0e2739103 improve error message empty entry => empty directory. Add check for phar://blah.phar/. and phar://blah.phar/.. 2007-02-05 07:19:35 +00:00
Andi Gutmans
7b6523c8e6 - Make sure to be ANSI C compliant 2007-02-05 05:15:49 +00:00
629a82b955 ChangeLog update 2007-02-05 01:31:02 +00:00
Frank M. Kromann
4874397501 MFB: #39213
Fix for '' returned as ' '.
This only works with FreeTDS as microsofts library returns a length of 1 for an empty string!
2007-02-04 21:24:28 +00:00
Marcus Boerger
c2d5db56ca - Need to drop // 2007-02-04 20:35:59 +00:00
Marcus Boerger
f210205e70 - PHP_VERSION_ID exists only in newer PHPs (5.1+)
- Improve error checking
2007-02-04 20:10:03 +00:00
Ilia Alshanetsky
ff0f2ad1bd Added a double free check. 2007-02-04 17:02:01 +00:00
Marcus Boerger
29cde76818 - Disallow stars in paths 2007-02-04 16:25:25 +00:00
Marcus Boerger
ab03af5eb5 - Add Makefile.frag 2007-02-04 16:24:48 +00:00