Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add entry for AOLserver. | Sascha Schumann | 1999-09-25 | 1 | -0/+1 |
| | |||||
* | New Zend API | Sascha Schumann | 1999-09-25 | 5 | -83/+85 |
| | |||||
* | Use new Zend API | Sascha Schumann | 1999-09-25 | 1 | -261/+264 |
| | |||||
* | - Updated array functions to use high-performance API | Andrey Hristov | 1999-09-24 | 1 | -95/+94 |
| | | | | | - Updated preg_split() to allow returning only non-empty pieces | ||||
* | Use new Zend API. | Sascha Schumann | 1999-09-24 | 7 | -84/+86 |
| | |||||
* | Extended var_dump to handle IS_RESOURCE somewhat. | Andrey Hristov | 1999-09-24 | 1 | -0/+9 |
| | |||||
* | updated XML (only partly tested) | Thies C. Arntzen | 1999-09-24 | 1 | -1/+1 |
| | |||||
* | kill another warning | Stig Bakken | 1999-09-24 | 1 | -1/+3 |
| | |||||
* | kill warning | Stig Bakken | 1999-09-24 | 1 | -0/+4 |
| | |||||
* | This version is finally the standard one. The last one was created | Sascha Schumann | 1999-09-23 | 1 | -201/+123 |
| | | | | | using the 'nested ifs mode' which seems to be the source of the problem. | ||||
* | re2c's bit vectors appear to be not binary clean. Revert to | Sascha Schumann | 1999-09-23 | 2 | -97/+102 |
| | | | | | standard mode for the moment. | ||||
* | - Get rid of warning on win32, non-threadsafe mode. | Andi Gutmans | 1999-09-22 | 1 | -0/+4 |
| | |||||
* | Slightly redundant to check for crypt() here again, but the TRY_RUN stuff | Rasmus Lerdorf | 1999-09-21 | 1 | -0/+4 |
| | | | | | | needs it defined in the same m4 file or it won't work, and it will just get pulled out of the cache anyway, so it isn't a big deal. | ||||
* | fgetss/gzgetss fixes | Rasmus Lerdorf | 1999-09-21 | 2 | -2/+3 |
| | |||||
* | A couple of fixes. | Andrey Hristov | 1999-09-21 | 2 | -5/+5 |
| | |||||
* | AC_CRYPT_CAP depends on symbol checks performed later. | Sascha Schumann | 1999-09-21 | 1 | -2/+2 |
| | |||||
* | added krsort() function | Thies C. Arntzen | 1999-09-21 | 2 | -0/+29 |
| | |||||
* | Continue, if re2c is not available. | Sascha Schumann | 1999-09-21 | 1 | -1/+1 |
| | | | | | Using the ".new" suffix, we prevent the shell from zeroing the file. | ||||
* | Fix typo. | Sascha Schumann | 1999-09-21 | 1 | -1/+1 |
| | | | | | catched by: ssb | ||||
* | On at least Win32, gettimeofday() returns values in tv_usec which exceed | Sascha Schumann | 1999-09-21 | 1 | -0/+1 |
| | | | | | | | | 1,000,000. For portability reasons we set the integer part of our result to 0. This is equivalent to using tv_usec % 1000000. | ||||
* | - Move some more language specific functions over to Zend. | Andi Gutmans | 1999-09-20 | 2 | -155/+0 |
| | | | | | get_class() and friends. | ||||
* | Timestamp commit. I do consider removing the rule from Makefile.am | Sascha Schumann | 1999-09-20 | 1 | -2/+2 |
| | |||||
* | Here was also something missing. | Egon Schmid | 1999-09-20 | 2 | -2/+2 |
| | |||||
* | - Internal functions which are basic language functions should be in Zend | Andi Gutmans | 1999-09-20 | 4 | -130/+0 |
| | | | | | | and not in PHP. I.e. strlen(), each(), error_reporting(), count(), get_class_name(). | ||||
* | Added optional allowable_tags arguments to strip_tags() and fgetss() to | Rasmus Lerdorf | 1999-09-20 | 3 | -16/+126 |
| | | | | | | | | | allow you to specify a string of tags that are not to be stripped Could have used flex for this, and Andrew sent me a flex file to do this, but I could do the same thing with only minor additions to the existing state machine and the resulting code is much smaller and tighter. | ||||
* | - Upgraded var_dump() to take multiple arguments | Andrey Hristov | 1999-09-20 | 2 | -27/+38 |
| | | | | | - php3api_ is changed to php_ | ||||
* | logic fix | Stig Bakken | 1999-09-20 | 1 | -1/+1 |
| | |||||
* | added array_count_values function. | Thies C. Arntzen | 1999-09-20 | 2 | -0/+62 |
| | |||||
* | new API for var_dump | Thies C. Arntzen | 1999-09-20 | 1 | -3/+3 |
| | |||||
* | Aline escape signs in macro definitions. | Sascha Schumann | 1999-09-18 | 2 | -47/+49 |
| | |||||
* | SUN c89 doesn't like } direct after a label;-( | Thies C. Arntzen | 1999-09-17 | 2 | -1/+5 |
| | |||||
* | - Added support for unknown POST content types (Zeev) | Zeev Suraski | 1999-09-16 | 1 | -4/+4 |
| | | | | | - Introduce the convert_to_*_ex() API in strlen() | ||||
* | Generalize SAPI a bit | Zeev Suraski | 1999-09-16 | 1 | -1/+1 |
| | |||||
* | php4 now deserialized php3 objects correctly! | Thies C. Arntzen | 1999-09-16 | 1 | -30/+36 |
| | | | | | | php3 will ignore objects serialized by php4 (that's the price we have to pay!) small fix in deserializing objects with static initializers (thanx boris) | ||||
* | when unserializing classes: | Thies C. Arntzen | 1999-09-15 | 1 | -1/+2 |
| | | | | | | if the class is not known the standard class (no methods) will be used. if the class is known - the created object will functional again! | ||||
* | Fixed printf format. | Andrey Hristov | 1999-09-15 | 1 | -1/+1 |
| | |||||
* | use new API in var.c | Thies C. Arntzen | 1999-09-15 | 1 | -9/+9 |
| | |||||
* | i love id-strings | Thies C. Arntzen | 1999-09-15 | 1 | -0/+2 |
| | |||||
* | made serialize/unserialize work with classes! (also made the code "shorter") | Thies C. Arntzen | 1999-09-15 | 1 | -96/+66 |
| | | | | | | | | CHANGES: - the serialized string now also contains the class name (was not available in PHP3)! - when unserializing php will create a fully working object of that class again therby the class has to be defined when unserializing - else you get a warning! | ||||
* | HASH_OF is usable enough (i hate duplicating macros all over the place) | Thies C. Arntzen | 1999-09-15 | 1 | -2/+0 |
| | |||||
* | - Thread-unsafe win32 compiles again | Andi Gutmans | 1999-09-15 | 1 | -1/+1 |
| | | | | | - Some strlcpy changes including one bug fix. | ||||
* | - gettimeofday wasn't registered. | Andi Gutmans | 1999-09-15 | 2 | -0/+2 |
| | |||||
* | is_array & friens speedups | Thies C. Arntzen | 1999-09-14 | 1 | -3/+3 |
| | |||||
* | Fix a warning | Rasmus Lerdorf | 1999-09-14 | 1 | -0/+2 |
| | |||||
* | count() now uses the new getParamertersEx API. | Thies C. Arntzen | 1999-09-14 | 1 | -4/+5 |
| | |||||
* | added Metaphone support | Thies C. Arntzen | 1999-09-13 | 3 | -1/+503 |
| | |||||
* | ported oci8 to use new class API | Thies C. Arntzen | 1999-09-13 | 1 | -6/+9 |
| | | | | | var_dump no longer tries to traverse avr->value.ht for objects but uses var->value.obj.properties instead | ||||
* | Modified phpinfo() to show the contents of arrays in HTTP_*_VARS[] | Zeev Suraski | 1999-09-13 | 1 | -1/+7 |
| | |||||
* | Fix a buglet, and avoid crashing in phpinfo() (fixes an elusive legacy bug too) | Zeev Suraski | 1999-09-13 | 2 | -2/+15 |
| | |||||
* | - Rewrote the GET/POST/Cookie data reader to support multi-dimensional | Zeev Suraski | 1999-09-12 | 2 | -1/+145 |
| | | | | | | | arrays! (Zeev) This still needs a lot of more testing, but it seems to work more or less. |