Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Style | foobar | 2003-02-23 | 1 | -3/+2 | |
| | ||||||
* | NEWS update | 2003-02-23 | 1 | -0/+1 | ||
| | ||||||
* | ChangeLog update | 2003-02-23 | 1 | -0/+100 | ||
| | ||||||
* | Dropped optimization | Marcus Boerger | 2003-02-22 | 1 | -35/+7 | |
| | | | | | # It is impossible to combine skip=-1 searches with firstkey/nextkey results | |||||
* | INI files are case insensitive | Marcus Boerger | 2003-02-22 | 1 | -2/+2 | |
| | ||||||
* | Revent previous patch, adding of file_write_content() was premature. | Ilia Alshanetsky | 2003-02-22 | 3 | -63/+0 | |
| | ||||||
* | int/long change. | Ilia Alshanetsky | 2003-02-22 | 4 | -3/+66 | |
| | ||||||
* | Remove testcode | Marcus Boerger | 2003-02-22 | 1 | -3/+0 | |
| | ||||||
* | @Added dba handler inifiles to support ini files. (Marcus) | Marcus Boerger | 2003-02-22 | 7 | -6/+977 | |
| | ||||||
* | additional speedup for array_shift(). No need to rehash if the removed element's | Andrey Hristov | 2003-02-22 | 1 | -2/+8 | |
| | | | | | | | key is not scalar and elements with scalar keys are already well numbered (sequentially from 0) for some reason. This is the case if the leading elements have no scalar indexes. | |||||
* | rehash only in case something is changed. | Andrey Hristov | 2003-02-22 | 1 | -1/+3 | |
| | | | | | | #lowers the execution time in half on my machine on array with 1000 elements #with nonscalar keys. Maybe it can be optimized further. | |||||
* | removed some comments | Georg Richter | 2003-02-22 | 1 | -7/+2 | |
| | ||||||
* | Fixed bug with stmt_close (libmysql bk version 1.1477 required) | Georg Richter | 2003-02-22 | 3 | -26/+29 | |
| | | | | | Fixed bug with mysql_execute and float values | |||||
* | Add xbithack support to apache2handler SAPI. | Justin Erenkrantz | 2003-02-22 | 1 | -3/+13 | |
| | | | | | (configuration doesn't work, but that's not something new apparently.) | |||||
* | ChangeLog update | 2003-02-22 | 1 | -0/+49 | ||
| | ||||||
* | Add comment about thread-safety of gethostbyname on win32. | Wez Furlong | 2003-02-21 | 2 | -6/+8 | |
| | | | | | Set the correct path to the win32 config.h file in the .dsp file. | |||||
* | MFB | foobar | 2003-02-21 | 1 | -20/+23 | |
| | ||||||
* | - Fixed bug: #22339 | foobar | 2003-02-21 | 3 | -4/+4 | |
| | | | | | | # No NEWS, this was bug introduced by Marcus a while ago.. # Not present in php4.3.x branch | |||||
* | MFB | foobar | 2003-02-21 | 2 | -726/+1092 | |
| | ||||||
* | ZTS fixes | foobar | 2003-02-21 | 2 | -8/+8 | |
| | ||||||
* | ChangeLog update | 2003-02-21 | 2 | -0/+194 | ||
| | ||||||
* | this tiny change adds the location of apache includes and libraries that | David Viner | 2003-02-21 | 1 | -6/+6 | |
| | | | | | | | | | | | are installed when you use the Apache Windows Installer (C:\Program Files\Apache Group\Apache\*). With this patch, a windows developer who has used the Apache Windows Installer should be able to compile the Apache sapi module without any modifications to his/her installed tree. It should have no effect whatsoever on anyone else. --dviner | |||||
* | An input filter might not simply strip stuff, it might also turn things | Rasmus Lerdorf | 2003-02-20 | 6 | -13/+13 | |
| | | | | | | | into entities or use some other mechanism which causes the filtered data to be longer than the original data. Ergo, pass in the address of the buffer instead so the filter is free to reallocate it. | |||||
* | Remove C++-style comment. (Breaks Sun Forte compiler.) | Justin Erenkrantz | 2003-02-20 | 1 | -1/+1 | |
| | ||||||
* | *cough* | Wez Furlong | 2003-02-20 | 1 | -1/+1 | |
| | | | | | Fix another stupid mistake. | |||||
* | Reduce unnecessary filter applications when stream is (read|write) only | Sara Golemon | 2003-02-20 | 1 | -1/+9 | |
| | ||||||
* | Allow namespaces to have a number of parts. I.e., now you can do: | Stanislav Malyshev | 2003-02-20 | 5 | -73/+53 | |
| | | | | | | | | | | | namespace foo { function abc() {} } ... namespace foo { functio def() {} } | |||||
* | Clean up apache2handler SAPI. | Justin Erenkrantz | 2003-02-20 | 3 | -236/+211 | |
| | | | | | | | | | | Key improvements: - Be streamy - Re-enable virtual() support - Set content_type correctly - Remove unnecessary code and reintroduce some missing code - Change signature from PhP to PHP | |||||
* | Fixed bug #22330 (overloaded strrpos() gives wrong results) | Moriyoshi Koizumi | 2003-02-20 | 1 | -1/+1 | |
| | | | | | Patch by david at santinoli dot com. Thanks! | |||||
* | - Fixed testcase... you can never trust on RFCs it seems | Derick Rethans | 2003-02-20 | 2 | -4/+4 | |
| | ||||||
* | put constants into C output | Hartmut Holzgraefe | 2003-02-20 | 1 | -7/+15 | |
| | | | | | | do not limit int constants to numbers, C #defines are ok as strings foobar(void) needs special treatment in code generation | |||||
* | style | foobar | 2003-02-20 | 1 | -3/+2 | |
| | ||||||
* | - Fixed copy and paste bug | Derick Rethans | 2003-02-20 | 1 | -1/+1 | |
| | ||||||
* | - Also add the optional raw output parameter to md5_file and sha1_file. | Derick Rethans | 2003-02-20 | 3 | -26/+33 | |
| | ||||||
* | This is added in 4.3.2 | foobar | 2003-02-20 | 1 | -1/+0 | |
| | ||||||
* | Fixed bug: #22306 (pg_lo_seek($h, 0, PGSQL_SEEK_SET) succeeds but returns false) | foobar | 2003-02-20 | 1 | -1/+1 | |
| | ||||||
* | update | Sascha Schumann | 2003-02-20 | 1 | -0/+1 | |
| | ||||||
* | - No need to add the \0 ourselves, the estrndup in STRINGL takes care of | Derick Rethans | 2003-02-20 | 2 | -4/+2 | |
| | | | | | that for us. | |||||
* | update | Sascha Schumann | 2003-02-20 | 1 | -0/+1 | |
| | ||||||
* | generally urlencode parameters | Sascha Schumann | 2003-02-20 | 1 | -1/+1 | |
| | ||||||
* | VCWD_LSTAT is not available on win32/netware | foobar | 2003-02-20 | 1 | -2/+0 | |
| | ||||||
* | - Fixed bug #22299 (gethostbyname() crash with non-existing domain on MacOSX) | foobar | 2003-02-20 | 1 | -1/+1 | |
| | ||||||
* | NEWS update | 2003-02-20 | 1 | -0/+2 | ||
| | ||||||
* | ChangeLog update | 2003-02-20 | 2 | -0/+224 | ||
| | ||||||
* | Revert accidental commit. | Ilia Alshanetsky | 2003-02-20 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #22308 (optimized passthru, code is now ~40 times faster). | Ilia Alshanetsky | 2003-02-20 | 2 | -5/+6 | |
| | ||||||
* | consistent with the used style | foobar | 2003-02-20 | 2 | -3/+4 | |
| | ||||||
* | Add folding markers and editor directive blocks. | Jon Parise | 2003-02-19 | 3 | -2/+64 | |
| | ||||||
* | Fix mbstring input_filter | Rasmus Lerdorf | 2003-02-19 | 2 | -2/+2 | |
| | ||||||
* | Input Filter support. See README.input_filter for details. | Rasmus Lerdorf | 2003-02-19 | 8 | -3/+212 | |
| | | | | | @- Input Filter support added. See README.input_filter. (Rasmus) |