History log of /PHP-5.5/main/php.h (Results 51 – 75 of 279)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9fd2b6de 10-Nov-2006 Dmitry Stogov

Simplify the code base as this getpwd() was used only once


Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5, php-5.2.0RC4
# 75876d57 04-Sep-2006 Dmitry Stogov

Fixed VIRTUAL_DIR inconsistency


Revision tags: php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1, php-4.4.3RC2
# 60328ea7 15-Jun-2006 Dmitry Stogov

Added automatic module globals management


Revision tags: BEFORE_NEW_OUTPUT_API
# 58962c73 25-May-2006 Edin Kadribasic

Missing definition, patch by Steph Fox


Revision tags: php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2, php-5.1.3RC1
# b8d26da1 07-Mar-2006 Alex Waugh

MFH Fix for RISC OS


Revision tags: RELEASE_1_2
# 941b0651 25-Feb-2006 Marcus Boerger

- MFH: Function deprecation flag


Revision tags: RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 5bd93221 01-Jan-2006 foobar

bump year and license version


Revision tags: php-5.1.2RC1
# cd82349b 20-Dec-2005 Ilia Alshanetsky

Fixed bug #31347 (is_dir and is_file (incorrectly) return true for any
string greater then 255 characters).


Revision tags: RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE
# 47ae4b0c 07-Aug-2005 Hartmut Holzgraefe

typo fix


Revision tags: RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year


Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2
# f47c7848 17-Jun-2005 Dmitry Stogov

Improved PHP extension loading mechanism with support for module dependencies and conflicts


Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 36064e12 17-Apr-2005 foobar

- Remove relic


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11
# 4e3b8c61 26-Mar-2005 foobar

Fix path


Revision tags: php-5.0.4RC2, php-4.3.11RC2
# 1a3677ea 21-Mar-2005 Andrei Zmievski

Define PHP_ABSTRACT_ME


# effa111c 16-Mar-2005 Rasmus Lerdorf

Fix Jani breakage


Revision tags: php-5.0.4RC1, php-4.3.11RC1
# d0bb8f5f 08-Mar-2005 foobar

This makes more sense. (Someone might actually use php_error_docref0() :)


# e17ad42e 08-Mar-2005 foobar

- This was not needed (said Marcus)


Revision tags: RELEASE_0_2_4
# 3c1e2e15 14-Feb-2005 Anantha Kesari H Y

NetWare Libc has php.h so no need of having netware specific block here


Revision tags: RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# 14058c83 14-Jan-2005 foobar

- Fix another generated header include


# 63ee853b 26-Dec-2004 Wez Furlong

bump PHP API number.

This is so that we can work around the signature change in the get_method
overloaded object handler in our portable extensions.

Yes, you could argue that th

bump PHP API number.

This is so that we can work around the signature change in the get_method
overloaded object handler in our portable extensions.

Yes, you could argue that the zend api number needs bumping, but then you could
argue which one to bump, as neither of them is specific or generic enough.

Besides all that, the PHP API number really needs a good old bump anyway.

show more ...


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1
# 6d98fc38 28-Nov-2004 Stefan Esser

Fixed: removed possible integer over-/underflows


Revision tags: php-4.3.10RC1
# 816bcd3a 15-Nov-2004 Frank M. Kromann

Fix win32 build.


# 61364b5b 15-Nov-2004 Derick Rethans

- MFH4.3: Cleaned up some of the locale mess:
* all internal use of sprintf, snprintf and the like will always
use the . as thousands seperator (if php.h is included only!).
* ech

- MFH4.3: Cleaned up some of the locale mess:
* all internal use of sprintf, snprintf and the like will always
use the . as thousands seperator (if php.h is included only!).
* echo, printf() and sprintf() always render locale-aware
* added the %F modifier for non-locale aware rendering for floats

show more ...


# 494d6659 02-Nov-2004 Andrey Hristov

make sleep() return it's return value when possible
#on some *nix systems sleep() is implemented with SIGALRM. When SIGALRM
#interrupts sleep() it returns the number of seconds that has to be

make sleep() return it's return value when possible
#on some *nix systems sleep() is implemented with SIGALRM. When SIGALRM
#interrupts sleep() it returns the number of seconds that has to be slept
#till the number of seconds wanted by the script. Sleep() on Windows is
# void.

show more ...


Revision tags: PRE_NEW_VM_GEN_PATCH
# 854b3ebd 30-Sep-2004 Marcus Boerger

- Add missing macro


12345678910>>...12