Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * fixed <provides> generation, provides elements are now included for | Stig Bakken | 2003-02-25 | 4 | -34/+45 | |
| | | | | | every non-private class, function and method | |||||
* | * add new ZE2 tokens | Stig Bakken | 2003-02-25 | 1 | -0/+30 | |
| | ||||||
* | Fixed various compiler warnings. | Ilia Alshanetsky | 2003-02-25 | 1 | -7/+10 | |
| | ||||||
* | Use native flock() whenever possible. | Ilia Alshanetsky | 2003-02-25 | 1 | -1/+1 | |
| | ||||||
* | Added locking to streams. | Ilia Alshanetsky | 2003-02-25 | 3 | -9/+45 | |
| | | | | | | | Allow PHP to automatically release locks on files when terminating the stream. Fixed bugs in the handling of the 3rd optional parameter to flock(). | |||||
* | ChangeLog update | 2003-02-25 | 2 | -0/+187 | ||
| | ||||||
* | Removed unnecessary asserts | Moriyoshi Koizumi | 2003-02-24 | 1 | -2/+0 | |
| | ||||||
* | Fixed string.strip_tags filter so it reflects the change on php_strip_tags | Moriyoshi Koizumi | 2003-02-24 | 1 | -2/+3 | |
| | ||||||
* | Made fgetss() binary safe too | Moriyoshi Koizumi | 2003-02-24 | 1 | -3/+4 | |
| | ||||||
* | Fixed possible buffer overflow of php_strip_tags | Moriyoshi Koizumi | 2003-02-24 | 1 | -1/+3 | |
| | ||||||
* | Made strip_tags() binary safe | Moriyoshi Koizumi | 2003-02-24 | 2 | -4/+7 | |
| | ||||||
* | Initial re-implementation of userfilters after filterchain redesign by wez. ↵ | Sara Golemon | 2003-02-24 | 3 | -17/+198 | |
| | | | | More userspace API to come. | |||||
* | MFB: Bunch of streams related fixes. | Wez Furlong | 2003-02-24 | 5 | -17/+31 | |
| | ||||||
* | Fixed bug #22355 (PHP would remove folding from Subject & To fields). | Ilia Alshanetsky | 2003-02-24 | 1 | -0/+16 | |
| | ||||||
* | Added test case for bug #22367 | Moriyoshi Koizumi | 2003-02-24 | 1 | -0/+118 | |
| | ||||||
* | Forgot to fix this part | Moriyoshi Koizumi | 2003-02-24 | 2 | -2/+2 | |
| | ||||||
* | Fixed the test as the result is just considered to be expected | Moriyoshi Koizumi | 2003-02-24 | 1 | -1/+1 | |
| | ||||||
* | Fixed a signed / unsigned issue. | Moriyoshi Koizumi | 2003-02-24 | 2 | -2/+2 | |
| | | | | | | # imagine the case like "\\\xfe" where walk[1] takes a value that is greater # than 127 in integer... | |||||
* | Possible fix for #22259 + part 1/2 for fixing one AIX bug.. | foobar | 2003-02-24 | 1 | -5/+9 | |
| | ||||||
* | Style fix | Moriyoshi Koizumi | 2003-02-24 | 2 | -14/+22 | |
| | ||||||
* | BFN | foobar | 2003-02-24 | 1 | -1/+3 | |
| | ||||||
* | fix quotes | foobar | 2003-02-24 | 1 | -1/+1 | |
| | ||||||
* | (possibly) fix Win32 builds of the Apache 2 filter | Zeev Suraski | 2003-02-24 | 3 | -0/+7 | |
| | ||||||
* | fix exception handling | Stanislav Malyshev | 2003-02-24 | 1 | -1/+1 | |
| | ||||||
* | "key" has to be zero-delimited | Hartmut Holzgraefe | 2003-02-24 | 1 | -2/+11 | |
| | ||||||
* | Add 'final' | Zeev Suraski | 2003-02-24 | 4 | -1/+18 | |
| | ||||||
* | - code generation: resources and phpinfo logo | Hartmut Holzgraefe | 2003-02-24 | 7 | -207/+320 | |
| | | | | | | | | | - duplicate code elimination for prototype parsing - improved phpinfo block (incl. logo) - some input error checking - documentation generation for ini-directives, constants and resources | |||||
* | Remove obsolete not on redeclaring protected members. | Sebastian Bergmann | 2003-02-24 | 1 | -3/+0 | |
| | ||||||
* | Leftover. | Sebastian Bergmann | 2003-02-24 | 1 | -0/+3 | |
| | ||||||
* | Initial documentation of namespace {}. | Sebastian Bergmann | 2003-02-24 | 1 | -165/+21 | |
| | ||||||
* | no c++ comments | foobar | 2003-02-24 | 1 | -1/+1 | |
| | ||||||
* | (PHP ifx_errormsg) Fixed Informix bug where ifx_errormsg() would Segfault | Corne' Cornelius | 2003-02-24 | 1 | -0/+1 | |
| | | | | | on an unopened connecection and with an errorcode supplied | |||||
* | Always use the libtool which is build in the top_builddir. | foobar | 2003-02-24 | 1 | -1/+5 | |
| | ||||||
* | fix compile warning | foobar | 2003-02-24 | 2 | -2/+2 | |
| | ||||||
* | Fixed bug #22382 (fgetcsv did not handle \" correctly). | Ilia Alshanetsky | 2003-02-24 | 3 | -0/+44 | |
| | ||||||
* | ChangeLog update | 2003-02-24 | 2 | -0/+76 | ||
| | ||||||
* | ws fix | George Schlossnagle | 2003-02-24 | 1 | -4/+4 | |
| | ||||||
* | hopefully a fix for 19919 | George Schlossnagle | 2003-02-24 | 1 | -2/+10 | |
| | ||||||
* | Extra paranoia checks if dn_skipname/dn_expand exist or not | foobar | 2003-02-24 | 3 | -0/+6 | |
| | ||||||
* | MFB: Fix for open_basedir error message | foobar | 2003-02-23 | 1 | -1/+1 | |
| | ||||||
* | Move abstract inheritance logic to the right spot | Zeev Suraski | 2003-02-23 | 1 | -7/+6 | |
| | ||||||
* | Fixed abstract handling in inheritence | Zeev Suraski | 2003-02-23 | 1 | -3/+3 | |
| | ||||||
* | * upgrading XML_Parser to 1.0.1 | Stig Bakken | 2003-02-23 | 1 | -0/+0 | |
| | ||||||
* | Added missing headers and $Id$ tags. | foobar | 2003-02-23 | 2 | -0/+41 | |
| | ||||||
* | MFB: Fixed bug #22356 (Do not add empty -I flags). | foobar | 2003-02-23 | 1 | -2/+2 | |
| | ||||||
* | Fix for bug #22353 | foobar | 2003-02-23 | 1 | -1/+1 | |
| | ||||||
* | - Fixed bug #22376 (wrong httpd.conf modified when using INSTALL_ROOT) | foobar | 2003-02-23 | 3 | -9/+31 | |
| | ||||||
* | New test which currently fails | Marcus Boerger | 2003-02-23 | 1 | -0/+22 | |
| | ||||||
* | Fix the name | Marcus Boerger | 2003-02-23 | 1 | -1/+1 | |
| | | | | | # but yes Jani your sentence has better style | |||||
* | These both are experimental still. (there has been a note in config.m4 | foobar | 2003-02-23 | 2 | -0/+10 | |
| | | | | | all the time but these marker files were missing) |