Commit Graph

33187 Commits

Author SHA1 Message Date
foobar
56c182d41c - Install header file 2006-01-14 15:04:12 +00:00
foobar
4b4d6e54c9 - Fixed headers 2006-01-14 14:58:35 +00:00
b30c69e8a1 ChangeLog update 2006-01-14 06:31:40 +00:00
Marcus Boerger
f22c929561 - Fix #35998 (getPathname() method always returns unix style filenames) 2006-01-13 19:35:27 +00:00
Sascha Schumann
dacf083328 - WS 2006-01-13 14:30:34 +00:00
Sascha Schumann
a820f8da4c - lower valgrind error count to zero. 2006-01-13 14:23:35 +00:00
Antony Dovgal
b5fd1c0ec3 add missing ifdefs 2006-01-13 13:04:01 +00:00
830f12faac ChangeLog update 2006-01-13 06:31:41 +00:00
Pierre Joye
d7772d5203 - MFB: add php_mkdir_ex 2006-01-13 04:10:32 +00:00
George Wang
18d36265fd Initial checkin of LiteSpeed SAPI module 2006-01-13 03:21:51 +00:00
Marcus Boerger
42e3644d5b - Add bzip2 decompression support 2006-01-12 21:16:29 +00:00
Marcus Boerger
679fa69575 - Add stream filter 'consumed' which can restore the stream position when
a stream was read or written through a size changing filter.
2006-01-12 19:23:24 +00:00
Marcus Boerger
095c66e715 - Fix two warnings
# Here fixing warnings reveals that it often enough means fixing errors
2006-01-12 19:21:36 +00:00
Marcus Boerger
d6e15bf75e - Fix warning 2006-01-12 19:13:50 +00:00
Hartmut Holzgraefe
f1ffdfdbb3 typo fix 2006-01-12 15:37:56 +00:00
d357c67915 ChangeLog update 2006-01-12 06:31:40 +00:00
Omar Kilani
a5cfcdd276 Don't leak a json_object on a decode error. 2006-01-12 03:50:22 +00:00
Marcus Boerger
566f8b136a - Use consumed filter to check number of compressed bytes read
# This fixes all tests again
2006-01-12 02:33:28 +00:00
Marcus Boerger
8166072ea3 - Change to use streams filters which simplifies decompression a lot and
easily allows to use other compression algos too
2006-01-11 23:55:57 +00:00
Marcus Boerger
ae81cb9a1c - Add new test 2006-01-11 23:54:30 +00:00
Marcus Boerger
cd24188fad - Fix test 2006-01-11 21:34:48 +00:00
Marcus Boerger
b4e19230f9 - Split fname/phar-data mapping and alias/phar-data mapping
- Add test
2006-01-11 21:19:46 +00:00
Marcus Boerger
9222435376 - WS 2006-01-11 20:32:56 +00:00
Marcus Boerger
d8a53905e9 - Add short size info 2006-01-11 20:24:07 +00:00
Michael Wallner
2be14929df - ws 2006-01-11 15:18:58 +00:00
Michael Wallner
59a40f1eed - fix CGI SAPI check on Windows 2006-01-11 15:16:34 +00:00
fcc2ad592d ChangeLog update 2006-01-11 06:31:39 +00:00
Marcus Boerger
5b62ceebb2 - Fix more errors (by the way the phars are found)
- Cleanup code
2006-01-11 01:51:47 +00:00
Marcus Boerger
fa5831e7b5 - Fix a bunch of tests (not all done yet though) 2006-01-11 00:50:33 +00:00
Marcus Boerger
23d81c4630 - Fix a few error checks 2006-01-11 00:50:07 +00:00
Ilia Alshanetsky
d2397a9301 MFB51: Fixed bug #35916 (Duplicate calls to stream_bucket_append() lead to
a crash).
2006-01-10 16:14:45 +00:00
Antony Dovgal
8d4db4f24c fix #35959 (Cannot build with Solid 2.3) 2006-01-10 14:15:12 +00:00
Antony Dovgal
2e43670647 fix memory corruption (HEAD only) 2006-01-10 10:51:39 +00:00
Antony Dovgal
c9d6bb5b9f silence compile warning in non-ZTS mode 2006-01-10 08:32:49 +00:00
Antony Dovgal
9bd3c360ba destroy regular connections in RSHUTDOWN if ZTS is used
this fixes problem with Oracle9 (not Oracle10) and Apache2/worker - connections are not being closed correctly
see #35205 and similar issues
2006-01-10 08:29:19 +00:00
Greg Beaver
2ca31fa63c tests need updating, but this works with a valid 0.8.0 phar now. Additions include alias/apiversion/per-file flags in the manifest 2006-01-10 06:46:17 +00:00
150740218d ChangeLog update 2006-01-10 06:31:39 +00:00
Ilia Alshanetsky
0618bc66e8 MFB51: Fixed test 2006-01-10 03:18:52 +00:00
Marcus Boerger
b958490b6c Add print_ft to dump function tables (lists the names) 2006-01-09 07:48:19 +00:00
9fd664318c ChangeLog update 2006-01-09 06:31:39 +00:00
c043dd301c ChangeLog update 2006-01-08 06:31:44 +00:00
Marcus Boerger
ec20ba1a50 - MFB Second part of is_callable/call_user_func
- Clean a few warnings
2006-01-07 21:29:00 +00:00
Marcus Boerger
416d5f2c0c - MFB missing E_STRICT 2006-01-07 21:16:02 +00:00
Marcus Boerger
ddd5d80194 - MFB zend_is_callable() fixes
# Now to the missing part in zend_call_function()
2006-01-07 20:43:33 +00:00
Greg Beaver
106463c474 need PHP 5.1.2 because of bug in temp memory streams 2006-01-07 18:37:44 +00:00
Marcus Boerger
34c8cd0190 - Show whether this is the shell or just the starnge mode 2006-01-07 16:46:30 +00:00
5f99b7cb52 ChangeLog update 2006-01-07 06:31:44 +00:00
Antony Dovgal
0b9213d82b fix tests 2006-01-06 21:21:09 +00:00
foobar
713127f5ee Nuke unused files 2006-01-06 21:19:16 +00:00
foobar
7c10d88716 credits for Dmitry 2006-01-06 21:17:14 +00:00