Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Add Zend API No. to phpinofo() output | Derick Rethans | 2002-05-02 | 1 | -0/+6 |
| | |||||
* | - Fix String is not zero-terminated error in base64_decode | Derick Rethans | 2002-05-01 | 1 | -1/+1 |
| | |||||
* | Fix ZE1 build | Stanislav Malyshev | 2002-04-30 | 1 | -2/+2 |
| | |||||
* | Touch file | Sascha Schumann | 2002-04-30 | 1 | -1/+1 |
| | |||||
* | ZE2 compatibility fix | Stanislav Malyshev | 2002-04-30 | 1 | -6/+7 |
| | |||||
* | ZE2 compatibility fixes | Stanislav Malyshev | 2002-04-30 | 1 | -2/+4 |
| | |||||
* | revert last bogus change. There is bug in is_file() | foobar | 2002-04-30 | 1 | -1/+1 |
| | |||||
* | Fix ZTS build. | Sebastian Bergmann | 2002-04-30 | 1 | -4/+4 |
| | |||||
* | Make use of new flag so that we can buffer http headers when we know that | Wez Furlong | 2002-04-30 | 1 | -5/+8 |
| | | | | | the stream is not intended to be used in require/include. | ||||
* | Implement user-space funtions to operate on stream contexts. | Wez Furlong | 2002-04-30 | 3 | -12/+125 |
| | |||||
* | Fix is_file test. | Wez Furlong | 2002-04-30 | 1 | -1/+1 |
| | | | | | # Is there a good reason for having the actual test in an include file?? | ||||
* | Add comments for the fix | Stanislav Malyshev | 2002-04-29 | 1 | -0/+2 |
| | |||||
* | Fix here too | Stanislav Malyshev | 2002-04-29 | 1 | -1/+1 |
| | |||||
* | Yet another serialization fix - for incomplete class | Stanislav Malyshev | 2002-04-29 | 1 | -2/+4 |
| | |||||
* | Touch generated file | Sascha Schumann | 2002-04-28 | 1 | -1/+1 |
| | | | | | # is it really so hard to remember this? | ||||
* | Fix couple of nasty serializer bugs: | Stanislav Malyshev | 2002-04-28 | 3 | -157/+187 |
| | | | | | | | | | | | | | a) When array unserializer encounters less data than it expects (like: a:1:{}) it crashes. I don't understand exactly why it does, but the fact is it does. So now it should catch "}" and bail out. b) When array/object data are serialized, the count is written by hash count. However, it can be that in-loop check fails and less data than expected will then be written into the array. Which, due to a), would crash on unserialize. So now it will write empty entries in place of entries it cannot serialize (the other choice would be make two passes on the data, which I don't like). | ||||
* | timestamp | Thies C. Arntzen | 2002-04-28 | 1 | -1/+1 |
| | |||||
* | revert session_set_userdata - diffent patch will come shortly | Thies C. Arntzen | 2002-04-28 | 3 | -82/+35 |
| | |||||
* | touch file. Please commit first the .re file and afterwards the .c source. ↵ | foobar | 2002-04-28 | 1 | -1/+1 |
| | | | | Otherwise, timestamps will be broken. | ||||
* | Add test case for file_exist/is_file | Yasuo Ohgaki | 2002-04-28 | 2 | -0/+30 |
| | |||||
* | part 2 of last commit | Thies C. Arntzen | 2002-04-27 | 1 | -29/+51 |
| | |||||
* | @ - added session_set_userdata() which enables you to specify one variable | Thies C. Arntzen | 2002-04-27 | 2 | -7/+32 |
| | | | | | | @ that will be kept in the browser in addition to the session-id. This @ only works when using trans-sid sessions (no cookie). (thies) | ||||
* | Fixed bug #16861. | Yasuo Ohgaki | 2002-04-26 | 3 | -5/+11 |
| | | | | | | | | | touch sets wrong atime or mtime when they are not specified. touch silently failed when HAVE_UTIME is not defined. (This needs more consideration. Which platform does not support it?) # Derick, after HAVE_UTIME issue is resovled, this should be merged. # or we can just merge 1st problem for now. | ||||
* | update generated file | jim winstead | 2002-04-25 | 1 | -26/+24 |
| | |||||
* | Do not add redundant id attribute. It doesn't make the output any | jim winstead | 2002-04-25 | 1 | -2/+0 |
| | | | | | more standards compliant. | ||||
* | fixed directory access problem when direcory name is encoded in japanese ↵ | Rui Hirokawa | 2002-04-25 | 1 | -5/+5 |
| | | | | Shift_JIS encoding. | ||||
* | Touch generated file to increase timestamp | Sascha Schumann | 2002-04-25 | 1 | -1/+1 |
| | |||||
* | - Fix for bug #16811 | Derick Rethans | 2002-04-25 | 1 | -0/+1 |
| | |||||
* | - Fix for bug 16810 (XHTML compliance) | Derick Rethans | 2002-04-25 | 2 | -23/+27 |
| | |||||
* | Fix Bug #14795. | Andrei Zmievski | 2002-04-24 | 1 | -8/+10 |
| | |||||
* | Fix unwanted type conversion in array_merge_recursive (Bug #14990). | Andrei Zmievski | 2002-04-24 | 1 | -0/+1 |
| | |||||
* | remove unnecessary casts | Sascha Schumann | 2002-04-22 | 1 | -1/+1 |
| | | | | | | # if you mind the bogus warnings, you can either switch the compiler # or decrease the warning level | ||||
* | fixes a warning when compiling under win32 | Harald Radi | 2002-04-22 | 1 | -1/+1 |
| | |||||
* | simplify and improve speed of smart_str_print_long. | Sascha Schumann | 2002-04-21 | 2 | -35/+41 |
| | | | | | also add a variant for unsigned numbers. | ||||
* | Make scheme part decoding rfc2396 compliant. | Wez Furlong | 2002-04-19 | 1 | -2/+0 |
| | | | | | | Change zlib:// and bzip2:// to compress.zlib:// and compress.bzip2:// Tidy up old socket/network code/comments. | ||||
* | Remove compiler warnings | Yasuo Ohgaki | 2002-04-19 | 1 | -1/+1 |
| | |||||
* | Always initialize wrappers, regardless of PG(allow_url_fopen). | Wez Furlong | 2002-04-16 | 5 | -76/+39 |
| | | | | | | | | | | | | Add is_url field to wrapper structure; the stream wrapper openers will disallow opening is is_url && !PG(allow_url_fopen). Add infrastructure for stat($url) and opendir($url). Tidy up/centralize code that locates and instantiates wrappers for the various operations. Implement opendir for plain files. Make the PHP opendir and dir functions use the streams implementations. Add modelines for syntax highlighting the pear scripts in vim | ||||
* | Fix declarations (Thanks Sebastian) | Wez Furlong | 2002-04-11 | 1 | -1/+1 |
| | |||||
* | thread safe | Marcus Boerger | 2002-04-11 | 1 | -18/+62 |
| | |||||
* | fix warning | Marcus Boerger | 2002-04-11 | 1 | -1/+1 |
| | |||||
* | fix testproblem | Marcus Boerger | 2002-04-11 | 1 | -1/+1 |
| | |||||
* | Implement stream context and status notification system. | Wez Furlong | 2002-04-10 | 8 | -60/+243 |
| | | | | | | Bump the BC for zlib notice to a warning # See my RFC to php-dev a few days ago | ||||
* | - Revert that change. Added a warning about this. | foobar | 2002-04-08 | 2 | -0/+31 |
| | |||||
* | There's really no point in allowing using the system regex library. | foobar | 2002-04-08 | 2 | -30/+0 |
| | |||||
* | Using system regex lib seems not to work quite well when compiled with Apache. | foobar | 2002-04-08 | 1 | -10/+5 |
| | |||||
* | fix and regression test for Bug #16473 | Hartmut Holzgraefe | 2002-04-07 | 2 | -14/+18 |
| | |||||
* | fix for #16469 | Wez Furlong | 2002-04-07 | 1 | -1/+1 |
| | |||||
* | Fix gzip/bz2 builds for Windows | Zeev Suraski | 2002-04-05 | 2 | -24/+24 |
| | |||||
* | - OS X support for dynamically loaded extensions. (patch by Marko) | foobar | 2002-04-04 | 1 | -4/+4 |
| | | | | | # NEWS entry coming up.. | ||||
* | fix TS build | Wez Furlong | 2002-04-03 | 1 | -2/+2 |
| |