summaryrefslogtreecommitdiff
path: root/main/php.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Move the macro wrappers from the compatibility header to php.hZeev Suraski2001-08-111-0/+36
|
* Centralize macrosZeev Suraski2001-08-101-21/+0
|
* Let's not introduce more mess to maintain.Zeev Suraski2001-08-101-25/+0
|
* Sablot extension cleanup - it compiles again nowRasmus Lerdorf2001-08-101-0/+24
|
* some more eliminate-fetches-or-escalate-them-at-leastSascha Schumann2001-08-051-2/+2
|
* more tsrm cleanup -- output.c is not doing any fetches anymoreSascha Schumann2001-08-051-6/+6
|
* - TSRMLS_FETCH workZeev Suraski2001-08-051-7/+7
| | | | | - whitespace fixes
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵Zeev Suraski2001-07-301-4/+0
| | | | the way
* Get rid of the redundant global startup codeZeev Suraski2001-07-241-2/+0
|
* Fix Windows buildZeev Suraski2001-07-201-1/+1
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
|
* Add the capibility to to allow ap_php_(v)snprintf to replace (v)snprintfJason Greene2001-06-051-1/+1
| | | | | | if the platform has a broken (v)snprintf, or in my case, if a library included by a module redifines snprintf incorrectly.
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+1
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* place nice with other libraries.Sterling Hughes2001-05-301-2/+4
|
* Add support for systems where p{read|write} take a off64_t withoutSascha Schumann2001-05-201-0/+8
| | | | | being properly prototyped.
* make pgsql build under win32 againDaniel Beulshausen2001-04-301-1/+1
|
* get rid of MS's _popen/_pcloseDaniel Beulshausen2001-04-271-0/+1
|
* Added files for PHP streamsWez Furlong2001-04-171-7/+8
|
* - Finally rename modules.h to zend_modules.h for consistency (first tryAndi Gutmans2001-02-261-5/+0
| | | | | | | was 2000-03-11). - Remove the first_arg_force_ref[]; and friends extern from php.h as they are included via zend_API.h
* nuke warningsDaniel Beulshausen2001-02-261-5/+5
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Finish fopen-wrappers rename.Sascha Schumann2001-02-231-1/+1
|
* Bump PHP_API_VERSIONSascha Schumann2001-01-191-1/+1
|
* Hardcode all functions which are mentioned in the Large File Support SpecSascha Schumann2000-12-071-0/+1
| | | | | http://ewe3.sas.com/standards/large.file/specs/api+.007.html
* Noone defines PACKAGE/VERSION anymore.Sascha Schumann2000-12-021-4/+0
|
* PHP does not care about inline at all, so get rid of this block.Sascha Schumann2000-11-171-7/+0
|
* Namespace protect mergesort (caused conflict on Darwin).Sascha Schumann2000-11-021-1/+1
|
* - Smarter detection of MAXPATHLENAndi Gutmans2000-09-071-1/+5
|
* - Found my bug and managed to move the V_* macros to TSRMAndi Gutmans2000-09-041-58/+1
|
* - Move to virtual cwd in TSRMAndi Gutmans2000-09-031-1/+1
|
* - Remove some unused stuff.Andi Gutmans2000-08-271-15/+0
|
* - Test commit msg. This is Andi and it seems to come from Zeev.Andi Gutmans2000-08-271-2/+4
|
* - Forgot to fix non-ZTS CHDIR_FILE macroZeev Suraski2000-08-271-1/+1
|
* - Try and fix problem with opening wrong file.Andi Gutmans2000-08-271-2/+2
|
* Refine PHP_STRLCPY commentSascha Schumann2000-08-271-3/+3
|
* Add PHP_STRLCPY macro. This macro should be used in new code instead ofSascha Schumann2000-08-271-0/+21
| | | | | strlcpy/strlcat which are intended for fixing broken code.
* - Fix IMAP build problemZeev Suraski2000-08-241-1/+1
| | | | | - Allow external DLLs to use warn_not_available
* Cleaning up some messSascha Schumann2000-08-211-10/+7
|
* - Change PHP_SEPARATOR to PHP_DIR_SEPARATORAndi Gutmans2000-08-201-2/+2
|
* Provide PHP_SEPARATOR which expands to the default directory separatorSascha Schumann2000-08-201-0/+2
| | | | | on the target platform.
* Add virtual_real_chdir_file. Silly name for a useful function.Sascha Schumann2000-08-201-1/+1
|
* - Move compat macros to php3_compat.hAndi Gutmans2000-08-101-5/+0
|
* fix stupid bugStanislav Malyshev2000-08-061-2/+2
|
* Virtualize realpath, chmod, chown and utimeAndi Gutmans2000-08-061-2/+16
| | | | | | This should fix #5935 and #5904 @- Virtualize realpath, chmod, chown and utime (Stas)
* decouple this check just in case we hit a weird system that has oneRasmus Lerdorf2000-08-061-0/+2
| | | | | | and not the other. And we specifically check for this, so we should use the information.
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-2/+2
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* - Only use VIRTUAL_DIR in ZTS mode until it is thoroughly tested.Andi Gutmans2000-06-241-5/+3
| | | | | - Mutex popen() in Windows as the UNIX trick doesn't work there.
* - On UNIX support popen() which works with current working directoryAndi Gutmans2000-06-121-0/+9
| | | | | - when in VIRTUAL_DIR mode.
* - Start of popen() fix for UNIX. Still unclear what we'll do on Windows.Andi Gutmans2000-06-121-0/+2
|
* Add PHP_BROKEN_SPRINTF check here.Sascha Schumann2000-06-081-6/+6
| | | | | Also remove unnecessary #ifdef's for PACKAGE and VERSION.