Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_4_0_4RC4'.php-4.0.4RC4 | SVN Migration | 2000-12-14 | 13 | -0/+8815 |
| | |||||
* | - Update 4.0.4 branches NEWS file | Andi Gutmans | 2000-12-05 | 1 | -0/+12 |
| | |||||
* | Merge from HEAD | Sascha Schumann | 2000-12-05 | 2 | -5/+5 |
| | |||||
* | Merge entries manually | Sascha Schumann | 2000-12-04 | 1 | -0/+5 |
| | |||||
* | Merge changes from head branch. | foobar | 2000-12-04 | 1 | -2/+4 |
| | |||||
* | Merged with HEAD, 1.21 | Sascha Schumann | 2000-12-04 | 1 | -6/+7 |
| | |||||
* | Merged with HEAD, 1.8 | Sascha Schumann | 2000-12-04 | 1 | -1/+3 |
| | |||||
* | Merged with HEAD, 1.35 | Sascha Schumann | 2000-12-04 | 1 | -6/+5 |
| | |||||
* | Merge from HEAD | Sascha Schumann | 2000-12-04 | 2 | -104/+124 |
| | |||||
* | Merge changes from HEAD. | Sascha Schumann | 2000-12-04 | 1 | -2/+7 |
| | |||||
* | Import the MySQL updates from the main branch | Zeev Suraski | 2000-12-03 | 1 | -130/+152 |
| | |||||
* | changed run-tests.php to use 'php -q' instead of 'php -f' | Hartmut Holzgraefe | 2000-12-03 | 3 | -8/+8 |
| | |||||
* | Fix the bug with -f not filling in the $argv[] arguments. | Zeev Suraski | 2000-12-03 | 1 | -30/+23 |
| | | | | | | | I'm not sure what used to be the behavior - but the new code puts the -f argument as $argv[0], which is the Right Thing to do IMHO... Comments welcome | ||||
* | Don't mislead people... | Zeev Suraski | 2000-12-03 | 1 | -16/+5 |
| | |||||
* | Commit the fix to the 4.0.4 branch | Zeev Suraski | 2000-12-03 | 1 | -1/+1 |
| | |||||
* | Merge changes from HEAD | Sascha Schumann | 2000-12-02 | 3 | -5/+3 |
| | |||||
* | 4.0.4RC3 is coming. | Sascha Schumann | 2000-12-02 | 2 | -2/+2 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'php_4_0_4'. | SVN Migration | 2000-12-02 | 17 | -9382/+0 |
| | |||||
* | ChangeLog update | 2000-12-02 | 1 | -0/+75 | |
| | |||||
* | Minor cosmetic changes. | David Hedbor | 2000-12-01 | 1 | -6/+5 |
| | |||||
* | More config.m4 fixes. | David Hedbor | 2000-12-01 | 1 | -7/+11 |
| | |||||
* | Updated config test to also work with debian pike 7 cvs etc. | David Hedbor | 2000-12-01 | 1 | -3/+48 |
| | |||||
* | Fixed some protos. | Egon Schmid | 2000-12-01 | 1 | -76/+38 |
| | |||||
* | Fixed some protos. | Egon Schmid | 2000-12-01 | 1 | -20/+22 |
| | |||||
* | Get rid of HAVE_EXTNAME. This dates back to PHP 3 where source files | Sascha Schumann | 2000-12-01 | 3 | -19/+0 |
| | | | | | were unconditionally compiled. It is not necessary in PHP 4. | ||||
* | Fixed some protos. | Egon Schmid | 2000-12-01 | 1 | -16/+16 |
| | |||||
* | Add newline. Recent GCC snapshots segfault, if the input file is completely | Sascha Schumann | 2000-12-01 | 1 | -0/+1 |
| | | | | | empty. Should I report this? This appears to be quite lame. | ||||
* | Please avoid potential buffer overflows in new code. If you deal | Sascha Schumann | 2000-12-01 | 1 | -4/+6 |
| | | | | | | with strings, consider storing the string length along with the string data. That will make your life easier. | ||||
* | Remove *.o | Sascha Schumann | 2000-12-01 | 1 | -1/+0 |
| | |||||
* | - Fix swf build issues from bug #7612 | Andi Gutmans | 2000-12-01 | 2 | -9/+7 |
| | | | | | - Not tested! Someone please compile it. | ||||
* | ChangeLog update | 2000-12-01 | 1 | -0/+18 | |
| | |||||
* | Fixing bug 8061. Position counter starts a 0 but was compared with length. | Frank M. Kromann | 2000-12-01 | 1 | -1/+1 |
| | | | | | oops. the fix should be made twice. | ||||
* | Fixing bug 8061. Position counter starts a 0 but was compared with length. | Frank M. Kromann | 2000-12-01 | 1 | -1/+1 |
| | |||||
* | Beautifying of phpinfo(). | foobar | 2000-12-01 | 1 | -8/+12 |
| | |||||
* | Changed presentation of default values for textsize and textlimit in phpinfo(). | Frank M. Kromann | 2000-11-30 | 1 | -7/+21 |
| | | | | | the value -1 means "Server default" | ||||
* | updated documentation and configuration | David Eriksson | 2000-11-30 | 2 | -5/+8 |
| | |||||
* | changed variable names to *_class_functions | David Eriksson | 2000-11-30 | 2 | -4/+4 |
| | |||||
* | fix configure --help option name... | Sterling Hughes | 2000-11-30 | 1 | -1/+1 |
| | |||||
* | ChangeLog update | 2000-11-30 | 1 | -0/+54 | |
| | |||||
* | NEWS update | 2000-11-30 | 1 | -0/+2 | |
| | |||||
* | The ODBC extension looks for settings named odbc. and not uodbc. | Frank M. Kromann | 2000-11-29 | 3 | -27/+27 |
| | |||||
* | Removed old version 6.5 code. Clinet Libraries for SQL Server 7.0 can be ↵ | Frank M. Kromann | 2000-11-29 | 3 | -104/+21 |
| | | | | | | | used with version 6,5. Minor changes to use som Zend macros to define globals. | ||||
* | Fixing wring resource handle returned from mssql_query(). | Frank M. Kromann | 2000-11-29 | 1 | -3/+2 |
| | | | | | The error was introduced when adding mssql_fetch_batch(). | ||||
* | Add .cvsignore | Stanislav Malyshev | 2000-11-29 | 0 | -0/+0 |
| | |||||
* | Add more GMP functions, fix a couple of bugs | Stanislav Malyshev | 2000-11-29 | 4 | -35/+129 |
| | |||||
* | @ Added the is_null() function that will return true if a variable is of | Sterling Hughes | 2000-11-29 | 2 | -0/+10 |
| | | | | | @ type null. (Sterling) | ||||
* | made gd working correct under win32 | Daniel Beulshausen | 2000-11-29 | 1 | -58/+62 |
| | | | | | # fixes the issues when running php threadsafe | ||||
* | ChangeLog update | 2000-11-29 | 1 | -0/+26 | |
| | |||||
* | NEWS update | 2000-11-29 | 1 | -0/+1 | |
| | |||||
* | Added the capability to specify a different HTTP Redirection response code | Jason Greene | 2000-11-29 | 1 | -1/+5 |
| | | | | | | | | before the Location Header. Ex. header("HTTP/1.1 307 Temporary Redirect"); header("Location: URL"); |