Commit Graph

45821 Commits

Author SHA1 Message Date
andy wharmby
1b4a8d1c62 Add new use-case to parse_str() test. Tested on Windows, Linux and Linux 64 2009-08-05 08:54:27 +00:00
Kalle Sommer Nielsen
70e338e285 Fix compiler warnings in ext/date 2009-08-04 21:11:35 +00:00
Jani Taskinen
90f148ab99 Merge from PHP_5_3 2009-08-04 14:51:29 +00:00
Ilia Alshanetsky
116abdde65 Added missing handling for ICO support 2009-08-04 14:34:44 +00:00
Jani Taskinen
8ecec408f8 - Add test (yes, it fails still :) 2009-08-04 12:16:40 +00:00
Jani Taskinen
106f29f805 - Fixed bug #48608 (Invalid libreadline version not detected during configure) 2009-08-04 11:20:49 +00:00
Kalle Sommer Nielsen
68bdcd2b59 Revert and correct previous fix, this does not loose precision and convert back to int 2009-08-04 11:19:07 +00:00
Antony Dovgal
79e440aad1 fix test 2009-08-04 10:22:18 +00:00
Antony Dovgal
6b8f06b921 cosmetic fix 2009-08-04 09:27:15 +00:00
Antony Dovgal
9618b85b65 fix memleak and possible segfault in HTTP fopen wrapper 2009-08-04 09:24:48 +00:00
Jani Taskinen
95ae7a0366 - Generated files 2009-08-04 02:58:29 +00:00
Jani Taskinen
f487836c1a - Fixed bug #48768 (parse_ini_*() crash with INI_SCANNER_RAW) 2009-08-04 02:56:26 +00:00
Jani Taskinen
c3cd6d45c9 - Fix title 2009-08-04 02:55:24 +00:00
Jani Taskinen
633e5d4a05 -fix test 2009-08-04 02:54:10 +00:00
Jani Taskinen
32b6cd0a22 - Generated files 2009-08-04 02:35:38 +00:00
Jani Taskinen
cdf04b13a9 - Fixed bug #49056 (parse_ini_file() regression in 5.3.0 when using non-ASCII strings as option keys) 2009-08-04 02:34:04 +00:00
Jani Taskinen
3ce6066df8 - fix test 2009-08-04 02:24:47 +00:00
Jani Taskinen
ef19ca2e51 - Fix test 2009-08-04 02:17:33 +00:00
andy wharmby
f868c5d10b New basic tests for get_defined_constants(), get_loaded_extensions() and get_resource_type() functions. Tested on Windows, Linux and Linux 64 bit 2009-08-03 23:12:43 +00:00
andy wharmby
cccb4e446e Add missing SKIPIF sections to tests 2009-08-03 22:40:58 +00:00
Felipe Pena
f44f3a31cd - Fixed bug #49095 (proc_get_status['exitcode'] fails on win32) 2009-08-03 19:05:56 +00:00
Jani Taskinen
3df44e26b1 - Cleanup 2009-08-03 18:09:19 +00:00
Jani Taskinen
bad4f893f7 - Fix output compression 2009-08-03 18:08:46 +00:00
Felipe Pena
69dc1f80fd - CS 2009-08-03 15:58:18 +00:00
Felipe Pena
f59b07f3ad - Improved. No ugly copy. (Tony) 2009-08-03 13:26:15 +00:00
Felipe Pena
354e1e0ff4 - Re-fix stream_is_local() memory leaks 2009-08-03 13:16:24 +00:00
Jani Taskinen
856b6eef78 - Fixed bug #48400 (imap crashes when closing stream opened with OP_PROTOTYPE flag) 2009-08-03 13:02:53 +00:00
Jani Taskinen
cc77639000 - Fixed bBug #48873 (Using both --with-libedit and --with-readline cause unknown option warning)
# This isn't worth of NEWS entry, it's just cosmetic
2009-08-03 11:21:44 +00:00
Jani Taskinen
246e9f105d - These tests fail if mbstring is enabled, not because of bad libc.. 2009-08-03 10:23:23 +00:00
Uwe Schindler
eff434d309 Fix bug #46020: With Sun Java System Web Server 7.0 on HPUX, #define HPUX 2009-08-03 10:12:30 +00:00
Antony Dovgal
eb219d11cb revert bogus memleak fix causing Valgrind to scream 2009-08-03 08:45:28 +00:00
Rasmus Lerdorf
e949665bc9 Fix broken json tests in all branches 2009-08-03 04:01:57 +00:00
Rasmus Lerdorf
7f607e0017 Missed a merge 2009-08-02 23:12:04 +00:00
Etienne Kneuss
f52cd698a2 Addref on clone as well 2009-08-02 21:21:46 +00:00
Antony Dovgal
86af167ce1 fix test 2009-08-02 20:49:20 +00:00
Jani Taskinen
d8852cfabe - More and more missing svn:ignore entries. 2009-08-02 01:48:27 +00:00
Jani Taskinen
ce8e0cae9d - More missing svn:ignore entries 2009-08-02 01:16:41 +00:00
Jani Taskinen
65db89ffbe - Fixed bug #49122 (undefined reference to mysqlnd_stmt_next_result on compile with --with-mysqli and MySQL 6.0) 2009-08-02 01:07:38 +00:00
Jani Taskinen
7af02a4c3b - Add missing svn:ignore 2009-08-02 00:27:51 +00:00
Felipe Pena
f08443b5f5 - Fixed paths 2009-08-01 23:26:02 +00:00
Felipe Pena
1838e818cb - Fixed bug #49125 (Error in dba_exists C code)
patch by: jdornan at stanford dot edu
2009-08-01 23:10:11 +00:00
Felipe Pena
d47dc13042 - Fixed ReflectionClass::getStaticProperties() to do not return the private properties from parent class;
behavior already adopted in ReflectionClass::getDefaultProperties() and ReflectionClass::getProperties().
2009-08-01 20:44:00 +00:00
Felipe Pena
c5e6fb4712 - Fixed bug #49132 (posix_times returns false without error)
patch by: phpbugs at gunnu dot us
2009-08-01 18:22:31 +00:00
Felipe Pena
53debf4a9f - Fixed tests 2009-08-01 15:46:50 +00:00
Kalle Sommer Nielsen
3dd9fcbdfb Fix compiler warnings - regenerate 2/2 2009-08-01 14:47:10 +00:00
Kalle Sommer Nielsen
04c14e0d05 Fix compiler warnings 1/2 2009-08-01 14:46:47 +00:00
Kalle Sommer Nielsen
fef66b3c2d Kill compiler warnings 2009-08-01 14:45:42 +00:00
Derick Rethans
bf79f08084 - Added a function to print all CVs from the local scope. 2009-08-01 12:55:36 +00:00
Jani Taskinen
dbeb08f357 - Fixed bug #43510 (stream_get_meta_data() does not return same mode as used in fopen) 2009-08-01 03:17:31 +00:00
Jani Taskinen
dd2876c396 - Fixed bug #49092 (ReflectionFunction fails to work with functions in fully qualified namespaces) 2009-08-01 01:45:22 +00:00