Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_4_0_3'.php-4.0.3 | SVN Migration | 2000-10-11 | 2 | -164/+0 |
| | |||||
* | Added mysql_escape_String() | Zeev Suraski | 2000-10-11 | 2 | -0/+23 |
| | |||||
* | Remove conflict | Zeev Suraski | 2000-10-11 | 1 | -5/+0 |
| | |||||
* | Corrected a wrong include | Nikos Mavroyanopoulos | 2000-10-11 | 1 | -1/+1 |
| | |||||
* | Added support for Ovrimos SQL Server. | Nikos Mavroyanopoulos | 2000-10-11 | 6 | -0/+1045 |
| | |||||
* | proto typo fixes | Hartmut Holzgraefe | 2000-10-11 | 1 | -2/+2 |
| | |||||
* | added protos | Hartmut Holzgraefe | 2000-10-11 | 1 | -0/+49 |
| | |||||
* | Old PostgreSQL fix I forgot to commit, and NEWS consistency update | Zeev Suraski | 2000-10-11 | 1 | -1/+18 |
| | |||||
* | added missing protos | Hartmut Holzgraefe | 2000-10-11 | 1 | -0/+9 |
| | |||||
* | added some missing protos | Hartmut Holzgraefe | 2000-10-11 | 1 | -0/+6 |
| | |||||
* | protos fixed | Hartmut Holzgraefe | 2000-10-11 | 1 | -8/+8 |
| | |||||
* | make windows compile | Daniel Beulshausen | 2000-10-11 | 2 | -0/+109 |
| | |||||
* | Fix compilation, I wonder when these were omitted?? | Sterling Hughes | 2000-10-10 | 1 | -2/+3 |
| | |||||
* | - Reserved the patch | Derick Rethans | 2000-10-10 | 1 | -2/+1 |
| | | | | | | # Please check if it works, as I'm not be able to test it # Blame CaPS for this one :) | ||||
* | - added optional argument pdf_show_boxed() to determine if text is | Uwe Steinmann | 2000-10-10 | 1 | -13/+29 |
| | | | | | actually shown or not. | ||||
* | Fix compiler warnings. | Andrei Zmievski | 2000-10-09 | 1 | -8/+5 |
| | |||||
* | Fix a misconfiguration error and missing return statement. | Andrei Zmievski | 2000-10-09 | 2 | -1/+3 |
| | |||||
* | - Made ora_close return values like it should (thanks to james@php.net and | Derick Rethans | 2000-10-09 | 1 | -1/+2 |
| | | | | | mathieu@gginter.net) | ||||
* | revert patch. Sablot won't build anymore, at least in combination with zlib. | Chuck Hagenbuch | 2000-10-09 | 1 | -2/+0 |
| | |||||
* | I SHALL NOT TOUCH A RELEASE CANDIDATE! | Hartmut Holzgraefe | 2000-10-09 | 1 | -4/+0 |
| | | | | | | | I SHALL NOT TOUCH A RELEASE CANDIDATE! I SHALL NOT TOUCH A RELEASE CANDIDATE! (previous patch reverted) | ||||
* | added support for GNU-specific domainname field in uname | Hartmut Holzgraefe | 2000-10-09 | 1 | -0/+4 |
| | |||||
* | No comment on this, so I'm guessing it's okay. | Chuck Hagenbuch | 2000-10-09 | 1 | -1/+3 |
| | |||||
* | Fix bug #6447 | Zeev Suraski | 2000-10-09 | 1 | -8/+13 |
| | |||||
* | more cleanup of info code | Daniel Beulshausen | 2000-10-08 | 4 | -2/+28 |
| | |||||
* | only beautifying | Daniel Beulshausen | 2000-10-08 | 1 | -1/+4 |
| | |||||
* | Move static declaration to source file. | Sascha Schumann | 2000-10-07 | 2 | -2/+2 |
| | |||||
* | @- Fixed returning of empty LOB fields in OCI8. (Thies) | Thies C. Arntzen | 2000-10-07 | 1 | -4/+3 |
| | |||||
* | - Add calendar to default Win32 build. | Andi Gutmans | 2000-10-06 | 2 | -150/+1 |
| | |||||
* | - Add FTP extension to default Win32 build | Andi Gutmans | 2000-10-05 | 1 | -121/+0 |
| | |||||
* | Get ext_skel working again | Rasmus Lerdorf | 2000-10-05 | 2 | -10/+12 |
| | |||||
* | - Clean-up original code and add to NEWS. | Andi Gutmans | 2000-10-05 | 1 | -8/+13 |
| | |||||
* | Updated email address to reflect my php.net address. | Brendan W. McAdams | 2000-10-05 | 2 | -58/+58 |
| | | | | | | I am no longer associated with Plexus InterActive (my plexmedia.com address) so the old address is no longer any good. | ||||
* | Fixed posix_addlimit() when adding the string "unlimited" to the result. | Alexander Feldman | 2000-10-05 | 1 | -2/+2 |
| | | | | | Now the posix_getrlimit() function does not cause core dump. | ||||
* | - List entry types should be true globals. | Jouni Ahto | 2000-10-05 | 2 | -38/+40 |
| | |||||
* | Add more missing protos and make folding style closer to mysql module. | Joey Smith | 2000-10-05 | 1 | -6/+9 |
| | |||||
* | Now it really checks that libxml version is >= 2.0 | foobar | 2000-10-05 | 1 | -3/+3 |
| | |||||
* | Use ZEND_DECLARE_MODULE_GLOBALS instead of equivalent #if ZTS/#else/#endif | Sascha Schumann | 2000-10-04 | 1 | -5/+1 |
| | | | | | construct. | ||||
* | Ignore close tags and use unsigned char type. | Sascha Schumann | 2000-10-04 | 2 | -5/+5 |
| | |||||
* | typo | Sascha Schumann | 2000-10-03 | 1 | -1/+1 |
| | |||||
* | #include "ext/standard/php_string.h" to get php_memnstr(). | Sascha Schumann | 2000-10-03 | 1 | -0/+2 |
| | |||||
* | - Fix dirname() | Andi Gutmans | 2000-10-03 | 1 | -29/+47 |
| | |||||
* | Fix some small issues. | Sterling Hughes | 2000-10-03 | 2 | -2/+2 |
| | |||||
* | - Fix VC++ warning | Andi Gutmans | 2000-10-03 | 1 | -1/+2 |
| | |||||
* | Add --with-imap-ssl to support SSL'ized imap library in RH7 and others | Rasmus Lerdorf | 2000-10-02 | 1 | -0/+17 |
| | | | | | | @Add --with-imap-ssl to support SSL'ized imap library in RH7 and others @(Rasmus) | ||||
* | - Now really fix it. | Andi Gutmans | 2000-10-02 | 1 | -2/+2 |
| | |||||
* | - Fix bug in parse_url() | Andi Gutmans | 2000-10-02 | 1 | -1/+1 |
| | |||||
* | Clean up the alignment of configure --help output | Rasmus Lerdorf | 2000-10-02 | 10 | -17/+17 |
| | |||||
* | fixed unresolved externals. | Daniel Beulshausen | 2000-10-02 | 1 | -7/+7 |
| | | | | | | | # it compiles fine now, and php loads the extension fine # but there must be definetly something with the paths # cause mcrypt doesn't want to load any alogrithm | ||||
* | Tiny change in copying of buffer. | Sterling Hughes | 2000-10-02 | 1 | -1/+1 |
| | |||||
* | @- Added the shmop extension. It allows more general ways of shared memory | Derick Rethans | 2000-10-01 | 6 | -0/+502 |
| | | | | | | @ access. (thanks to Ilia Alshanestky <iliaa@home.com> and Slava Poliakov @ <slavapl@mailandnews.com> (Derick) |