Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove dup | Yasuo Ohgaki | 2002-09-26 | 1 | -1/+0 |
| | |||||
* | temporarily giving some orphands a new home | Hartmut Holzgraefe | 2002-09-26 | 1 | -7/+7 |
| | |||||
* | maintainers for the famous mysql extension | Georg Richter | 2002-09-26 | 1 | -1/+2 |
| | |||||
* | - Add missing bug fixes. | Markus Fischer | 2002-09-26 | 1 | -0/+6 |
| | | | | | | | | | # Please always add a NEWS entry for fixed bugs. # The NEWS entry are added to http://php.net/ChangeLog-4.php after every # released and the fixed bugs are auto(vi)matically linked to the BTS. # So please also conform to the #<number> style (no one violated this, but # just in case ;). | ||||
* | Fix ZTS build. Fix warning. | Sebastian Bergmann | 2002-09-26 | 1 | -2/+0 |
| | |||||
* | fix windows build | Hartmut Holzgraefe | 2002-09-26 | 1 | -1/+1 |
| | |||||
* | - Merge url_rewriter.tags description from Sascha. | Markus Fischer | 2002-09-26 | 1 | -0/+5 |
| | |||||
* | Sync MSVC project files. | Sebastian Bergmann | 2002-09-26 | 3 | -0/+20 |
| | |||||
* | - Initial commit | Tal Peer | 2002-09-26 | 1 | -0/+0 |
| | |||||
* | Note that the GD functions now also work with remote files. | Wez Furlong | 2002-09-26 | 1 | -1/+2 |
| | |||||
* | (PHP mb_convert_case) Add function that will convert the case of a string | Wez Furlong | 2002-09-26 | 6 | -1/+3256 |
| | | | | | Respecting it's encoding (or the internal encoding). | ||||
* | ChangeLog update | 2002-09-26 | 2 | -0/+143 | |
| | |||||
* | glob should now be ZTS/open_basedir/safe_mode aware (finally) | Hartmut Holzgraefe | 2002-09-26 | 1 | -7/+40 |
| | |||||
* | symbolic constants for fnmatch flags added | Hartmut Holzgraefe | 2002-09-26 | 1 | -0/+9 |
| | |||||
* | on -> On | Yasuo Ohgaki | 2002-09-25 | 1 | -1/+1 |
| | |||||
* | Merge changes from php.ini-dist | Yasuo Ohgaki | 2002-09-25 | 1 | -2/+3 |
| | |||||
* | Test case for strspn()/strcspn(). | Andrey Hristov | 2002-09-25 | 1 | -0/+26 |
| | |||||
* | Added common handler for strspn() and strcspn(). Almost of the code is | Andrey Hristov | 2002-09-25 | 1 | -24/+59 |
| | | | | | | | | | identical. Modified to accept up to 4 params. Last 2 optional start & len. They are analogic to start & len of substr(). So the behavior when start & len are used is like strspn(substr($s,$start,$len),$good_chars) and strcspn(substr($s,$start,$len), $bad_chars) | ||||
* | add note about url_rewriter.tags | Sascha Schumann | 2002-09-25 | 1 | -0/+5 |
| | |||||
* | str_shuffle() function added. Like shuffle() for arrays - however the | Andrey Hristov | 2002-09-25 | 3 | -0/+35 |
| | | | | | | algorithm for creating the permutation is quite simple. More like the implementation of shuffle() for 4.2.1 . | ||||
* | *** empty log message *** | Andrei Zmievski | 2002-09-25 | 2 | -2/+2 |
| | |||||
* | * Fix bug #19269. | Martin Jansen | 2002-09-25 | 1 | -0/+1 |
| | | | | | | | | | This patch makes popErrorHandling() pop the first _two_ elements from the error handler stack to prevent un-necessary memory consumption. # Patch by: jrust (at) rustyparts (dot) com | ||||
* | add two extensions - and orphan them. | Sterling Hughes | 2002-09-25 | 1 | -0/+12 |
| | |||||
* | Propmote API NO year, so that it will never be the same as ZE1 API NO | Stanislav Malyshev | 2002-09-25 | 1 | -1/+1 |
| | |||||
* | We are about to enter 2003, sending two-digit years does not make too | Sascha Schumann | 2002-09-25 | 3 | -3/+5 |
| | | | | | | much sense anymore. According to an article from '98, only Netscape 3.x was affected anyway. | ||||
* | style police | Sascha Schumann | 2002-09-25 | 2 | -2/+2 |
| | |||||
* | Make these all work with persistent streams too. | Wez Furlong | 2002-09-25 | 8 | -45/+34 |
| | |||||
* | Implement persistent streams. (for pfsockopen). | Wez Furlong | 2002-09-25 | 10 | -184/+252 |
| | | | | | | Juggle some includes/definitions. Tidy up streams use in ext/standard/file.c | ||||
* | if this makes people happier about me not working on these anymore, so be | Sterling Hughes | 2002-09-25 | 1 | -5/+5 |
| | | | | | it :) | ||||
* | Fix bug #17570. | Andrei Zmievski | 2002-09-25 | 4 | -30/+28 |
| | |||||
* | - Update proto | Tal Peer | 2002-09-25 | 1 | -1/+1 |
| | |||||
* | Fixed bugs #18167 & #16859 | Ilia Alshanetsky | 2002-09-25 | 1 | -1/+1 |
| | |||||
* | Improve error messages | Sascha Schumann | 2002-09-25 | 1 | -1/+8 |
| | |||||
* | prevent segv on Windows with negative localtime values. | Ilia Alshanetsky | 2002-09-25 | 1 | -2/+14 |
| | |||||
* | Sync | Sascha Schumann | 2002-09-25 | 1 | -43/+65 |
| | |||||
* | Allow - as part of an attribute | Sascha Schumann | 2002-09-25 | 1 | -7/+9 |
| | | | | | PR: #19573 | ||||
* | Fix #13472 by making it possible to append the <input> stuff after | Sascha Schumann | 2002-09-25 | 2 | -12/+33 |
| | | | | | <fieldset> for xhtml compliance. | ||||
* | Sync with .re | Sascha Schumann | 2002-09-25 | 1 | -62/+80 |
| | |||||
* | Allow malformed HTML such as | Sascha Schumann | 2002-09-25 | 1 | -1/+1 |
| | | | | | | | <a onClick=window.open("/hardware/somevar.php?hinfoid=","chgti") ..> where ["'] are part of the attribute value. | ||||
* | ChangeLog update | 2002-09-25 | 2 | -0/+37 | |
| | |||||
* | - Fix leak | Andi Gutmans | 2002-09-24 | 1 | -2/+2 |
| | |||||
* | - Megapatch to try and support inheritance from sub-classes. Things might | Andi Gutmans | 2002-09-24 | 4 | -220/+136 |
| | | | | | | - be *very* buggy now so don't get too upset if that happens. - I still need to improve some stuff but it's a good step (hopefully). | ||||
* | Fixed bug #17957 | Ilia Alshanetsky | 2002-09-24 | 2 | -42/+32 |
| | |||||
* | Fix indirection | Zeev Suraski | 2002-09-24 | 1 | -2/+2 |
| | |||||
* | Fix for #19570: last character in translation table is omitted. | Wez Furlong | 2002-09-24 | 1 | -1/+1 |
| | |||||
* | Fix typo | Sascha Schumann | 2002-09-24 | 1 | -1/+1 |
| | |||||
* | Replace underscores with dashes in --enable-mime-magic | Sascha Schumann | 2002-09-24 | 1 | -2/+2 |
| | |||||
* | Fix EOL markers for file() so that Mac EOL work correctly. | Wez Furlong | 2002-09-24 | 1 | -1/+7 |
| | |||||
* | NEWS update | 2002-09-24 | 1 | -0/+1 | |
| | |||||
* | ChangeLog update | 2002-09-24 | 2 | -0/+167 | |
| |