1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 16:58:48 +02:00
phorge-phorge/scripts
epriestley 3e2f648175 Use define() instead of PHP 5.3-only global 'const' in upgrade_schema.php
Summary:
This global 'const' syntax was introduced in PHP 5.3:

http://www.php.net/manual/en/language.constants.syntax.php

We're PHP 5.2.x elsewhere so just use define(). Made the constant a little more
specific too.

Test Plan:
Ran upgrade_schema.php script.

Reviewed By: Girish
Reviewers: tuomaspelkonen, Girish, davidrecordon
CC: jungejason, aran, epriestley, Girish
Differential Revision: 190
2011-04-29 23:18:00 -07:00
..
daemon Move 'phd parse-commit' to a dedicated script; allow message parsing tasks to 2011-04-02 13:23:22 -07:00
repository Commit + Herald integration. 2011-04-04 14:13:14 -07:00
search Rought cut of search. 2011-02-14 15:34:20 -08:00
sql Use define() instead of PHP 5.3-only global 'const' in upgrade_schema.php 2011-04-29 23:18:00 -07:00
user Basic create_user script plus rough system agent support. 2011-04-12 18:34:53 -07:00
__init_env__.php Commit + Herald integration. 2011-04-04 14:13:14 -07:00
__init_script__.php Commit + Herald integration. 2011-04-04 14:13:14 -07:00
celerity_mapper.php Some herald improvements. 2011-03-22 20:43:19 -07:00